Skip to content
Failed

Console Output

Pull request #588 opened
22:10:43 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 thaJeztah for docker/docker-ce-packaging
Obtained Jenkinsfile from 0f4c193dfaf6bcb1d4d6c07470cd4f67a9a146d0+3fdfa7d7d9b9feebf84a27e84ed3cef64708a7e2 (dba68c0f3b1d1190a1a292c2524edbd980a75c23)
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
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/docker-ce-packaging_PR-588@libs/jps # timeout=10
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
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
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"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
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 taskStill waiting to schedule task
Still waiting to schedule task

All nodes of label ‘ubuntu-2004&&x86_64’ are offline
All nodes of label ‘ubuntu&&armhf’ are offline
All nodes of label ‘ubuntu-2004&&x86_64’ are offline
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0aa8685f3191f8046) in /home/ubuntu/workspace/docker-ce-packaging_PR-588
[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-588@tmp/fd691e1e-e98c-48cb-b85a-01701d9e5ebb/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
22:11:35 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
22:11:35 chowning workspace
[Pipeline] sh
22:11:36 + pwd
22:11:36 + id -u
22:11:36 + id -g
22:11:36 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588:/workspace busybox chown -R 1000:1000 /workspace
22:11:36 Unable to find image 'busybox:latest' locally
22:11:36 latest: Pulling from library/busybox
22:11:36 f343e8b194b7: Pulling fs layer
22:11:36 f343e8b194b7: Verifying Checksum
22:11:36 f343e8b194b7: Download complete
22:11:36 f343e8b194b7: Pull complete
22:11:36 Digest: sha256:f7ca5a32c10d51aeda3b4d01c61c6061f497893d7f6628b92f822f7117182a57
22:11:36 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
22:11:38 Removing all docker containers
[Pipeline] sh
22:11:38 + docker container ls -aq
[Pipeline] echo
22:11:38 Docker containers have been removed
[Pipeline] echo
22:11:38 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
22:11:38 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
22:11:38 The recommended git tool is: git
22:11:40 using credential docker-jenkins-github-credentials
22:11:40 Cloning the remote Git repository
22:11:40 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-588 # 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/588/head:refs/remotes/origin/PR-588 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:11:42 Fetching without tags
22:11:42 Merging remotes/origin/master commit 3fdfa7d7d9b9feebf84a27e84ed3cef64708a7e2 into PR head commit 0f4c193dfaf6bcb1d4d6c07470cd4f67a9a146d0
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/588/head:refs/remotes/origin/PR-588 # 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/588/head:refs/remotes/origin/PR-588 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0f4c193dfaf6bcb1d4d6c07470cd4f67a9a146d0 # timeout=10
22:11:42 Merge succeeded, producing 0f4c193dfaf6bcb1d4d6c07470cd4f67a9a146d0
22:11:42 Checking out Revision 0f4c193dfaf6bcb1d4d6c07470cd4f67a9a146d0 (PR-588)
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 3fdfa7d7d9b9feebf84a27e84ed3cef64708a7e2 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0f4c193dfaf6bcb1d4d6c07470cd4f67a9a146d0 # timeout=10
22:11:46 Commit message: "deb: force dpkg-build to use xz compression instead of zstd"
22:11:46 First time build. Skipping changelog.
[Pipeline] sh
22:11:46 + make REF=master checkout
22:11:46 git init src/github.com/docker/cli
22:11:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/cli/.git/
22:11:46 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
22:11:46 ./scripts/checkout.sh src/github.com/docker/cli "master"
22:11:46 + SRC=src/github.com/docker/cli
22:11:46 + REF=master
22:11:46 + REF_FETCH=master
22:11:46 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
22:11:46 + awk {print $2}
22:11:46 + REF=refs/heads/master
22:11:46 + [ -n refs/heads/master ]
22:11:46 + REF_FETCH=refs/heads/master:refs/heads/master
22:11:46 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
22:11:48 From https://github.com/docker/cli
22:11:48  * [new branch]      master     -> master
22:11:48  * [new branch]      master     -> origin/master
22:11:48 + git -C src/github.com/docker/cli checkout -q refs/heads/master
22:11:48 git init src/github.com/docker/docker
22:11:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/docker/.git/
22:11:48 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
22:11:48 ./scripts/checkout.sh src/github.com/docker/docker "master"
22:11:48 + SRC=src/github.com/docker/docker
22:11:48 + REF=master
22:11:48 + REF_FETCH=master
22:11:48 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
22:11:48 + awk {print $2}
22:11:49 + REF=refs/heads/master
22:11:49 + [ -n refs/heads/master ]
22:11:49 + REF_FETCH=refs/heads/master:refs/heads/master
22:11:49 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
22:11:51 From https://github.com/docker/docker
22:11:51  * [new branch]      master     -> master
22:11:51  * [new branch]      master     -> origin/master
22:11:51 + git -C src/github.com/docker/docker checkout -q refs/heads/master
22:11:51 git init src/github.com/docker/scan-cli-plugin
22:11:51 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/scan-cli-plugin/.git/
22:11:51 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
22:11:51 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
22:11:51 + SRC=src/github.com/docker/scan-cli-plugin
22:11:51 + REF=v0.8.0
22:11:51 + REF_FETCH=v0.8.0
22:11:51 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
22:11:51 + awk {print $2}
22:11:51 + REF=refs/tags/v0.8.0
22:11:51 + [ -n refs/tags/v0.8.0 ]
22:11:51 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
22:11:51 + 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
22:11:52 From https://github.com/docker/scan-cli-plugin
22:11:52  * [new tag]         v0.8.0     -> v0.8.0
22:11:52 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
[Pipeline] sh
22:11:52 + make -C deb raspbian-buster raspbian-bullseye
22:11:52 make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/deb'
22:11:52 mkdir -p sources
22:11:52 docker run --rm -w /v \
22:11:52 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/cli:/cli \
22:11:52 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/deb/sources:/v \
22:11:52 	alpine \
22:11:52 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
22:11:52 Unable to find image 'alpine:latest' locally
22:11:52 latest: Pulling from library/alpine
22:11:52 a14774a5a62e: Pulling fs layer
22:11:53 a14774a5a62e: Verifying Checksum
22:11:53 a14774a5a62e: Download complete
22:11:53 a14774a5a62e: Pull complete
22:11:53 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
22:11:53 Status: Downloaded newer image for alpine:latest
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-08fb43e5659c880d3) in /home/ubuntu/workspace/docker-ce-packaging_PR-588
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-04af5b744768a3de7) in /home/ubuntu/workspace/docker-ce-packaging_PR-588
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0089d1aed35907949) in /home/ubuntu/workspace/docker-ce-packaging_PR-588
[Pipeline] {
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
22:11:59 mkdir -p sources
22:11:59 docker run --rm -w /v \
22:11:59 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/docker:/engine \
22:11:59 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/deb/sources:/v \
22:11:59 	alpine \
22:11:59 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
22:12:04 mkdir -p sources
22:12:04 docker run --rm -w /v \
22:12:04 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
22:12:04 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/deb/sources:/v \
22:12:04 	alpine \
22:12:04 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
22:12:04 docker run --rm -w /v \
22:12:04 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/plugins:/plugins \
22:12:04 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/deb/sources:/v \
22:12:04 	alpine \
22:12:04 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
22:12:05 == Building packages for raspbian-buster ==
22:12:05 mkdir -p "debbuild/raspbian-buster"
22:12:05 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-buster/aarch64 -f raspbian-buster/Dockerfile .
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-588@tmp/006d391f-e5a3-48dd-9075-14a3a0a20ec9/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-588@tmp/6189090c-b95a-42e8-81f6-3729ed98c42b/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
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-588@tmp/bec0d374-5690-4a40-aad7-7d2fcd51371b/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
22:12:05 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
22:12:05 chowning workspace
[Pipeline] sh
[Pipeline] wrap
[Pipeline] {
22:12:06 #1 [internal] load build definition from Dockerfile
22:12:06 #1 sha256:4b5d8e83d4321e1a37a3f9d72e794a81b5b788eb69ddb1cbf5ad7de55b640010
22:12:06 #1 transferring dockerfile: 935B done
22:12:06 #1 DONE 0.1s
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] echo
22:12:06 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
22:12:06 chowning workspace
[Pipeline] sh
22:12:06 
22:12:06 #2 [internal] load .dockerignore
22:12:06 #2 sha256:13d6947507c8510adb92f2875deb23553986b4aeb8892452642f3c2bfe9a43e0
22:12:06 #2 transferring context: 2B done
22:12:06 #2 DONE 0.0s
22:12:06 
22:12:06 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
22:12:06 #4 sha256:6c6826b174a4f4a43f9f89bc02fa9d6117a45aeba1f3eb4a0ce79829338bebb7
22:12:06 #4 ...
22:12:06 
22:12:06 #5 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
22:12:06 #5 sha256:ae952c099cdad77492dc00068f7db8630840ed5700444ccfe6fdc5643a2e4af9
22:12:06 #5 DONE 0.0s
22:12:06 
22:12:06 #6 [auth] library/golang:pull token for registry-1.docker.io
22:12:06 #6 sha256:5c7a15e91a99b670798e82f78d6939c23317ec551a9d3940893aedc3b05a6403
22:12:06 #6 DONE 0.0s
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
22:12:06 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
22:12:06 chowning workspace
[Pipeline] sh
22:12:06 + pwd
22:12:06 + id -u
22:12:06 + id -g
22:12:06 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588:/workspace busybox chown -R 1000:1000 /workspace
22:12:06 Unable to find image 'busybox:latest' locally
22:12:06 latest: Pulling from library/busybox
22:12:06 
22:12:06 #3 [internal] load metadata for docker.io/balenalib/rpi-raspbian:buster
22:12:06 #3 sha256:27d889f59b8b6db4a47aae0ffadbf142048b8a10d8ca072aac162cc67bd1afab
22:12:06 + pwd
22:12:06 + id -u
22:12:06 + id -g
22:12:06 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588:/workspace busybox chown -R 1000:1000 /workspace
22:12:06 Unable to find image 'busybox:latest' locally
22:12:06 latest: Pulling from library/busybox
22:12:06 24fb2886d6f6: Pulling fs layer
22:12:06 24fb2886d6f6: Verifying Checksum
22:12:06 24fb2886d6f6: Download complete
22:12:07 #3 DONE 0.4s
22:12:07 
22:12:07 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
22:12:07 #4 sha256:6c6826b174a4f4a43f9f89bc02fa9d6117a45aeba1f3eb4a0ce79829338bebb7
22:12:07 #4 DONE 0.5s
22:12:07 
22:12:07 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:cbc670e52dda99320009db50ad04f57838223c3de18f852ce8bb37180e047aa8
22:12:07 #7 sha256:9493c51e9749d9baf615c3aa5d8a81114376d7c074ebe77a6c95727374acb2c7
22:12:07 #7 resolve docker.io/balenalib/rpi-raspbian:buster@sha256:cbc670e52dda99320009db50ad04f57838223c3de18f852ce8bb37180e047aa8
22:12:07 #7 resolve docker.io/balenalib/rpi-raspbian:buster@sha256:cbc670e52dda99320009db50ad04f57838223c3de18f852ce8bb37180e047aa8 0.0s done
22:12:07 #7 sha256:cbc670e52dda99320009db50ad04f57838223c3de18f852ce8bb37180e047aa8 1.99kB / 1.99kB done
22:12:07 #7 sha256:6ace0dae0063ba89441ebd896354dcbf1a9d649433899275bc49158bb58c3d5a 0B / 307B 0.1s
22:12:07 #7 sha256:8885f7749372e39110ebd083ed5520ae7d767698cf0b98760b9d8c3c8b4db411 0B / 257B 0.1s
22:12:07 #7 sha256:1f4d13e33254ecd464cdfe8a6e82baca699e27151e67daaa92ee4d424304a625 5.00kB / 5.00kB done
22:12:07 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 0B / 38.39MB 0.1s
22:12:07 24fb2886d6f6: Pulling fs layer
22:12:07 24fb2886d6f6: Download complete
22:12:07 24fb2886d6f6: Pull complete
22:12:07 24fb2886d6f6: Pull complete
22:12:07 Digest: sha256:f7ca5a32c10d51aeda3b4d01c61c6061f497893d7f6628b92f822f7117182a57
22:12:07 Status: Downloaded newer image for busybox:latest
22:12:07 + pwd
22:12:07 + id -u
22:12:07 + id -g
22:12:07 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588:/workspace busybox chown -R 1000:1000 /workspace
22:12:07 Unable to find image 'busybox:latest' locally
22:12:07 #7 sha256:6ace0dae0063ba89441ebd896354dcbf1a9d649433899275bc49158bb58c3d5a 307B / 307B 0.2s done
22:12:07 Digest: sha256:f7ca5a32c10d51aeda3b4d01c61c6061f497893d7f6628b92f822f7117182a57
22:12:07 Status: Downloaded newer image for busybox:latest
22:12:07 #7 sha256:c2c645ca9e1c6b0b982faacacf165902754db172fcfc7e79dafce8853f4b104a 912B / 912B 0.2s done
22:12:07 #7 sha256:8885f7749372e39110ebd083ed5520ae7d767698cf0b98760b9d8c3c8b4db411 257B / 257B 0.4s done
22:12:07 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 3.15MB / 38.39MB 0.5s
22:12:07 #7 sha256:0ce23e23698a13e82c0815f2934f489668f763158c3092e687112df82f7797e3 177B / 177B 0.4s done
22:12:07 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 0B / 15.43MB 0.5s
22:12:07 #7 sha256:c64dff143675f3e9a900ab1685fcc2cff7d5264cd507dced816e7a9c406c5dd5 0B / 130.58kB 0.5s
22:12:07 #7 sha256:2f5c0046a39fe55a4fcc3fef45adf75f7d6d885d9c428dec2658fa6cfeefaeda 414B / 414B 0.5s done
22:12:07 #7 sha256:c64dff143675f3e9a900ab1685fcc2cff7d5264cd507dced816e7a9c406c5dd5 130.58kB / 130.58kB 0.6s done
22:12:07 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 5.24MB / 38.39MB 0.7s
22:12:07 latest: Pulling from library/busybox
22:12:08 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 1.05MB / 15.43MB 0.9s
22:12:08 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 7.34MB / 38.39MB 1.0s
22:12:08 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 2.10MB / 15.43MB 1.0s
22:12:08 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 3.15MB / 15.43MB 1.1s
22:12:08 24fb2886d6f6: Pulling fs layer
22:12:08 24fb2886d6f6: Download complete
22:12:08 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 4.19MB / 15.43MB 1.2s
22:12:08 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 9.44MB / 38.39MB 1.4s
22:12:08 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 5.24MB / 15.43MB 1.4s
22:12:08 24fb2886d6f6: Pull complete
22:12:08 Digest: sha256:f7ca5a32c10d51aeda3b4d01c61c6061f497893d7f6628b92f822f7117182a57
22:12:08 Status: Downloaded newer image for busybox:latest
22:12:08 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 12.58MB / 38.39MB 1.7s
22:12:08 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 7.34MB / 15.43MB 1.7s
22:12:08 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 8.39MB / 15.43MB 1.9s
22:12:09 #7 ...
22:12:09 
22:12:09 #9 [internal] load build context
22:12:09 #9 sha256:705c01848db0038f57fd5cc380086e018ec59e63642dfc29b9886a52f46dcbe8
22:12:09 #9 transferring context: 20.19MB 2.0s done
22:12:09 #9 DONE 2.0s
22:12:09 
22:12:09 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:cbc670e52dda99320009db50ad04f57838223c3de18f852ce8bb37180e047aa8
22:12:09 #7 sha256:9493c51e9749d9baf615c3aa5d8a81114376d7c074ebe77a6c95727374acb2c7
22:12:09 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 15.73MB / 38.39MB 2.1s
22:12:09 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 9.44MB / 15.43MB 2.1s
22:12:09 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 10.49MB / 15.43MB 2.2s
22:12:09 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 11.53MB / 15.43MB 2.3s
22:12:09 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 18.87MB / 38.39MB 2.5s
22:12:09 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 13.63MB / 15.43MB 2.5s
[Pipeline] echo
22:12:09 Removing all docker containers
[Pipeline] sh
22:12:09 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 14.68MB / 15.43MB 2.6s
22:12:09 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 20.97MB / 38.39MB 2.7s
22:12:09 + docker container ls -aq
[Pipeline] echo
22:12:09 Docker containers have been removed
[Pipeline] echo
22:12:09 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
22:12:09 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
22:12:09 The recommended git tool is: git
[Pipeline] echo
22:12:09 Removing all docker containers
[Pipeline] sh
22:12:09 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 24.12MB / 38.39MB 3.0s
22:12:09 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 15.43MB / 15.43MB 2.8s done
22:12:10 + docker container ls -aq
[Pipeline] echo
22:12:10 Docker containers have been removed
[Pipeline] echo
22:12:10 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
22:12:10 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
22:12:10 The recommended git tool is: git
22:12:10 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 26.21MB / 38.39MB 3.2s
22:12:10 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 28.31MB / 38.39MB 3.5s
22:12:10 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 30.41MB / 38.39MB 3.6s
22:12:10 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 32.51MB / 38.39MB 3.7s
22:12:11 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 34.60MB / 38.39MB 3.8s
22:12:11 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 38.39MB / 38.39MB 4.0s
[Pipeline] echo
22:12:11 Removing all docker containers
[Pipeline] sh
22:12:11 + docker container ls -aq
[Pipeline] echo
22:12:11 Docker containers have been removed
[Pipeline] echo
22:12:11 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
22:12:11 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 38.39MB / 38.39MB 4.3s done
22:12:11 #7 extracting sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267
[Pipeline] echo
22:12:11 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
22:12:11 The recommended git tool is: git
22:12:11 using credential docker-jenkins-github-credentials
22:12:11 Cloning the remote Git repository
22:12:11 Cloning with configured refspecs honoured and without tags
22:12:12 using credential docker-jenkins-github-credentials
22:12:12 Cloning the remote Git repository
22:12: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-588 # timeout=10
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-588 # 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/588/head:refs/remotes/origin/PR-588 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:12:13 Fetching without tags
22:12:13 Fetching without tags
22:12:13 Merging remotes/origin/master commit 3fdfa7d7d9b9feebf84a27e84ed3cef64708a7e2 into PR head commit 0f4c193dfaf6bcb1d4d6c07470cd4f67a9a146d0
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/588/head:refs/remotes/origin/PR-588 +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/588/head:refs/remotes/origin/PR-588 # 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/588/head:refs/remotes/origin/PR-588 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:12:13 Merge succeeded, producing 0f4c193dfaf6bcb1d4d6c07470cd4f67a9a146d0
22:12:13 Checking out Revision 0f4c193dfaf6bcb1d4d6c07470cd4f67a9a146d0 (PR-588)
22:12:13 Merging remotes/origin/master commit 3fdfa7d7d9b9feebf84a27e84ed3cef64708a7e2 into PR head commit 0f4c193dfaf6bcb1d4d6c07470cd4f67a9a146d0
22:12:13 Merge succeeded, producing 0f4c193dfaf6bcb1d4d6c07470cd4f67a9a146d0
22:12:13 Checking out Revision 0f4c193dfaf6bcb1d4d6c07470cd4f67a9a146d0 (PR-588)
22:12:13 using credential docker-jenkins-github-credentials
22:12:13 Cloning the remote Git repository
22:12:13 Cloning with configured refspecs honoured and without tags
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/588/head:refs/remotes/origin/PR-588 # 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/588/head:refs/remotes/origin/PR-588 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0f4c193dfaf6bcb1d4d6c07470cd4f67a9a146d0 # 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 3fdfa7d7d9b9feebf84a27e84ed3cef64708a7e2 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0f4c193dfaf6bcb1d4d6c07470cd4f67a9a146d0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0f4c193dfaf6bcb1d4d6c07470cd4f67a9a146d0 # 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 3fdfa7d7d9b9feebf84a27e84ed3cef64708a7e2 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0f4c193dfaf6bcb1d4d6c07470cd4f67a9a146d0 # timeout=10
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-588 # 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/588/head:refs/remotes/origin/PR-588 +refs/heads/master:refs/remotes/origin/master # timeout=10
22:12:14 Fetching without tags
22:12:15 Merging remotes/origin/master commit 3fdfa7d7d9b9feebf84a27e84ed3cef64708a7e2 into PR head commit 0f4c193dfaf6bcb1d4d6c07470cd4f67a9a146d0
22:12:15 Merge succeeded, producing 0f4c193dfaf6bcb1d4d6c07470cd4f67a9a146d0
22:12:15 Checking out Revision 0f4c193dfaf6bcb1d4d6c07470cd4f67a9a146d0 (PR-588)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/588/head:refs/remotes/origin/PR-588 # 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/588/head:refs/remotes/origin/PR-588 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0f4c193dfaf6bcb1d4d6c07470cd4f67a9a146d0 # 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 3fdfa7d7d9b9feebf84a27e84ed3cef64708a7e2 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0f4c193dfaf6bcb1d4d6c07470cd4f67a9a146d0 # timeout=10
22:12:16 #7 ...
22:12:16 
22:12:16 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
22:12:16 #13 sha256:fcb6bbd3683710dc38c0a2611aa78c17fb03221e7159fd7323c059280522acda
22:12:16 #13 resolve docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517 0.0s done
22:12:16 #13 sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517 1.86kB / 1.86kB done
22:12:16 #13 sha256:6dcfd98f112a95d610478bf34b0aa1d49cd85cf99e31b5b9a9ad97f6ecbaf290 1.79kB / 1.79kB done
22:12:16 #13 sha256:ea50976a61f1b994279087011ebf4c199014267e29d10e705e32242318a8f61d 6.97kB / 6.97kB done
22:12:16 #13 sha256:139a906e9407e96c50669130c30fe8fba2681b14aa838a3e52f8753b566ef1c8 45.92MB / 45.92MB 4.9s done
22:12:16 #13 sha256:3907051e2154d5bd4ad15141b8938bc09674039787512494a99b93fd4ebc088d 7.13MB / 7.13MB 3.5s done
22:12:16 #13 sha256:8651d4793d5f4d465002213d2d462c964aaf8665a87d5f9cc0de7384f10eeb10 9.34MB / 9.34MB 4.4s done
22:12:16 #13 sha256:48cdf62694d5d7f7f939617bb18f9cda5e23d5434349fb83c254853bdb20dcbb 53.24MB / 53.24MB 8.2s done
22:12:16 #13 sha256:b239d69f9df3bcbccb5272f18c9864a0646c74a277438c7cc9091914887d366f 47.36MB / 47.36MB 9.0s done
22:12:16 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 57.67MB / 100.29MB 9.1s
22:12:16 #13 extracting sha256:139a906e9407e96c50669130c30fe8fba2681b14aa838a3e52f8753b566ef1c8 3.9s
22:12:16 #13 sha256:6fbc4637ecd3905d40ea934f28f7ba1a1f13960a8905a8457c8d342987a1d9cd 156B / 156B 8.2s done
22:12:16 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 63.96MB / 100.29MB 9.4s
22:12:16 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 69.21MB / 100.29MB 9.7s
22:12:17 Commit message: "deb: force dpkg-build to use xz compression instead of zstd"
22:12:17 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 74.45MB / 100.29MB 10.0s
22:12:17 Commit message: "deb: force dpkg-build to use xz compression instead of zstd"
22:12:17 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 79.69MB / 100.29MB 10.4s
[Pipeline] sh
22:12:17 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 84.93MB / 100.29MB 10.7s
[Pipeline] sh
22:12:17 + make REF=master checkout
22:12:17 git init src/github.com/docker/cli
22:12:17 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/cli/.git/
22:12:17 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
22:12:17 ./scripts/checkout.sh src/github.com/docker/cli "master"
22:12:17 + SRC=src/github.com/docker/cli
22:12:17 + REF=master
22:12:17 + REF_FETCH=master
22:12:17 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
22:12:17 + awk {print $2}
22:12:17 + REF=refs/heads/master
22:12:17 + [ -n refs/heads/master ]
22:12:17 + REF_FETCH=refs/heads/master:refs/heads/master
22:12:17 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
22:12:17 + make REF=master checkout
22:12:17 git init src/github.com/docker/cli
22:12:17 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/cli/.git/
22:12:17 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
22:12:17 ./scripts/checkout.sh src/github.com/docker/cli "master"
22:12:17 + SRC=src/github.com/docker/cli
22:12:17 + REF=master
22:12:17 + REF_FETCH=master
22:12:17 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
22:12:17 + awk {print $2}
22:12:17 + REF=refs/heads/master
22:12:17 + [ -n refs/heads/master ]
22:12:17 + REF_FETCH=refs/heads/master:refs/heads/master
22:12:17 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
22:12:18 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 92.27MB / 100.29MB 11.1s
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
22:12:18 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 100.29MB / 100.29MB 11.5s
22:12:18 Commit message: "deb: force dpkg-build to use xz compression instead of zstd"
[Pipeline] sh
22:12:19 + make REF=master checkout
22:12:19 git init src/github.com/docker/cli
22:12:19 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/cli/.git/
22:12:19 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
22:12:19 ./scripts/checkout.sh src/github.com/docker/cli "master"
22:12:19 + SRC=src/github.com/docker/cli
22:12:19 + REF=master
22:12:19 + REF_FETCH=master
22:12:19 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
22:12:19 + awk {print $2}
22:12:19 + REF=refs/heads/master
22:12:19 + [ -n refs/heads/master ]
22:12:19 + REF_FETCH=refs/heads/master:refs/heads/master
22:12:19 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
22:12:19 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 100.29MB / 100.29MB 12.3s done
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
22:12:19 From https://github.com/docker/cli
22:12:19  * [new branch]      master     -> master
22:12:19  * [new branch]      master     -> origin/master
22:12:19 + git -C src/github.com/docker/cli checkout -q refs/heads/master
22:12:19 From https://github.com/docker/cli
22:12:19  * [new branch]      master     -> master
22:12:19  * [new branch]      master     -> origin/master
22:12:19 + git -C src/github.com/docker/cli checkout -q refs/heads/master
22:12:20 git init src/github.com/docker/docker
22:12:20 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/docker/.git/
22:12:20 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
22:12:20 ./scripts/checkout.sh src/github.com/docker/docker "master"
22:12:20 + SRC=src/github.com/docker/docker
22:12:20 + REF=master
22:12:20 + REF_FETCH=master
22:12:20 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
22:12:20 + awk {print $2}
22:12:20 git init src/github.com/docker/docker
22:12:20 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/docker/.git/
22:12:20 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
22:12:20 ./scripts/checkout.sh src/github.com/docker/docker "master"
22:12:20 + SRC=src/github.com/docker/docker
22:12:20 + REF=master
22:12:20 + REF_FETCH=master
22:12:20 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
22:12:20 + awk {print $2}
22:12:20 + REF=refs/heads/master
22:12:20 + [ -n refs/heads/master ]
22:12:20 + REF_FETCH=refs/heads/master:refs/heads/master
22:12:20 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
22:12:20 + REF=refs/heads/master
22:12:20 + [ -n refs/heads/master ]
22:12:20 + REF_FETCH=refs/heads/master:refs/heads/master
22:12:20 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
22:12:20 #13 extracting sha256:139a906e9407e96c50669130c30fe8fba2681b14aa838a3e52f8753b566ef1c8 8.1s done
22:12:20 #13 extracting sha256:3907051e2154d5bd4ad15141b8938bc09674039787512494a99b93fd4ebc088d
22:12:21 #13 extracting sha256:3907051e2154d5bd4ad15141b8938bc09674039787512494a99b93fd4ebc088d 0.6s done
22:12:21 #13 extracting sha256:8651d4793d5f4d465002213d2d462c964aaf8665a87d5f9cc0de7384f10eeb10
22:12:21 From https://github.com/docker/cli
22:12:21  * [new branch]      master     -> master
22:12:21  * [new branch]      master     -> origin/master
22:12:21 + git -C src/github.com/docker/cli checkout -q refs/heads/master
22:12:21 git init src/github.com/docker/docker
22:12:21 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/docker/.git/
22:12:21 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
22:12:21 ./scripts/checkout.sh src/github.com/docker/docker "master"
22:12:21 + SRC=src/github.com/docker/docker
22:12:21 + REF=master
22:12:21 + REF_FETCH=master
22:12:21 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
22:12:21 + awk {print $2}
22:12:21 #13 extracting sha256:8651d4793d5f4d465002213d2d462c964aaf8665a87d5f9cc0de7384f10eeb10 0.6s done
22:12:21 + REF=refs/heads/master
22:12:21 + [ -n refs/heads/master ]
22:12:21 + REF_FETCH=refs/heads/master:refs/heads/master
22:12:21 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
22:12:22 #13 ...
22:12:22 
22:12:22 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:cbc670e52dda99320009db50ad04f57838223c3de18f852ce8bb37180e047aa8
22:12:22 #7 sha256:9493c51e9749d9baf615c3aa5d8a81114376d7c074ebe77a6c95727374acb2c7
22:12:22 #7 extracting sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 7.7s done
22:12:22 #7 extracting sha256:6ace0dae0063ba89441ebd896354dcbf1a9d649433899275bc49158bb58c3d5a 0.0s done
22:12:22 #7 extracting sha256:8885f7749372e39110ebd083ed5520ae7d767698cf0b98760b9d8c3c8b4db411 0.0s done
22:12:22 #7 extracting sha256:c2c645ca9e1c6b0b982faacacf165902754db172fcfc7e79dafce8853f4b104a done
22:12:22 #7 extracting sha256:0ce23e23698a13e82c0815f2934f489668f763158c3092e687112df82f7797e3 done
22:12:22 #7 extracting sha256:2f5c0046a39fe55a4fcc3fef45adf75f7d6d885d9c428dec2658fa6cfeefaeda done
22:12:22 #7 extracting sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 0.8s done
22:12:22 #7 extracting sha256:c64dff143675f3e9a900ab1685fcc2cff7d5264cd507dced816e7a9c406c5dd5 0.0s done
22:12:22 #7 DONE 14.9s
22:12:22 
22:12:22 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
22:12:22 #8 sha256:d868f27fe48fca7b0cf04efadbcadce77df681e576f5226036e1483d7690e101
22:12:22 From https://github.com/docker/docker
22:12:22  * [new branch]      master     -> master
22:12:22  * [new branch]      master     -> origin/master
22:12:22 + git -C src/github.com/docker/docker checkout -q refs/heads/master
22:12:22 From https://github.com/docker/docker
22:12:22  * [new branch]      master     -> master
22:12:22  * [new branch]      master     -> origin/master
22:12:22 + git -C src/github.com/docker/docker checkout -q refs/heads/master
22:12:22 git init src/github.com/docker/scan-cli-plugin
22:12:22 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/scan-cli-plugin/.git/
22:12:22 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
22:12:22 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
22:12:23 + SRC=src/github.com/docker/scan-cli-plugin
22:12:23 + REF=v0.8.0
22:12:23 + REF_FETCH=v0.8.0
22:12:23 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
22:12:23 + awk {print $2}
22:12:23 + REF=refs/tags/v0.8.0
22:12:23 + [ -n refs/tags/v0.8.0 ]
22:12:23 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
22:12:23 + 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
22:12:23 git init src/github.com/docker/scan-cli-plugin
22:12:23 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/scan-cli-plugin/.git/
22:12:23 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
22:12:23 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
22:12:23 + SRC=src/github.com/docker/scan-cli-plugin
22:12:23 + REF=v0.8.0
22:12:23 + REF_FETCH=v0.8.0
22:12:23 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
22:12:23 + awk {print $2}
22:12:23 #8 1.394 Get:1 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
22:12:23 #8 1.505 Get:2 http://archive.raspbian.org/raspbian buster InRelease [15.0 kB]
22:12:23 From https://github.com/docker/scan-cli-plugin
22:12:23  * [new tag]         v0.8.0     -> v0.8.0
22:12:23 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
[Pipeline] sh
22:12:23 + REF=refs/tags/v0.8.0
22:12:23 + [ -n refs/tags/v0.8.0 ]
22:12:23 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
22:12:23 + 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
22:12:23 #8 1.743 Get:3 http://archive.raspberrypi.org/debian buster/main armhf Packages [393 kB]
22:12:23 + make REF=master DOCKER_BUILD_PKGS=static-linux cross-mac cross-win static
22:12:23 ./scripts/checkout.sh src/github.com/docker/cli "master"
22:12:23 + SRC=src/github.com/docker/cli
22:12:23 + REF=master
22:12:23 + REF_FETCH=master
22:12:23 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
22:12:23 + awk {print $2}
22:12:23 + REF=refs/heads/master
22:12:23 + [ -n refs/heads/master ]
22:12:23 + REF_FETCH=refs/heads/master:refs/heads/master
22:12:23 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
22:12:23 From https://github.com/docker/scan-cli-plugin
22:12:23  * [new tag]         v0.8.0     -> v0.8.0
22:12:23 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
[Pipeline] sh
22:12:23 #8 1.881 Get:4 http://archive.raspbian.org/raspbian buster/non-free armhf Packages [126 kB]
22:12:24 + git -C src/github.com/docker/cli checkout -q refs/heads/master
22:12:24 + make -C deb ubuntu-focal ubuntu-hirsute debian-bullseye
22:12:24 make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/deb'
22:12:24 mkdir -p sources
22:12:24 docker run --rm -w /v \
22:12:24 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/cli:/cli \
22:12:24 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/deb/sources:/v \
22:12:24 	alpine \
22:12:24 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
22:12:24 Unable to find image 'alpine:latest' locally
22:12:24 #8 2.206 Get:5 http://archive.raspbian.org/raspbian buster/contrib armhf Packages [68.6 kB]
22:12:24 #8 2.212 Get:6 http://archive.raspbian.org/raspbian buster/firmware armhf Packages [1201 B]
22:12:24 #8 2.212 Get:7 http://archive.raspbian.org/raspbian buster/main armhf Packages [18.3 MB]
22:12:24 ./scripts/checkout.sh src/github.com/docker/docker "master"
22:12:24 + SRC=src/github.com/docker/docker
22:12:24 + REF=master
22:12:24 + REF_FETCH=master
22:12:24 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
22:12:24 + awk {print $2}
22:12:24 latest: Pulling from library/alpine
22:12:24 a0d0a0d46f8b: Pulling fs layer
22:12:24 From https://github.com/docker/docker
22:12:24  * [new branch]      master     -> master
22:12:24  * [new branch]      master     -> origin/master
22:12:24 + git -C src/github.com/docker/docker checkout -q refs/heads/master
22:12:24 + REF=refs/heads/master
22:12:24 + [ -n refs/heads/master ]
22:12:24 + REF_FETCH=refs/heads/master:refs/heads/master
22:12:24 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
22:12:24 a0d0a0d46f8b: Verifying Checksum
22:12:24 a0d0a0d46f8b: Download complete
22:12:24 + git -C src/github.com/docker/docker checkout -q refs/heads/master
22:12:24 a0d0a0d46f8b: Pull complete
22:12:24 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
22:12:24 Status: Downloaded newer image for alpine:latest
22:12:24 git init src/github.com/docker/scan-cli-plugin
22:12:24 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/scan-cli-plugin/.git/
22:12:24 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
22:12:24 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
22:12:24 + SRC=src/github.com/docker/scan-cli-plugin
22:12:24 + REF=v0.8.0
22:12:24 + REF_FETCH=v0.8.0
22:12:24 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
22:12:24 + awk {print $2}
22:12:24 + REF=refs/tags/v0.8.0
22:12:24 + [ -n refs/tags/v0.8.0 ]
22:12:24 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
22:12:24 + 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
22:12:25 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
22:12:25 + SRC=src/github.com/docker/scan-cli-plugin
22:12:25 + REF=v0.8.0
22:12:25 + REF_FETCH=v0.8.0
22:12:25 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
22:12:25 + awk {print $2}
22:12:25 From https://github.com/docker/scan-cli-plugin
22:12:25  * [new tag]         v0.8.0     -> v0.8.0
22:12:25 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
[Pipeline] sh
22:12:25 + REF=refs/tags/v0.8.0
22:12:25 + [ -n refs/tags/v0.8.0 ]
22:12:25 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
22:12:25 + 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
22:12:25 + make -C rpm centos-7 centos-8 fedora-34
22:12:25 make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm'
22:12:25 mkdir -p rpmbuild/SOURCES
22:12:25 docker run --rm -w /v \
22:12:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/docker:/engine \
22:12:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm/rpmbuild/SOURCES:/v \
22:12:25 	alpine \
22:12:25 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
22:12:25 Unable to find image 'alpine:latest' locally
22:12:25 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
22:12:25 for p in static-linux cross-mac cross-win; do \
22:12:25 	make -C static VERSION=0.0.1-dev GO_VERSION=1.16.9 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
22:12:25 done
22:12:25 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/static'
22:12:25 cd /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/cli && VERSION=0.0.0-20211015144600-e57b5f7 docker buildx bake --set binary.platform= --set binary.args.CGO_ENABLED= binary
22:12:25 #8 3.371 Get:8 http://archive.raspbian.org/raspbian buster/rpi armhf Packages [1299 B]
22:12:25 latest: Pulling from library/alpine
22:12:25 a0d0a0d46f8b: Pulling fs layer
22:12:26 a0d0a0d46f8b: Verifying Checksum
22:12:26 a0d0a0d46f8b: Download complete
22:12:26 a0d0a0d46f8b: Pull complete
22:12:26 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
22:12:26 Status: Downloaded newer image for alpine:latest
22:12:26 #8 4.644 Fetched 18.9 MB in 4s (5083 kB/s)
22:12:27 #8 4.644 Reading package lists...
22:12:28 #8 5.863 Reading package lists...
22:12:28 #8 ...
22:12:28 
22:12:28 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
22:12:28 #13 sha256:fcb6bbd3683710dc38c0a2611aa78c17fb03221e7159fd7323c059280522acda
22:12:28 #13 extracting sha256:b239d69f9df3bcbccb5272f18c9864a0646c74a277438c7cc9091914887d366f 4.6s done
22:12:28 #13 extracting sha256:48cdf62694d5d7f7f939617bb18f9cda5e23d5434349fb83c254853bdb20dcbb 1.2s
22:12:29 mkdir -p sources
22:12:29 docker run --rm -w /v \
22:12:29 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/docker:/engine \
22:12:29 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/deb/sources:/v \
22:12:29 	alpine \
22:12:29 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
22:12:29 #13 ...
22:12:29 
22:12:29 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
22:12:29 #8 sha256:d868f27fe48fca7b0cf04efadbcadce77df681e576f5226036e1483d7690e101
22:12:29 #8 5.863 Reading package lists...
22:12:29 #8 7.050 Building dependency tree...
22:12:29 #8 7.238 Reading state information...
22:12:29 #8 7.498 curl is already the newest version (7.64.0-4+deb10u2).
22:12:29 #8 7.498 The following additional packages will be installed:
22:12:29 #8 7.498   autoconf automake autopoint autotools-dev binutils
22:12:29 #8 7.498   binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8
22:12:29 #8 7.498   debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file
22:12:29 #8 7.498   gcc gcc-8 gettext gettext-base git-man groff-base intltool-debian
22:12:29 #8 7.498   libarchive-zip-perl libasan5 libatomic1 libb-hooks-op-check-perl libbinutils
22:12:29 #8 7.498   libbsd0 libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl
22:12:29 #8 7.498   libcroco3 libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl
22:12:29 #8 7.498   libdevel-globaldestruction-perl libdpkg-perl libdynaloader-functions-perl
22:12:29 #8 7.498   libelf1 libencode-locale-perl liberror-perl libexpat1 libfakeroot
22:12:29 #8 7.498   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
22:12:29 #8 7.498   libfile-which-perl libfl2 libgcc-8-dev libgdbm-compat4 libgdbm6 libglib2.0-0
22:12:29 #8 7.498   libgomp1 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
22:12:29 #8 7.498   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
22:12:29 #8 7.498   libhttp-negotiate-perl libicu63 libimport-into-perl libio-html-perl
22:12:29 #8 7.498   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl19
22:12:29 #8 7.498   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
22:12:29 #8 7.498   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
22:12:29 #8 7.498   libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0
22:12:29 #8 7.498   libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal
22:12:29 #8 7.498   libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
22:12:29 #8 7.498   libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl
22:12:29 #8 7.498   libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
22:12:29 #8 7.498   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
22:12:29 #8 7.498   mime-support patch patchutils perl perl-modules-5.28 perl-openssl-defaults
22:12:29 #8 7.498   po-debconf python3 python3-minimal python3.7 python3.7-minimal
22:12:29 #8 7.502   sensible-utils wdiff xz-utils
22:12:29 #8 7.502 Suggested packages:
22:12:29 #8 7.502   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
22:12:29 #8 7.502   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales dh-make adequate
22:12:29 #8 7.502   autopkgtest bls-standalone bsd-mailx | mailx build-essential
22:12:29 #8 7.502   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
22:12:29 #8 7.502   dose-extra duck faketime gnuplot how-can-i-help libauthen-sasl-perl
22:12:29 #8 7.502   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
22:12:29 #8 7.502   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
22:12:29 #8 7.502   ratt reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib
22:12:29 #8 7.502   manpages-dev flex bison gdb gcc-doc gcc-8-doc libgcc1-dbg libgomp1-dbg
22:12:29 #8 7.502   libitm1-dbg libatomic1-dbg libasan5-dbg liblsan0-dbg libtsan0-dbg
22:12:29 #8 7.502   libubsan1-dbg libmpx2-dbg libquadmath0-dbg gettext-doc libasprintf-dev
22:12:29 #8 7.502   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
22:12:29 #8 7.502   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc
22:12:29 #8 7.502   libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl
22:12:29 #8 7.502   libscalar-number-perl libbareword-filehandles-perl libindirect-perl
22:12:29 #8 7.502   libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
22:12:29 #8 7.502   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
22:12:29 #8 7.502   diffutils-doc perl-doc libterm-readline-gnu-perl
22:12:29 #8 7.502   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
22:12:29 #8 7.502   libmail-box-perl python3-doc python3-tk python3-venv python3.7-venv
22:12:29 #8 7.502   python3.7-doc binfmt-support wdiff-doc
22:12:29 #8 7.502 Recommended packages:
22:12:29 #8 7.502   at dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
22:12:29 #8 7.502   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
22:12:29 #8 7.502   licensecheck lintian python3-apt python3-debian python3-magic
22:12:29 #8 7.502   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
22:12:29 #8 7.502   libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client
22:12:29 #8 7.502   manpages manpages-dev libfile-fcntllock-perl libarchive-cpio-perl
22:12:29 #8 7.502   libglib2.0-data shared-mime-info xdg-user-dirs libhtml-format-perl
22:12:29 #8 7.502   libclass-xsaccessor-perl libsub-name-perl libltdl-dev libdata-dump-perl
22:12:29 #8 7.502   libhtml-form-perl libhttp-daemon-perl libmailtools-perl
22:12:29 #8 7.502   libmail-sendmail-perl
22:12:30 mkdir -p rpmbuild/SOURCES
22:12:30 docker run --rm -w /v \
22:12:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/cli:/cli \
22:12:30 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm/rpmbuild/SOURCES:/v \
22:12:30 	alpine \
22:12:30 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
22:12:31 #8 9.029 The following NEW packages will be installed:
22:12:31 #8 9.029   autoconf automake autopoint autotools-dev binutils
22:12:31 #8 9.029   binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8
22:12:31 #8 9.029   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
22:12:31 #8 9.034   equivs fakeroot file gcc gcc-8 gettext gettext-base git git-man groff-base
22:12:31 #8 9.034   intltool-debian libarchive-zip-perl libasan5 libatomic1
22:12:31 #8 9.034   libb-hooks-op-check-perl libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0
22:12:31 #8 9.034   libclass-method-modifiers-perl libcroco3 libcurl3-gnutls libdebhelper-perl
22:12:31 #8 9.034   libdevel-callchecker-perl libdevel-globaldestruction-perl libdpkg-perl
22:12:31 #8 9.034   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
22:12:31 #8 9.034   libexpat1 libfakeroot libfile-homedir-perl libfile-listing-perl
22:12:31 #8 9.034   libfile-stripnondeterminism-perl libfile-which-perl libfl2 libgcc-8-dev
22:12:31 #8 9.034   libgdbm-compat4 libgdbm6 libglib2.0-0 libgomp1 libhtml-parser-perl
22:12:31 #8 9.034   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
22:12:31 #8 9.034   libhttp-message-perl libhttp-negotiate-perl libicu63 libimport-into-perl
22:12:31 #8 9.034   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
22:12:31 #8 9.034   libisl19 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc
22:12:31 #8 9.034   libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
22:12:31 #8 9.034   libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0
22:12:31 #8 9.034   libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal
22:12:31 #8 9.034   libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
22:12:31 #8 9.034   libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl
22:12:31 #8 9.034   libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
22:12:31 #8 9.034   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
22:12:31 #8 9.034   mime-support patch patchutils perl perl-modules-5.28 perl-openssl-defaults
22:12:31 #8 9.034   po-debconf python3 python3-minimal python3.7 python3.7-minimal
22:12:31 #8 9.034   sensible-utils wdiff xz-utils
22:12:31 #8 9.034 The following packages will be upgraded:
22:12:31 #8 9.034   libc6
22:12:31 #8 9.479 1 upgraded, 125 newly installed, 0 to remove and 15 not upgraded.
22:12:31 #8 9.479 Need to get 69.0 MB of archives.
22:12:31 #8 9.479 After this operation, 272 MB of additional disk space will be used.
22:12:31 #8 9.479 Get:1 http://archive.raspbian.org/raspbian buster/main armhf libbsd0 armhf 0.9.1-2+deb10u1 [105 kB]
22:12:31 #8 9.507 Get:2 http://archive.raspberrypi.org/debian buster/main armhf libc6 armhf 2.28-10+rpt2+rpi1 [2356 kB]
22:12:31 #8 9.802 Get:3 http://archive.raspbian.org/raspbian buster/main armhf libtinfo5 armhf 6.1+20181013-2+deb10u2 [309 kB]
22:12:31 #8 9.883 Get:4 http://archive.raspbian.org/raspbian buster/main armhf bsdmainutils armhf 11.1.2 [182 kB]
22:12:31 #8 9.965 Get:5 http://archive.raspbian.org/raspbian buster/main armhf libuchardet0 armhf 0.0.6-3 [62.2 kB]
22:12:31 #8 9.966 Get:6 http://archive.raspbian.org/raspbian buster/main armhf groff-base armhf 1.22.4-3+deb10u1 [782 kB]
22:12:31 #8 10.06 Get:7 http://archive.raspbian.org/raspbian buster/main armhf libgdbm6 armhf 1.18.1-4 [61.1 kB]
22:12:31 #8 10.06 Get:8 http://archive.raspbian.org/raspbian buster/main armhf libpipeline1 armhf 1.5.1-2 [26.6 kB]
22:12:31 #8 10.06 Get:9 http://archive.raspbian.org/raspbian buster/main armhf man-db armhf 2.8.5-2 [1230 kB]
22:12:32 #8 10.14 Get:10 http://archive.raspbian.org/raspbian buster/main armhf perl-modules-5.28 all 5.28.1-6 [2873 kB]
22:12:32 #8 10.17 Get:11 http://archive.raspberrypi.org/debian buster/main armhf libc-dev-bin armhf 2.28-10+rpt2+rpi1 [266 kB]
22:12:32 #8 10.18 Get:12 http://archive.raspberrypi.org/debian buster/main armhf linux-libc-dev armhf 1:1.20211007-2~buster [1012 kB]
22:12:32 #8 10.22 Get:13 http://archive.raspberrypi.org/debian buster/main armhf libc6-dev armhf 2.28-10+rpt2+rpi1 [2113 kB]
22:12:32 #8 10.30 Get:14 http://archive.raspbian.org/raspbian buster/main armhf libgdbm-compat4 armhf 1.18.1-4 [43.7 kB]
22:12:32 #8 10.30 Get:15 http://archive.raspbian.org/raspbian buster/main armhf libperl5.28 armhf 5.28.1-6 [3180 kB]
22:12:32 #8 10.34 Get:16 http://archive.raspberrypi.org/debian buster/main armhf libdebhelper-perl all 13.2~bpo10+1 [188 kB]
22:12:32 #8 10.35 Get:17 http://archive.raspberrypi.org/debian buster/main armhf debhelper all 13.2~bpo10+1 [1009 kB]
22:12:32 #8 10.51 Get:18 http://archive.raspbian.org/raspbian buster/main armhf perl armhf 5.28.1-6 [204 kB]
22:12:32 #8 10.51 Get:19 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u3 [583 kB]
22:12:32 #8 10.52 Get:20 http://archive.raspbian.org/raspbian buster/main armhf libexpat1 armhf 2.2.6-2+deb10u1 [77.3 kB]
22:12:32 #8 10.53 Get:21 http://archive.raspbian.org/raspbian buster/main armhf python3.7-minimal armhf 3.7.3-2+deb10u3 [1464 kB]
22:12:32 #8 10.55 Get:22 http://archive.raspbian.org/raspbian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
22:12:32 #8 10.58 Get:23 http://archive.raspbian.org/raspbian buster/main armhf mime-support all 3.62 [37.2 kB]
22:12:32 #8 10.61 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libmpdec2 armhf 2.4.2-2 [67.2 kB]
22:12:32 #8 10.61 Get:25 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u3 [1664 kB]
22:12:32 #8 10.69 Get:26 http://archive.raspbian.org/raspbian buster/main armhf python3.7 armhf 3.7.3-2+deb10u3 [330 kB]
22:12:32 #8 10.70 Get:27 http://archive.raspbian.org/raspbian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
22:12:32 #8 10.70 Get:28 http://archive.raspbian.org/raspbian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
22:12:32 #8 10.70 Get:29 http://archive.raspbian.org/raspbian buster/main armhf sensible-utils all 0.0.12 [15.8 kB]
22:12:32 #8 10.70 Get:30 http://archive.raspbian.org/raspbian buster/main armhf bzip2 armhf 1.0.6-9.2~deb10u1 [46.2 kB]
22:12:32 #8 10.70 Get:31 http://archive.raspbian.org/raspbian buster/main armhf libmagic-mgc armhf 1:5.35-4+deb10u2 [242 kB]
22:12:32 #8 10.71 Get:32 http://archive.raspbian.org/raspbian buster/main armhf libmagic1 armhf 1:5.35-4+deb10u2 [110 kB]
22:12:32 #8 10.77 Get:33 http://archive.raspbian.org/raspbian buster/main armhf file armhf 1:5.35-4+deb10u2 [65.5 kB]
22:12:32 #8 10.77 Get:34 http://archive.raspbian.org/raspbian buster/main armhf gettext-base armhf 0.19.8.1-9 [117 kB]
22:12:32 #8 10.86 Get:35 http://archive.raspbian.org/raspbian buster/main armhf xz-utils armhf 5.2.4-1 [179 kB]
22:12:32 #8 10.86 Get:36 http://archive.raspbian.org/raspbian buster/main armhf libsigsegv2 armhf 2.12-2 [32.3 kB]
22:12:32 #8 10.86 Get:37 http://archive.raspbian.org/raspbian buster/main armhf m4 armhf 1.4.18-2 [185 kB]
22:12:32 #8 10.86 Get:38 http://archive.raspbian.org/raspbian buster/main armhf autoconf all 2.69-11 [341 kB]
22:12:32 #8 10.86 Get:39 http://archive.raspbian.org/raspbian buster/main armhf autotools-dev all 20180224.1 [77.0 kB]
22:12:32 #8 10.86 Get:40 http://archive.raspbian.org/raspbian buster/main armhf automake all 1:1.16.1-4 [771 kB]
22:12:32 #8 10.93 Get:41 http://archive.raspbian.org/raspbian buster/main armhf autopoint all 0.19.8.1-9 [434 kB]
22:12:32 #8 10.94 Get:42 http://archive.raspbian.org/raspbian buster/main armhf binutils-common armhf 2.31.1-16+rpi2 [2075 kB]
22:12:32 #8 11.03 Get:43 http://archive.raspbian.org/raspbian buster/main armhf libbinutils armhf 2.31.1-16+rpi2 [302 kB]
22:12:32 #8 11.03 Get:44 http://archive.raspbian.org/raspbian buster/main armhf libfl2 armhf 2.6.4-6.2 [103 kB]
22:12:32 #8 11.04 Get:45 http://archive.raspbian.org/raspbian buster/main armhf binutils-arm-linux-gnueabihf armhf 2.31.1-16+rpi2 [1814 kB]
22:12:33 #8 11.19 Get:46 http://archive.raspbian.org/raspbian buster/main armhf binutils armhf 2.31.1-16+rpi2 [57.0 kB]
22:12:33 #8 11.19 Get:47 http://archive.raspbian.org/raspbian buster/main armhf libisl19 armhf 0.20-2 [439 kB]
22:12:33 #8 11.20 Get:48 http://archive.raspbian.org/raspbian buster/main armhf libmpfr6 armhf 4.0.2-1 [723 kB]
22:12:33 #8 11.20 Get:49 http://archive.raspbian.org/raspbian buster/main armhf libmpc3 armhf 1.1.0-1 [32.1 kB]
22:12:33 #8 11.21 Get:50 http://archive.raspbian.org/raspbian buster/main armhf cpp-8 armhf 8.3.0-6+rpi1 [6787 kB]
22:12:33 mkdir -p sources
22:12:33 docker run --rm -w /v \
22:12:33 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
22:12:33 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/deb/sources:/v \
22:12:33 	alpine \
22:12:33 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
22:12:33 #8 11.60 Get:51 http://archive.raspbian.org/raspbian buster/main armhf cpp armhf 4:8.3.0-1+rpi2 [19.6 kB]
22:12:33 #8 11.60 Get:52 http://archive.raspbian.org/raspbian buster/main armhf libcc1-0 armhf 8.3.0-6+rpi1 [37.9 kB]
22:12:33 #8 11.60 Get:53 http://archive.raspbian.org/raspbian buster/main armhf libgomp1 armhf 8.3.0-6+rpi1 [64.3 kB]
22:12:33 #8 11.60 Get:54 http://archive.raspbian.org/raspbian buster/main armhf libatomic1 armhf 8.3.0-6+rpi1 [8108 B]
22:12:33 #8 11.60 Get:55 http://archive.raspbian.org/raspbian buster/main armhf libasan5 armhf 8.3.0-6+rpi1 [317 kB]
22:12:33 #8 11.60 Get:56 http://archive.raspbian.org/raspbian buster/main armhf libubsan1 armhf 8.3.0-6+rpi1 [103 kB]
22:12:33 #8 11.61 Get:57 http://archive.raspbian.org/raspbian buster/main armhf libgcc-8-dev armhf 8.3.0-6+rpi1 [595 kB]
22:12:33 #8 11.61 Get:58 http://archive.raspbian.org/raspbian buster/main armhf gcc-8 armhf 8.3.0-6+rpi1 [7223 kB]
22:12:33 #1 [internal] load build definition from Dockerfile
22:12:33 #1 transferring dockerfile: 2.55kB 0.1s done
22:12:33 #1 DONE 0.1s
22:12:33 
22:12:33 #2 [internal] load .dockerignore
22:12:33 #2 transferring context: 174B done
22:12:33 #2 DONE 0.1s
22:12:33 
22:12:33 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
22:12:33 #4 DONE 0.0s
22:12:33 
22:12:33 #3 resolve image config for docker.io/docker/dockerfile:1.3
22:12:33 #3 DONE 0.4s
22:12:33 
22:12:33 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
22:12:33 #5 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done
22:12:33 #5 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done
22:12:33 #5 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done
22:12:33 #5 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 3.15MB / 9.67MB 0.1s
22:12:33 #5 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done
22:12:33 docker run --rm -w /v \
22:12:33 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/plugins:/plugins \
22:12:33 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/deb/sources:/v \
22:12:33 	alpine \
22:12:33 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
22:12:34 #8 12.03 Get:59 http://archive.raspbian.org/raspbian buster/main armhf gcc armhf 4:8.3.0-1+rpi2 [5200 B]
22:12:34 #8 12.04 Get:60 http://archive.raspbian.org/raspbian buster/main armhf libtool all 2.4.6-9 [547 kB]
22:12:34 #8 12.05 Get:61 http://archive.raspbian.org/raspbian buster/main armhf dh-autoreconf all 19 [16.9 kB]
22:12:34 #8 12.05 Get:62 http://archive.raspbian.org/raspbian buster/main armhf libarchive-zip-perl all 1.64-1 [96.8 kB]
22:12:34 #8 12.05 Get:63 http://archive.raspbian.org/raspbian buster/main armhf libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
22:12:34 #8 12.05 Get:64 http://archive.raspbian.org/raspbian buster/main armhf dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
22:12:34 #8 12.05 Get:65 http://archive.raspbian.org/raspbian buster/main armhf libdpkg-perl all 1.19.7 [1414 kB]
22:12:34 #8 12.10 Get:66 http://archive.raspbian.org/raspbian buster/main armhf patch armhf 2.7.6-3+deb10u1 [115 kB]
22:12:34 #8 12.10 Get:67 http://archive.raspbian.org/raspbian buster/main armhf make armhf 4.2.1-1.2 [321 kB]
22:12:34 #8 12.15 Get:68 http://archive.raspbian.org/raspbian buster/main armhf dpkg-dev all 1.19.7 [1773 kB]
22:12:34 #5 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done
22:12:34 #5 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s
22:12:34 #5 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done
22:12:34 #8 12.23 Get:69 http://archive.raspbian.org/raspbian buster/main armhf libelf1 armhf 0.176-1.1 [158 kB]
22:12:34 #8 12.24 Get:70 http://archive.raspbian.org/raspbian buster/main armhf dwz armhf 0.12-3 [66.0 kB]
22:12:34 #8 12.24 Get:71 http://archive.raspbian.org/raspbian buster/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u2 [1078 kB]
22:12:34 #8 12.31 Get:72 http://archive.raspbian.org/raspbian buster/main armhf libicu63 armhf 63.1-6+deb10u1 [7973 kB]
22:12:34 #5 DONE 0.5s
22:12:34 
22:12:34 #7 [internal] load .dockerignore
22:12:34 #7 DONE 0.0s
22:12:34 
22:12:34 #6 [internal] load build definition from Dockerfile
22:12:34 #6 DONE 0.0s
22:12:34 
22:12:34 #11 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
22:12:34 #11 DONE 0.0s
22:12:34 
22:12:34 #12 [auth] library/golang:pull token for registry-1.docker.io
22:12:34 #12 DONE 0.0s
22:12:34 
22:12:34 #13 [auth] tonistiigi/xx:pull token for registry-1.docker.io
22:12:34 #13 DONE 0.0s
22:12:34 
22:12:34 #10 [internal] load metadata for docker.io/tonistiigi/xx:1.0.0-rc.2
22:12:34 mkdir -p rpmbuild/SOURCES
22:12:34 docker run --rm -w /v \
22:12:34 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
22:12:34 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm/rpmbuild/SOURCES:/v \
22:12:34 	alpine \
22:12:34 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
22:12:34 #8 12.80 Get:73 http://archive.raspbian.org/raspbian buster/main armhf libxml2 armhf 2.9.4+dfsg1-7+deb10u2 [572 kB]
22:12:34 #8 12.82 Get:74 http://archive.raspbian.org/raspbian buster/main armhf libcroco3 armhf 0.6.12-3 [132 kB]
22:12:34 #8 12.83 Get:75 http://archive.raspbian.org/raspbian buster/main armhf gettext armhf 0.19.8.1-9 [1219 kB]
22:12:34 #8 12.85 Get:76 http://archive.raspbian.org/raspbian buster/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
22:12:34 #8 12.85 Get:77 http://archive.raspbian.org/raspbian buster/main armhf po-debconf all 1.0.21 [248 kB]
22:12:34 #8 12.85 Get:78 http://archive.raspbian.org/raspbian buster/main armhf libfakeroot armhf 1.23-1 [43.3 kB]
22:12:34 #8 12.85 Get:79 http://archive.raspbian.org/raspbian buster/main armhf fakeroot armhf 1.23-1 [85.2 kB]
22:12:34 #8 12.86 Get:80 http://archive.raspbian.org/raspbian buster/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
22:12:34 #8 12.86 Get:81 http://archive.raspbian.org/raspbian buster/main armhf libfile-homedir-perl all 1.004-1 [42.7 kB]
22:12:34 #8 12.88 Get:82 http://archive.raspbian.org/raspbian buster/main armhf libio-pty-perl armhf 1:1.08-1.1+b4 [33.0 kB]
22:12:34 #8 12.95 Get:83 http://archive.raspbian.org/raspbian buster/main armhf libipc-run-perl all 20180523.0-1 [101 kB]
22:12:34 #8 12.95 Get:84 http://archive.raspbian.org/raspbian buster/main armhf libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
22:12:34 #8 12.95 Get:85 http://archive.raspbian.org/raspbian buster/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
22:12:34 #8 12.95 Get:86 http://archive.raspbian.org/raspbian buster/main armhf libdevel-globaldestruction-perl all 0.14-1 [8084 B]
22:12:34 #8 12.95 Get:87 http://archive.raspbian.org/raspbian buster/main armhf libb-hooks-op-check-perl armhf 0.22-1+b1 [11.1 kB]
22:12:34 #8 12.95 Get:88 http://archive.raspbian.org/raspbian buster/main armhf libdynaloader-functions-perl all 0.003-1 [12.6 kB]
22:12:34 #8 12.95 Get:89 http://archive.raspbian.org/raspbian buster/main armhf libdevel-callchecker-perl armhf 0.008-1 [15.5 kB]
22:12:34 #8 12.96 Get:90 http://archive.raspbian.org/raspbian buster/main armhf libparams-classify-perl armhf 0.015-1+b1 [24.3 kB]
22:12:34 #10 DONE 0.5s
22:12:34 
22:12:34 #9 [internal] load metadata for docker.io/library/golang:1.16.9-alpine
22:12:34 #9 DONE 0.4s
22:12:34 
22:12:34 #8 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
22:12:34 #8 DONE 0.4s
22:12:35 #8 13.04 Get:91 http://archive.raspbian.org/raspbian buster/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
22:12:35 #8 13.05 Get:92 http://archive.raspbian.org/raspbian buster/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
22:12:35 #8 13.05 Get:93 http://archive.raspbian.org/raspbian buster/main armhf librole-tiny-perl all 2.000006-1 [19.4 kB]
22:12:35 #8 13.06 Get:94 http://archive.raspbian.org/raspbian buster/main armhf libstrictures-perl all 2.000005-1 [18.3 kB]
22:12:35 #8 13.06 Get:95 http://archive.raspbian.org/raspbian buster/main armhf libsub-quote-perl all 2.005001-1 [17.9 kB]
22:12:35 #8 13.10 Get:96 http://archive.raspbian.org/raspbian buster/main armhf libmoo-perl all 2.003004-2 [57.4 kB]
22:12:35 #8 13.10 Get:97 http://archive.raspbian.org/raspbian buster/main armhf libencode-locale-perl all 1.05-1 [13.7 kB]
22:12:35 #8 13.10 Get:98 http://archive.raspbian.org/raspbian buster/main armhf libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
22:12:35 #8 13.12 Get:99 http://archive.raspbian.org/raspbian buster/main armhf libhttp-date-perl all 6.02-1 [10.7 kB]
22:12:35 #8 13.12 Get:100 http://archive.raspbian.org/raspbian buster/main armhf libfile-listing-perl all 6.04-1 [10.3 kB]
22:12:35 #8 13.20 Get:101 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tagset-perl all 3.20-3 [12.7 kB]
22:12:35 #8 13.20 Get:102 http://archive.raspbian.org/raspbian buster/main armhf liburi-perl all 1.76-1 [89.9 kB]
22:12:35 #8 13.20 Get:103 http://archive.raspbian.org/raspbian buster/main armhf libhtml-parser-perl armhf 3.72-3+b2 [101 kB]
22:12:35 #8 13.21 Get:104 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
22:12:35 #8 13.21 Get:105 http://archive.raspbian.org/raspbian buster/main armhf libio-html-perl all 1.001-1 [17.6 kB]
22:12:35 #8 13.21 Get:106 http://archive.raspbian.org/raspbian buster/main armhf liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
22:12:35 == Building packages for ubuntu-focal ==
22:12:35 mkdir -p "debbuild/ubuntu-focal"
22:12:35 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/x86_64 -f ubuntu-focal/Dockerfile .
22:12:35 docker run --rm -w /v \
22:12:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/plugins:/plugins \
22:12:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm/rpmbuild/SOURCES:/v \
22:12:35 	alpine \
22:12:35 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
22:12:35 #8 13.43 Get:107 http://archive.raspbian.org/raspbian buster/main armhf libhttp-message-perl all 6.18-1 [77.8 kB]
22:12:35 
22:12:35 #22 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
22:12:35 #22 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
22:12:35 #1 [internal] load build definition from Dockerfile
22:12:35 #1 sha256:8d125e588b739d48f40d20c9df0568473a88f4a20cda08a96fd93cb69d5a1ebc
22:12:35 #1 transferring dockerfile: 1.22kB done
22:12:35 #1 DONE 0.1s
22:12:35 
22:12:35 #2 [internal] load .dockerignore
22:12:35 #2 sha256:7536c55de62b984a76eacf50b1df2167ea56b46131498dee9cea4b3658305809
22:12:35 #2 transferring context:
22:12:35 #2 transferring context: 2B done
22:12:35 #2 DONE 0.0s
22:12:35 
22:12:35 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
22:12:35 #5 sha256:648e3919b4010886c14a24c094e0c80e5cf712653950294ba3108fa354f5617e
22:12:35 #5 DONE 0.0s
22:12:35 
22:12:35 #6 [auth] library/golang:pull token for registry-1.docker.io
22:12:35 #6 sha256:9c2dbdbf6409cbb00dd1f710b85f7626a90c429821f4f78bcdd2f73cedcf63aa
22:12:35 #6 DONE 0.0s
22:12:35 
22:12:35 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
22:12:35 #4 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
22:12:35 #8 13.75 Get:108 http://archive.raspbian.org/raspbian buster/main armhf libhttp-cookies-perl all 6.04-1 [17.8 kB]
22:12:35 #8 13.75 Get:109 http://archive.raspbian.org/raspbian buster/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
22:12:35 #8 13.75 Get:110 http://archive.raspbian.org/raspbian buster/main armhf perl-openssl-defaults armhf 3 [6782 B]
22:12:35 #8 13.75 Get:111 http://archive.raspbian.org/raspbian buster/main armhf libnet-ssleay-perl armhf 1.85-2+b1 [286 kB]
22:12:35 #8 13.97 Get:112 http://archive.raspbian.org/raspbian buster/main armhf libio-socket-ssl-perl all 2.060-3 [207 kB]
22:12:35 #8 13.97 Get:113 http://archive.raspbian.org/raspbian buster/main armhf libnet-http-perl all 6.18-1 [24.5 kB]
22:12:35 #8 13.97 Get:114 http://archive.raspbian.org/raspbian buster/main armhf liblwp-protocol-https-perl all 6.07-2 [9242 B]
22:12:35 #8 13.97 Get:115 http://archive.raspbian.org/raspbian buster/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
22:12:35 #8 13.97 Get:116 http://archive.raspbian.org/raspbian buster/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
22:12:35 #8 13.97 Get:117 http://archive.raspbian.org/raspbian buster/main armhf libwww-perl all 6.36-2 [188 kB]
22:12:35 #8 14.09 Get:118 http://archive.raspbian.org/raspbian buster/main armhf patchutils armhf 0.3.4-2 [83.1 kB]
22:12:36 #22 sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 5.46kB / 5.46kB done
22:12:36 #22 sha256:8d61139feed19d3685ffc483d41349d49cbdba3ee104a9104dd0ac98cdbc1479 523B / 523B done
22:12:36 #22 sha256:9a072fc69921655d494291e64abe03c6b872ce4522837193a46aee910330fba7 455B / 455B done
22:12:36 #8 14.09 Get:119 http://archive.raspbian.org/raspbian buster/main armhf wdiff armhf 1.2.2-2 [120 kB]
22:12:36 #8 14.09 Get:120 http://archive.raspbian.org/raspbian buster/main armhf devscripts armhf 2.19.5+deb10u1 [1045 kB]
22:12:36 #8 14.19 Get:121 http://archive.raspbian.org/raspbian buster/main armhf equivs all 2.2.0 [22.4 kB]
22:12:36 #8 14.19 Get:122 http://archive.raspbian.org/raspbian buster/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u2 [292 kB]
22:12:36 #8 14.20 Get:123 http://archive.raspbian.org/raspbian buster/main armhf libpcre2-8-0 armhf 10.32-5 [184 kB]
22:12:36 #8 14.20 Get:124 http://archive.raspbian.org/raspbian buster/main armhf liberror-perl all 0.17027-2 [30.9 kB]
22:12:36 #8 14.20 Get:125 http://archive.raspbian.org/raspbian buster/main armhf git-man all 1:2.20.1-2+deb10u3 [1620 kB]
22:12:36 #8 14.31 Get:126 http://archive.raspbian.org/raspbian buster/main armhf git armhf 1:2.20.1-2+deb10u3 [4194 kB]
22:12:36 #4 DONE 0.5s
22:12:36 
22:12:36 #3 [internal] load metadata for docker.io/library/ubuntu:focal
22:12:36 #3 sha256:d8099b9e2a8d5949e23c58d0d8ac7c3b4e8785ea131ce18291d94cefef37ed4b
22:12:36 #3 DONE 0.5s
22:12:36 
22:12:36 #14 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
22:12:36 #14 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
22:12:36 #14 resolve docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517 0.0s done
22:12:36 #22 sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 0B / 117B 0.5s
22:12:36 #22 extracting sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 0.0s done
22:12:36 #22 sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 117B / 117B 0.5s done
22:12:36 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 0B / 50.44MB 0.0s
22:12:36 #14 sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517 1.86kB / 1.86kB done
22:12:36 #14 sha256:e4709878e5e3a0ec3e392fd36d67044dc76c4b5602675ddd8dd8daa9cda2c711 1.79kB / 1.79kB done
22:12:36 #14 sha256:c6dc9ac30185340b11d411a379fe385a0c5fa0790f577da12682479a418bba95 6.96kB / 6.96kB done
22:12:36 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 2.61MB / 50.44MB 0.2s
22:12:36 #14 sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 4.19MB / 7.83MB 0.2s
22:12:36 #14 sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 1.05MB / 10.00MB 0.2s
22:12:36 #8 14.96 debconf: delaying package configuration, since apt-utils is not installed
22:12:36 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 6.29MB / 50.44MB 0.3s
22:12:36 #14 sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 7.83MB / 7.83MB 0.3s
22:12:36 #14 sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 2.18MB / 10.00MB 0.3s
22:12:36 #14 sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 7.26MB / 10.00MB 0.4s
22:12:37 #8 15.10 Fetched 69.0 MB in 6s (12.4 MB/s)
22:12:37 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 10.49MB / 50.44MB 0.5s
22:12:37 #14 sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 7.83MB / 7.83MB 0.4s done
22:12:37 #14 sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 9.05MB / 10.00MB 0.5s
22:12:37 #14 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 569.34kB / 51.84MB 0.5s
22:12:37 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 13.05MB / 50.44MB 0.6s
22:12:37 #14 sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 10.00MB / 10.00MB 0.6s
22:12:37 #14 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 4.81MB / 51.84MB 0.7s
22:12:37 #8 15.27 (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.)
22:12:37 #8 15.29 Preparing to unpack .../libc6_2.28-10+rpt2+rpi1_armhf.deb ...
22:12:37 == Building packages for centos-7 ==
22:12:37 mkdir -p "rpmbuild/centos-7"
22:12:37 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster -t rpmbuild-centos-7/x86_64 -f centos-7/Dockerfile .
22:12:37 #22 DONE 1.2s
22:12:37 
22:12:37 #15 [xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669
22:12:37 #15 resolve docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669 0.0s done
22:12:37 #15 sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669 2.65kB / 2.65kB done
22:12:37 #15 sha256:8bb4fd3914ad2b9b2bfcc8ac2a8e6c63e66207767c21dc520041973d821426f8 525B / 525B done
22:12:37 #15 sha256:5162799cdc040568b1bd7d574d69a20c1b9d6927c677601b50f40e2b58edbcdb 945B / 945B done
22:12:37 #15 sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a 13.43kB / 13.43kB 0.6s done
22:12:37 #15 extracting sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a done
22:12:37 #15 DONE 1.3s
22:12:37 
22:12:37 #14 [gostable 1/1] FROM docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
22:12:37 #14 resolve docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11 0.0s done
22:12:37 #14 sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11 1.65kB / 1.65kB done
22:12:37 #14 sha256:45db38b5fc06a5fa18f18dec784dfcc60e7140676b7f9e4039768b54b9d4223e 1.36kB / 1.36kB done
22:12:37 #14 sha256:1b35785aa3c4f2f78a5ad5252332114f43bb07a438d9cccc153517ea8f7d1198 5.08kB / 5.08kB done
22:12:37 #14 sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 2.81MB / 2.81MB 0.4s done
22:12:37 #14 sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd 154B / 154B 0.1s done
22:12:37 #14 sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 281.51kB / 281.51kB 0.2s done
22:12:37 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 40.89MB / 105.80MB 1.1s
22:12:37 #14 sha256:36803fd6ed32d2fbeb27157ae8bd9eac927a87d33ede687fc8c596fb1432e948 156B / 156B 0.4s done
22:12:37 #14 extracting sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 0.7s done
22:12:37 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 49.28MB / 105.80MB 1.3s
22:12:37 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 20.97MB / 50.44MB 0.9s
22:12:37 #14 sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 10.00MB / 10.00MB 0.8s done
22:12:37 #14 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 9.44MB / 51.84MB 0.9s
22:12:37 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 1.05MB / 68.78MB 0.9s
22:12:37 #8 15.52 Unpacking libc6:armhf (2.28-10+rpt2+rpi1) over (2.28-10+rpi1) ...
22:12:37 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 58.72MB / 105.80MB 1.5s
22:12:37 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 70.07MB / 105.80MB 1.7s
22:12:37 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 25.17MB / 50.44MB 1.1s
22:12:37 #14 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 13.63MB / 51.84MB 1.1s
22:12:37 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 5.24MB / 68.78MB 1.1s
22:12:37 #1 [internal] load build definition from Dockerfile
22:12:37 #1 sha256:2500a9a25451ba3a7a54760c2b444fd0cef6ab6532b09252ba312d7e71e7cdae
22:12:37 #1 transferring dockerfile: 1.06kB done
22:12:37 #1 DONE 0.1s
22:12:37 
22:12:37 #2 [internal] load .dockerignore
22:12:37 #2 sha256:e713f730fb0ed62d4968b93394912b105c6f502ab2eff15d1e15c352dcc89a30
22:12:37 #2 transferring context: 2B done
22:12:37 #2 DONE 0.0s
22:12:37 
22:12:37 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
22:12:37 #4 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
22:12:37 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 81.79MB / 105.80MB 1.9s
22:12:38 #14 ...
22:12:38 
22:12:38 #10 [internal] load build context
22:12:38 #10 sha256:d9535b79e10e91fff6e19b70a47f92297e1a4b6951a84fcef0a7bb98aabb100e
22:12:38 #10 transferring context: 20.20MB 1.5s done
22:12:38 #10 DONE 1.5s
22:12:38 
22:12:38 #14 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
22:12:38 #14 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
22:12:38 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 34.60MB / 50.44MB 1.4s
22:12:38 #14 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 19.92MB / 51.84MB 1.4s
22:12:38 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 14.68MB / 68.78MB 1.4s
22:12:38 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 38.80MB / 50.44MB 1.5s
22:12:38 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 19.92MB / 68.78MB 1.5s
22:12:38 #4 ...
22:12:38 
22:12:38 #5 [auth] library/centos:pull token for registry-1.docker.io
22:12:38 #5 sha256:ee3d55d9b9da50d2ad14ad14011bcda0cb82328a0f5fba8dde59ab361941ed17
22:12:38 #5 DONE 0.0s
22:12:38 
22:12:38 #6 [auth] library/golang:pull token for registry-1.docker.io
22:12:38 #6 sha256:696ead64126efddd4fc2b121249cee5785526faa5e88048d1023265203a8ea50
22:12:38 #6 DONE 0.0s
22:12:38 
22:12:38 #3 [internal] load metadata for docker.io/library/centos:7
22:12:38 #3 sha256:30875b35a89c8e8a29cd7cf120689bb68cdab8d769419707e07138dfe977d237
22:12:38 #14 extracting sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262
22:12:38 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 42.99MB / 50.44MB 1.6s
22:12:38 #14 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 25.17MB / 51.84MB 1.6s
22:12:38 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 24.12MB / 68.78MB 1.6s
22:12:38 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 47.19MB / 50.44MB 1.8s
22:12:38 #14 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 28.31MB / 51.84MB 1.8s
22:12:38 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 29.36MB / 68.78MB 1.8s
22:12:38 #3 DONE 0.6s
22:12:38 
22:12:38 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
22:12:38 #4 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
22:12:38 #4 DONE 0.5s
22:12:38 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 50.44MB / 50.44MB 1.9s
22:12:38 #14 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 34.60MB / 51.84MB 1.9s
22:12:38 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 37.75MB / 68.78MB 1.9s
22:12:38 #14 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 45.09MB / 51.84MB 2.1s
22:12:38 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 47.19MB / 68.78MB 2.1s
22:12:38 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 97.68MB / 105.80MB 2.4s
22:12:38 #14 extracting sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 0.2s done
22:12:38 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 105.80MB / 105.80MB 2.5s
22:12:38 
22:12:38 #10 [internal] load build context
22:12:38 #10 sha256:b5c32f935c58040ea4c506981565b8cdbb356cd9f71098cfb0d9d94003732ffb
22:12:38 #10 transferring context: 11.77kB done
22:12:38 #10 DONE 0.0s
22:12:38 
22:12:38 #7 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987
22:12:38 #7 sha256:a0888aee9b87c72b846d6009d871befd442b2545864728203b742012f5f27cf6
22:12:38 #7 resolve docker.io/library/centos:7@sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987 0.0s done
22:12:38 #7 sha256:eeb6ee3f44bd0b5103bb561b4c16bcb82328cfe5809ab675bb17ab3a16c517c9 2.75kB / 2.75kB done
22:12:38 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 1.05MB / 76.10MB 0.1s
22:12:38 #7 sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987 1.20kB / 1.20kB done
22:12:38 #7 sha256:dead07b4d8ed7e29e98de0f4504d87e8880d4347859d839686a31da35a3b532f 529B / 529B done
22:12:38 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 5.24MB / 76.10MB 0.2s
22:12:38 #14 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 49.47MB / 51.84MB 2.2s
22:12:38 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 51.88MB / 68.78MB 2.2s
22:12:38 #8 ...
22:12:38 
22:12:38 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
22:12:38 #13 sha256:fcb6bbd3683710dc38c0a2611aa78c17fb03221e7159fd7323c059280522acda
22:12:38 #13 extracting sha256:48cdf62694d5d7f7f939617bb18f9cda5e23d5434349fb83c254853bdb20dcbb 4.0s done
22:12:38 #13 extracting sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 7.1s done
22:12:38 #13 extracting sha256:6fbc4637ecd3905d40ea934f28f7ba1a1f13960a8905a8457c8d342987a1d9cd done
22:12:38 #13 DONE 31.8s
22:12:38 
22:12:38 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
22:12:38 #8 sha256:d868f27fe48fca7b0cf04efadbcadce77df681e576f5226036e1483d7690e101
22:12:38 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 9.44MB / 76.10MB 0.3s
22:12:39 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 68.78MB / 68.78MB 2.4s
22:12:39 #14 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 50.44MB / 50.44MB 2.5s done
22:12:39 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 15.73MB / 76.10MB 0.5s
22:12:39 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 22.02MB / 76.10MB 0.6s
22:12:39 #14 extracting sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193
22:12:39 #8 17.40 Setting up libc6:armhf (2.28-10+rpt2+rpi1) ...
22:12:39 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 28.31MB / 76.10MB 0.8s
22:12:39 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 37.86MB / 76.10MB 1.0s
22:12:39 #14 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 51.84MB / 51.84MB 3.0s done
22:12:39 #14 extracting sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd done
22:12:39 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 42.99MB / 76.10MB 1.1s
22:12:39 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 105.80MB / 105.80MB 3.9s done
22:12:40 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 53.48MB / 76.10MB 1.4s
22:12:40 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 58.72MB / 76.10MB 1.5s
22:12:40 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 63.96MB / 76.10MB 1.6s
22:12:40 #14 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 68.78MB / 68.78MB 3.5s done
22:12:40 #14 sha256:6a58c678a5851eb6db45e1691ffdd4030fea67495973efa967e0209b6e8b8e2f 156B / 156B 3.6s done
22:12:40 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 0B / 129.04MB 3.6s
22:12:40 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 69.21MB / 76.10MB 1.7s
22:12:40 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 19.86MB / 129.04MB 3.8s
22:12:40 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 28.31MB / 129.04MB 3.9s
22:12:40 #14 extracting sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2
22:12:40 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 74.45MB / 76.10MB 1.8s
22:12:40 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 36.70MB / 129.04MB 4.0s
22:12:40 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 48.23MB / 129.04MB 4.1s
22:12:40 #8 18.56 Selecting previously unselected package libbsd0:armhf.
22:12:40 #8 18.56 (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.)
22:12:40 #8 18.57 Preparing to unpack .../00-libbsd0_0.9.1-2+deb10u1_armhf.deb ...
22:12:40 #8 18.57 Unpacking libbsd0:armhf (0.9.1-2+deb10u1) ...
22:12:40 #8 18.63 Selecting previously unselected package libtinfo5:armhf.
22:12:40 #8 18.63 Preparing to unpack .../01-libtinfo5_6.1+20181013-2+deb10u2_armhf.deb ...
22:12:40 #8 18.63 Unpacking libtinfo5:armhf (6.1+20181013-2+deb10u2) ...
22:12:40 #8 18.73 Selecting previously unselected package bsdmainutils.
22:12:40 #8 18.73 Preparing to unpack .../02-bsdmainutils_11.1.2_armhf.deb ...
22:12:40 #8 18.73 Unpacking bsdmainutils (11.1.2) ...
22:12:40 #14 ...
22:12:40 
22:12:40 #21 [internal] load build context
22:12:40 #21 transferring context: 51.23MB 4.5s done
22:12:40 #21 DONE 4.8s
22:12:40 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 69.21MB / 129.04MB 4.3s
22:12:40 #8 18.81 Selecting previously unselected package libuchardet0:armhf.
22:12:40 #8 18.81 Preparing to unpack .../03-libuchardet0_0.0.6-3_armhf.deb ...
22:12:40 #8 18.81 Unpacking libuchardet0:armhf (0.0.6-3) ...
22:12:40 #8 18.85 Selecting previously unselected package groff-base.
22:12:40 #8 18.85 Preparing to unpack .../04-groff-base_1.22.4-3+deb10u1_armhf.deb ...
22:12:40 #8 18.86 Unpacking groff-base (1.22.4-3+deb10u1) ...
22:12:40 #8 18.98 Selecting previously unselected package libgdbm6:armhf.
22:12:40 #8 18.98 Preparing to unpack .../05-libgdbm6_1.18.1-4_armhf.deb ...
22:12:40 #8 18.99 Unpacking libgdbm6:armhf (1.18.1-4) ...
22:12:40 #8 19.02 Selecting previously unselected package libpipeline1:armhf.
22:12:40 #8 19.02 Preparing to unpack .../06-libpipeline1_1.5.1-2_armhf.deb ...
22:12:40 #8 19.03 Unpacking libpipeline1:armhf (1.5.1-2) ...
22:12:41 
22:12:41 #14 [gostable 1/1] FROM docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
22:12:41 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 76.10MB / 76.10MB 2.5s done
22:12:41 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 76.55MB / 129.04MB 4.5s
22:12:41 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 93.30MB / 129.04MB 4.7s
22:12:41 #8 19.08 Selecting previously unselected package man-db.
22:12:41 #8 19.08 Preparing to unpack .../07-man-db_2.8.5-2_armhf.deb ...
22:12:41 #8 19.08 Unpacking man-db (2.8.5-2) ...
22:12:41 #8 19.24 Selecting previously unselected package perl-modules-5.28.
22:12:41 #8 19.24 Preparing to unpack .../08-perl-modules-5.28_5.28.1-6_all.deb ...
22:12:41 #8 19.24 Unpacking perl-modules-5.28 (5.28.1-6) ...
22:12:41 #7 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc
22:12:41 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 101.71MB / 129.04MB 4.8s
22:12:41 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 113.25MB / 129.04MB 4.9s
22:12:41 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 121.63MB / 129.04MB 5.0s
22:12:41 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 128.97MB / 129.04MB 5.1s
22:12:41 #8 19.86 Selecting previously unselected package libgdbm-compat4:armhf.
22:12:41 #8 19.86 Preparing to unpack .../09-libgdbm-compat4_1.18.1-4_armhf.deb ...
22:12:41 #8 19.86 Unpacking libgdbm-compat4:armhf (1.18.1-4) ...
22:12:41 #8 19.92 Selecting previously unselected package libperl5.28:armhf.
22:12:41 #8 19.92 Preparing to unpack .../10-libperl5.28_5.28.1-6_armhf.deb ...
22:12:41 #8 19.92 Unpacking libperl5.28:armhf (5.28.1-6) ...
22:12:42 #8 20.50 Selecting previously unselected package perl.
22:12:42 #8 20.50 Preparing to unpack .../11-perl_5.28.1-6_armhf.deb ...
22:12:42 #8 20.51 Unpacking perl (5.28.1-6) ...
22:12:42 #8 20.60 Selecting previously unselected package libpython3.7-minimal:armhf.
22:12:42 #8 20.60 Preparing to unpack .../12-libpython3.7-minimal_3.7.3-2+deb10u3_armhf.deb ...
22:12:42 #8 20.61 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u3) ...
22:12:42 #8 20.80 Selecting previously unselected package libexpat1:armhf.
22:12:42 #8 20.80 Preparing to unpack .../13-libexpat1_2.2.6-2+deb10u1_armhf.deb ...
22:12:42 #8 20.80 Unpacking libexpat1:armhf (2.2.6-2+deb10u1) ...
22:12:42 #8 20.85 Selecting previously unselected package python3.7-minimal.
22:12:42 #8 20.85 Preparing to unpack .../14-python3.7-minimal_3.7.3-2+deb10u3_armhf.deb ...
22:12:42 #8 20.86 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
22:12:42 #8 21.05 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u3) ...
22:12:42 #8 21.06 Setting up libexpat1:armhf (2.2.6-2+deb10u1) ...
22:12:42 #8 21.08 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
22:12:43 #14 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 129.04MB / 129.04MB 6.2s done
22:12:43 #8 21.59 Selecting previously unselected package python3-minimal.
22:12:43 #8 21.59 (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.)
22:12:43 #8 21.60 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
22:12:43 #8 21.60 Unpacking python3-minimal (3.7.3-1) ...
22:12:43 #8 21.64 Selecting previously unselected package mime-support.
22:12:43 #8 21.64 Preparing to unpack .../1-mime-support_3.62_all.deb ...
22:12:43 #8 21.64 Unpacking mime-support (3.62) ...
22:12:43 #8 21.68 Selecting previously unselected package libmpdec2:armhf.
22:12:43 #8 21.68 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
22:12:43 #8 21.69 Unpacking libmpdec2:armhf (2.4.2-2) ...
22:12:43 #8 21.72 Selecting previously unselected package libpython3.7-stdlib:armhf.
22:12:43 #14 extracting sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 4.4s done
22:12:43 #14 extracting sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419
22:12:43 #8 21.72 Preparing to unpack .../3-libpython3.7-stdlib_3.7.3-2+deb10u3_armhf.deb ...
22:12:43 #8 21.72 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u3) ...
22:12:43 #14 ...
22:12:43 
22:12:43 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:626ffe58f6e7566e00254b638eb7e0f3b11d4da9675088f4781a50ae288f3322
22:12:43 #7 sha256:9e94b598bd96c673e05b90a705416e2f666b49d513cbaefa094eb3336346a5f7
22:12:43 #7 resolve docker.io/library/ubuntu:focal@sha256:626ffe58f6e7566e00254b638eb7e0f3b11d4da9675088f4781a50ae288f3322 0.0s done
22:12:43 #7 sha256:626ffe58f6e7566e00254b638eb7e0f3b11d4da9675088f4781a50ae288f3322 1.42kB / 1.42kB done
22:12:43 #7 sha256:7cc0576c7c0ec2384de5cbf245f41567e922aab1b075f3e8ad565f508032df17 529B / 529B done
22:12:43 #7 sha256:ba6acccedd2923aee4c2acc6a23780b14ed4b8a5fa4e14e252a23b846df9b6c1 1.46kB / 1.46kB done
22:12:43 #7 sha256:7b1a6ab2e44dbac178598dabe7cff59bd67233dba0b27e4fbd1f9d4b3c877a54 28.57MB / 28.57MB 4.1s done
22:12:43 #7 extracting sha256:7b1a6ab2e44dbac178598dabe7cff59bd67233dba0b27e4fbd1f9d4b3c877a54 2.6s done
22:12:43 #7 DONE 7.4s
22:12:43 
22:12:43 #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
22:12:43 #8 sha256:955a1de0d7a19db7d27789f11498cfdb60122019968eb9a6528460ffb5ac2dd8
22:12:44 #8 21.91 Selecting previously unselected package python3.7.
22:12:44 #8 21.91 Preparing to unpack .../4-python3.7_3.7.3-2+deb10u3_armhf.deb ...
22:12:44 #8 21.92 Unpacking python3.7 (3.7.3-2+deb10u3) ...
22:12:44 #8 21.95 Selecting previously unselected package libpython3-stdlib:armhf.
22:12:44 #8 21.96 Preparing to unpack .../5-libpython3-stdlib_3.7.3-1_armhf.deb ...
22:12:44 #8 21.96 Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
22:12:44 #8 22.00 Setting up python3-minimal (3.7.3-1) ...
22:12:44 #8 22.17 Selecting previously unselected package python3.
22:12:44 #8 22.17 (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.)
22:12:44 #8 22.18 Preparing to unpack .../000-python3_3.7.3-1_armhf.deb ...
22:12:44 #8 22.18 Unpacking python3 (3.7.3-1) ...
22:12:44 #8 22.21 Selecting previously unselected package sensible-utils.
22:12:44 #8 22.21 Preparing to unpack .../001-sensible-utils_0.0.12_all.deb ...
22:12:44 #8 22.22 Unpacking sensible-utils (0.0.12) ...
22:12:44 #8 22.24 Selecting previously unselected package bzip2.
22:12:44 #8 22.25 Preparing to unpack .../002-bzip2_1.0.6-9.2~deb10u1_armhf.deb ...
22:12:44 #8 22.25 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
22:12:44 #8 22.28 Selecting previously unselected package libmagic-mgc.
22:12:44 #8 22.28 Preparing to unpack .../003-libmagic-mgc_1%3a5.35-4+deb10u2_armhf.deb ...
22:12:44 #8 22.28 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
22:12:44 #8 22.35 Selecting previously unselected package libmagic1:armhf.
22:12:44 #8 22.35 Preparing to unpack .../004-libmagic1_1%3a5.35-4+deb10u2_armhf.deb ...
22:12:44 #8 22.35 Unpacking libmagic1:armhf (1:5.35-4+deb10u2) ...
22:12:44 #8 22.39 Selecting previously unselected package file.
22:12:44 #8 22.39 Preparing to unpack .../005-file_1%3a5.35-4+deb10u2_armhf.deb ...
22:12:44 #8 22.40 Unpacking file (1:5.35-4+deb10u2) ...
22:12:44 #8 22.44 Selecting previously unselected package gettext-base.
22:12:44 #8 22.44 Preparing to unpack .../006-gettext-base_0.19.8.1-9_armhf.deb ...
22:12:44 #8 22.45 Unpacking gettext-base (0.19.8.1-9) ...
22:12:44 #8 22.50 Selecting previously unselected package xz-utils.
22:12:44 #8 22.50 Preparing to unpack .../007-xz-utils_5.2.4-1_armhf.deb ...
22:12:44 #8 22.51 Unpacking xz-utils (5.2.4-1) ...
22:12:44 #8 22.55 Selecting previously unselected package libsigsegv2:armhf.
22:12:44 #8 22.55 Preparing to unpack .../008-libsigsegv2_2.12-2_armhf.deb ...
22:12:44 #8 22.56 Unpacking libsigsegv2:armhf (2.12-2) ...
22:12:44 #8 22.58 Selecting previously unselected package m4.
22:12:44 #8 22.59 Preparing to unpack .../009-m4_1.4.18-2_armhf.deb ...
22:12:44 #8 22.59 Unpacking m4 (1.4.18-2) ...
22:12:44 #8 22.63 Selecting previously unselected package autoconf.
22:12:44 #8 22.64 Preparing to unpack .../010-autoconf_2.69-11_all.deb ...
22:12:44 #8 22.64 Unpacking autoconf (2.69-11) ...
22:12:44 #8 22.70 Selecting previously unselected package autotools-dev.
22:12:44 #8 22.70 Preparing to unpack .../011-autotools-dev_20180224.1_all.deb ...
22:12:44 #8 22.70 Unpacking autotools-dev (20180224.1) ...
22:12:44 #8 22.74 Selecting previously unselected package automake.
22:12:44 #8 22.74 Preparing to unpack .../012-automake_1%3a1.16.1-4_all.deb ...
22:12:44 #8 22.75 Unpacking automake (1:1.16.1-4) ...
22:12:44 #8 22.84 Selecting previously unselected package autopoint.
22:12:44 #8 22.84 Preparing to unpack .../013-autopoint_0.19.8.1-9_all.deb ...
22:12:44 #8 22.84 Unpacking autopoint (0.19.8.1-9) ...
22:12:44 #8 22.88 Selecting previously unselected package binutils-common:armhf.
22:12:44 #8 22.88 Preparing to unpack .../014-binutils-common_2.31.1-16+rpi2_armhf.deb ...
22:12:44 #8 22.89 Unpacking binutils-common:armhf (2.31.1-16+rpi2) ...
22:12:45 #8 23.13 Selecting previously unselected package libbinutils:armhf.
22:12:45 #8 23.14 Preparing to unpack .../015-libbinutils_2.31.1-16+rpi2_armhf.deb ...
22:12:45 #8 23.14 Unpacking libbinutils:armhf (2.31.1-16+rpi2) ...
22:12:45 #8 23.20 Selecting previously unselected package libfl2:armhf.
22:12:45 #8 23.20 Preparing to unpack .../016-libfl2_2.6.4-6.2_armhf.deb ...
22:12:45 #8 23.20 Unpacking libfl2:armhf (2.6.4-6.2) ...
22:12:45 #8 23.24 Selecting previously unselected package binutils-arm-linux-gnueabihf.
22:12:45 #14 extracting sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 4.4s done
22:12:45 #14 extracting sha256:36803fd6ed32d2fbeb27157ae8bd9eac927a87d33ede687fc8c596fb1432e948
22:12:45 #14 extracting sha256:36803fd6ed32d2fbeb27157ae8bd9eac927a87d33ede687fc8c596fb1432e948 done
22:12:45 #14 DONE 9.4s
22:12:45 
22:12:45 #16 [build-base-alpine 1/3] COPY --from=xx / /
22:12:45 #8 23.24 Preparing to unpack .../017-binutils-arm-linux-gnueabihf_2.31.1-16+rpi2_armhf.deb ...
22:12:45 #8 23.24 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ...
22:12:45 #8 23.45 Selecting previously unselected package binutils.
22:12:45 #8 23.45 Preparing to unpack .../018-binutils_2.31.1-16+rpi2_armhf.deb ...
22:12:45 #8 23.45 Unpacking binutils (2.31.1-16+rpi2) ...
22:12:45 #8 23.49 Selecting previously unselected package libisl19:armhf.
22:12:45 #8 23.49 Preparing to unpack .../019-libisl19_0.20-2_armhf.deb ...
22:12:45 #8 23.50 Unpacking libisl19:armhf (0.20-2) ...
22:12:45 #8 23.57 Selecting previously unselected package libmpfr6:armhf.
22:12:45 #8 23.57 Preparing to unpack .../020-libmpfr6_4.0.2-1_armhf.deb ...
22:12:45 #8 23.57 Unpacking libmpfr6:armhf (4.0.2-1) ...
22:12:45 #8 23.63 Selecting previously unselected package libmpc3:armhf.
22:12:45 #8 23.63 Preparing to unpack .../021-libmpc3_1.1.0-1_armhf.deb ...
22:12:45 #8 23.63 Unpacking libmpc3:armhf (1.1.0-1) ...
22:12:45 #8 23.66 Selecting previously unselected package cpp-8.
22:12:45 #8 23.66 Preparing to unpack .../022-cpp-8_8.3.0-6+rpi1_armhf.deb ...
22:12:45 #8 23.67 Unpacking cpp-8 (8.3.0-6+rpi1) ...
22:12:45 #7 ...
22:12:45 
22:12:45 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
22:12:45 #13 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
22:12:45 #13 resolve docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517 0.0s done
22:12:45 #13 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 50.44MB / 50.44MB 1.8s done
22:12:45 #13 sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 7.83MB / 7.83MB 0.6s done
22:12:45 #13 sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517 1.86kB / 1.86kB done
22:12:45 #13 sha256:c6dc9ac30185340b11d411a379fe385a0c5fa0790f577da12682479a418bba95 6.96kB / 6.96kB done
22:12:45 #13 sha256:e4709878e5e3a0ec3e392fd36d67044dc76c4b5602675ddd8dd8daa9cda2c711 1.79kB / 1.79kB done
22:12:45 #13 sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 10.00MB / 10.00MB 1.1s done
22:12:45 #13 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 51.84MB / 51.84MB 3.1s done
22:12:45 #13 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 68.78MB / 68.78MB 4.2s done
22:12:45 #13 extracting sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 4.6s
22:12:45 #13 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 129.04MB / 129.04MB 5.7s done
22:12:45 #13 sha256:6a58c678a5851eb6db45e1691ffdd4030fea67495973efa967e0209b6e8b8e2f 156B / 156B 3.2s done
22:12:45 #8 DONE 1.9s
22:12:45 
22:12:45 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
22:12:45 #9 sha256:4e64ecf1d448fb32872698549105a9acb848409cab959ac8b5126b175f541d81
22:12:45 #13 extracting sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 5.2s done
22:12:46 #8 24.27 Selecting previously unselected package cpp.
22:12:46 #8 24.27 Preparing to unpack .../023-cpp_4%3a8.3.0-1+rpi2_armhf.deb ...
22:12:46 #8 24.27 Unpacking cpp (4:8.3.0-1+rpi2) ...
22:12:46 #8 24.31 Selecting previously unselected package libcc1-0:armhf.
22:12:46 #8 24.31 Preparing to unpack .../024-libcc1-0_8.3.0-6+rpi1_armhf.deb ...
22:12:46 #8 24.31 Unpacking libcc1-0:armhf (8.3.0-6+rpi1) ...
22:12:46 #8 24.35 Selecting previously unselected package libgomp1:armhf.
22:12:46 #8 24.35 Preparing to unpack .../025-libgomp1_8.3.0-6+rpi1_armhf.deb ...
22:12:46 #8 24.35 Unpacking libgomp1:armhf (8.3.0-6+rpi1) ...
22:12:46 #8 24.40 Selecting previously unselected package libatomic1:armhf.
22:12:46 #8 24.40 Preparing to unpack .../026-libatomic1_8.3.0-6+rpi1_armhf.deb ...
22:12:46 #8 24.41 Unpacking libatomic1:armhf (8.3.0-6+rpi1) ...
22:12:46 #8 24.44 Selecting previously unselected package libasan5:armhf.
22:12:46 #8 24.44 Preparing to unpack .../027-libasan5_8.3.0-6+rpi1_armhf.deb ...
22:12:46 #8 24.44 Unpacking libasan5:armhf (8.3.0-6+rpi1) ...
22:12:46 #8 24.50 Selecting previously unselected package libubsan1:armhf.
22:12:46 #8 24.51 Preparing to unpack .../028-libubsan1_8.3.0-6+rpi1_armhf.deb ...
22:12:46 #8 24.51 Unpacking libubsan1:armhf (8.3.0-6+rpi1) ...
22:12:46 #8 24.55 Selecting previously unselected package libgcc-8-dev:armhf.
22:12:46 #8 24.55 Preparing to unpack .../029-libgcc-8-dev_8.3.0-6+rpi1_armhf.deb ...
22:12:46 #8 24.55 Unpacking libgcc-8-dev:armhf (8.3.0-6+rpi1) ...
22:12:46 #13 extracting sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 0.1s
22:12:46 #16 DONE 1.3s
22:12:46 
22:12:46 #17 [build-base-alpine 2/3] RUN apk add --no-cache clang lld llvm file git
22:12:46 #8 24.66 Selecting previously unselected package gcc-8.
22:12:46 #8 24.66 Preparing to unpack .../030-gcc-8_8.3.0-6+rpi1_armhf.deb ...
22:12:46 #8 24.66 Unpacking gcc-8 (8.3.0-6+rpi1) ...
22:12:47 #13 extracting sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 0.6s done
22:12:47 #13 extracting sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926
22:12:47 #17 0.685 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
22:12:47 #9 1.362 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
22:12:47 #9 1.507 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
22:12:47 #8 25.31 Selecting previously unselected package gcc.
22:12:47 #8 25.31 Preparing to unpack .../031-gcc_4%3a8.3.0-1+rpi2_armhf.deb ...
22:12:47 #8 25.31 Unpacking gcc (4:8.3.0-1+rpi2) ...
22:12:47 #8 25.34 Selecting previously unselected package libc-dev-bin.
22:12:47 #8 25.34 Preparing to unpack .../032-libc-dev-bin_2.28-10+rpt2+rpi1_armhf.deb ...
22:12:47 #8 25.35 Unpacking libc-dev-bin (2.28-10+rpt2+rpi1) ...
22:12:47 #8 25.38 Selecting previously unselected package linux-libc-dev:armhf.
22:12:47 #9 1.655 Get:3 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.1 kB]
22:12:47 #9 1.677 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1167 kB]
22:12:47 #9 1.740 Get:5 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [801 kB]
22:12:47 #8 25.38 Preparing to unpack .../033-linux-libc-dev_1%3a1.20211007-2~buster_armhf.deb ...
22:12:47 #8 25.39 Unpacking linux-libc-dev:armhf (1:1.20211007-2~buster) ...
22:12:47 #8 25.53 Selecting previously unselected package libc6-dev:armhf.
22:12:47 #8 25.53 Preparing to unpack .../034-libc6-dev_2.28-10+rpt2+rpi1_armhf.deb ...
22:12:47 #8 25.53 Unpacking libc6-dev:armhf (2.28-10+rpt2+rpi1) ...
22:12:47 #13 extracting sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 0.6s done
22:12:47 #9 1.765 Get:6 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [618 kB]
22:12:47 #9 1.907 Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
22:12:47 #9 1.994 Get:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
22:12:47 #8 25.76 Selecting previously unselected package libtool.
22:12:47 #8 25.76 Preparing to unpack .../035-libtool_2.4.6-9_all.deb ...
22:12:47 #8 25.76 Unpacking libtool (2.4.6-9) ...
22:12:47 #8 25.82 Selecting previously unselected package dh-autoreconf.
22:12:47 #8 25.82 Preparing to unpack .../036-dh-autoreconf_19_all.deb ...
22:12:47 #8 25.82 Unpacking dh-autoreconf (19) ...
22:12:47 #8 25.85 Selecting previously unselected package libarchive-zip-perl.
22:12:47 #8 25.85 Preparing to unpack .../037-libarchive-zip-perl_1.64-1_all.deb ...
22:12:47 #8 25.86 Unpacking libarchive-zip-perl (1.64-1) ...
22:12:47 #8 25.89 Selecting previously unselected package libfile-stripnondeterminism-perl.
22:12:47 #8 25.89 Preparing to unpack .../038-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
22:12:47 #8 25.90 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
22:12:47 #8 25.93 Selecting previously unselected package dh-strip-nondeterminism.
22:12:47 #13 extracting sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1
22:12:48 #8 25.93 Preparing to unpack .../039-dh-strip-nondeterminism_1.1.2-1_all.deb ...
22:12:48 #8 25.93 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
22:12:48 #8 25.96 Selecting previously unselected package libdpkg-perl.
22:12:48 #8 25.96 Preparing to unpack .../040-libdpkg-perl_1.19.7_all.deb ...
22:12:48 #8 25.96 Unpacking libdpkg-perl (1.19.7) ...
22:12:48 #8 26.04 Selecting previously unselected package patch.
22:12:48 #8 26.04 Preparing to unpack .../041-patch_2.7.6-3+deb10u1_armhf.deb ...
22:12:48 #8 26.04 Unpacking patch (2.7.6-3+deb10u1) ...
22:12:48 #8 26.08 Selecting previously unselected package make.
22:12:48 #8 26.08 Preparing to unpack .../042-make_4.2.1-1.2_armhf.deb ...
22:12:48 #8 26.08 Unpacking make (4.2.1-1.2) ...
22:12:48 #8 26.14 Selecting previously unselected package dpkg-dev.
22:12:48 #8 26.14 Preparing to unpack .../043-dpkg-dev_1.19.7_all.deb ...
22:12:48 #8 26.15 Unpacking dpkg-dev (1.19.7) ...
22:12:48 #8 26.24 Selecting previously unselected package libelf1:armhf.
22:12:48 #9 2.336 Get:9 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
22:12:48 #9 2.428 Get:10 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
22:12:48 #8 26.24 Preparing to unpack .../044-libelf1_0.176-1.1_armhf.deb ...
22:12:48 #8 26.25 Unpacking libelf1:armhf (0.176-1.1) ...
22:12:48 #8 26.29 Selecting previously unselected package dwz.
22:12:48 #8 26.29 Preparing to unpack .../045-dwz_0.12-3_armhf.deb ...
22:12:48 #8 26.30 Unpacking dwz (0.12-3) ...
22:12:48 #8 26.33 Selecting previously unselected package libdebhelper-perl.
22:12:48 #8 26.33 Preparing to unpack .../046-libdebhelper-perl_13.2~bpo10+1_all.deb ...
22:12:48 #8 26.33 Unpacking libdebhelper-perl (13.2~bpo10+1) ...
22:12:48 #8 26.38 Selecting previously unselected package libglib2.0-0:armhf.
22:12:48 #8 26.38 Preparing to unpack .../047-libglib2.0-0_2.58.3-2+deb10u2_armhf.deb ...
22:12:48 #8 26.39 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u2) ...
22:12:48 #8 26.50 Selecting previously unselected package libicu63:armhf.
22:12:48 #17 1.776 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
22:12:48 #17 1.951 (1/18) Installing libffi (3.3-r2)
22:12:48 #17 1.954 (2/18) Installing libgcc (10.3.1_git20210424-r2)
22:12:48 #17 1.957 (3/18) Installing libstdc++ (10.3.1_git20210424-r2)
22:12:48 #17 1.972 (4/18) Installing xz-libs (5.2.5-r0)
22:12:48 #17 1.976 (5/18) Installing libxml2 (2.9.12-r1)
22:12:48 #17 1.990 (6/18) Installing llvm11-libs (11.1.0-r2)
22:12:48 #8 26.50 Preparing to unpack .../048-libicu63_63.1-6+deb10u1_armhf.deb ...
22:12:48 #8 26.51 Unpacking libicu63:armhf (63.1-6+deb10u1) ...
22:12:48 #13 ...
22:12:48 
22:12:48 #7 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987
22:12:48 #7 sha256:a0888aee9b87c72b846d6009d871befd442b2545864728203b742012f5f27cf6
22:12:48 #7 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 6.8s done
22:12:48 #7 DONE 10.3s
22:12:48 
22:12:48 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
22:12:48 #13 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
22:12:48 #13 ...
22:12:48 
22:12:48 #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
22:12:48 #8 sha256:cf4fb3654e48196cc2869fc32de241cbffa51e17eddb4511085620dc69654c70
22:12:49 #9 3.215 Get:11 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
22:12:49 #9 3.239 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
22:12:49 #9 3.299 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1614 kB]
22:12:49 #9 3.383 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1085 kB]
22:12:49 #9 3.435 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.4 kB]
22:12:49 #9 3.435 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [670 kB]
22:12:49 #9 3.467 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [2668 B]
22:12:49 #9 3.467 Get:18 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [6310 B]
22:12:49 #17 2.688 (7/18) Installing clang-libs (11.1.0-r1)
22:12:49 #8 27.26 Selecting previously unselected package libxml2:armhf.
22:12:49 #8 27.26 Preparing to unpack .../049-libxml2_2.9.4+dfsg1-7+deb10u2_armhf.deb ...
22:12:49 #8 27.27 Unpacking libxml2:armhf (2.9.4+dfsg1-7+deb10u2) ...
22:12:49 #8 27.35 Selecting previously unselected package libcroco3:armhf.
22:12:49 #8 27.35 Preparing to unpack .../050-libcroco3_0.6.12-3_armhf.deb ...
22:12:49 #8 27.35 Unpacking libcroco3:armhf (0.6.12-3) ...
22:12:49 #8 27.39 Selecting previously unselected package gettext.
22:12:49 #8 27.39 Preparing to unpack .../051-gettext_0.19.8.1-9_armhf.deb ...
22:12:49 #8 27.40 Unpacking gettext (0.19.8.1-9) ...
22:12:49 #8 27.52 Selecting previously unselected package intltool-debian.
22:12:49 #8 27.52 Preparing to unpack .../052-intltool-debian_0.35.0+20060710.5_all.deb ...
22:12:49 #8 27.53 Unpacking intltool-debian (0.35.0+20060710.5) ...
22:12:49 #8 27.55 Selecting previously unselected package po-debconf.
22:12:49 #8 27.56 Preparing to unpack .../053-po-debconf_1.0.21_all.deb ...
22:12:49 #8 27.56 Unpacking po-debconf (1.0.21) ...
22:12:49 #8 27.60 Selecting previously unselected package debhelper.
22:12:49 #8 27.60 Preparing to unpack .../054-debhelper_13.2~bpo10+1_all.deb ...
22:12:49 #8 27.61 Unpacking debhelper (13.2~bpo10+1) ...
22:12:49 #8 27.71 Selecting previously unselected package libfakeroot:armhf.
22:12:49 #8 27.71 Preparing to unpack .../055-libfakeroot_1.23-1_armhf.deb ...
22:12:49 #8 27.72 Unpacking libfakeroot:armhf (1.23-1) ...
22:12:49 #8 27.75 Selecting previously unselected package fakeroot.
22:12:49 #8 27.76 Preparing to unpack .../056-fakeroot_1.23-1_armhf.deb ...
22:12:49 #8 27.76 Unpacking fakeroot (1.23-1) ...
22:12:49 #8 27.79 Selecting previously unselected package libfile-which-perl.
22:12:49 #8 27.79 Preparing to unpack .../057-libfile-which-perl_1.23-1_all.deb ...
22:12:49 #8 27.80 Unpacking libfile-which-perl (1.23-1) ...
22:12:49 #8 27.84 Selecting previously unselected package libfile-homedir-perl.
22:12:49 #8 27.84 Preparing to unpack .../058-libfile-homedir-perl_1.004-1_all.deb ...
22:12:49 #8 27.85 Unpacking libfile-homedir-perl (1.004-1) ...
22:12:49 #8 27.88 Selecting previously unselected package libio-pty-perl.
22:12:49 #8 27.89 Preparing to unpack .../059-libio-pty-perl_1%3a1.08-1.1+b4_armhf.deb ...
22:12:49 #8 27.89 Unpacking libio-pty-perl (1:1.08-1.1+b4) ...
22:12:49 #8 27.92 Selecting previously unselected package libipc-run-perl.
22:12:50 #8 27.92 Preparing to unpack .../060-libipc-run-perl_20180523.0-1_all.deb ...
22:12:50 #8 27.92 Unpacking libipc-run-perl (20180523.0-1) ...
22:12:50 #8 27.96 Selecting previously unselected package libclass-method-modifiers-perl.
22:12:50 #8 27.96 Preparing to unpack .../061-libclass-method-modifiers-perl_2.12-1_all.deb ...
22:12:50 #8 27.96 Unpacking libclass-method-modifiers-perl (2.12-1) ...
22:12:50 #8 27.99 Selecting previously unselected package libsub-exporter-progressive-perl.
22:12:50 #8 27.99 Preparing to unpack .../062-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
22:12:50 #8 28.00 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
22:12:50 #8 28.02 Selecting previously unselected package libdevel-globaldestruction-perl.
22:12:50 #8 28.02 Preparing to unpack .../063-libdevel-globaldestruction-perl_0.14-1_all.deb ...
22:12:50 #8 28.03 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
22:12:50 #8 28.05 Selecting previously unselected package libb-hooks-op-check-perl.
22:12:50 #8 28.05 Preparing to unpack .../064-libb-hooks-op-check-perl_0.22-1+b1_armhf.deb ...
22:12:50 #8 28.06 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
22:12:50 #8 28.08 Selecting previously unselected package libdynaloader-functions-perl.
22:12:50 #8 28.09 Preparing to unpack .../065-libdynaloader-functions-perl_0.003-1_all.deb ...
22:12:50 #8 28.09 Unpacking libdynaloader-functions-perl (0.003-1) ...
22:12:50 #8 28.12 Selecting previously unselected package libdevel-callchecker-perl.
22:12:50 #8 28.12 Preparing to unpack .../066-libdevel-callchecker-perl_0.008-1_armhf.deb ...
22:12:50 #8 28.12 Unpacking libdevel-callchecker-perl (0.008-1) ...
22:12:50 #8 28.17 Selecting previously unselected package libparams-classify-perl.
22:12:50 #8 28.17 Preparing to unpack .../067-libparams-classify-perl_0.015-1+b1_armhf.deb ...
22:12:50 #8 28.18 Unpacking libparams-classify-perl (0.015-1+b1) ...
22:12:50 #8 28.20 Selecting previously unselected package libmodule-runtime-perl.
22:12:50 #8 28.21 Preparing to unpack .../068-libmodule-runtime-perl_0.016-1_all.deb ...
22:12:50 #8 28.21 Unpacking libmodule-runtime-perl (0.016-1) ...
22:12:50 #8 28.24 Selecting previously unselected package libimport-into-perl.
22:12:50 #17 3.365 (8/18) Installing clang (11.1.0-r1)
22:12:50 #17 3.632 (9/18) Installing libmagic (5.40-r1)
22:12:50 #8 28.24 Preparing to unpack .../069-libimport-into-perl_1.002005-1_all.deb ...
22:12:50 #8 28.24 Unpacking libimport-into-perl (1.002005-1) ...
22:12:50 #8 28.27 Selecting previously unselected package librole-tiny-perl.
22:12:50 #8 28.27 Preparing to unpack .../070-librole-tiny-perl_2.000006-1_all.deb ...
22:12:50 #8 28.28 Unpacking librole-tiny-perl (2.000006-1) ...
22:12:50 #8 28.30 Selecting previously unselected package libstrictures-perl.
22:12:50 #8 28.30 Preparing to unpack .../071-libstrictures-perl_2.000005-1_all.deb ...
22:12:50 #8 28.31 Unpacking libstrictures-perl (2.000005-1) ...
22:12:50 #8 28.33 Selecting previously unselected package libsub-quote-perl.
22:12:50 #8 28.34 Preparing to unpack .../072-libsub-quote-perl_2.005001-1_all.deb ...
22:12:50 #8 28.34 Unpacking libsub-quote-perl (2.005001-1) ...
22:12:50 #8 28.37 Selecting previously unselected package libmoo-perl.
22:12:50 #8 28.37 Preparing to unpack .../073-libmoo-perl_2.003004-2_all.deb ...
22:12:50 #8 28.37 Unpacking libmoo-perl (2.003004-2) ...
22:12:50 #8 28.41 Selecting previously unselected package libencode-locale-perl.
22:12:50 #8 28.41 Preparing to unpack .../074-libencode-locale-perl_1.05-1_all.deb ...
22:12:50 #8 28.41 Unpacking libencode-locale-perl (1.05-1) ...
22:12:50 #8 28.44 Selecting previously unselected package libtimedate-perl.
22:12:50 #8 28.44 Preparing to unpack .../075-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
22:12:50 #17 3.656 (10/18) Installing file (5.40-r1)
22:12:50 #17 3.659 (11/18) Installing brotli-libs (1.0.9-r5)
22:12:50 #17 3.669 (12/18) Installing nghttp2-libs (1.43.0-r0)
22:12:50 #17 3.673 (13/18) Installing libcurl (7.79.1-r0)
22:12:50 #17 3.681 (14/18) Installing expat (2.4.1-r0)
22:12:50 #17 3.685 (15/18) Installing pcre2 (10.36-r0)
22:12:50 #17 3.694 (16/18) Installing git (2.32.0-r0)
22:12:50 #8 28.44 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
22:12:50 #8 28.47 Selecting previously unselected package libhttp-date-perl.
22:12:50 #8 28.47 Preparing to unpack .../076-libhttp-date-perl_6.02-1_all.deb ...
22:12:50 #8 28.48 Unpacking libhttp-date-perl (6.02-1) ...
22:12:50 #8 28.50 Selecting previously unselected package libfile-listing-perl.
22:12:50 #8 28.51 Preparing to unpack .../077-libfile-listing-perl_6.04-1_all.deb ...
22:12:50 #8 28.51 Unpacking libfile-listing-perl (6.04-1) ...
22:12:50 #8 28.53 Selecting previously unselected package libhtml-tagset-perl.
22:12:50 #8 28.54 Preparing to unpack .../078-libhtml-tagset-perl_3.20-3_all.deb ...
22:12:50 #8 28.54 Unpacking libhtml-tagset-perl (3.20-3) ...
22:12:50 #8 28.57 Selecting previously unselected package liburi-perl.
22:12:50 #8 28.57 Preparing to unpack .../079-liburi-perl_1.76-1_all.deb ...
22:12:50 #8 28.58 Unpacking liburi-perl (1.76-1) ...
22:12:50 #8 28.61 Selecting previously unselected package libhtml-parser-perl.
22:12:50 #8 28.62 Preparing to unpack .../080-libhtml-parser-perl_3.72-3+b2_armhf.deb ...
22:12:50 #8 28.62 Unpacking libhtml-parser-perl (3.72-3+b2) ...
22:12:50 #8 28.67 Selecting previously unselected package libhtml-tree-perl.
22:12:50 #8 28.67 Preparing to unpack .../081-libhtml-tree-perl_5.07-2_all.deb ...
22:12:50 #8 28.67 Unpacking libhtml-tree-perl (5.07-2) ...
22:12:50 #17 3.810 (17/18) Installing lld (11.1.0-r0)
22:12:50 #17 3.843 (18/18) Installing llvm11 (11.1.0-r2)
22:12:50 #8 28.72 Selecting previously unselected package libio-html-perl.
22:12:50 #8 28.72 Preparing to unpack .../082-libio-html-perl_1.001-1_all.deb ...
22:12:50 #8 28.72 Unpacking libio-html-perl (1.001-1) ...
22:12:50 #8 28.75 Selecting previously unselected package liblwp-mediatypes-perl.
22:12:50 #8 28.75 Preparing to unpack .../083-liblwp-mediatypes-perl_6.02-1_all.deb ...
22:12:50 #8 28.75 Unpacking liblwp-mediatypes-perl (6.02-1) ...
22:12:50 #8 28.79 Selecting previously unselected package libhttp-message-perl.
22:12:50 #8 28.79 Preparing to unpack .../084-libhttp-message-perl_6.18-1_all.deb ...
22:12:50 #8 28.80 Unpacking libhttp-message-perl (6.18-1) ...
22:12:50 #8 28.83 Selecting previously unselected package libhttp-cookies-perl.
22:12:50 #8 28.83 Preparing to unpack .../085-libhttp-cookies-perl_6.04-1_all.deb ...
22:12:50 #8 28.83 Unpacking libhttp-cookies-perl (6.04-1) ...
22:12:50 #8 28.86 Selecting previously unselected package libhttp-negotiate-perl.
22:12:50 #8 28.86 Preparing to unpack .../086-libhttp-negotiate-perl_6.01-1_all.deb ...
22:12:50 #8 28.86 Unpacking libhttp-negotiate-perl (6.01-1) ...
22:12:50 #8 28.90 Selecting previously unselected package perl-openssl-defaults:armhf.
22:12:50 #8 28.90 Preparing to unpack .../087-perl-openssl-defaults_3_armhf.deb ...
22:12:50 #8 28.90 Unpacking perl-openssl-defaults:armhf (3) ...
22:12:50 #8 28.92 Selecting previously unselected package libnet-ssleay-perl.
22:12:50 #8 28.93 Preparing to unpack .../088-libnet-ssleay-perl_1.85-2+b1_armhf.deb ...
22:12:50 #8 28.93 Unpacking libnet-ssleay-perl (1.85-2+b1) ...
22:12:50 #8 28.98 Selecting previously unselected package libio-socket-ssl-perl.
22:12:50 #8 28.98 Preparing to unpack .../089-libio-socket-ssl-perl_2.060-3_all.deb ...
22:12:50 #8 28.99 Unpacking libio-socket-ssl-perl (2.060-3) ...
22:12:50 #8 29.03 Selecting previously unselected package libnet-http-perl.
22:12:50 #17 4.188 Executing busybox-1.33.1-r3.trigger
22:12:50 #17 4.196 OK: 285 MiB in 33 packages
22:12:51 #8 29.03 Preparing to unpack .../090-libnet-http-perl_6.18-1_all.deb ...
22:12:51 #8 29.04 Unpacking libnet-http-perl (6.18-1) ...
22:12:51 #8 29.06 Selecting previously unselected package liblwp-protocol-https-perl.
22:12:51 #8 29.06 Preparing to unpack .../091-liblwp-protocol-https-perl_6.07-2_all.deb ...
22:12:51 #8 29.07 Unpacking liblwp-protocol-https-perl (6.07-2) ...
22:12:51 #8 29.09 Selecting previously unselected package libtry-tiny-perl.
22:12:51 #8 29.09 Preparing to unpack .../092-libtry-tiny-perl_0.30-1_all.deb ...
22:12:51 #8 29.10 Unpacking libtry-tiny-perl (0.30-1) ...
22:12:51 #8 29.12 Selecting previously unselected package libwww-robotrules-perl.
22:12:51 #8 29.13 Preparing to unpack .../093-libwww-robotrules-perl_6.02-1_all.deb ...
22:12:51 #8 29.13 Unpacking libwww-robotrules-perl (6.02-1) ...
22:12:51 #8 29.16 Selecting previously unselected package libwww-perl.
22:12:51 #9 5.170 Fetched 19.5 MB in 4s (4754 kB/s)
22:12:51 #8 29.16 Preparing to unpack .../094-libwww-perl_6.36-2_all.deb ...
22:12:51 #8 29.16 Unpacking libwww-perl (6.36-2) ...
22:12:51 #8 29.20 Selecting previously unselected package patchutils.
22:12:51 #8 29.21 Preparing to unpack .../095-patchutils_0.3.4-2_armhf.deb ...
22:12:51 #8 29.21 Unpacking patchutils (0.3.4-2) ...
22:12:51 #8 29.24 Selecting previously unselected package wdiff.
22:12:51 #8 29.24 Preparing to unpack .../096-wdiff_1.2.2-2_armhf.deb ...
22:12:51 #8 29.25 Unpacking wdiff (1.2.2-2) ...
22:12:51 #8 29.30 Selecting previously unselected package devscripts.
22:12:51 #8 29.30 Preparing to unpack .../097-devscripts_2.19.5+deb10u1_armhf.deb ...
22:12:51 #8 29.32 Unpacking devscripts (2.19.5+deb10u1) ...
22:12:51 #8 29.43 Selecting previously unselected package equivs.
22:12:51 #8 29.43 Preparing to unpack .../098-equivs_2.2.0_all.deb ...
22:12:51 #8 29.43 Unpacking equivs (2.2.0) ...
22:12:51 #8 29.47 Selecting previously unselected package libcurl3-gnutls:armhf.
22:12:51 #8 29.48 Preparing to unpack .../099-libcurl3-gnutls_7.64.0-4+deb10u2_armhf.deb ...
22:12:51 #8 29.48 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ...
22:12:51 #8 29.54 Selecting previously unselected package libpcre2-8-0:armhf.
22:12:51 #8 DONE 2.6s
22:12:51 
22:12:51 #9 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
22:12:51 #9 sha256:e4108f4e923b4be0750f07384309ae1ebf6d9e535d99cf44936874f303e008b2
22:12:51 #8 29.54 Preparing to unpack .../100-libpcre2-8-0_10.32-5_armhf.deb ...
22:12:51 #8 29.54 Unpacking libpcre2-8-0:armhf (10.32-5) ...
22:12:51 #8 29.59 Selecting previously unselected package liberror-perl.
22:12:51 #8 29.59 Preparing to unpack .../101-liberror-perl_0.17027-2_all.deb ...
22:12:51 #8 29.60 Unpacking liberror-perl (0.17027-2) ...
22:12:51 #8 29.63 Selecting previously unselected package git-man.
22:12:51 #8 29.63 Preparing to unpack .../102-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
22:12:51 #8 29.64 Unpacking git-man (1:2.20.1-2+deb10u3) ...
22:12:51 #8 29.75 Selecting previously unselected package git.
22:12:51 #8 29.75 Preparing to unpack .../103-git_1%3a2.20.1-2+deb10u3_armhf.deb ...
22:12:51 #8 29.77 Unpacking git (1:2.20.1-2+deb10u3) ...
22:12:52 #9 5.170 Reading package lists...
22:12:52 #8 30.18 Setting up perl-modules-5.28 (5.28.1-6) ...
22:12:52 #8 30.19 Setting up libpipeline1:armhf (1.5.1-2) ...
22:12:52 #8 30.21 Setting up mime-support (3.62) ...
22:12:52 #8 30.24 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
22:12:52 #8 30.25 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u2) ...
22:12:52 #8 30.26 No schema files found: doing nothing.
22:12:52 #8 30.27 Setting up binutils-common:armhf (2.31.1-16+rpi2) ...
22:12:52 #8 30.28 Setting up libmagic1:armhf (1:5.35-4+deb10u2) ...
22:12:52 #8 30.30 Setting up perl-openssl-defaults:armhf (3) ...
22:12:52 #8 30.31 Setting up linux-libc-dev:armhf (1:1.20211007-2~buster) ...
22:12:52 #8 30.32 Setting up gettext-base (0.19.8.1-9) ...
22:12:52 #8 30.34 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ...
22:12:52 #8 30.35 Setting up file (1:5.35-4+deb10u2) ...
22:12:52 #8 30.36 Setting up libgomp1:armhf (8.3.0-6+rpi1) ...
22:12:52 #8 30.37 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
22:12:52 #8 30.40 Setting up libicu63:armhf (63.1-6+deb10u1) ...
22:12:52 #8 30.41 Setting up libfakeroot:armhf (1.23-1) ...
22:12:52 #8 30.42 Setting up fakeroot (1.23-1) ...
22:12:52 #8 30.44 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
22:12:52 #8 30.44 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
22:12:52 #8 30.44 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
22:12:52 #8 30.44 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
22:12:52 #8 30.44 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
22:12:52 #8 30.44 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
22:12:52 #8 30.44 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
22:12:52 #8 30.44 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
22:12:52 #8 30.44 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
22:12:52 #8 30.45 Setting up libasan5:armhf (8.3.0-6+rpi1) ...
22:12:52 #8 30.46 Setting up autotools-dev (20180224.1) ...
22:12:52 #8 30.47 Setting up make (4.2.1-1.2) ...
22:12:52 #8 30.48 Setting up libmpfr6:armhf (4.0.2-1) ...
22:12:52 #8 30.49 Setting up libsigsegv2:armhf (2.12-2) ...
22:12:52 #8 30.51 Setting up xz-utils (5.2.4-1) ...
22:12:52 #8 30.52 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:12:52 #8 30.52 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
22:12:52 #8 30.52 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
22:12:52 #8 30.52 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
22:12:52 #8 30.52 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
22:12:52 #8 30.52 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
22:12:52 #8 30.52 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
22:12:52 #8 30.52 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
22:12:52 #8 30.52 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
22:12:52 #8 30.52 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
22:12:52 #8 30.52 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
22:12:52 #8 30.53 Setting up libmpc3:armhf (1.1.0-1) ...
22:12:52 #8 30.54 Setting up libatomic1:armhf (8.3.0-6+rpi1) ...
22:12:52 #8 30.55 Setting up patch (2.7.6-3+deb10u1) ...
22:12:52 #8 30.56 Setting up autopoint (0.19.8.1-9) ...
22:12:52 #8 30.57 Setting up libfl2:armhf (2.6.4-6.2) ...
22:12:52 #8 30.58 Setting up libpcre2-8-0:armhf (10.32-5) ...
22:12:52 #8 30.60 Setting up libubsan1:armhf (8.3.0-6+rpi1) ...
22:12:52 #8 30.61 Setting up libisl19:armhf (0.20-2) ...
22:12:52 #8 30.63 Setting up sensible-utils (0.0.12) ...
22:12:52 #8 30.64 Setting up libuchardet0:armhf (0.0.6-3) ...
22:12:52 #8 30.65 Setting up git-man (1:2.20.1-2+deb10u3) ...
22:12:52 #8 30.66 Setting up libmpdec2:armhf (2.4.2-2) ...
22:12:52 #8 30.68 Setting up libbinutils:armhf (2.31.1-16+rpi2) ...
22:12:52 #8 30.69 Setting up cpp-8 (8.3.0-6+rpi1) ...
22:12:52 #8 30.70 Setting up libc-dev-bin (2.28-10+rpt2+rpi1) ...
22:12:52 #8 30.71 Setting up libbsd0:armhf (0.9.1-2+deb10u1) ...
22:12:52 #8 30.72 Setting up libtinfo5:armhf (6.1+20181013-2+deb10u2) ...
22:12:52 #8 30.74 Setting up binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ...
22:12:52 #8 30.75 Setting up libelf1:armhf (0.176-1.1) ...
22:12:52 #8 30.76 Setting up libxml2:armhf (2.9.4+dfsg1-7+deb10u2) ...
22:12:52 #8 30.77 Setting up libcc1-0:armhf (8.3.0-6+rpi1) ...
22:12:52 #8 30.79 Setting up libgdbm6:armhf (1.18.1-4) ...
22:12:52 #8 30.80 Setting up wdiff (1.2.2-2) ...
22:12:52 #8 30.81 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u3) ...
22:12:52 #8 30.82 Setting up m4 (1.4.18-2) ...
22:12:52 #9 6.426 Reading package lists...
22:12:52 #9 ...
22:12:52 
22:12:52 #14 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
22:12:52 #14 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
22:12:52 #14 extracting sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 1.0s done
22:12:52 #14 extracting sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 0.8s done
22:12:52 #14 extracting sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 6.3s done
22:12:52 #14 extracting sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb
22:12:52 #8 30.84 Setting up binutils (2.31.1-16+rpi2) ...
22:12:52 #8 30.85 Setting up bsdmainutils (11.1.2) ...
22:12:52 #8 30.87 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
22:12:52 #8 30.87 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
22:12:52 #8 30.88 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
22:12:52 #8 30.88 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
22:12:52 #8 30.88 Setting up libcroco3:armhf (0.6.12-3) ...
22:12:52 #8 30.89 Setting up libgdbm-compat4:armhf (1.18.1-4) ...
22:12:52 #8 30.91 Setting up libgcc-8-dev:armhf (8.3.0-6+rpi1) ...
22:12:52 #8 30.92 Setting up libperl5.28:armhf (5.28.1-6) ...
22:12:52 #8 30.94 Setting up dwz (0.12-3) ...
22:12:52 #8 30.95 Setting up groff-base (1.22.4-3+deb10u1) ...
22:12:52 #8 31.02 Setting up cpp (4:8.3.0-1+rpi2) ...
22:12:52 #8 31.04 Setting up libc6-dev:armhf (2.28-10+rpt2+rpi1) ...
22:12:53 #14 ...
22:12:53 
22:12:53 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
22:12:53 #9 sha256:4e64ecf1d448fb32872698549105a9acb848409cab959ac8b5126b175f541d81
22:12:53 #9 6.426 Reading package lists...
22:12:53 #8 31.06 Setting up libpython3-stdlib:armhf (3.7.3-1) ...
22:12:53 #8 31.08 Setting up python3.7 (3.7.3-2+deb10u3) ...
22:12:53 #9 7.445 Building dependency tree...
22:12:53 #9 7.676 Reading state information...
22:12:53 #8 31.79 Setting up gettext (0.19.8.1-9) ...
22:12:53 #8 31.80 Setting up gcc-8 (8.3.0-6+rpi1) ...
22:12:53 #8 31.81 Setting up libtool (2.4.6-9) ...
22:12:53 #8 31.82 Setting up python3 (3.7.3-1) ...
22:12:53 #8 31.92 Setting up man-db (2.8.5-2) ...
22:12:53 #9 2.151 Loaded plugins: fastestmirror, ovl
22:12:53 #9 7.926 The following additional packages will be installed:
22:12:53 #9 7.926   at autoconf automake autopoint autotools-dev binutils binutils-common
22:12:53 #9 7.926   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
22:12:53 #9 7.926   cpp-9 dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism diffstat
22:12:53 #9 7.926   dirmngr distro-info-data dpkg-dev dput dwz fakeroot file g++ g++-9 gcc gcc-9
22:12:53 #9 7.926   gcc-9-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
22:12:53 #9 7.926   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
22:12:53 #9 7.926   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
22:12:53 #9 7.926   libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-pkg-perl
22:12:53 #9 7.926   libarchive-cpio-perl libarchive-zip-perl libarray-intspan-perl libasan5
22:12:53 #9 7.926   libasn1-8-heimdal libassuan0 libasync-mergepoint-perl libatomic1
22:12:53 #9 7.926   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
22:12:53 #9 7.926   libbinutils libbrotli1 libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl
22:12:53 #9 7.926   libcbor0.6 libcc1-0 libclass-method-modifiers-perl libclass-xsaccessor-perl
22:12:53 #9 7.926   libclone-perl libcommon-sense-perl libconst-fast-perl
22:12:53 #9 7.926   libcontextual-return-perl libcpanel-json-xs-perl libcroco3 libcrypt-dev
22:12:53 #9 7.926   libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdata-dump-perl
22:12:53 #9 7.926   libdata-optlist-perl libdebhelper-perl libdevel-callchecker-perl
22:12:53 #9 7.926   libdevel-size-perl libdigest-bubblebabble-perl libdigest-hmac-perl
22:12:53 #9 7.926   libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2
22:12:53 #9 7.926   libelf1 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
22:12:53 #9 7.926   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
22:12:53 #9 7.926   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
22:12:53 #9 7.926   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
22:12:53 #9 7.926   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
22:12:53 #9 7.926   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
22:12:53 #9 7.926   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
22:12:53 #9 7.926   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
22:12:53 #9 7.926   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
22:12:53 #9 7.926   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
22:12:53 #9 7.926   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
22:12:53 #9 7.926   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
22:12:53 #9 7.926   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
22:12:53 #9 7.926   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
22:12:53 #9 7.926   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
22:12:53 #9 7.926   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
22:12:53 #9 7.926   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
22:12:53 #9 7.926   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
22:12:53 #9 7.926   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
22:12:53 #9 7.926   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
22:12:53 #9 7.926   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
22:12:53 #9 7.926   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
22:12:53 #9 7.926   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
22:12:53 #9 7.926   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
22:12:53 #9 7.926   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
22:12:53 #9 7.927   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
22:12:53 #9 7.927   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
22:12:53 #9 7.927   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
22:12:53 #9 7.927   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
22:12:53 #9 7.927   libnumber-compare-perl libnumber-range-perl libobject-id-perl
22:12:53 #9 7.927   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
22:12:53 #9 7.927   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
22:12:53 #9 7.927   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
22:12:53 #9 7.927   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
22:12:53 #9 7.927   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
22:12:53 #9 7.927   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
22:12:53 #9 7.927   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
22:12:53 #9 7.927   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
22:12:53 #9 7.927   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
22:12:53 #9 7.927   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
22:12:53 #9 7.927   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
22:12:53 #9 7.927   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
22:12:53 #9 7.927   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
22:12:53 #9 7.927   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
22:12:53 #9 7.927   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
22:12:53 #9 7.927   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
22:12:53 #9 7.927   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
22:12:53 #9 7.927   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
22:12:53 #9 7.927   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
22:12:53 #9 7.927   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
22:12:53 #9 7.927   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
22:12:53 #9 7.927   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
22:12:53 #9 7.927   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
22:12:53 #9 7.928   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
22:12:53 #9 7.928   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
22:12:53 #9 7.928   openssh-client openssl patch patchutils perl perl-modules-5.30
22:12:53 #9 7.928   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
22:12:53 #9 7.928   python-apt-common python3 python3-apt python3-certifi python3-chardet
22:12:53 #9 7.928   python3-debian python3-gpg python3-idna python3-magic python3-minimal
22:12:53 #9 7.928   python3-pkg-resources python3-requests python3-six python3-unidiff
22:12:53 #9 7.928   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
22:12:53 #9 7.928   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
22:12:53 #9 7.928   xz-utils
22:12:53 #9 7.929 Suggested packages:
22:12:53 #9 7.929   default-mta | mail-transport-agent autoconf-archive gnu-standards
22:12:53 #9 7.929   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
22:12:53 #9 7.931   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
22:12:53 #9 7.931   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
22:12:53 #9 7.931   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
22:12:53 #9 7.931   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
22:12:53 #9 7.931   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
22:12:53 #9 7.931   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
22:12:53 #9 7.931   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
22:12:53 #9 7.931   mini-dinstall rsync g++-multilib g++-9-multilib gcc-9-doc gcc-multilib flex
22:12:53 #9 7.931   bison gdb gcc-doc gcc-9-multilib gettext-doc libasprintf-dev
22:12:53 #9 7.931   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
22:12:53 #9 7.931   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
22:12:53 #9 7.931   xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr gdbm-l10n
22:12:53 #9 7.931   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
22:12:53 #9 7.931   libscalar-number-perl libsasl2-modules-gssapi-mit
22:12:53 #9 7.931   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
22:12:53 #9 7.931   libsasl2-modules-sql libstdc++-9-doc libbareword-filehandles-perl
22:12:53 #9 7.931   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
22:12:53 #9 7.931   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
22:12:53 #9 7.931   libxml-sax-expatxs-perl bash-completion binutils-multiarch
22:12:53 #9 7.931   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
22:12:53 #9 7.931   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
22:12:53 #9 7.931   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
22:12:53 #9 7.931   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
22:12:53 #9 7.931   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
22:12:53 #9 7.931   python3-cryptography python3-openssl python3-socks python3.8-venv
22:12:53 #9 7.931   python3.8-doc binfmt-support readline-doc zip wdiff-doc
22:12:54 #8 32.03 Building database of manual pages ...
22:12:54 #17 DONE 7.1s
22:12:54 
22:12:54 #18 [build-base-alpine 3/3] WORKDIR /go/src/github.com/docker/cli
22:12:54 #18 DONE 0.1s
22:12:54 
22:12:54 #19 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
22:12:54 #9 2.831 Determining fastest mirrors
22:12:54 #9 8.367 The following NEW packages will be installed:
22:12:54 #9 8.367   at autoconf automake autopoint autotools-dev binutils binutils-common
22:12:54 #9 8.367   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
22:12:54 #9 8.367   cpp-9 curl dctrl-tools debhelper devscripts dh-autoreconf
22:12:54 #9 8.367   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
22:12:54 #9 8.367   equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git
22:12:54 #9 8.367   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
22:12:54 #9 8.367   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes
22:12:54 #9 8.367   krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
22:12:54 #9 8.367   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
22:12:54 #9 8.367   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
22:12:54 #9 8.367   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
22:12:54 #9 8.367   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
22:12:54 #9 8.367   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
22:12:54 #9 8.367   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
22:12:54 #9 8.367   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
22:12:54 #9 8.367   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
22:12:54 #9 8.367   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
22:12:54 #9 8.367   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
22:12:54 #9 8.367   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
22:12:54 #9 8.367   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
22:12:54 #9 8.367   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
22:12:54 #9 8.367   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
22:12:54 #9 8.367   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
22:12:54 #9 8.367   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
22:12:54 #9 8.367   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
22:12:54 #9 8.367   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
22:12:54 #9 8.367   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
22:12:54 #9 8.367   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
22:12:54 #9 8.367   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
22:12:54 #9 8.367   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
22:12:54 #9 8.367   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
22:12:54 #9 8.367   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
22:12:54 #9 8.367   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
22:12:54 #9 8.367   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
22:12:54 #9 8.367   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
22:12:54 #9 8.367   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
22:12:54 #9 8.367   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
22:12:54 #9 8.367   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
22:12:54 #9 8.367   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
22:12:54 #9 8.367   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
22:12:54 #9 8.367   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
22:12:54 #9 8.367   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
22:12:54 #9 8.367   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
22:12:54 #9 8.367   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
22:12:54 #9 8.367   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
22:12:54 #9 8.367   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
22:12:54 #9 8.367   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
22:12:54 #9 8.367   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
22:12:54 #9 8.367   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
22:12:54 #9 8.367   libnumber-compare-perl libnumber-range-perl libobject-id-perl
22:12:54 #9 8.367   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
22:12:54 #9 8.367   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
22:12:54 #9 8.367   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
22:12:54 #9 8.367   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
22:12:54 #9 8.367   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
22:12:54 #9 8.367   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
22:12:54 #9 8.367   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
22:12:54 #9 8.368   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
22:12:54 #9 8.368   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
22:12:54 #9 8.368   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
22:12:54 #9 8.368   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
22:12:54 #9 8.368   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
22:12:54 #9 8.368   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
22:12:54 #9 8.368   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
22:12:54 #9 8.368   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
22:12:54 #9 8.368   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
22:12:54 #9 8.368   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
22:12:54 #9 8.368   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
22:12:54 #9 8.368   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
22:12:54 #9 8.368   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
22:12:54 #9 8.369   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
22:12:54 #9 8.369   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
22:12:54 #9 8.369   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
22:12:54 #9 8.369   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
22:12:54 #9 8.369   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
22:12:54 #9 8.369   openssh-client openssl patch patchutils perl perl-modules-5.30
22:12:54 #9 8.369   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
22:12:54 #9 8.369   python-apt-common python3 python3-apt python3-certifi python3-chardet
22:12:54 #9 8.370   python3-debian python3-gpg python3-idna python3-magic python3-minimal
22:12:54 #9 8.370   python3-pkg-resources python3-requests python3-six python3-unidiff
22:12:54 #9 8.370   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
22:12:54 #9 8.370   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
22:12:54 #9 8.370   xz-utils
22:12:54 #9 8.803 0 upgraded, 354 newly installed, 0 to remove and 0 not upgraded.
22:12:54 #9 8.803 Need to get 104 MB of archives.
22:12:54 #9 8.803 After this operation, 467 MB of additional disk space will be used.
22:12:54 #9 8.803 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblocale-gettext-perl amd64 1.07-4 [17.1 kB]
22:12:54 #9 8.950 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.8 [1320 kB]
22:12:54 #19 0.724 + apk  --root / add --no-cache musl-dev gcc
22:12:54 #19 0.733 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
22:12:55 #9 9.378 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.1 [717 kB]
22:12:55 #9 9.421 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libexpat1 amd64 2.2.9-1build1 [73.3 kB]
22:12:55 #9 9.426 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.1 [1900 kB]
22:12:55 #9 9.516 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB]
22:12:55 #9 9.516 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB]
22:12:55 #9 9.519 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB]
22:12:55 #9 9.522 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB]
22:12:55 #9 9.523 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB]
22:12:55 #9 9.529 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB]
22:12:55 #9 9.551 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.1 [1674 kB]
22:12:55 #9 9.631 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.1 [387 kB]
22:12:55 #9 9.654 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B]
22:12:55 #9 9.654 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB]
22:12:55 #9 9.656 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB]
22:12:55 #9 9.659 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 bsdmainutils amd64 11.1.2ubuntu3 [181 kB]
22:12:55 #9 9.666 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libuchardet0 amd64 0.0.6-3build1 [65.2 kB]
22:12:55 #9 9.671 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 groff-base amd64 1.22.4-4build1 [847 kB]
22:12:55 #9 9.704 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB]
22:12:55 #9 9.708 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libpipeline1 amd64 1.5.2-2build1 [27.7 kB]
22:12:55 #9 9.748 Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 man-db amd64 2.9.1-1 [1112 kB]
22:12:55 #9 9.759 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB]
22:12:55 #9 9.924 Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B]
22:12:55 #9 9.925 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB]
22:12:55 #9 10.11 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB]
22:12:55 #9 10.12 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.8 [620 kB]
22:12:55 #9 10.15 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20210119~20.04.2 [145 kB]
22:12:55 #8 34.11 Setting up gcc (4:8.3.0-1+rpi2) ...
22:12:56 #9 10.16 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.9 [4744 B]
22:12:56 #9 10.16 Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic-mgc amd64 1:5.38-4 [218 kB]
22:12:56 #9 10.17 Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic1 amd64 1:5.38-4 [75.9 kB]
22:12:56 #9 10.17 Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 file amd64 1:5.38-4 [23.3 kB]
22:12:56 #9 10.17 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 less amd64 551-1ubuntu0.1 [123 kB]
22:12:56 #9 10.18 Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 libelf1 amd64 0.176-1.1build1 [44.0 kB]
22:12:56 #9 10.19 Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB]
22:12:56 #9 10.32 Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
22:12:56 #9 10.32 Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2021a-2ubuntu0.20.04 [297 kB]
22:12:56 #9 10.32 Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 libicu66 amd64 66.1-2ubuntu2 [8520 kB]
22:12:56 #19 1.883 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
22:12:56 #19 2.178 (1/10) Installing binutils (2.35.2-r2)
22:12:56 #19 2.310 (2/10) Installing libgomp (10.3.1_git20210424-r2)
22:12:56 #19 2.316 (3/10) Installing libatomic (10.3.1_git20210424-r2)
22:12:56 #19 2.319 (4/10) Installing libgphobos (10.3.1_git20210424-r2)
22:12:56 #19 2.384 (5/10) Installing gmp (6.2.1-r0)
22:12:56 #19 2.393 (6/10) Installing isl22 (0.22-r0)
22:12:56 #19 2.416 (7/10) Installing mpfr4 (4.1.0-r0)
22:12:56 #8 34.15 Setting up perl (5.28.1-6) ...
22:12:56 #8 34.17 Setting up libio-html-perl (1.001-1) ...
22:12:56 #8 34.18 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
22:12:56 #8 34.20 Setting up libdpkg-perl (1.19.7) ...
22:12:56 #8 34.21 Setting up autoconf (2.69-11) ...
22:12:56 #8 34.22 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
22:12:56 #8 34.23 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
22:12:56 #8 34.25 Setting up libdevel-globaldestruction-perl (0.14-1) ...
22:12:56 #8 34.26 Setting up libstrictures-perl (2.000005-1) ...
22:12:56 #8 34.27 Setting up libsub-quote-perl (2.005001-1) ...
22:12:56 #8 34.28 Setting up liburi-perl (1.76-1) ...
22:12:56 #8 34.29 Setting up libnet-ssleay-perl (1.85-2+b1) ...
22:12:56 #8 34.31 Setting up automake (1:1.16.1-4) ...
22:12:56 #8 34.33 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
22:12:56 #19 2.449 (8/10) Installing mpc1 (1.2.1-r0)
22:12:56 #19 2.453 (9/10) Installing gcc (10.3.1_git20210424-r2)
22:12:56 #8 34.33 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
22:12:56 #8 34.33 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
22:12:56 #8 34.34 Setting up libhttp-date-perl (6.02-1) ...
22:12:56 #8 34.35 Setting up libfile-which-perl (1.23-1) ...
22:12:56 #8 34.36 Setting up libfile-listing-perl (6.04-1) ...
22:12:56 #8 34.37 Setting up libdynaloader-functions-perl (0.003-1) ...
22:12:56 #8 34.39 Setting up libclass-method-modifiers-perl (2.12-1) ...
22:12:56 #8 34.40 Setting up libio-pty-perl (1:1.08-1.1+b4) ...
22:12:56 #8 34.41 Setting up libarchive-zip-perl (1.64-1) ...
22:12:56 #8 34.42 Setting up libhtml-tagset-perl (3.20-3) ...
22:12:56 #8 34.43 Setting up libdebhelper-perl (13.2~bpo10+1) ...
22:12:56 #8 34.44 Setting up liblwp-mediatypes-perl (6.02-1) ...
22:12:56 #8 34.46 Setting up libtry-tiny-perl (0.30-1) ...
22:12:56 #8 34.47 Setting up libnet-http-perl (6.18-1) ...
22:12:56 #8 34.48 Setting up libencode-locale-perl (1.05-1) ...
22:12:56 #8 34.49 Setting up libdevel-callchecker-perl (0.008-1) ...
22:12:56 #8 34.52 Setting up dpkg-dev (1.19.7) ...
22:12:56 #8 34.54 Setting up intltool-debian (0.35.0+20060710.5) ...
22:12:56 #9 10.77 Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [640 kB]
22:12:56 #9 10.79 Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB]
22:12:56 #9 10.79 Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
22:12:56 #9 10.79 Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB]
22:12:56 #9 10.79 Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pkg-resources all 45.2.0-1 [130 kB]
22:12:56 #9 10.79 Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-six all 1.14.0-2 [12.1 kB]
22:12:56 #9 10.79 Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 shared-mime-info amd64 1.15-1 [430 kB]
22:12:56 #9 10.79 Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 ucf all 3.0038+nmu1 [51.6 kB]
22:12:56 #9 10.79 Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 xdg-user-dirs amd64 0.17-2ubuntu1 [48.3 kB]
22:12:56 #9 10.84 Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1 [82.5 kB]
22:12:56 #9 10.91 Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext-base amd64 0.19.8.1-10build1 [50.2 kB]
22:12:56 #9 10.91 Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 iso-codes all 4.4-1 [2695 kB]
22:12:56 #8 34.55 Setting up liberror-perl (0.17027-2) ...
22:12:56 #8 34.57 Setting up patchutils (0.3.4-2) ...
22:12:56 #8 34.58 Setting up libipc-run-perl (20180523.0-1) ...
22:12:56 #8 34.59 Setting up git (1:2.20.1-2+deb10u3) ...
22:12:56 #8 34.62 Setting up libwww-robotrules-perl (6.02-1) ...
22:12:56 #8 34.64 Setting up libhtml-parser-perl (3.72-3+b2) ...
22:12:56 #8 34.65 Setting up librole-tiny-perl (2.000006-1) ...
22:12:56 #8 34.66 Setting up libfile-homedir-perl (1.004-1) ...
22:12:56 #8 34.67 Setting up libio-socket-ssl-perl (2.060-3) ...
22:12:56 #8 34.68 Setting up libhttp-message-perl (6.18-1) ...
22:12:56 #8 34.70 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
22:12:56 #8 34.71 Setting up libhttp-negotiate-perl (6.01-1) ...
22:12:56 #8 34.73 Setting up libhttp-cookies-perl (6.04-1) ...
22:12:56 #8 34.74 Setting up po-debconf (1.0.21) ...
22:12:56 #8 34.75 Setting up libhtml-tree-perl (5.07-2) ...
22:12:56 #8 34.76 Setting up libparams-classify-perl (0.015-1+b1) ...
22:12:56 #8 34.77 Setting up libmodule-runtime-perl (0.016-1) ...
22:12:56 #8 34.78 Setting up libimport-into-perl (1.002005-1) ...
22:12:56 #8 34.80 Setting up libmoo-perl (2.003004-2) ...
22:12:56 #8 34.81 Setting up liblwp-protocol-https-perl (6.07-2) ...
22:12:56 #8 34.82 Setting up libwww-perl (6.36-2) ...
22:12:56 #8 34.83 Setting up debhelper (13.2~bpo10+1) ...
22:12:56 #8 34.85 Setting up dh-autoreconf (19) ...
22:12:56 #8 34.86 Setting up devscripts (2.19.5+deb10u1) ...
22:12:56 #9 ...
22:12:56 
22:12:56 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
22:12:56 #13 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
22:12:56 #13 extracting sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 6.3s done
22:12:56 #13 extracting sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 2.3s done
22:12:56 #9 11.01 Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-locales all 1.17-6ubuntu4.1 [11.4 kB]
22:12:56 #9 11.01 Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB]
22:12:56 #9 11.04 Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB]
22:12:56 #9 11.04 Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB]
22:12:56 #9 11.04 Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB]
22:12:56 #9 11.04 Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB]
22:12:56 #9 11.04 Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB]
22:12:56 #9 11.04 Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB]
22:12:56 #9 11.06 Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB]
22:12:56 #9 11.13 Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB]
22:12:56 #9 11.13 Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau6 amd64 1:1.0.9-0ubuntu1 [7488 B]
22:12:56 #9 11.13 Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu1 [10.6 kB]
22:12:56 #9 11.13 Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1 amd64 1.14-2 [44.7 kB]
22:12:56 #9 11.13 Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
22:12:56 #9 11.14 Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-6 amd64 2:1.6.9-2ubuntu1.2 [575 kB]
22:12:56 #9 11.16 Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 libxext6 amd64 2:1.3.4-0ubuntu1 [29.1 kB]
22:12:56 #9 11.16 Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B]
22:12:56 #9 11.20 Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages all 5.05-1 [1314 kB]
22:12:56 #9 11.25 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.3 [671 kB]
22:12:56 #8 35.02 Setting up dh-strip-nondeterminism (1.1.2-1) ...
22:12:56 #8 35.03 Setting up equivs (2.2.0) ...
22:12:56 #8 35.04 Processing triggers for libc-bin (2.28-10+rpi1) ...
22:12:56 #19 3.142 (10/10) Installing musl-dev (1.2.2-r3)
22:12:56 #19 3.213 Executing busybox-1.33.1-r3.trigger
22:12:56 #19 3.218 OK: 405 MiB in 43 packages
22:12:56 #13 extracting sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554
22:12:57 #9 11.29 Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB]
22:12:57 #9 11.29 Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python-apt-common all 2.0.0ubuntu0.20.04.6 [17.1 kB]
22:12:57 #9 11.30 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-apt amd64 2.0.0ubuntu0.20.04.6 [154 kB]
22:12:57 #9 11.30 Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 libunwind8 amd64 1.2.1-9build1 [47.6 kB]
22:12:57 #9 11.30 Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 strace amd64 5.5-3ubuntu1 [380 kB]
22:12:57 #9 11.32 Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 xauth amd64 1:1.1-0ubuntu1 [25.0 kB]
22:12:57 #9 11.32 Get:76 http://archive.ubuntu.com/ubuntu focal/main amd64 libfl2 amd64 2.6.4-6.2 [11.5 kB]
22:12:57 #9 11.32 Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 at amd64 3.1.23-1ubuntu1 [38.7 kB]
22:12:57 #9 11.35 Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 libsigsegv2 amd64 2.12-2 [13.9 kB]
22:12:57 #9 11.42 Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB]
22:12:57 #9 11.43 Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB]
22:12:57 #9 11.45 Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB]
22:12:57 #9 11.45 Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB]
22:12:57 #9 11.47 Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB]
22:12:57 #9 11.49 Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.1 [207 kB]
22:12:57 #9 11.50 Get:85 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.1 [475 kB]
22:12:57 #9 11.52 Get:86 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.1 [47.1 kB]
22:12:57 #9 11.52 Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.1 [46.6 kB]
22:12:57 #9 11.53 Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.1 [1613 kB]
22:12:57 #9 11.60 Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.1 [3380 B]
22:12:57 #9 11.60 Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.2 [71.8 kB]
22:12:57 #9 11.61 Get:91 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-89.100 [1110 kB]
22:12:57 #9 11.66 Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB]
22:12:57 #9 11.66 Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.2 [2520 kB]
22:12:57 #8 DONE 35.5s
22:12:57 
22:12:57 #10 [stage-1 3/8] COPY common /root/build-deb/debian
22:12:57 #10 sha256:bd58c8f3df03cedc0755ac7554d8bd2f22f0d8cc3f68a1ce170701484935e770
22:12:57 #10 DONE 0.0s
22:12:57 
22:12:57 #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
22:12:57 #11 sha256:ee737622f2b0ab97d7daf9774ed5832d722834607a7ddba65561a76f466b4cc2
22:12:57 #9 11.78 Get:94 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-base amd64 9.3.0-17ubuntu1~20.04 [19.1 kB]
22:12:57 #9 11.78 Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB]
22:12:57 #9 11.81 Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB]
22:12:57 #9 11.82 Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
22:12:57 #9 11.83 Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.3.0-17ubuntu1~20.04 [7494 kB]
22:12:58 #9 12.35 Get:99 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB]
22:12:58 #9 12.35 Get:100 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB]
22:12:58 #9 12.35 Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB]
22:12:58 #9 12.50 Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB]
22:12:58 #19 DONE 4.6s
22:12:58 #11 1.085 Hit:1 http://archive.raspbian.org/raspbian buster InRelease
22:12:58 #11 1.090 Hit:2 http://archive.raspberrypi.org/debian buster InRelease
22:12:58 #9 12.65 Get:103 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B]
22:12:58 #9 12.66 Get:104 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.3.0-17ubuntu1~20.04 [394 kB]
22:12:58 
22:12:58 #20 [build 1/2] RUN --mount=type=cache,target=/root/.cache     GO111MODULE=auto go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0
22:12:58 #9 12.92 Get:105 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB]
22:12:58 #9 13.04 Get:106 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB]
22:12:58 #9 13.14 Get:107 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB]
22:12:58 #9 13.19 Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB]
22:12:58 #9 13.19 Get:109 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.3.0-17ubuntu1~20.04 [2360 kB]
22:12:58 #9 13.30 Get:110 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.3.0-17ubuntu1~20.04 [8241 kB]
22:12:59 #9 13.77 Get:111 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B]
22:12:59 #9 13.77 Get:112 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1714 kB]
22:12:59 #9 13.79 Get:113 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8405 kB]
22:13:00 #20 1.214 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
22:13:00 #9 14.23 Get:114 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B]
22:13:00 #9 14.24 Get:115 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB]
22:13:00 #9 14.24 Get:116 http://archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB]
22:13:00 #9 14.24 Get:117 http://archive.ubuntu.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB]
22:13:00 #9 14.25 Get:118 http://archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB]
22:13:00 #9 14.25 Get:119 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B]
22:13:00 #9 14.25 Get:120 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB]
22:13:00 #9 14.26 Get:121 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB]
22:13:00 #9 14.26 Get:122 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB]
22:13:00 #9 14.31 Get:123 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB]
22:13:00 #9 14.38 Get:124 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB]
22:13:00 #9 14.39 Get:125 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB]
22:13:00 #9 14.39 Get:126 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB]
22:13:00 #9 14.39 Get:127 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB]
22:13:00 #9 14.40 Get:128 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB]
22:13:00 #9 14.40 Get:129 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB]
22:13:00 #9 14.40 Get:130 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2 [14.9 kB]
22:13:00 #9 14.40 Get:131 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2 [49.3 kB]
22:13:00 #9 14.40 Get:132 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB]
22:13:00 #9 14.46 Get:133 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB]
22:13:00 #9 14.53 Get:134 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB]
22:13:00 #9 14.53 Get:135 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB]
22:13:00 #9 14.53 Get:136 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB]
22:13:00 #9 14.54 Get:137 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.7 [234 kB]
22:13:00 #9 14.55 Get:138 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.7 [161 kB]
22:13:00 #9 14.55 Get:139 http://archive.ubuntu.com/ubuntu focal/main amd64 dctrl-tools amd64 2.24-3 [61.5 kB]
22:13:00 #9 14.55 Get:140 http://archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB]
22:13:00 #9 14.55 Get:141 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB]
22:13:00 #9 14.56 Get:142 http://archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
22:13:00 #9 14.60 Get:143 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB]
22:13:00 #9 14.68 Get:144 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9532 B]
22:13:00 #11 1.432 Reading package lists...
22:13:00 #11 3.043 dh_testdir
22:13:00 #9 14.68 Get:145 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
22:13:00 #9 14.68 Get:146 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5228 B]
22:13:00 #9 14.68 Get:147 http://archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB]
22:13:00 #9 14.69 Get:148 http://archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB]
22:13:00 #9 14.69 Get:149 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB]
22:13:00 #9 14.71 Get:150 http://archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
22:13:00 #9 14.71 Get:151 http://archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB]
22:13:00 #9 14.71 Get:152 http://archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB]
22:13:00 #9 14.77 Get:153 http://archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB]
22:13:00 #9 14.82 Get:154 http://archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB]
22:13:00 #9 14.83 Get:155 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB]
22:13:00 #9 14.83 Get:156 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB]
22:13:00 #9 14.83 Get:157 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB]
22:13:00 #9 14.83 Get:158 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B]
22:13:00 #9 14.83 Get:159 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB]
22:13:00 #9 14.84 Get:160 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.1 [51.7 kB]
22:13:00 #9 14.85 Get:161 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.1 [480 kB]
22:13:00 #9 14.90 Get:162 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB]
22:13:00 #9 14.91 Get:163 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB]
22:13:00 #9 14.97 Get:164 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB]
22:13:00 #11 3.065 dh_testroot
22:13:00 #11 3.086 dh_prep
22:13:00 #11 3.110 dh_testdir
22:13:00 #11 3.138 dh_testroot
22:13:00 #11 3.159 dh_install
22:13:00 #11 3.180 dh_install: warning: Compatibility levels before 10 are deprecated (level 9 in use)
22:13:00 #11 3.188 dh_installdocs
22:13:00 #11 3.209 dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
22:13:00 #11 3.224 dh_installchangelogs
22:13:00 #11 3.303 dh_compress
22:13:00 #9 14.98 Get:165 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.1 [97.6 kB]
22:13:00 #9 14.98 Get:166 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.1 [90.3 kB]
22:13:00 #9 14.99 Get:167 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.1 [217 kB]
22:13:00 #9 14.99 Get:168 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.1 [259 kB]
22:13:00 #9 15.00 Get:169 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
22:13:00 #9 15.00 Get:170 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-homedir-perl all 1.004-1 [37.3 kB]
22:13:00 #9 15.00 Get:171 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-pty-perl amd64 1:1.12-1 [32.4 kB]
22:13:00 #9 15.04 Get:172 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-run-perl all 20180523.0-2 [89.7 kB]
22:13:00 #9 15.05 Get:173 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
22:13:00 #9 15.12 Get:174 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-op-check-perl amd64 0.22-1build2 [10.2 kB]
22:13:00 #9 15.12 Get:175 http://archive.ubuntu.com/ubuntu focal/main amd64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
22:13:00 #9 15.12 Get:176 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu1 [14.5 kB]
22:13:00 #9 15.12 Get:177 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-classify-perl amd64 0.015-1build2 [21.1 kB]
22:13:00 #9 15.12 Get:178 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
22:13:00 #9 15.12 Get:179 http://archive.ubuntu.com/ubuntu focal/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
22:13:00 #9 15.12 Get:180 http://archive.ubuntu.com/ubuntu focal/main amd64 librole-tiny-perl all 2.001004-1 [16.5 kB]
22:13:00 #9 15.12 Get:181 http://archive.ubuntu.com/ubuntu focal/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
22:13:00 #9 15.19 Get:182 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
22:13:00 #9 15.19 Get:183 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoo-perl all 2.003006-1 [46.3 kB]
22:13:00 #11 3.329 dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use)
22:13:00 #11 3.340 dh_fixperms
22:13:00 #11 3.388 dh_installdeb
22:13:00 #11 3.417 dh_installdeb: warning: Compatibility levels before 10 are deprecated (level 9 in use)
22:13:00 #11 3.418 dh_gencontrol
22:13:00 #11 3.538 dh_md5sums
22:13:00 #11 3.569 dh_builddeb
22:13:00 #11 3.591 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
22:13:00 #11 3.611 
22:13:00 #11 3.611 The package has been created.
22:13:00 #11 3.611 Attention, the package has been created in the current directory,
22:13:00 #11 3.611 not in ".." as indicated by the message above!
22:13:00 #11 3.631 Selecting previously unselected package docker-ce-build-deps.
22:13:00 #11 3.643 (Reading database ... 17084 files and directories currently installed.)
22:13:01 #9 15.26 Get:184 http://archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
22:13:01 #9 15.26 Get:185 http://archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB]
22:13:01 #9 15.26 Get:186 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
22:13:01 #9 15.26 Get:187 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
22:13:01 #9 15.26 Get:188 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
22:13:01 #9 15.27 Get:189 http://archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB]
22:13:01 #9 15.27 Get:190 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB]
22:13:01 #9 15.27 Get:191 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
22:13:01 #9 15.34 Get:192 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
22:13:01 #9 15.34 Get:193 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
22:13:01 #9 15.41 Get:194 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB]
22:13:01 #9 15.41 Get:195 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-cookies-perl all 6.08-1 [18.3 kB]
22:13:01 #9 15.41 Get:196 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
22:13:01 #9 15.41 Get:197 http://archive.ubuntu.com/ubuntu focal/main amd64 perl-openssl-defaults amd64 4 [7192 B]
22:13:01 #9 15.41 Get:198 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ssleay-perl amd64 1.88-2ubuntu1 [291 kB]
22:13:01 #9 15.43 Get:199 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-socket-ssl-perl all 2.067-1 [176 kB]
22:13:01 #9 15.44 Get:200 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-http-perl all 6.19-1 [22.8 kB]
22:13:01 #9 15.44 Get:201 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
22:13:01 #9 15.48 Get:202 http://archive.ubuntu.com/ubuntu focal/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
22:13:01 #13 ...
22:13:01 
22:13:01 #9 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
22:13:01 #9 sha256:e4108f4e923b4be0750f07384309ae1ebf6d9e535d99cf44936874f303e008b2
22:13:01 #9 9.183  * base: download.cf.centos.org
22:13:01 #9 9.183  * extras: download.cf.centos.org
22:13:01 #9 9.183  * updates: download.cf.centos.org
22:13:01 #11 3.644 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
22:13:01 #11 3.648 Unpacking docker-ce-build-deps (1.0) ...
22:13:01 #9 15.63 Get:203 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
22:13:01 #9 15.70 Get:204 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-perl all 6.43-1 [140 kB]
22:13:01 #9 15.91 Get:205 http://archive.ubuntu.com/ubuntu focal/main amd64 patchutils amd64 0.3.4-2 [71.1 kB]
22:13:01 #9 15.96 Get:206 http://archive.ubuntu.com/ubuntu focal/main amd64 wdiff amd64 1.2.2-2build1 [29.8 kB]
22:13:01 #9 15.97 Get:207 http://archive.ubuntu.com/ubuntu focal/main amd64 devscripts amd64 2.20.2ubuntu2 [940 kB]
22:13:01 #9 16.14 Get:208 http://archive.ubuntu.com/ubuntu focal/main amd64 diffstat amd64 1.63-1 [27.2 kB]
22:13:01 #9 16.14 Get:209 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-chardet all 3.0.4-4build1 [80.4 kB]
22:13:01 #9 16.14 Get:210 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-debian all 0.1.36ubuntu1 [65.0 kB]
22:13:01 #9 16.16 Get:211 http://archive.ubuntu.com/ubuntu focal/main amd64 libgpgme11 amd64 1.13.1-7ubuntu2 [121 kB]
22:13:01 #9 16.16 Get:212 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gpg amd64 1.13.1-7ubuntu2 [165 kB]
22:13:01 #9 16.17 Get:213 http://archive.ubuntu.com/ubuntu focal/main amd64 dput all 1.0.3ubuntu1 [42.3 kB]
22:13:01 #9 16.18 Get:214 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.7 [232 kB]
22:13:01 #9 16.19 Get:215 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
22:13:01 #9 16.19 Get:216 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git-man all 1:2.25.1-1ubuntu3.2 [884 kB]
22:13:01 #9 16.23 Get:217 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git amd64 1:2.25.1-1ubuntu3.2 [4554 kB]
22:13:02 #9 16.48 Get:218 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
22:13:02 #9 16.48 Get:219 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB]
22:13:02 #9 16.48 Get:220 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
22:13:02 #9 16.48 Get:221 http://archive.ubuntu.com/ubuntu focal/main amd64 libapt-pkg-perl amd64 0.1.36build3 [68.5 kB]
22:13:02 #9 16.48 Get:222 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9644 B]
22:13:02 #9 16.48 Get:223 http://archive.ubuntu.com/ubuntu focal/main amd64 libarray-intspan-perl all 2.003-1 [23.3 kB]
22:13:02 #9 16.48 Get:224 http://archive.ubuntu.com/ubuntu focal/main amd64 libasync-mergepoint-perl all 0.04-2 [10.2 kB]
22:13:02 #9 16.48 Get:225 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
22:13:02 #9 16.49 Get:226 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
22:13:02 #9 16.55 Get:227 http://archive.ubuntu.com/ubuntu focal/main amd64 libvariable-magic-perl amd64 0.62-1build2 [34.4 kB]
22:13:02 #9 16.56 Get:228 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
22:13:02 #9 16.56 Get:229 http://archive.ubuntu.com/ubuntu focal/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
22:13:02 #9 16.56 Get:230 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-xsaccessor-perl amd64 1.19-3build3 [33.6 kB]
22:13:02 #9 16.56 Get:231 http://archive.ubuntu.com/ubuntu focal/main amd64 libclone-perl amd64 0.43-2 [11.0 kB]
22:13:02 #9 16.56 Get:232 http://archive.ubuntu.com/ubuntu focal/main amd64 libcommon-sense-perl amd64 3.74-2build6 [20.1 kB]
22:13:02 #9 16.56 Get:233 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-util-perl amd64 1.07-3build5 [19.7 kB]
22:13:02 #9 16.56 Get:234 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-install-perl all 0.928-1 [10.5 kB]
22:13:02 #9 16.57 Get:235 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-optlist-perl all 0.110-1 [9956 B]
22:13:02 #9 16.63 Get:236 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB]
22:13:02 #9 16.64 Get:237 http://archive.ubuntu.com/ubuntu focal/main amd64 libconst-fast-perl all 0.014-1 [7958 B]
22:13:02 #9 16.64 Get:238 http://archive.ubuntu.com/ubuntu focal/main amd64 libwant-perl amd64 0.29-1build4 [24.2 kB]
22:13:02 #9 16.64 Get:239 http://archive.ubuntu.com/ubuntu focal/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
22:13:02 #9 16.64 Get:240 http://archive.ubuntu.com/ubuntu focal/main amd64 libcpanel-json-xs-perl amd64 4.19-1build1 [109 kB]
22:13:02 #9 16.65 Get:241 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB]
22:13:02 #9 16.65 Get:242 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-bubblebabble-perl all 0.02-2 [7908 B]
22:13:02 #9 16.65 Get:243 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
22:13:02 #9 16.65 Get:244 http://archive.ubuntu.com/ubuntu focal/main amd64 libdistro-info-perl all 0.23ubuntu1 [4668 B]
22:13:02 #9 16.70 Get:245 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
22:13:02 #20 3.997 go: downloading github.com/akavel/rsrc v0.10.2
22:13:02 #9 ...
22:13:02 
22:13:02 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
22:13:02 #13 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
22:13:02 #13 extracting sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 4.9s done
22:13:02 #13 extracting sha256:6a58c678a5851eb6db45e1691ffdd4030fea67495973efa967e0209b6e8b8e2f done
22:13:02 #13 DONE 23.8s
22:13:02 
22:13:02 #9 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
22:13:02 #9 sha256:e4108f4e923b4be0750f07384309ae1ebf6d9e535d99cf44936874f303e008b2
22:13:02 #11 3.722 Reading package lists...
22:13:02 #11 4.909 Building dependency tree...
22:13:02 #11 5.109 Reading state information...
22:13:02 #11 5.132 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
22:13:02 #11 5.181 Starting 2 pkgProblemResolver with broken count: 0
22:13:02 #11 5.185 Done
22:13:02 #11 5.209  Done
22:13:02 #9 ...
22:13:02 
22:13:02 #14 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
22:13:02 #14 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
22:13:02 #14 extracting sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 3.1s done
22:13:02 #14 extracting sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 5.8s done
22:13:02 #14 extracting sha256:6a58c678a5851eb6db45e1691ffdd4030fea67495973efa967e0209b6e8b8e2f done
22:13:02 #14 DONE 26.1s
22:13:02 
22:13:02 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
22:13:02 #9 sha256:4e64ecf1d448fb32872698549105a9acb848409cab959ac8b5126b175f541d81
22:13:02 #9 16.72 Get:246 http://archive.ubuntu.com/ubuntu focal/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
22:13:02 #9 16.72 Get:247 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ip-perl all 1.26-2 [27.4 kB]
22:13:02 #9 16.73 Get:248 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-perl all 1.22-1 [336 kB]
22:13:02 #9 16.73 Get:249 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
22:13:02 #9 16.73 Get:250 http://archive.ubuntu.com/ubuntu focal/main amd64 libemail-valid-perl all 1.202-1 [16.3 kB]
22:13:02 #9 16.73 Get:251 http://archive.ubuntu.com/ubuntu focal/main amd64 libexporter-tiny-perl all 1.002001-1 [35.5 kB]
22:13:02 #9 16.73 Get:252 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-system-simple-perl all 1.26-1 [22.8 kB]
22:13:02 #9 16.73 Get:253 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-basedir-perl all 0.08-1 [16.9 kB]
22:13:02 #9 16.77 Get:254 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
22:13:02 #9 16.85 Get:255 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB]
22:13:02 #9 16.85 Get:256 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-compare-perl all 0.03-1 [7318 B]
22:13:02 #9 16.85 Get:257 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-glob-perl all 0.10-1 [7554 B]
22:13:02 #9 16.85 Get:258 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
22:13:02 #9 16.85 Get:259 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB]
22:13:02 #9 16.85 Get:260 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-string-perl all 1.08-3 [11.1 kB]
22:13:02 #9 16.85 Get:261 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-ttf-perl all 1.06-1 [313 kB]
22:13:02 #9 16.85 Get:262 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuture-perl all 0.43-1 [77.8 kB]
22:13:02 #9 16.86 Get:263 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-stringy-perl all 2.111-3 [55.8 kB]
22:13:02 #9 16.92 Get:264 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-validate-perl amd64 1.29-3 [52.7 kB]
22:13:02 #9 16.94 Get:265 http://archive.ubuntu.com/ubuntu focal/main amd64 libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
22:13:02 #9 16.94 Get:266 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
22:13:02 #9 16.94 Get:267 http://archive.ubuntu.com/ubuntu focal/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
22:13:02 #9 16.94 Get:268 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
22:13:02 #9 16.94 Get:269 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
22:13:02 #9 16.94 Get:270 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-perl all 4.02000-2 [80.9 kB]
22:13:02 #9 16.94 Get:271 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-perl all 1.708-1 [67.8 kB]
22:13:02 #9 16.94 Get:272 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
22:13:02 #9 16.99 Get:273 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-perl all 0.38-1 [19.1 kB]
22:13:02 #11 5.217 Starting pkgProblemResolver with broken count: 0
22:13:02 #11 5.250 Starting 2 pkgProblemResolver with broken count: 0
22:13:02 #11 5.253 Done
22:13:02 #11 5.403 The following additional packages will be installed:
22:13:02 #11 5.403   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
22:13:02 #11 5.403   g++-8 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
22:13:02 #11 5.403   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libltdl-dev libltdl7
22:13:02 #11 5.403   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
22:13:02 #11 5.403   libselinux1-dev libsepol1-dev libstdc++-8-dev libsystemd-dev libudev-dev
22:13:02 #11 5.404   libuv1 pkg-config
22:13:02 #11 5.405 Suggested packages:
22:13:02 #11 5.405   cmake-doc ninja-build apparmor-easyprof gcc-8-doc libstdc++6-8-dbg lrzip
22:13:02 #11 5.405   libtool-doc seccomp libstdc++-8-doc
22:13:02 #9 17.01 Get:274 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-identify-perl amd64 0.14-1build2 [10.7 kB]
22:13:02 #9 17.01 Get:275 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-name-perl amd64 0.26-1 [11.5 kB]
22:13:02 #9 17.02 Get:276 http://archive.ubuntu.com/ubuntu focal/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
22:13:02 #9 17.02 Get:277 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-tiny-perl all 0.108-1 [42.6 kB]
22:13:02 #9 17.02 Get:278 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-perl all 1.008001-2 [304 kB]
22:13:02 #9 17.02 Get:279 http://archive.ubuntu.com/ubuntu focal/main amd64 libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
22:13:02 #9 17.03 Get:280 http://archive.ubuntu.com/ubuntu focal/main amd64 libhash-fieldhash-perl amd64 0.15-1build2 [16.9 kB]
22:13:02 #9 17.03 Get:281 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB]
22:13:02 #9 17.06 Get:282 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB]
22:13:02 #9 17.10 Get:283 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-daemon-perl all 6.06-1 [21.4 kB]
22:13:02 #9 17.10 Get:284 http://archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB]
22:13:02 #9 17.10 Get:285 http://archive.ubuntu.com/ubuntu focal/main amd64 libstruct-dumb-perl all 0.09-1 [10.5 kB]
22:13:02 #9 17.10 Get:286 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-perl all 0.75-1 [254 kB]
22:13:02 #9 17.11 Get:287 http://archive.ubuntu.com/ubuntu focal/main amd64 liblinux-epoll-perl amd64 0.017-1 [16.0 kB]
22:13:02 #9 17.11 Get:288 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
22:13:02 #9 17.11 Get:289 http://archive.ubuntu.com/ubuntu focal/main amd64 libtypes-serialiser-perl all 1.0-1 [12.1 kB]
22:13:02 #9 17.11 Get:290 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-xs-perl amd64 4.020-1build1 [83.7 kB]
22:13:02 #9 17.13 Get:291 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-maybexs-perl all 1.004000-1 [11.0 kB]
22:13:02 #9 17.19 Get:292 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-compare-perl all 0.53-1 [65.6 kB]
22:13:02 #9 17.19 Get:293 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-moreutils-perl amd64 0.416-1build5 [55.5 kB]
22:13:02 #9 17.19 Get:294 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
22:13:02 #9 17.19 Get:295 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-xs-perl amd64 0.58-2 [32.5 kB]
22:13:02 #9 17.19 Get:296 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl7 amd64 2.4.6-14 [38.5 kB]
22:13:02 #9 17.19 Get:297 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB]
22:13:02 #9 17.20 Get:298 http://archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
22:13:02 #9 17.20 Get:299 http://archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
22:13:02 #9 17.21 Get:300 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-aliases-perl all 0.001006-1 [7176 B]
22:13:03 #9 17.27 Get:301 http://archive.ubuntu.com/ubuntu focal/main amd64 libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
22:13:03 #9 17.27 Get:302 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-struct-perl all 0.017-1 [23.4 kB]
22:13:03 #9 17.27 Get:303 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-sec-perl amd64 1.15-1 [44.6 kB]
22:13:03 #9 17.42 Get:304 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-libidn-perl amd64 0.12.ds-3build2 [17.3 kB]
22:13:03 #11 5.698 The following NEW packages will be installed:
22:13:03 #11 5.698   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
22:13:03 #11 5.698   g++-8 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
22:13:03 #11 5.698   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libltdl-dev libltdl7
22:13:03 #11 5.698   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
22:13:03 #11 5.698   libselinux1-dev libsepol1-dev libstdc++-8-dev libsystemd-dev libudev-dev
22:13:03 #11 5.699   libuv1 pkg-config
22:13:03 #9 17.57 Get:305 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-range-perl all 0.12-1 [8556 B]
22:13:03 #9 17.58 Get:306 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-xs-perl amd64 0.29-1build1 [18.4 kB]
22:13:03 #9 17.62 Get:307 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
22:13:03 #9 17.70 Get:308 http://archive.ubuntu.com/ubuntu focal/main amd64 libperl4-corelibs-perl all 0.004-2 [37.4 kB]
22:13:03 #9 17.74 Get:309 http://archive.ubuntu.com/ubuntu focal/main amd64 libperlio-gzip-perl amd64 0.19-1build5 [14.6 kB]
22:13:03 #9 17.75 Get:310 http://archive.ubuntu.com/ubuntu focal/main amd64 libpod-constants-perl all 0.19-1 [16.0 kB]
22:13:03 #9 17.76 Get:311 http://archive.ubuntu.com/ubuntu focal/main amd64 libre2-5 amd64 20200101+dfsg-1build1 [162 kB]
22:13:03 #9 17.83 Get:312 http://archive.ubuntu.com/ubuntu focal/main amd64 libre-engine-re2-perl amd64 0.13-5 [16.2 kB]
22:13:03 #9 17.83 Get:313 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadonly-perl all 2.050-2 [19.9 kB]
22:13:03 #9 17.84 Get:314 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
22:13:03 #20 DONE 4.8s
22:13:03 
22:13:03 #23 [build 2/2] RUN --mount=type=bind,target=.,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
22:13:03 #11 6.141 0 upgraded, 30 newly installed, 0 to remove and 15 not upgraded.
22:13:03 #11 6.141 1 not fully installed or removed.
22:13:03 #11 6.141 Need to get 17.5 MB of archives.
22:13:03 #11 6.141 After this operation, 72.0 MB of additional disk space will be used.
22:13:03 #11 6.141 Get:1 http://archive.raspbian.org/raspbian buster/main armhf libstdc++-8-dev armhf 8.3.0-6+rpi1 [1545 kB]
22:13:03 #11 6.191 Get:2 http://archive.raspberrypi.org/debian buster/main armhf cmake-data all 3.16.3-3~bpo10+1 [1628 kB]
22:13:03 #9 17.84 Get:315 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-xs-perl amd64 0.117-1build2 [12.0 kB]
22:13:03 #9 17.85 Get:316 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
22:13:03 #9 17.86 Get:317 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
22:13:03 #9 17.86 Get:318 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2 [49.1 kB]
22:13:03 #9 17.87 Get:319 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-decoder-perl amd64 4.011+ds-1build1 [102 kB]
22:13:03 #9 17.90 Get:320 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-encoder-perl amd64 4.011+ds-1build1 [104 kB]
22:13:03 #9 17.97 Get:321 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-perl all 4.011-1 [8604 B]
22:13:03 #9 17.97 Get:322 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-key-perl amd64 1.33-2build2 [35.4 kB]
22:13:03 #9 17.97 Get:323 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-copyright-perl all 0.003006-1 [9608 B]
22:13:03 #9 17.97 Get:324 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
22:13:03 #9 17.97 Get:325 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
22:13:03 #9 17.97 Get:326 http://archive.ubuntu.com/ubuntu focal/main amd64 libterm-readkey-perl amd64 2.38-1build1 [24.6 kB]
22:13:03 #9 17.97 Get:327 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-fatal-perl all 0.014-1 [11.1 kB]
22:13:03 #9 17.98 Get:328 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-refcount-perl all 0.10-1 [11.4 kB]
22:13:03 #9 17.98 Get:329 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B]
22:13:03 #9 18.05 Get:330 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-xs-perl amd64 0.016-1 [22.9 kB]
22:13:03 #9 18.05 Get:331 http://archive.ubuntu.com/ubuntu focal/main amd64 libunicode-utf8-perl amd64 0.62-1build1 [18.1 kB]
22:13:03 #9 18.05 Get:332 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
22:13:03 #9 18.05 Get:333 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
22:13:03 #9 18.05 Get:334 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
22:13:03 #9 18.06 Get:335 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1build1 [320 kB]
22:13:03 #9 18.12 Get:336 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-parser-perl amd64 2.46-1 [193 kB]
22:13:03 #9 18.14 Get:337 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
22:13:03 #9 18.14 Get:338 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-writer-perl all 0.625-1 [24.9 kB]
22:13:03 #9 18.14 Get:339 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-libyaml-perl amd64 0.81+repack-1 [28.5 kB]
22:13:03 #9 18.20 Get:340 http://archive.ubuntu.com/ubuntu focal/main amd64 licensecheck all 3.0.45-1 [23.9 kB]
22:13:03 #9 18.20 Get:341 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-size-perl amd64 0.83-1build1 [20.0 kB]
22:13:03 #9 18.20 Get:342 http://archive.ubuntu.com/ubuntu focal/main amd64 t1utils amd64 1.41-3 [56.1 kB]
22:13:03 #9 18.20 Get:343 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lintian all 2.62.0ubuntu1 [981 kB]
22:13:03 #9 18.25 Get:344 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2266 kB]
22:13:03 #9 18.37 Get:345 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-certifi all 2019.11.28-1 [149 kB]
22:13:04 #23 0.874 Building static docker-linux-amd64
22:13:04 #9 18.38 Get:346 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-idna all 2.8-1 [34.6 kB]
22:13:04 #9 18.38 Get:347 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-urllib3 all 1.25.8-2ubuntu0.1 [88.3 kB]
22:13:04 #9 18.39 Get:348 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
22:13:04 #9 18.39 Get:349 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-unidiff all 0.5.5-2 [9180 B]
22:13:04 #9 18.41 Get:350 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-xdg all 0.26-1ubuntu1 [36.1 kB]
22:13:04 #9 18.41 Get:351 http://archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB]
22:13:04 #9 18.41 Get:352 http://archive.ubuntu.com/ubuntu focal/universe amd64 equivs all 2.2.0 [19.7 kB]
22:13:04 #9 18.41 Get:353 http://archive.ubuntu.com/ubuntu focal/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
22:13:04 #11 6.719 Get:3 http://archive.raspbian.org/raspbian buster/main armhf g++-8 armhf 8.3.0-6+rpi1 [7464 kB]
22:13:04 #11 6.859 Get:4 http://archive.raspberrypi.org/debian buster/main armhf cmake armhf 3.16.3-3~bpo10+1 [2500 kB]
22:13:04 #23 0.878 + go build -o /out/docker-linux-amd64 -tags ' pkcs11' --ldflags '    -w          -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-19T22:13:03Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"       -extldflags -static' '-buildmode=pie' github.com/docker/cli/cmd/docker
22:13:04 #9 18.57 Get:354 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-magic all 2:0.4.15-3 [9376 B]
22:13:04 #11 7.050 Get:5 http://archive.raspberrypi.org/debian buster/main armhf libbtrfs0 armhf 5.10-1~bpo10+1 [214 kB]
22:13:04 #11 7.054 Get:6 http://archive.raspberrypi.org/debian buster/main armhf libbtrfs-dev armhf 5.10-1~bpo10+1 [275 kB]
22:13:04 #11 7.072 Get:7 http://archive.raspbian.org/raspbian buster/main armhf g++ armhf 4:8.3.0-1+rpi2 [1632 B]
22:13:04 #11 7.072 Get:8 http://archive.raspbian.org/raspbian buster/main armhf build-essential armhf 12.6 [7568 B]
22:13:04 #11 7.073 Get:9 http://archive.raspbian.org/raspbian buster/main armhf bash-completion all 1:2.8-6 [208 kB]
22:13:04 #11 7.076 Get:10 http://archive.raspbian.org/raspbian buster/main armhf libarchive13 armhf 3.3.3-4+deb10u1 [271 kB]
22:13:04 #11 7.132 Get:11 http://archive.raspbian.org/raspbian buster/main armhf libjsoncpp1 armhf 1.7.4-3 [66.2 kB]
22:13:04 #9 18.85 debconf: delaying package configuration, since apt-utils is not installed
22:13:04 #9 18.91 Fetched 104 MB in 10s (10.2 MB/s)
22:13:04 #9 18.94 Selecting previously unselected package liblocale-gettext-perl.
22:13:04 #9 18.94 (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.)
22:13:04 #9 18.94 Preparing to unpack .../liblocale-gettext-perl_1.07-4_amd64.deb ...
22:13:04 #9 18.95 Unpacking liblocale-gettext-perl (1.07-4) ...
22:13:04 #11 7.135 Get:12 http://archive.raspbian.org/raspbian buster/main armhf librhash0 armhf 1.3.8-1 [132 kB]
22:13:04 #11 7.137 Get:13 http://archive.raspbian.org/raspbian buster/main armhf libuv1 armhf 1.24.1-1+deb10u1 [96.9 kB]
22:13:04 #11 7.140 Get:14 http://archive.raspbian.org/raspbian buster/main armhf dh-apparmor all 2.13.2-10 [70.1 kB]
22:13:04 #11 7.142 Get:15 http://archive.raspbian.org/raspbian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.1 kB]
22:13:04 #11 7.165 Get:16 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [130 kB]
22:13:04 #11 7.246 Get:17 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper-event1.02.1 armhf 2:1.02.155-3 [21.5 kB]
22:13:04 #11 7.248 Get:18 http://archive.raspbian.org/raspbian buster/main armhf libudev-dev armhf 241-7~deb10u8+rpi1 [110 kB]
22:13:04 #11 7.251 Get:19 http://archive.raspbian.org/raspbian buster/main armhf libsepol1-dev armhf 2.8-1 [309 kB]
22:13:04 #11 7.259 Get:20 http://archive.raspbian.org/raspbian buster/main armhf libpcre16-3 armhf 2:8.39-12 [234 kB]
22:13:04 #11 7.262 Get:21 http://archive.raspbian.org/raspbian buster/main armhf libpcre32-3 armhf 2:8.39-12 [227 kB]
22:13:04 #11 7.266 Get:22 http://archive.raspbian.org/raspbian buster/main armhf libpcrecpp0v5 armhf 2:8.39-12 [150 kB]
22:13:04 #11 7.268 Get:23 http://archive.raspbian.org/raspbian buster/main armhf libpcre3-dev armhf 2:8.39-12 [564 kB]
22:13:04 #11 7.328 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libselinux1-dev armhf 2.8-1+b1 [156 kB]
22:13:04 #11 7.334 Get:25 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper-dev armhf 2:1.02.155-3 [51.5 kB]
22:13:05 #9 19.31 Selecting previously unselected package libssl1.1:amd64.
22:13:05 #9 19.31 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.8_amd64.deb ...
22:13:05 #9 19.38 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.8) ...
22:13:05 #11 7.408 Get:26 http://archive.raspbian.org/raspbian buster/main armhf libltdl7 armhf 2.4.6-9 [387 kB]
22:13:05 #11 7.417 Get:27 http://archive.raspbian.org/raspbian buster/main armhf libltdl-dev armhf 2.4.6-9 [159 kB]
22:13:05 #11 7.419 Get:28 http://archive.raspbian.org/raspbian buster/main armhf libseccomp-dev armhf 2.3.3-4 [59.5 kB]
22:13:05 #11 7.420 Get:29 http://archive.raspbian.org/raspbian buster/main armhf libsystemd-dev armhf 241-7~deb10u8+rpi1 [323 kB]
22:13:05 #11 7.425 Get:30 http://archive.raspbian.org/raspbian buster/main armhf pkg-config armhf 0.29-6 [59.8 kB]
22:13:05 #11 7.643 debconf: delaying package configuration, since apt-utils is not installed
22:13:05 #11 7.675 Fetched 17.5 MB in 2s (9908 kB/s)
22:13:05 #9 19.64 Selecting previously unselected package libpython3.8-minimal:amd64.
22:13:05 #11 7.692 Selecting previously unselected package libstdc++-8-dev:armhf.
22:13:05 #11 7.693 (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.)
22:13:05 #11 7.704 Preparing to unpack .../00-libstdc++-8-dev_8.3.0-6+rpi1_armhf.deb ...
22:13:05 #11 7.708 Unpacking libstdc++-8-dev:armhf (8.3.0-6+rpi1) ...
22:13:05 #11 7.929 Selecting previously unselected package g++-8.
22:13:05 #9 19.64 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.1_amd64.deb ...
22:13:05 #9 19.67 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.1) ...
22:13:05 #9 19.90 Selecting previously unselected package libexpat1:amd64.
22:13:05 #11 7.931 Preparing to unpack .../01-g++-8_8.3.0-6+rpi1_armhf.deb ...
22:13:05 #11 7.936 Unpacking g++-8 (8.3.0-6+rpi1) ...
22:13:05 #9 19.90 Preparing to unpack .../libexpat1_2.2.9-1build1_amd64.deb ...
22:13:05 #9 19.91 Unpacking libexpat1:amd64 (2.2.9-1build1) ...
22:13:06 #9 20.31 Selecting previously unselected package python3.8-minimal.
22:13:06 #9 20.31 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.1_amd64.deb ...
22:13:06 #9 20.33 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.1) ...
22:13:06 #11 8.584 Selecting previously unselected package g++.
22:13:06 #11 8.586 Preparing to unpack .../02-g++_4%3a8.3.0-1+rpi2_armhf.deb ...
22:13:06 #11 8.592 Unpacking g++ (4:8.3.0-1+rpi2) ...
22:13:06 #11 8.618 Selecting previously unselected package build-essential.
22:13:06 #11 8.620 Preparing to unpack .../03-build-essential_12.6_armhf.deb ...
22:13:06 #11 8.624 Unpacking build-essential (12.6) ...
22:13:06 #11 8.692 Selecting previously unselected package bash-completion.
22:13:06 #11 8.694 Preparing to unpack .../04-bash-completion_1%3a2.8-6_all.deb ...
22:13:06 #9 20.91 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.8) ...
22:13:06 #9 21.10 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.1) ...
22:13:06 #9 21.13 Setting up libexpat1:amd64 (2.2.9-1build1) ...
22:13:06 #9 21.14 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.1) ...
22:13:06 #11 9.301 Unpacking bash-completion (1:2.8-6) ...
22:13:06 #11 9.416 Selecting previously unselected package cmake-data.
22:13:06 #11 9.419 Preparing to unpack .../05-cmake-data_3.16.3-3~bpo10+1_all.deb ...
22:13:06 #11 9.423 Unpacking cmake-data (3.16.3-3~bpo10+1) ...
22:13:07 #11 9.749 Selecting previously unselected package libarchive13:armhf.
22:13:07 #11 9.753 Preparing to unpack .../06-libarchive13_3.3.3-4+deb10u1_armhf.deb ...
22:13:07 #11 9.761 Unpacking libarchive13:armhf (3.3.3-4+deb10u1) ...
22:13:07 #11 9.814 Selecting previously unselected package libjsoncpp1:armhf.
22:13:07 #11 9.817 Preparing to unpack .../07-libjsoncpp1_1.7.4-3_armhf.deb ...
22:13:07 #11 9.820 Unpacking libjsoncpp1:armhf (1.7.4-3) ...
22:13:07 #11 9.858 Selecting previously unselected package librhash0:armhf.
22:13:07 #11 9.858 Preparing to unpack .../08-librhash0_1.3.8-1_armhf.deb ...
22:13:07 #11 9.863 Unpacking librhash0:armhf (1.3.8-1) ...
22:13:07 #11 9.914 Selecting previously unselected package libuv1:armhf.
22:13:07 #11 9.914 Preparing to unpack .../09-libuv1_1.24.1-1+deb10u1_armhf.deb ...
22:13:07 #11 9.918 Unpacking libuv1:armhf (1.24.1-1+deb10u1) ...
22:13:07 #11 9.953 Selecting previously unselected package cmake.
22:13:07 #11 9.955 Preparing to unpack .../10-cmake_3.16.3-3~bpo10+1_armhf.deb ...
22:13:07 #11 9.959 Unpacking cmake (3.16.3-3~bpo10+1) ...
22:13:07 #9 21.72 Selecting previously unselected package python3-minimal.
22:13:07 #9 21.72 (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.)
22:13:07 #9 21.73 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ...
22:13:07 #9 21.73 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
22:13:07 #9 21.76 Selecting previously unselected package mime-support.
22:13:07 #9 21.76 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
22:13:07 #9 21.77 Unpacking mime-support (3.64ubuntu1) ...
22:13:07 #9 21.83 Selecting previously unselected package libmpdec2:amd64.
22:13:07 #11 10.23 Selecting previously unselected package dh-apparmor.
22:13:07 #11 10.23 Preparing to unpack .../11-dh-apparmor_2.13.2-10_all.deb ...
22:13:07 #11 10.24 Unpacking dh-apparmor (2.13.2-10) ...
22:13:07 #11 10.29 Selecting previously unselected package libbtrfs0:armhf.
22:13:07 #11 10.29 Preparing to unpack .../12-libbtrfs0_5.10-1~bpo10+1_armhf.deb ...
22:13:07 #11 10.29 Unpacking libbtrfs0:armhf (5.10-1~bpo10+1) ...
22:13:07 #11 10.34 Selecting previously unselected package libbtrfs-dev:armhf.
22:13:07 #9 21.83 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ...
22:13:07 #9 21.84 Unpacking libmpdec2:amd64 (2.4.2-3) ...
22:13:07 #9 21.87 Selecting previously unselected package readline-common.
22:13:07 #9 21.88 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
22:13:07 #9 21.88 Unpacking readline-common (8.0-4) ...
22:13:07 #9 21.92 Selecting previously unselected package libreadline8:amd64.
22:13:07 #9 21.92 Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ...
22:13:07 #9 21.92 Unpacking libreadline8:amd64 (8.0-4) ...
22:13:07 #9 21.97 Selecting previously unselected package libsqlite3-0:amd64.
22:13:07 #9 21.97 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ...
22:13:07 #9 21.97 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ...
22:13:07 #9 22.06 Selecting previously unselected package libpython3.8-stdlib:amd64.
22:13:07 #9 22.06 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.1_amd64.deb ...
22:13:07 #9 22.07 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.1) ...
22:13:08 #11 10.34 Preparing to unpack .../13-libbtrfs-dev_5.10-1~bpo10+1_armhf.deb ...
22:13:08 #11 10.34 Unpacking libbtrfs-dev:armhf (5.10-1~bpo10+1) ...
22:13:08 #11 10.40 Selecting previously unselected package dmsetup.
22:13:08 #11 10.40 Preparing to unpack .../14-dmsetup_2%3a1.02.155-3_armhf.deb ...
22:13:08 #11 10.41 Unpacking dmsetup (2:1.02.155-3) ...
22:13:08 #11 10.45 Selecting previously unselected package libdevmapper1.02.1:armhf.
22:13:08 #11 10.45 Preparing to unpack .../15-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ...
22:13:08 #11 10.45 Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ...
22:13:08 #11 10.50 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
22:13:08 #11 10.50 Preparing to unpack .../16-libdevmapper-event1.02.1_2%3a1.02.155-3_armhf.deb ...
22:13:08 #11 10.50 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
22:13:08 #11 10.55 Selecting previously unselected package libudev-dev:armhf.
22:13:08 #11 10.55 Preparing to unpack .../17-libudev-dev_241-7~deb10u8+rpi1_armhf.deb ...
22:13:08 #11 10.56 Unpacking libudev-dev:armhf (241-7~deb10u8+rpi1) ...
22:13:08 #11 10.59 Selecting previously unselected package libsepol1-dev:armhf.
22:13:08 #11 10.60 Preparing to unpack .../18-libsepol1-dev_2.8-1_armhf.deb ...
22:13:08 #11 10.60 Unpacking libsepol1-dev:armhf (2.8-1) ...
22:13:08 #11 10.67 Selecting previously unselected package libpcre16-3:armhf.
22:13:08 #9 22.26 Selecting previously unselected package python3.8.
22:13:08 #9 22.26 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.1_amd64.deb ...
22:13:08 #9 22.26 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.1) ...
22:13:08 #9 22.30 Selecting previously unselected package libpython3-stdlib:amd64.
22:13:08 #9 22.30 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ...
22:13:08 #9 22.30 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
22:13:08 #9 22.37 Setting up python3-minimal (3.8.2-0ubuntu2) ...
22:13:08 #11 10.67 Preparing to unpack .../19-libpcre16-3_2%3a8.39-12_armhf.deb ...
22:13:08 #11 10.67 Unpacking libpcre16-3:armhf (2:8.39-12) ...
22:13:08 #11 10.73 Selecting previously unselected package libpcre32-3:armhf.
22:13:08 #11 10.73 Preparing to unpack .../20-libpcre32-3_2%3a8.39-12_armhf.deb ...
22:13:08 #11 10.73 Unpacking libpcre32-3:armhf (2:8.39-12) ...
22:13:08 #11 10.78 Selecting previously unselected package libpcrecpp0v5:armhf.
22:13:08 #11 10.79 Preparing to unpack .../21-libpcrecpp0v5_2%3a8.39-12_armhf.deb ...
22:13:08 #11 10.79 Unpacking libpcrecpp0v5:armhf (2:8.39-12) ...
22:13:08 #11 10.83 Selecting previously unselected package libpcre3-dev:armhf.
22:13:08 #11 10.84 Preparing to unpack .../22-libpcre3-dev_2%3a8.39-12_armhf.deb ...
22:13:08 #11 10.84 Unpacking libpcre3-dev:armhf (2:8.39-12) ...
22:13:08 #11 10.92 Selecting previously unselected package libselinux1-dev:armhf.
22:13:08 #9 22.55 Selecting previously unselected package python3.
22:13:08 #9 22.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 ... 4870 files and directories currently installed.)
22:13:08 #9 22.55 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_amd64.deb ...
22:13:08 #9 22.56 Unpacking python3 (3.8.2-0ubuntu2) ...
22:13:08 #9 22.60 Selecting previously unselected package libbsd0:amd64.
22:13:08 #9 22.60 Preparing to unpack .../001-libbsd0_0.10.0-1_amd64.deb ...
22:13:08 #9 22.60 Unpacking libbsd0:amd64 (0.10.0-1) ...
22:13:08 #9 22.63 Selecting previously unselected package bsdmainutils.
22:13:08 #11 10.92 Preparing to unpack .../23-libselinux1-dev_2.8-1+b1_armhf.deb ...
22:13:08 #11 10.93 Unpacking libselinux1-dev:armhf (2.8-1+b1) ...
22:13:08 #11 11.01 Selecting previously unselected package libdevmapper-dev:armhf.
22:13:08 #11 11.01 Preparing to unpack .../24-libdevmapper-dev_2%3a1.02.155-3_armhf.deb ...
22:13:08 #11 11.01 Unpacking libdevmapper-dev:armhf (2:1.02.155-3) ...
22:13:08 #11 11.05 Selecting previously unselected package libltdl7:armhf.
22:13:08 #11 11.05 Preparing to unpack .../25-libltdl7_2.4.6-9_armhf.deb ...
22:13:08 #11 11.05 Unpacking libltdl7:armhf (2.4.6-9) ...
22:13:08 #11 11.09 Selecting previously unselected package libltdl-dev:armhf.
22:13:08 #11 11.10 Preparing to unpack .../26-libltdl-dev_2.4.6-9_armhf.deb ...
22:13:08 #11 11.10 Unpacking libltdl-dev:armhf (2.4.6-9) ...
22:13:08 #11 11.16 Selecting previously unselected package libseccomp-dev:armhf.
22:13:08 #9 22.64 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_amd64.deb ...
22:13:08 #9 22.64 Unpacking bsdmainutils (11.1.2ubuntu3) ...
22:13:08 #9 22.69 Selecting previously unselected package libuchardet0:amd64.
22:13:08 #9 22.69 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_amd64.deb ...
22:13:08 #9 22.70 Unpacking libuchardet0:amd64 (0.0.6-3build1) ...
22:13:08 #9 22.73 Selecting previously unselected package groff-base.
22:13:08 #9 22.73 Preparing to unpack .../004-groff-base_1.22.4-4build1_amd64.deb ...
22:13:08 #9 22.73 Unpacking groff-base (1.22.4-4build1) ...
22:13:08 #9 22.85 Selecting previously unselected package libgdbm6:amd64.
22:13:08 #9 22.85 Preparing to unpack .../005-libgdbm6_1.18.1-5_amd64.deb ...
22:13:08 #9 22.86 Unpacking libgdbm6:amd64 (1.18.1-5) ...
22:13:08 #9 22.89 Selecting previously unselected package libpipeline1:amd64.
22:13:08 #9 22.90 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_amd64.deb ...
22:13:08 #9 22.90 Unpacking libpipeline1:amd64 (1.5.2-2build1) ...
22:13:08 #9 22.94 Selecting previously unselected package man-db.
22:13:08 #9 22.95 Preparing to unpack .../007-man-db_2.9.1-1_amd64.deb ...
22:13:08 #9 22.95 Unpacking man-db (2.9.1-1) ...
22:13:08 #9 23.07 Selecting previously unselected package perl-modules-5.30.
22:13:08 #9 23.07 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ...
22:13:08 #9 23.08 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
22:13:08 #11 11.17 Preparing to unpack .../27-libseccomp-dev_2.3.3-4_armhf.deb ...
22:13:08 #11 11.17 Unpacking libseccomp-dev:armhf (2.3.3-4) ...
22:13:08 #11 11.20 Selecting previously unselected package libsystemd-dev:armhf.
22:13:08 #11 11.21 Preparing to unpack .../28-libsystemd-dev_241-7~deb10u8+rpi1_armhf.deb ...
22:13:08 #11 11.21 Unpacking libsystemd-dev:armhf (241-7~deb10u8+rpi1) ...
22:13:08 #11 11.28 Selecting previously unselected package pkg-config.
22:13:08 #11 11.28 Preparing to unpack .../29-pkg-config_0.29-6_armhf.deb ...
22:13:08 #11 11.28 Unpacking pkg-config (0.29-6) ...
22:13:08 #11 11.32 Setting up libpcrecpp0v5:armhf (2:8.39-12) ...
22:13:08 #11 11.34 Setting up libseccomp-dev:armhf (2.3.3-4) ...
22:13:08 #11 11.35 Setting up libpcre16-3:armhf (2:8.39-12) ...
22:13:08 #11 11.36 Setting up libarchive13:armhf (3.3.3-4+deb10u1) ...
22:13:08 #11 11.37 Setting up libsepol1-dev:armhf (2.8-1) ...
22:13:08 #11 11.38 Setting up libbtrfs0:armhf (5.10-1~bpo10+1) ...
22:13:09 #9 23.45 Selecting previously unselected package libgdbm-compat4:amd64.
22:13:09 #11 11.39 Setting up libuv1:armhf (1.24.1-1+deb10u1) ...
22:13:09 #11 11.40 Setting up bash-completion (1:2.8-6) ...
22:13:09 #9 23.45 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_amd64.deb ...
22:13:09 #9 23.45 Unpacking libgdbm-compat4:amd64 (1.18.1-5) ...
22:13:09 #9 23.49 Selecting previously unselected package libperl5.30:amd64.
22:13:09 #9 23.49 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ...
22:13:09 #9 23.49 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) ...
22:13:09 #11 12.06 Setting up libpcre32-3:armhf (2:8.39-12) ...
22:13:09 #11 12.07 Setting up pkg-config (0.29-6) ...
22:13:09 #11 12.12 Setting up libudev-dev:armhf (241-7~deb10u8+rpi1) ...
22:13:09 #11 12.14 Setting up libltdl7:armhf (2.4.6-9) ...
22:13:09 #11 12.18 Setting up libbtrfs-dev:armhf (5.10-1~bpo10+1) ...
22:13:09 #11 12.20 Setting up librhash0:armhf (1.3.8-1) ...
22:13:09 #11 12.22 Setting up cmake-data (3.16.3-3~bpo10+1) ...
22:13:09 #9 23.95 Selecting previously unselected package perl.
22:13:09 #9 23.95 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.2_amd64.deb ...
22:13:09 #9 23.96 Unpacking perl (5.30.0-9ubuntu0.2) ...
22:13:09 #9 24.01 Selecting previously unselected package openssl.
22:13:09 #9 24.02 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.8_amd64.deb ...
22:13:09 #9 24.02 Unpacking openssl (1.1.1f-1ubuntu2.8) ...
22:13:09 #9 24.11 Selecting previously unselected package ca-certificates.
22:13:09 #9 24.11 Preparing to unpack .../013-ca-certificates_20210119~20.04.2_all.deb ...
22:13:09 #9 24.12 Unpacking ca-certificates (20210119~20.04.2) ...
22:13:09 #9 24.16 Selecting previously unselected package distro-info-data.
22:13:09 #9 24.17 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.9_all.deb ...
22:13:09 #9 24.17 Unpacking distro-info-data (0.43ubuntu1.9) ...
22:13:09 #9 24.20 Selecting previously unselected package libmagic-mgc.
22:13:09 #9 24.20 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_amd64.deb ...
22:13:09 #9 24.20 Unpacking libmagic-mgc (1:5.38-4) ...
22:13:09 #11 12.24 Setting up dh-apparmor (2.13.2-10) ...
22:13:09 #11 12.25 Setting up libsystemd-dev:armhf (241-7~deb10u8+rpi1) ...
22:13:09 #11 12.28 Setting up libjsoncpp1:armhf (1.7.4-3) ...
22:13:09 #11 12.30 Setting up libstdc++-8-dev:armhf (8.3.0-6+rpi1) ...
22:13:09 #11 12.32 Setting up libpcre3-dev:armhf (2:8.39-12) ...
22:13:09 #11 12.33 Setting up libltdl-dev:armhf (2.4.6-9) ...
22:13:09 #11 12.34 Setting up g++-8 (8.3.0-6+rpi1) ...
22:13:09 #11 12.35 Setting up cmake (3.16.3-3~bpo10+1) ...
22:13:09 #11 12.36 Setting up libselinux1-dev:armhf (2.8-1+b1) ...
22:13:09 #11 12.38 Setting up g++ (4:8.3.0-1+rpi2) ...
22:13:09 #11 12.40 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
22:13:09 #11 12.41 Setting up build-essential (12.6) ...
22:13:09 #11 12.43 Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
22:13:10 #9 24.27 Selecting previously unselected package libmagic1:amd64.
22:13:10 #9 24.27 Preparing to unpack .../016-libmagic1_1%3a5.38-4_amd64.deb ...
22:13:10 #9 24.28 Unpacking libmagic1:amd64 (1:5.38-4) ...
22:13:10 #9 24.31 Selecting previously unselected package file.
22:13:10 #9 24.31 Preparing to unpack .../017-file_1%3a5.38-4_amd64.deb ...
22:13:10 #9 24.32 Unpacking file (1:5.38-4) ...
22:13:10 #9 24.35 Selecting previously unselected package less.
22:13:10 #9 24.35 Preparing to unpack .../018-less_551-1ubuntu0.1_amd64.deb ...
22:13:10 #9 24.36 Unpacking less (551-1ubuntu0.1) ...
22:13:10 #9 24.40 Selecting previously unselected package libelf1:amd64.
22:13:10 #11 12.44 Setting up dmsetup (2:1.02.155-3) ...
22:13:10 #11 12.46 Setting up libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
22:13:10 #11 12.47 Setting up libdevmapper-dev:armhf (2:1.02.155-3) ...
22:13:10 #11 12.49 Setting up docker-ce-build-deps (1.0) ...
22:13:10 #11 12.50 Processing triggers for libc-bin (2.28-10+rpi1) ...
22:13:10 #11 12.52 Processing triggers for man-db (2.8.5-2) ...
22:13:10 #9 24.40 Preparing to unpack .../019-libelf1_0.176-1.1build1_amd64.deb ...
22:13:10 #9 24.41 Unpacking libelf1:amd64 (0.176-1.1build1) ...
22:13:10 #9 24.45 Selecting previously unselected package libglib2.0-0:amd64.
22:13:10 #9 24.45 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ...
22:13:10 #9 24.45 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
22:13:10 #9 24.60 Selecting previously unselected package libglib2.0-data.
22:13:10 #9 24.60 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
22:13:10 #9 24.60 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
22:13:10 #11 DONE 12.8s
22:13:10 
22:13:10 #12 [stage-1 5/8] COPY sources/ /sources
22:13:10 #12 sha256:c95a7f424b5bd35b008e28f450d1f42365bc1fdc2635d273dc25008d2f06db8e
22:13:10 #12 DONE 0.1s
22:13:10 #9 24.71 Selecting previously unselected package tzdata.
22:13:10 #9 24.72 Preparing to unpack .../022-tzdata_2021a-2ubuntu0.20.04_all.deb ...
22:13:10 #9 24.72 Unpacking tzdata (2021a-2ubuntu0.20.04) ...
22:13:10 #9 24.92 Selecting previously unselected package libicu66:amd64.
22:13:10 #9 24.92 Preparing to unpack .../023-libicu66_66.1-2ubuntu2_amd64.deb ...
22:13:10 #9 24.92 Unpacking libicu66:amd64 (66.1-2ubuntu2) ...
22:13:10 
22:13:10 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
22:13:10 #14 sha256:925d6f77417dee839d9bf84945275d1afe5a666f40a32a6bb61b0cda6ad467e6
22:13:11 #9 25.76 Selecting previously unselected package libxml2:amd64.
22:13:11 #9 25.76 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ...
22:13:11 #9 25.76 Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ...
22:13:11 #9 25.88 Selecting previously unselected package libyaml-0-2:amd64.
22:13:11 #9 25.88 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_amd64.deb ...
22:13:11 #9 25.88 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
22:13:11 #9 25.92 Selecting previously unselected package lsb-release.
22:13:11 #9 25.92 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
22:13:11 #9 25.92 Unpacking lsb-release (11.1.0ubuntu2) ...
22:13:11 #9 25.96 Selecting previously unselected package netbase.
22:13:11 #9 25.96 Preparing to unpack .../027-netbase_6.1_all.deb ...
22:13:11 #9 25.96 Unpacking netbase (6.1) ...
22:13:11 #9 26.00 Selecting previously unselected package python3-pkg-resources.
22:13:11 #9 26.00 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1_all.deb ...
22:13:11 #9 26.00 Unpacking python3-pkg-resources (45.2.0-1) ...
22:13:11 #9 26.05 Selecting previously unselected package python3-six.
22:13:11 #9 26.05 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
22:13:11 #9 26.05 Unpacking python3-six (1.14.0-2) ...
22:13:11 #9 26.09 Selecting previously unselected package shared-mime-info.
22:13:11 #9 26.09 Preparing to unpack .../030-shared-mime-info_1.15-1_amd64.deb ...
22:13:11 #9 26.10 Unpacking shared-mime-info (1.15-1) ...
22:13:12 #14 DONE 1.6s
22:13:12 
22:13:12 #15 [stage-1 7/8] WORKDIR /root/build-deb
22:13:12 #15 sha256:6dd311598d991653303144d01cc534f8a99278e7b67da78c1660337179177bab
22:13:12 #15 DONE 0.0s
22:13:12 
22:13:12 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
22:13:12 #16 sha256:022a31ddb76cc2850e890c3fe0dcdc4a16be52ef4dd5e2ab00a057e19609edcd
22:13:12 #16 DONE 0.0s
22:13:12 
22:13:12 #17 exporting to image
22:13:12 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
22:13:12 #17 exporting layers
22:13:12 #9 26.18 Selecting previously unselected package ucf.
22:13:12 #9 26.18 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
22:13:12 #9 26.18 Moving old data out of the way
22:13:12 #9 26.18 Unpacking ucf (3.0038+nmu1) ...
22:13:12 #9 26.22 Selecting previously unselected package xdg-user-dirs.
22:13:12 #9 26.22 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_amd64.deb ...
22:13:12 #9 26.23 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
22:13:12 #9 26.29 Selecting previously unselected package xz-utils.
22:13:12 #9 26.29 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1_amd64.deb ...
22:13:12 #9 26.29 Unpacking xz-utils (5.2.4-1ubuntu1) ...
22:13:12 #9 26.33 Selecting previously unselected package gettext-base.
22:13:12 #9 26.33 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_amd64.deb ...
22:13:12 #9 26.33 Unpacking gettext-base (0.19.8.1-10build1) ...
22:13:12 #9 26.36 Selecting previously unselected package iso-codes.
22:13:12 #9 26.37 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
22:13:12 #9 26.37 Unpacking iso-codes (4.4-1) ...
22:13:12 #9 26.73 Selecting previously unselected package krb5-locales.
22:13:12 #9 26.73 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.1_all.deb ...
22:13:12 #9 26.73 Unpacking krb5-locales (1.17-6ubuntu4.1) ...
22:13:12 #9 26.76 Selecting previously unselected package libcbor0.6:amd64.
22:13:12 #9 26.77 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ...
22:13:12 #9 26.77 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
22:13:12 #9 26.80 Selecting previously unselected package libedit2:amd64.
22:13:12 #9 26.80 Preparing to unpack .../038-libedit2_3.1-20191231-1_amd64.deb ...
22:13:12 #9 26.81 Unpacking libedit2:amd64 (3.1-20191231-1) ...
22:13:12 #9 26.85 Selecting previously unselected package libfido2-1:amd64.
22:13:12 #9 26.85 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_amd64.deb ...
22:13:12 #9 26.86 Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ...
22:13:12 #9 26.90 Selecting previously unselected package libkrb5support0:amd64.
22:13:12 #9 26.90 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ...
22:13:12 #9 26.90 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ...
22:13:12 #9 26.94 Selecting previously unselected package libk5crypto3:amd64.
22:13:12 #9 26.94 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ...
22:13:12 #9 26.94 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ...
22:13:12 #9 26.98 Selecting previously unselected package libkeyutils1:amd64.
22:13:12 #9 26.98 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1_amd64.deb ...
22:13:12 #9 26.99 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ...
22:13:12 #9 27.02 Selecting previously unselected package libkrb5-3:amd64.
22:13:12 #9 27.02 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ...
22:13:12 #9 27.02 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ...
22:13:12 #9 27.09 Selecting previously unselected package libgssapi-krb5-2:amd64.
22:13:12 #9 27.10 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ...
22:13:12 #9 27.10 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ...
22:13:12 #9 27.14 Selecting previously unselected package libpsl5:amd64.
22:13:12 #9 27.14 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_amd64.deb ...
22:13:12 #9 27.14 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ...
22:13:12 #9 27.18 Selecting previously unselected package libxau6:amd64.
22:13:12 #9 27.18 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_amd64.deb ...
22:13:12 #9 27.18 Unpacking libxau6:amd64 (1:1.0.9-0ubuntu1) ...
22:13:12 #9 27.21 Selecting previously unselected package libxdmcp6:amd64.
22:13:13 #9 27.21 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_amd64.deb ...
22:13:13 #9 27.21 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
22:13:13 #9 27.25 Selecting previously unselected package libxcb1:amd64.
22:13:13 #9 27.25 Preparing to unpack .../048-libxcb1_1.14-2_amd64.deb ...
22:13:13 #9 27.25 Unpacking libxcb1:amd64 (1.14-2) ...
22:13:13 #9 27.28 Selecting previously unselected package libx11-data.
22:13:13 #9 27.28 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
22:13:13 #9 27.29 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
22:13:13 #9 27.37 Selecting previously unselected package libx11-6:amd64.
22:13:13 #9 27.37 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_amd64.deb ...
22:13:13 #9 27.37 Unpacking libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
22:13:13 #9 27.47 Selecting previously unselected package libxext6:amd64.
22:13:13 #9 27.47 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_amd64.deb ...
22:13:13 #9 27.47 Unpacking libxext6:amd64 (2:1.3.4-0ubuntu1) ...
22:13:13 #9 27.56 Selecting previously unselected package libxmuu1:amd64.
22:13:13 #9 27.56 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ...
22:13:13 #9 27.57 Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
22:13:13 #9 27.60 Selecting previously unselected package manpages.
22:13:13 #9 27.60 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
22:13:13 #9 27.60 Unpacking manpages (5.05-1) ...
22:13:13 #9 27.72 Selecting previously unselected package openssh-client.
22:13:13 #9 27.72 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.3_amd64.deb ...
22:13:13 #9 27.73 Unpacking openssh-client (1:8.2p1-4ubuntu0.3) ...
22:13:13 #9 27.83 Selecting previously unselected package publicsuffix.
22:13:13 #9 27.83 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
22:13:13 #9 27.84 Unpacking publicsuffix (20200303.0012-1) ...
22:13:13 #9 27.87 Selecting previously unselected package python-apt-common.
22:13:13 #9 27.87 Preparing to unpack .../056-python-apt-common_2.0.0ubuntu0.20.04.6_all.deb ...
22:13:13 #9 27.88 Unpacking python-apt-common (2.0.0ubuntu0.20.04.6) ...
22:13:13 #9 27.91 Selecting previously unselected package python3-apt.
22:13:13 #9 27.91 Preparing to unpack .../057-python3-apt_2.0.0ubuntu0.20.04.6_amd64.deb ...
22:13:13 #9 27.91 Unpacking python3-apt (2.0.0ubuntu0.20.04.6) ...
22:13:13 #9 27.96 Selecting previously unselected package libunwind8:amd64.
22:13:13 #9 27.96 Preparing to unpack .../058-libunwind8_1.2.1-9build1_amd64.deb ...
22:13:13 #9 27.96 Unpacking libunwind8:amd64 (1.2.1-9build1) ...
22:13:13 #9 27.99 Selecting previously unselected package strace.
22:13:13 #9 28.00 Preparing to unpack .../059-strace_5.5-3ubuntu1_amd64.deb ...
22:13:13 #9 28.00 Unpacking strace (5.5-3ubuntu1) ...
22:13:13 #9 28.06 Selecting previously unselected package xauth.
22:13:13 #9 28.06 Preparing to unpack .../060-xauth_1%3a1.1-0ubuntu1_amd64.deb ...
22:13:13 #9 28.07 Unpacking xauth (1:1.1-0ubuntu1) ...
22:13:13 #9 28.11 Selecting previously unselected package libfl2:amd64.
22:13:13 #9 28.11 Preparing to unpack .../061-libfl2_2.6.4-6.2_amd64.deb ...
22:13:13 #9 28.11 Unpacking libfl2:amd64 (2.6.4-6.2) ...
22:13:13 #9 28.15 Selecting previously unselected package at.
22:13:13 #9 28.15 Preparing to unpack .../062-at_3.1.23-1ubuntu1_amd64.deb ...
22:13:13 #9 28.15 Unpacking at (3.1.23-1ubuntu1) ...
22:13:13 #9 28.19 Selecting previously unselected package libsigsegv2:amd64.
22:13:14 #9 28.19 Preparing to unpack .../063-libsigsegv2_2.12-2_amd64.deb ...
22:13:14 #9 28.20 Unpacking libsigsegv2:amd64 (2.12-2) ...
22:13:14 #9 28.22 Selecting previously unselected package m4.
22:13:14 #9 28.23 Preparing to unpack .../064-m4_1.4.18-4_amd64.deb ...
22:13:14 #9 28.23 Unpacking m4 (1.4.18-4) ...
22:13:14 #9 28.27 Selecting previously unselected package autoconf.
22:13:14 #9 28.27 Preparing to unpack .../065-autoconf_2.69-11.1_all.deb ...
22:13:14 #9 28.28 Unpacking autoconf (2.69-11.1) ...
22:13:14 #9 28.34 Selecting previously unselected package autotools-dev.
22:13:14 #9 28.34 Preparing to unpack .../066-autotools-dev_20180224.1_all.deb ...
22:13:14 #9 28.34 Unpacking autotools-dev (20180224.1) ...
22:13:14 #9 28.38 Selecting previously unselected package automake.
22:13:14 #9 28.38 Preparing to unpack .../067-automake_1%3a1.16.1-4ubuntu6_all.deb ...
22:13:14 #9 28.38 Unpacking automake (1:1.16.1-4ubuntu6) ...
22:13:14 #9 28.45 Selecting previously unselected package autopoint.
22:13:14 #9 28.45 Preparing to unpack .../068-autopoint_0.19.8.1-10build1_all.deb ...
22:13:14 #9 28.46 Unpacking autopoint (0.19.8.1-10build1) ...
22:13:14 #9 28.49 Selecting previously unselected package binutils-common:amd64.
22:13:14 #9 28.49 Preparing to unpack .../069-binutils-common_2.34-6ubuntu1.1_amd64.deb ...
22:13:14 #9 28.50 Unpacking binutils-common:amd64 (2.34-6ubuntu1.1) ...
22:13:14 #9 28.54 Selecting previously unselected package libbinutils:amd64.
22:13:14 #9 28.55 Preparing to unpack .../070-libbinutils_2.34-6ubuntu1.1_amd64.deb ...
22:13:14 #9 28.55 Unpacking libbinutils:amd64 (2.34-6ubuntu1.1) ...
22:13:14 #9 28.63 Selecting previously unselected package libctf-nobfd0:amd64.
22:13:14 #9 28.63 Preparing to unpack .../071-libctf-nobfd0_2.34-6ubuntu1.1_amd64.deb ...
22:13:14 #9 28.64 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.1) ...
22:13:14 #9 28.67 Selecting previously unselected package libctf0:amd64.
22:13:14 #9 28.67 Preparing to unpack .../072-libctf0_2.34-6ubuntu1.1_amd64.deb ...
22:13:14 #9 28.68 Unpacking libctf0:amd64 (2.34-6ubuntu1.1) ...
22:13:14 #9 28.70 Selecting previously unselected package binutils-x86-64-linux-gnu.
22:13:14 #9 28.71 Preparing to unpack .../073-binutils-x86-64-linux-gnu_2.34-6ubuntu1.1_amd64.deb ...
22:13:14 #9 28.71 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.1) ...
22:13:14 #9 28.91 Selecting previously unselected package binutils.
22:13:14 #9 28.91 Preparing to unpack .../074-binutils_2.34-6ubuntu1.1_amd64.deb ...
22:13:14 #9 28.92 Unpacking binutils (2.34-6ubuntu1.1) ...
22:13:14 #9 28.94 Selecting previously unselected package libc-dev-bin.
22:13:14 #9 28.95 Preparing to unpack .../075-libc-dev-bin_2.31-0ubuntu9.2_amd64.deb ...
22:13:14 #9 28.95 Unpacking libc-dev-bin (2.31-0ubuntu9.2) ...
22:13:14 #9 28.99 Selecting previously unselected package linux-libc-dev:amd64.
22:13:14 #9 28.99 Preparing to unpack .../076-linux-libc-dev_5.4.0-89.100_amd64.deb ...
22:13:14 #9 28.99 Unpacking linux-libc-dev:amd64 (5.4.0-89.100) ...
22:13:14 #9 29.21 Selecting previously unselected package libcrypt-dev:amd64.
22:13:15 #9 29.21 Preparing to unpack .../077-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ...
22:13:15 #9 29.22 Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
22:13:15 #9 29.25 Selecting previously unselected package libc6-dev:amd64.
22:13:15 #9 29.25 Preparing to unpack .../078-libc6-dev_2.31-0ubuntu9.2_amd64.deb ...
22:13:15 #9 29.26 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.2) ...
22:13:15 #9 29.57 Selecting previously unselected package gcc-9-base:amd64.
22:13:15 #9 29.58 Preparing to unpack .../079-gcc-9-base_9.3.0-17ubuntu1~20.04_amd64.deb ...
22:13:15 #9 29.58 Unpacking gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) ...
22:13:15 #9 29.62 Selecting previously unselected package libisl22:amd64.
22:13:15 #9 29.62 Preparing to unpack .../080-libisl22_0.22.1-1_amd64.deb ...
22:13:15 #9 29.63 Unpacking libisl22:amd64 (0.22.1-1) ...
22:13:15 #9 29.72 Selecting previously unselected package libmpfr6:amd64.
22:13:15 #9 29.72 Preparing to unpack .../081-libmpfr6_4.0.2-1_amd64.deb ...
22:13:15 #9 29.73 Unpacking libmpfr6:amd64 (4.0.2-1) ...
22:13:15 #9 29.77 Selecting previously unselected package libmpc3:amd64.
22:13:15 #9 29.78 Preparing to unpack .../082-libmpc3_1.1.0-1_amd64.deb ...
22:13:15 #9 29.78 Unpacking libmpc3:amd64 (1.1.0-1) ...
22:13:15 #9 29.82 Selecting previously unselected package cpp-9.
22:13:15 #9 29.82 Preparing to unpack .../083-cpp-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
22:13:15 #9 29.82 Unpacking cpp-9 (9.3.0-17ubuntu1~20.04) ...
22:13:16 #9 30.54 Selecting previously unselected package cpp.
22:13:16 #9 30.54 Preparing to unpack .../084-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ...
22:13:16 #9 30.55 Unpacking cpp (4:9.3.0-1ubuntu2) ...
22:13:16 #9 30.59 Selecting previously unselected package libcc1-0:amd64.
22:13:16 #9 30.59 Preparing to unpack .../085-libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ...
22:13:16 #9 30.60 Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
22:13:16 #9 30.63 Selecting previously unselected package libgomp1:amd64.
22:13:16 #9 30.63 Preparing to unpack .../086-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ...
22:13:16 #9 30.64 Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
22:13:16 #9 30.68 Selecting previously unselected package libitm1:amd64.
22:13:16 #9 30.68 Preparing to unpack .../087-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ...
22:13:16 #9 30.68 Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
22:13:16 #9 30.72 Selecting previously unselected package libatomic1:amd64.
22:13:16 #9 30.72 Preparing to unpack .../088-libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ...
22:13:16 #9 30.72 Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
22:13:16 #9 30.75 Selecting previously unselected package libasan5:amd64.
22:13:16 #9 30.76 Preparing to unpack .../089-libasan5_9.3.0-17ubuntu1~20.04_amd64.deb ...
22:13:16 #9 30.76 Unpacking libasan5:amd64 (9.3.0-17ubuntu1~20.04) ...
22:13:16 #9 30.84 Selecting previously unselected package liblsan0:amd64.
22:13:16 #9 30.84 Preparing to unpack .../090-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
22:13:16 #9 30.84 Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
22:13:16 #9 31.01 Selecting previously unselected package libtsan0:amd64.
22:13:16 #9 31.01 Preparing to unpack .../091-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
22:13:16 #9 31.01 Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
22:13:16 #9 31.24 Selecting previously unselected package libubsan1:amd64.
22:13:17 #9 31.25 Preparing to unpack .../092-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ...
22:13:17 #9 31.25 Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
22:13:17 #9 31.35 Selecting previously unselected package libquadmath0:amd64.
22:13:17 #9 31.36 Preparing to unpack .../093-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ...
22:13:17 #9 31.36 Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
22:13:17 #9 31.40 Selecting previously unselected package libgcc-9-dev:amd64.
22:13:17 #9 31.40 Preparing to unpack .../094-libgcc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ...
22:13:17 #9 31.40 Unpacking libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
22:13:17 #9 31.64 Selecting previously unselected package gcc-9.
22:13:17 #9 31.64 Preparing to unpack .../095-gcc-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
22:13:17 #9 31.65 Unpacking gcc-9 (9.3.0-17ubuntu1~20.04) ...
22:13:18 #9 32.53 Selecting previously unselected package gcc.
22:13:18 #9 32.54 Preparing to unpack .../096-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ...
22:13:18 #9 32.54 Unpacking gcc (4:9.3.0-1ubuntu2) ...
22:13:18 #9 32.57 Selecting previously unselected package libstdc++-9-dev:amd64.
22:13:18 #9 32.57 Preparing to unpack .../097-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ...
22:13:18 #9 32.57 Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
22:13:18 #9 32.85 Selecting previously unselected package g++-9.
22:13:18 #9 32.85 Preparing to unpack .../098-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
22:13:18 #9 32.86 Unpacking g++-9 (9.3.0-17ubuntu1~20.04) ...
22:13:18 #17 exporting layers 5.7s done
22:13:18 #17 writing image sha256:cd639bea3f7737240facac36dd394725367e2849dbebbe9126948960ed05bcd1 done
22:13:18 #17 naming to docker.io/debbuild-raspbian-buster/aarch64 done
22:13:18 #17 DONE 5.7s
22:13:18 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20211015144600-e57b5f7 -e VERSION=0.0.0-20211015144600-e57b5f7 -e CLI_GITCOMMIT=e57b5f7 -e ENGINE_GITCOMMIT=6f6b9d2 -e SCAN_VERSION=v0.8.0 -e SCAN_GITCOMMIT=35651ca -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/deb/debbuild/raspbian-buster:/build  debbuild-raspbian-buster/aarch64
22:13:18 + set -e
22:13:18 + mkdir -p /root/build-deb/engine
22:13:18 + tar -C /root/build-deb -xzf /sources/engine.tgz
22:13:19 + mkdir -p /root/build-deb/cli
22:13:19 + tar -C /root/build-deb -xzf /sources/cli.tgz
22:13:19 #9 33.70 Selecting previously unselected package g++.
22:13:19 #9 33.70 Preparing to unpack .../099-g++_4%3a9.3.0-1ubuntu2_amd64.deb ...
22:13:19 #9 33.71 Unpacking g++ (4:9.3.0-1ubuntu2) ...
22:13:19 #9 33.75 Selecting previously unselected package make.
22:13:19 #9 33.75 Preparing to unpack .../100-make_4.2.1-1.2_amd64.deb ...
22:13:19 #9 33.75 Unpacking make (4.2.1-1.2) ...
22:13:19 #9 33.80 Selecting previously unselected package libdpkg-perl.
22:13:19 #9 33.80 Preparing to unpack .../101-libdpkg-perl_1.19.7ubuntu3_all.deb ...
22:13:19 #9 33.81 Unpacking libdpkg-perl (1.19.7ubuntu3) ...
22:13:19 #9 33.87 Selecting previously unselected package patch.
22:13:19 #9 33.88 Preparing to unpack .../102-patch_2.7.6-6_amd64.deb ...
22:13:19 #9 33.88 Unpacking patch (2.7.6-6) ...
22:13:19 #9 33.92 Selecting previously unselected package dpkg-dev.
22:13:19 + mkdir -p /root/build-deb/scan-cli-plugin
22:13:19 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
22:13:19 + mkdir -p /go/src/github.com/docker
22:13:19 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
22:13:19 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
22:13:19 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
22:13:19 + EPOCH=5
22:13:19 + EPOCH_SEP=
22:13:19 + [[ ! -z 5 ]]
22:13:19 + EPOCH_SEP=:
22:13:19 + [[ -z 0.0.0-20211015144600-e57b5f7 ]]
22:13:19 + echo VERSION AAA 0.0.0-20211015144600-e57b5f7
22:13:19 VERSION AAA 0.0.0-20211015144600-e57b5f7
22:13:19 VERSION bbb 0.0.0-20211015144600-e57b5f7
22:13:19 + VERSION=0.0.0-20211015144600-e57b5f7
22:13:19 + echo VERSION bbb 0.0.0-20211015144600-e57b5f7
22:13:19 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
22:13:19 + debSource=docker-ce
22:13:19 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
22:13:19 + debMaintainer='Docker <support@docker.com>'
22:13:19 ++ date --rfc-2822
22:13:19 + debDate='Tue, 19 Oct 2021 22:13:19 +0000'
22:13:19 + cat
22:13:19 + export CLI_GITCOMMIT=e57b5f7
22:13:19 + CLI_GITCOMMIT=e57b5f7
22:13:19 + export ENGINE_GITCOMMIT=6f6b9d2
22:13:19 + ENGINE_GITCOMMIT=6f6b9d2
22:13:19 + export SCAN_GITCOMMIT=35651ca
22:13:19 + SCAN_GITCOMMIT=35651ca
22:13:19 + echo VERSION BBB 0.0.0-20211015144600-e57b5f7
22:13:19 VERSION BBB 0.0.0-20211015144600-e57b5f7
22:13:19 + dpkg-buildpackage -uc -us -I.git
22:13:19 dpkg-buildpackage: info: source package docker-ce
22:13:19 dpkg-buildpackage: info: source version 5:0.0.0-20211015144600-e57b5f7-0~raspbian-buster
22:13:19 dpkg-buildpackage: info: source distribution buster
22:13:19 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
22:13:19  dpkg-source -I.git --before-build .
22:13:19 dpkg-buildpackage: info: host architecture armhf
22:13:19 #9 33.92 Preparing to unpack .../103-dpkg-dev_1.19.7ubuntu3_all.deb ...
22:13:19 #9 33.92 Unpacking dpkg-dev (1.19.7ubuntu3) ...
22:13:19 #9 34.05 Selecting previously unselected package build-essential.
22:13:19 #9 34.05 Preparing to unpack .../104-build-essential_12.8ubuntu1.1_amd64.deb ...
22:13:19 #9 34.06 Unpacking build-essential (12.8ubuntu1.1) ...
22:13:19 #9 34.09 Selecting previously unselected package libbrotli1:amd64.
22:13:19 #9 34.09 Preparing to unpack .../105-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ...
22:13:19 #9 34.09 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
22:13:19 #9 34.15 Selecting previously unselected package libroken18-heimdal:amd64.
22:13:20  debian/rules clean
22:13:20 dh clean --with=bash-completion
22:13:20    dh_clean
22:13:20 #9 34.15 Preparing to unpack .../106-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
22:13:20 #9 34.16 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
22:13:20 #9 34.19 Selecting previously unselected package libasn1-8-heimdal:amd64.
22:13:20 #9 34.19 Preparing to unpack .../107-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
22:13:20 #9 34.19 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
22:13:20 #9 34.24 Selecting previously unselected package libheimbase1-heimdal:amd64.
22:13:20 #9 34.24 Preparing to unpack .../108-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
22:13:20 #9 34.25 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
22:13:20 #9 34.29 Selecting previously unselected package libhcrypto4-heimdal:amd64.
22:13:20 #9 34.29 Preparing to unpack .../109-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
22:13:20 #9 34.30 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
22:13:20 #9 34.34 Selecting previously unselected package libwind0-heimdal:amd64.
22:13:20 #9 34.34 Preparing to unpack .../110-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
22:13:20 #9 34.34 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
22:13:20 #9 34.38 Selecting previously unselected package libhx509-5-heimdal:amd64.
22:13:20 #9 34.38 Preparing to unpack .../111-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
22:13:20 #9 34.38 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
22:13:20 #9 34.43 Selecting previously unselected package libkrb5-26-heimdal:amd64.
22:13:20 #9 34.43 Preparing to unpack .../112-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
22:13:20 #9 34.43 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
22:13:20 #9 34.48 Selecting previously unselected package libheimntlm0-heimdal:amd64.
22:13:20 #9 34.49 Preparing to unpack .../113-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
22:13:20 #9 34.49 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
22:13:20 #9 34.53 Selecting previously unselected package libgssapi3-heimdal:amd64.
22:13:20 #9 34.53 Preparing to unpack .../114-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
22:13:20  dpkg-source -I.git -b .
22:13:20 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20211015144600-e57b5f7-0~raspbian'
22:13:20 dpkg-source: info: using source format '1.0'
22:13:20 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster.tar.gz
22:13:20 #9 34.53 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
22:13:20 #9 34.57 Selecting previously unselected package libsasl2-modules-db:amd64.
22:13:20 #9 34.57 Preparing to unpack .../115-libsasl2-modules-db_2.1.27+dfsg-2_amd64.deb ...
22:13:20 #9 34.57 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ...
22:13:20 #9 34.60 Selecting previously unselected package libsasl2-2:amd64.
22:13:20 #9 34.61 Preparing to unpack .../116-libsasl2-2_2.1.27+dfsg-2_amd64.deb ...
22:13:20 #9 34.61 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2) ...
22:13:20 #9 34.64 Selecting previously unselected package libldap-common.
22:13:20 #9 29.03 Resolving Dependencies
22:13:20 #9 29.03 --> Running transaction check
22:13:20 #9 29.03 ---> Package rpm-build.x86_64 0:4.11.3-46.el7_9 will be installed
22:13:20 #9 29.05 --> Processing Dependency: rpm = 4.11.3-46.el7_9 for package: rpm-build-4.11.3-46.el7_9.x86_64
22:13:20 #9 29.16 --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-46.el7_9.x86_64
22:13:20 #9 29.16 --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-46.el7_9.x86_64
22:13:20 #9 29.16 --> Processing Dependency: unzip for package: rpm-build-4.11.3-46.el7_9.x86_64
22:13:20 #9 29.16 --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-46.el7_9.x86_64
22:13:20 #9 29.16 --> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-46.el7_9.x86_64
22:13:20 #9 29.17 --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-46.el7_9.x86_64
22:13:20 #9 29.17 --> Processing Dependency: perl(Getopt::Long) for package: rpm-build-4.11.3-46.el7_9.x86_64
22:13:20 #9 29.17 --> Processing Dependency: perl(File::Temp) for package: rpm-build-4.11.3-46.el7_9.x86_64
22:13:20 #9 29.17 --> Processing Dependency: perl(File::Basename) for package: rpm-build-4.11.3-46.el7_9.x86_64
22:13:20 #9 29.17 --> Processing Dependency: file for package: rpm-build-4.11.3-46.el7_9.x86_64
22:13:20 #9 29.18 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-46.el7_9.x86_64
22:13:20 #9 29.18 --> Processing Dependency: /usr/bin/perl for package: rpm-build-4.11.3-46.el7_9.x86_64
22:13:20 #9 29.18 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-46.el7_9.x86_64
22:13:20 #9 29.18 ---> Package rpmlint.noarch 0:1.5-4.el7 will be installed
22:13:20 #9 29.18 --> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch
22:13:20 #9 29.18 --> Processing Dependency: /usr/bin/groff for package: rpmlint-1.5-4.el7.noarch
22:13:20 #9 29.18 --> Running transaction check
22:13:20 #9 29.18 ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
22:13:20 #9 29.18 ---> Package desktop-file-utils.x86_64 0:0.23-2.el7 will be installed
22:13:20 #9 29.19 --> Processing Dependency: emacs-filesystem for package: desktop-file-utils-0.23-2.el7.x86_64
22:13:20 #9 29.19 ---> Package elfutils.x86_64 0:0.176-5.el7 will be installed
22:13:20 #9 29.19 ---> Package file.x86_64 0:5.11-37.el7 will be installed
22:13:20 #9 29.19 ---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed
22:13:20 #9 29.20 ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
22:13:20 #9 29.20 ---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed
22:13:20 #9 29.20 ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed
22:13:20 #9 29.20 --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.21 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.21 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.21 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.21 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.21 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.21 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.21 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.21 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.21 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.21 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.21 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.21 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.22 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.22 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.22 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.22 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.22 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.22 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.22 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.22 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.22 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.22 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.x86_64
22:13:20 #9 29.22 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
22:13:20 #9 29.22 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
22:13:20 #9 29.23 --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
22:13:20 #9 29.23 --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
22:13:20 #9 29.23 ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
22:13:20 #9 29.23 ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
22:13:20 #9 29.23 ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed
22:13:20 #9 29.23 --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
22:13:20 #9 29.23 --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
22:13:20 #9 29.23 --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
22:13:20 #9 29.23 --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
22:13:20 #9 29.24 ---> Package rpm.x86_64 0:4.11.3-45.el7 will be updated
22:13:20 #9 29.24 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-python-4.11.3-45.el7.x86_64
22:13:20 #9 29.24 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-libs-4.11.3-45.el7.x86_64
22:13:20 #9 29.24 ---> Package rpm.x86_64 0:4.11.3-46.el7_9 will be an update
22:13:20 #9 29.24 ---> Package unzip.x86_64 0:6.0-22.el7_9 will be installed
22:13:20 #9 29.24 --> Running transaction check
22:13:20 #9 29.24 ---> Package dwz.x86_64 0:0.11-3.el7 will be installed
22:13:20 #9 29.24 ---> Package emacs-filesystem.noarch 1:24.3-23.el7 will be installed
22:13:20 #9 29.24 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
22:13:20 #9 29.24 ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
22:13:20 #9 29.24 ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
22:13:20 #9 29.25 ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
22:13:20 #9 29.25 ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
22:13:20 #9 29.25 ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
22:13:20 #9 29.25 --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
22:13:20 #9 29.25 --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
22:13:20 #9 29.25 ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
22:13:20 #9 29.26 --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
22:13:20 #9 29.26 --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
22:13:20 #9 29.26 ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
22:13:20 #9 29.26 ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed
22:13:20 #9 29.26 ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
22:13:20 #9 29.26 ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
22:13:20 #9 29.26 ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
22:13:20 #9 29.26 ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
22:13:20 #9 29.26 ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
22:13:20 #9 29.27 ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed
22:13:20 #9 29.27 ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed
22:13:20 #9 29.27 ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
22:13:20 #9 29.27 ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
22:13:20 #9 29.27 ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed
22:13:20 #9 29.27 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated
22:13:20 #9 29.27 --> Processing Dependency: rpm-libs(x86-64) = 4.11.3-45.el7 for package: rpm-build-libs-4.11.3-45.el7.x86_64
22:13:20 #9 29.27 ---> Package rpm-libs.x86_64 0:4.11.3-46.el7_9 will be an update
22:13:20 #9 29.27 ---> Package rpm-python.x86_64 0:4.11.3-45.el7 will be updated
22:13:20 #9 29.27 ---> Package rpm-python.x86_64 0:4.11.3-46.el7_9 will be an update
22:13:20 #9 29.27 ---> Package zip.x86_64 0:3.0-11.el7 will be installed
22:13:20 #9 29.27 --> Running transaction check
22:13:20 #9 29.28 ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
22:13:20 #9 29.28 ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed
22:13:20 #9 29.28 ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
22:13:20 #9 29.28 --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
22:13:20 #9 29.28 --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
22:13:20 #9 29.28 ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
22:13:20 #9 29.29 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated
22:13:20 #9 29.29 ---> Package rpm-build-libs.x86_64 0:4.11.3-46.el7_9 will be an update
22:13:20 #9 29.29 --> Running transaction check
22:13:20 #9 29.29 ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
22:13:20 #9 29.29 ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
22:13:20 #9 29.35 --> Finished Dependency Resolution
22:13:20 #9 34.64 Preparing to unpack .../117-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ...
22:13:20 #9 34.65 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ...
22:13:20 #9 34.68 Selecting previously unselected package libldap-2.4-2:amd64.
22:13:20 #9 34.68 Preparing to unpack .../118-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ...
22:13:20 #9 34.69 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ...
22:13:20 #9 34.73 Selecting previously unselected package libnghttp2-14:amd64.
22:13:20 #9 34.73 Preparing to unpack .../119-libnghttp2-14_1.40.0-1build1_amd64.deb ...
22:13:20 #9 34.74 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ...
22:13:20 #9 34.85 Selecting previously unselected package librtmp1:amd64.
22:13:20 #9 34.86 Preparing to unpack .../120-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ...
22:13:20 #9 34.86 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
22:13:20 #9 34.89 Selecting previously unselected package libssh-4:amd64.
22:13:20 #9 34.89 Preparing to unpack .../121-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ...
22:13:20 #9 34.90 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
22:13:20 #9 34.94 Selecting previously unselected package libcurl4:amd64.
22:13:20 #9 34.94 Preparing to unpack .../122-libcurl4_7.68.0-1ubuntu2.7_amd64.deb ...
22:13:20 #9 34.95 Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.7) ...
22:13:20 #9 35.00 Selecting previously unselected package curl.
22:13:20 #9 29.36 
22:13:20 #9 29.36 Dependencies Resolved
22:13:20 #9 29.36 
22:13:20 #9 29.36 ================================================================================
22:13:20 #9 29.36  Package                   Arch      Version                   Repository  Size
22:13:20 #9 29.36 ================================================================================
22:13:20 #9 29.36 Installing:
22:13:20 #9 29.36  rpm-build                 x86_64    4.11.3-46.el7_9           updates    150 k
22:13:20 #9 29.36  rpmlint                   noarch    1.5-4.el7                 base       229 k
22:13:20 #9 29.36 Installing for dependencies:
22:13:20 #9 29.36  bzip2                     x86_64    1.0.6-13.el7              base        52 k
22:13:20 #9 29.36  desktop-file-utils        x86_64    0.23-2.el7                base        67 k
22:13:20 #9 29.36  dwz                       x86_64    0.11-3.el7                base        99 k
22:13:20 #9 29.36  elfutils                  x86_64    0.176-5.el7               base       308 k
22:13:20 #9 29.36  emacs-filesystem          noarch    1:24.3-23.el7             base        58 k
22:13:20 #9 29.36  file                      x86_64    5.11-37.el7               base        57 k
22:13:20 #9 29.36  gdb                       x86_64    7.6.1-120.el7             base       2.4 M
22:13:20 #9 29.36  groff-base                x86_64    1.22.2-8.el7              base       942 k
22:13:20 #9 29.36  patch                     x86_64    2.7.1-12.el7_7            base       111 k
22:13:20 #9 29.36  perl                      x86_64    4:5.16.3-299.el7_9        updates    8.0 M
22:13:20 #9 29.36  perl-Carp                 noarch    1.26-244.el7              base        19 k
22:13:20 #9 29.36  perl-Encode               x86_64    2.51-7.el7                base       1.5 M
22:13:20 #9 29.36  perl-Exporter             noarch    5.68-3.el7                base        28 k
22:13:20 #9 29.36  perl-File-Path            noarch    2.09-2.el7                base        26 k
22:13:20 #9 29.36  perl-File-Temp            noarch    0.23.01-3.el7             base        56 k
22:13:20 #9 29.36  perl-Filter               x86_64    1.49-3.el7                base        76 k
22:13:20 #9 29.36  perl-Getopt-Long          noarch    2.40-3.el7                base        56 k
22:13:20 #9 29.36  perl-HTTP-Tiny            noarch    0.033-3.el7               base        38 k
22:13:20 #9 29.36  perl-PathTools            x86_64    3.40-5.el7                base        82 k
22:13:20 #9 29.36  perl-Pod-Escapes          noarch    1:1.04-299.el7_9          updates     52 k
22:13:20 #9 29.36  perl-Pod-Perldoc          noarch    3.20-4.el7                base        87 k
22:13:20 #9 29.36  perl-Pod-Simple           noarch    1:3.28-4.el7              base       216 k
22:13:20 #9 29.36  perl-Pod-Usage            noarch    1.63-3.el7                base        27 k
22:13:20 #9 29.36  perl-Scalar-List-Utils    x86_64    1.27-248.el7              base        36 k
22:13:20 #9 29.36  perl-Socket               x86_64    2.010-5.el7               base        49 k
22:13:20 #9 29.36  perl-Storable             x86_64    2.45-3.el7                base        77 k
22:13:20 #9 29.36  perl-Text-ParseWords      noarch    3.29-4.el7                base        14 k
22:13:20 #9 29.36  perl-Thread-Queue         noarch    3.02-2.el7                base        17 k
22:13:20 #9 29.36  perl-Time-HiRes           x86_64    4:1.9725-3.el7            base        45 k
22:13:20 #9 29.36  perl-Time-Local           noarch    1.2300-2.el7              base        24 k
22:13:20 #9 29.36  perl-constant             noarch    1.27-2.el7                base        19 k
22:13:20 #9 29.36  perl-libs                 x86_64    4:5.16.3-299.el7_9        updates    690 k
22:13:20 #9 29.36  perl-macros               x86_64    4:5.16.3-299.el7_9        updates     44 k
22:13:20 #9 29.36  perl-parent               noarch    1:0.225-244.el7           base        12 k
22:13:20 #9 29.36  perl-podlators            noarch    2.5.1-3.el7               base       112 k
22:13:20 #9 29.36  perl-srpm-macros          noarch    1-8.el7                   base       4.6 k
22:13:20 #9 29.36  perl-threads              x86_64    1.87-4.el7                base        49 k
22:13:20 #9 29.36  perl-threads-shared       x86_64    1.43-6.el7                base        39 k
22:13:20 #9 29.36  python-srpm-macros        noarch    3-34.el7                  base       8.8 k
22:13:20 #9 29.36  redhat-rpm-config         noarch    9.1.0-88.el7.centos       base        81 k
22:13:20 #9 29.36  unzip                     x86_64    6.0-22.el7_9              updates    171 k
22:13:20 #9 29.36  zip                       x86_64    3.0-11.el7                base       260 k
22:13:20 #9 29.36 Updating for dependencies:
22:13:20 #9 29.36  rpm                       x86_64    4.11.3-46.el7_9           updates    1.2 M
22:13:20 #9 29.36  rpm-build-libs            x86_64    4.11.3-46.el7_9           updates    108 k
22:13:20 #9 29.36  rpm-libs                  x86_64    4.11.3-46.el7_9           updates    279 k
22:13:20 #9 29.36  rpm-python                x86_64    4.11.3-46.el7_9           updates     84 k
22:13:20 #9 29.36 
22:13:20 #9 29.36 Transaction Summary
22:13:20 #9 29.36 ================================================================================
22:13:20 #9 29.36 Install  2 Packages (+42 Dependent packages)
22:13:20 #9 29.36 Upgrade             (  4 Dependent packages)
22:13:20 #9 29.36 
22:13:20 #9 29.37 Total download size: 18 M
22:13:20 #9 29.37 Downloading packages:
22:13:20 #9 29.37 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
22:13:20 #9 35.00 Preparing to unpack .../123-curl_7.68.0-1ubuntu2.7_amd64.deb ...
22:13:20 #9 35.00 Unpacking curl (7.68.0-1ubuntu2.7) ...
22:13:20 #9 35.05 Selecting previously unselected package dctrl-tools.
22:13:20 #9 35.05 Preparing to unpack .../124-dctrl-tools_2.24-3_amd64.deb ...
22:13:20 #9 35.06 Unpacking dctrl-tools (2.24-3) ...
22:13:20 #9 35.09 Selecting previously unselected package libtool.
22:13:20 #9 35.09 Preparing to unpack .../125-libtool_2.4.6-14_all.deb ...
22:13:20 #9 35.09 Unpacking libtool (2.4.6-14) ...
22:13:20 #9 35.14 Selecting previously unselected package dh-autoreconf.
22:13:20 #9 35.14 Preparing to unpack .../126-dh-autoreconf_19_all.deb ...
22:13:20 #9 35.14 Unpacking dh-autoreconf (19) ...
22:13:20 #9 35.17 Selecting previously unselected package libdebhelper-perl.
22:13:20 #9 35.17 Preparing to unpack .../127-libdebhelper-perl_12.10ubuntu1_all.deb ...
22:13:20 #9 35.17 Unpacking libdebhelper-perl (12.10ubuntu1) ...
22:13:20 #9 35.21 Selecting previously unselected package libarchive-zip-perl.
22:13:20 #9 35.21 Preparing to unpack .../128-libarchive-zip-perl_1.67-2_all.deb ...
22:13:20 #9 35.22 Unpacking libarchive-zip-perl (1.67-2) ...
22:13:20 #9 35.25 Selecting previously unselected package libsub-override-perl.
22:13:21 #9 35.25 Preparing to unpack .../129-libsub-override-perl_0.09-2_all.deb ...
22:13:21 #9 35.26 Unpacking libsub-override-perl (0.09-2) ...
22:13:21 #9 35.31 Selecting previously unselected package libfile-stripnondeterminism-perl.
22:13:21 #9 35.31 Preparing to unpack .../130-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
22:13:21 #9 35.32 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
22:13:21 #9 35.34 Selecting previously unselected package dh-strip-nondeterminism.
22:13:21 #9 35.34 Preparing to unpack .../131-dh-strip-nondeterminism_1.7.0-1_all.deb ...
22:13:21 #9 35.35 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
22:13:21 #9 35.38 Selecting previously unselected package dwz.
22:13:21 #9 35.38 Preparing to unpack .../132-dwz_0.13-5_amd64.deb ...
22:13:21 #9 35.38 Unpacking dwz (0.13-5) ...
22:13:21 #9 35.43 Selecting previously unselected package libcroco3:amd64.
22:13:21 #9 35.43 Preparing to unpack .../133-libcroco3_0.6.13-1_amd64.deb ...
22:13:21 #9 35.43 Unpacking libcroco3:amd64 (0.6.13-1) ...
22:13:21 #9 35.47 Selecting previously unselected package gettext.
22:13:21 #9 35.47 Preparing to unpack .../134-gettext_0.19.8.1-10build1_amd64.deb ...
22:13:21 #9 35.47 Unpacking gettext (0.19.8.1-10build1) ...
22:13:21 #9 35.58 Selecting previously unselected package intltool-debian.
22:13:21 #9 35.58 Preparing to unpack .../135-intltool-debian_0.35.0+20060710.5_all.deb ...
22:13:21 #9 35.58 Unpacking intltool-debian (0.35.0+20060710.5) ...
22:13:21 #9 35.62 Selecting previously unselected package po-debconf.
22:13:21 #9 35.62 Preparing to unpack .../136-po-debconf_1.0.21_all.deb ...
22:13:21 #9 35.62 Unpacking po-debconf (1.0.21) ...
22:13:21 #9 35.67 Selecting previously unselected package debhelper.
22:13:21 #9 35.67 Preparing to unpack .../137-debhelper_12.10ubuntu1_all.deb ...
22:13:21 #9 35.68 Unpacking debhelper (12.10ubuntu1) ...
22:13:21 #9 35.78 Selecting previously unselected package libfakeroot:amd64.
22:13:21 #9 35.78 Preparing to unpack .../138-libfakeroot_1.24-1_amd64.deb ...
22:13:21 #9 35.79 Unpacking libfakeroot:amd64 (1.24-1) ...
22:13:21 #9 35.82 Selecting previously unselected package fakeroot.
22:13:21 #9 35.82 Preparing to unpack .../139-fakeroot_1.24-1_amd64.deb ...
22:13:21 #9 35.83 Unpacking fakeroot (1.24-1) ...
22:13:21 #9 35.87 Selecting previously unselected package libassuan0:amd64.
22:13:21 #9 35.87 Preparing to unpack .../140-libassuan0_2.5.3-7ubuntu2_amd64.deb ...
22:13:21 #9 35.87 Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ...
22:13:21 #9 35.90 Selecting previously unselected package gpgconf.
22:13:21 #9 35.91 Preparing to unpack .../141-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ...
22:13:21 #9 35.91 Unpacking gpgconf (2.2.19-3ubuntu2.1) ...
22:13:21 #9 35.95 Selecting previously unselected package libksba8:amd64.
22:13:21 #9 35.95 Preparing to unpack .../142-libksba8_1.3.5-2_amd64.deb ...
22:13:21 #9 35.95 Unpacking libksba8:amd64 (1.3.5-2) ...
22:13:21 #9 35.99 Selecting previously unselected package libnpth0:amd64.
22:13:21 #9 36.00 Preparing to unpack .../143-libnpth0_1.6-1_amd64.deb ...
22:13:21 #9 36.00 Unpacking libnpth0:amd64 (1.6-1) ...
22:13:21 #9 36.03 Selecting previously unselected package dirmngr.
22:13:21 #9 30.51 warning: /var/cache/yum/x86_64/7/base/packages/dwz-0.11-3.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
22:13:21 #9 30.51 Public key for dwz-0.11-3.el7.x86_64.rpm is not installed
22:13:22 #9 36.04 Preparing to unpack .../144-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ...
22:13:22 #9 36.05 Unpacking dirmngr (2.2.19-3ubuntu2.1) ...
22:13:22 #9 36.11 Selecting previously unselected package gnupg-l10n.
22:13:22 #9 36.11 Preparing to unpack .../145-gnupg-l10n_2.2.19-3ubuntu2.1_all.deb ...
22:13:22 #9 36.11 Unpacking gnupg-l10n (2.2.19-3ubuntu2.1) ...
22:13:22 #9 36.16 Selecting previously unselected package gnupg-utils.
22:13:22 #9 36.16 Preparing to unpack .../146-gnupg-utils_2.2.19-3ubuntu2.1_amd64.deb ...
22:13:22 #9 36.16 Unpacking gnupg-utils (2.2.19-3ubuntu2.1) ...
22:13:22 #9 36.26 Selecting previously unselected package gpg.
22:13:22 #9 36.26 Preparing to unpack .../147-gpg_2.2.19-3ubuntu2.1_amd64.deb ...
22:13:22 #9 36.26 Unpacking gpg (2.2.19-3ubuntu2.1) ...
22:13:22 #9 36.33 Selecting previously unselected package pinentry-curses.
22:13:22 #9 36.33 Preparing to unpack .../148-pinentry-curses_1.1.0-3build1_amd64.deb ...
22:13:22 #9 36.34 Unpacking pinentry-curses (1.1.0-3build1) ...
22:13:22 #9 36.38 Selecting previously unselected package gpg-agent.
22:13:22 #9 36.38 Preparing to unpack .../149-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ...
22:13:22 #9 36.38 Unpacking gpg-agent (2.2.19-3ubuntu2.1) ...
22:13:22 #9 36.43 Selecting previously unselected package gpg-wks-client.
22:13:22 #9 36.44 Preparing to unpack .../150-gpg-wks-client_2.2.19-3ubuntu2.1_amd64.deb ...
22:13:22 #9 36.44 Unpacking gpg-wks-client (2.2.19-3ubuntu2.1) ...
22:13:22 #9 36.47 Selecting previously unselected package gpg-wks-server.
22:13:22 #9 36.48 Preparing to unpack .../151-gpg-wks-server_2.2.19-3ubuntu2.1_amd64.deb ...
22:13:22 #9 36.48 Unpacking gpg-wks-server (2.2.19-3ubuntu2.1) ...
22:13:22 #9 36.51 Selecting previously unselected package gpgsm.
22:13:22 #9 36.51 Preparing to unpack .../152-gpgsm_2.2.19-3ubuntu2.1_amd64.deb ...
22:13:22 #9 36.52 Unpacking gpgsm (2.2.19-3ubuntu2.1) ...
22:13:22 #9 36.56 Selecting previously unselected package gnupg.
22:13:22 #9 36.56 Preparing to unpack .../153-gnupg_2.2.19-3ubuntu2.1_all.deb ...
22:13:22 #9 36.57 Unpacking gnupg (2.2.19-3ubuntu2.1) ...
22:13:22 #9 36.61 Selecting previously unselected package libfile-which-perl.
22:13:22 #9 36.61 Preparing to unpack .../154-libfile-which-perl_1.23-1_all.deb ...
22:13:22 #9 36.61 Unpacking libfile-which-perl (1.23-1) ...
22:13:22 #9 36.64 Selecting previously unselected package libfile-homedir-perl.
22:13:22 #9 36.65 Preparing to unpack .../155-libfile-homedir-perl_1.004-1_all.deb ...
22:13:22 #9 36.65 Unpacking libfile-homedir-perl (1.004-1) ...
22:13:22 #9 36.68 Selecting previously unselected package libio-pty-perl.
22:13:22 #9 36.68 Preparing to unpack .../156-libio-pty-perl_1%3a1.12-1_amd64.deb ...
22:13:22 #9 36.69 Unpacking libio-pty-perl (1:1.12-1) ...
22:13:22 #9 36.71 Selecting previously unselected package libipc-run-perl.
22:13:22 #9 36.71 Preparing to unpack .../157-libipc-run-perl_20180523.0-2_all.deb ...
22:13:22 #9 36.72 Unpacking libipc-run-perl (20180523.0-2) ...
22:13:22 #9 36.75 Selecting previously unselected package libclass-method-modifiers-perl.
22:13:22 #9 36.75 Preparing to unpack .../158-libclass-method-modifiers-perl_2.13-1_all.deb ...
22:13:22 #9 36.76 Unpacking libclass-method-modifiers-perl (2.13-1) ...
22:13:22 #9 36.78 Selecting previously unselected package libb-hooks-op-check-perl.
22:13:22 #9 36.78 Preparing to unpack .../159-libb-hooks-op-check-perl_0.22-1build2_amd64.deb ...
22:13:22 #9 36.79 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
22:13:22 #9 36.82 Selecting previously unselected package libdynaloader-functions-perl.
22:13:22 #9 36.82 Preparing to unpack .../160-libdynaloader-functions-perl_0.003-1_all.deb ...
22:13:22 #9 36.82 Unpacking libdynaloader-functions-perl (0.003-1) ...
22:13:22 #9 36.86 Selecting previously unselected package libdevel-callchecker-perl.
22:13:22 #9 36.86 Preparing to unpack .../161-libdevel-callchecker-perl_0.008-1ubuntu1_amd64.deb ...
22:13:22 #9 36.86 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
22:13:22 #9 36.89 Selecting previously unselected package libparams-classify-perl.
22:13:22 #9 36.89 Preparing to unpack .../162-libparams-classify-perl_0.015-1build2_amd64.deb ...
22:13:22 #9 36.89 Unpacking libparams-classify-perl (0.015-1build2) ...
22:13:22 #9 36.92 Selecting previously unselected package libmodule-runtime-perl.
22:13:22 #9 36.93 Preparing to unpack .../163-libmodule-runtime-perl_0.016-1_all.deb ...
22:13:22 #9 36.93 Unpacking libmodule-runtime-perl (0.016-1) ...
22:13:22 #9 36.96 Selecting previously unselected package libimport-into-perl.
22:13:22 #9 36.96 Preparing to unpack .../164-libimport-into-perl_1.002005-1_all.deb ...
22:13:22 #9 36.96 Unpacking libimport-into-perl (1.002005-1) ...
22:13:22 #9 36.99 Selecting previously unselected package librole-tiny-perl.
22:13:22 #9 36.99 Preparing to unpack .../165-librole-tiny-perl_2.001004-1_all.deb ...
22:13:22 #9 36.99 Unpacking librole-tiny-perl (2.001004-1) ...
22:13:22 #9 37.02 Selecting previously unselected package libstrictures-perl.
22:13:22 #9 37.02 Preparing to unpack .../166-libstrictures-perl_2.000006-1_all.deb ...
22:13:22 #9 37.03 Unpacking libstrictures-perl (2.000006-1) ...
22:13:22 #9 37.05 Selecting previously unselected package libsub-quote-perl.
22:13:22 #9 37.06 Preparing to unpack .../167-libsub-quote-perl_2.006006-1_all.deb ...
22:13:22 #9 37.07 Unpacking libsub-quote-perl (2.006006-1) ...
22:13:22 #9 37.10 Selecting previously unselected package libmoo-perl.
22:13:22 #9 37.10 Preparing to unpack .../168-libmoo-perl_2.003006-1_all.deb ...
22:13:22 #9 37.10 Unpacking libmoo-perl (2.003006-1) ...
22:13:22 #9 37.14 Selecting previously unselected package libencode-locale-perl.
22:13:23 #9 37.14 Preparing to unpack .../169-libencode-locale-perl_1.05-1_all.deb ...
22:13:23 #9 37.14 Unpacking libencode-locale-perl (1.05-1) ...
22:13:23 #9 37.17 Selecting previously unselected package libtimedate-perl.
22:13:23 #9 37.17 Preparing to unpack .../170-libtimedate-perl_2.3200-1_all.deb ...
22:13:23 #9 37.18 Unpacking libtimedate-perl (2.3200-1) ...
22:13:23 #9 37.22 Selecting previously unselected package libhttp-date-perl.
22:13:23 #9 37.22 Preparing to unpack .../171-libhttp-date-perl_6.05-1_all.deb ...
22:13:23 #9 37.22 Unpacking libhttp-date-perl (6.05-1) ...
22:13:23 #9 37.25 Selecting previously unselected package libfile-listing-perl.
22:13:23 #9 37.25 Preparing to unpack .../172-libfile-listing-perl_6.04-1_all.deb ...
22:13:23 #9 37.26 Unpacking libfile-listing-perl (6.04-1) ...
22:13:23 #9 37.28 Selecting previously unselected package libhtml-tagset-perl.
22:13:23 #9 37.28 Preparing to unpack .../173-libhtml-tagset-perl_3.20-4_all.deb ...
22:13:23 #9 37.29 Unpacking libhtml-tagset-perl (3.20-4) ...
22:13:23 #9 37.32 Selecting previously unselected package liburi-perl.
22:13:23 #9 37.32 Preparing to unpack .../174-liburi-perl_1.76-2_all.deb ...
22:13:23 #9 37.32 Unpacking liburi-perl (1.76-2) ...
22:13:23 #9 37.36 Selecting previously unselected package libhtml-parser-perl.
22:13:23 #9 37.37 Preparing to unpack .../175-libhtml-parser-perl_3.72-5_amd64.deb ...
22:13:23 #9 37.37 Unpacking libhtml-parser-perl (3.72-5) ...
22:13:23 #9 37.40 Selecting previously unselected package libhtml-tree-perl.
22:13:23 #9 37.41 Preparing to unpack .../176-libhtml-tree-perl_5.07-2_all.deb ...
22:13:23 #9 37.41 Unpacking libhtml-tree-perl (5.07-2) ...
22:13:23 #9 37.45 Selecting previously unselected package libio-html-perl.
22:13:23 #9 37.45 Preparing to unpack .../177-libio-html-perl_1.001-1_all.deb ...
22:13:23 #9 37.46 Unpacking libio-html-perl (1.001-1) ...
22:13:23 #9 37.48 Selecting previously unselected package liblwp-mediatypes-perl.
22:13:23 #9 37.48 Preparing to unpack .../178-liblwp-mediatypes-perl_6.04-1_all.deb ...
22:13:23 #9 37.49 Unpacking liblwp-mediatypes-perl (6.04-1) ...
22:13:23 #9 37.51 Selecting previously unselected package libhttp-message-perl.
22:13:23 #9 37.52 Preparing to unpack .../179-libhttp-message-perl_6.22-1_all.deb ...
22:13:23 #9 37.52 Unpacking libhttp-message-perl (6.22-1) ...
22:13:23 #9 37.55 Selecting previously unselected package libhttp-cookies-perl.
22:13:23 #9 37.55 Preparing to unpack .../180-libhttp-cookies-perl_6.08-1_all.deb ...
22:13:23 #9 37.56 Unpacking libhttp-cookies-perl (6.08-1) ...
22:13:23 #9 37.63 Selecting previously unselected package libhttp-negotiate-perl.
22:13:23 #9 37.63 Preparing to unpack .../181-libhttp-negotiate-perl_6.01-1_all.deb ...
22:13:23 #9 37.63 Unpacking libhttp-negotiate-perl (6.01-1) ...
22:13:23 #9 37.66 Selecting previously unselected package perl-openssl-defaults:amd64.
22:13:23 #9 37.66 Preparing to unpack .../182-perl-openssl-defaults_4_amd64.deb ...
22:13:23 #9 37.67 Unpacking perl-openssl-defaults:amd64 (4) ...
22:13:23 #9 37.69 Selecting previously unselected package libnet-ssleay-perl.
22:13:23 #9 37.70 Preparing to unpack .../183-libnet-ssleay-perl_1.88-2ubuntu1_amd64.deb ...
22:13:23 #9 37.70 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
22:13:23 #9 37.83 Selecting previously unselected package libio-socket-ssl-perl.
22:13:23 #9 37.83 Preparing to unpack .../184-libio-socket-ssl-perl_2.067-1_all.deb ...
22:13:23 #9 37.83 Unpacking libio-socket-ssl-perl (2.067-1) ...
22:13:23 #9 37.88 Selecting previously unselected package libnet-http-perl.
22:13:23 #9 37.88 Preparing to unpack .../185-libnet-http-perl_6.19-1_all.deb ...
22:13:23 #9 37.89 Unpacking libnet-http-perl (6.19-1) ...
22:13:23 #9 37.92 Selecting previously unselected package liblwp-protocol-https-perl.
22:13:23 #9 37.92 Preparing to unpack .../186-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
22:13:23 #9 37.92 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
22:13:23 #9 37.95 Selecting previously unselected package libtry-tiny-perl.
22:13:23 #9 37.95 Preparing to unpack .../187-libtry-tiny-perl_0.30-1_all.deb ...
22:13:23 #9 37.96 Unpacking libtry-tiny-perl (0.30-1) ...
22:13:23 #9 37.98 Selecting previously unselected package libwww-robotrules-perl.
22:13:24 #9 37.99 Preparing to unpack .../188-libwww-robotrules-perl_6.02-1_all.deb ...
22:13:24 #9 37.99 Unpacking libwww-robotrules-perl (6.02-1) ...
22:13:24 #9 38.02 Selecting previously unselected package libwww-perl.
22:13:24 #9 38.02 Preparing to unpack .../189-libwww-perl_6.43-1_all.deb ...
22:13:24 #9 38.03 Unpacking libwww-perl (6.43-1) ...
22:13:24 #9 38.07 Selecting previously unselected package patchutils.
22:13:24 #9 38.07 Preparing to unpack .../190-patchutils_0.3.4-2_amd64.deb ...
22:13:24 #9 38.07 Unpacking patchutils (0.3.4-2) ...
22:13:24 #9 38.21 Selecting previously unselected package wdiff.
22:13:24 #9 38.22 Preparing to unpack .../191-wdiff_1.2.2-2build1_amd64.deb ...
22:13:24 #9 38.22 Unpacking wdiff (1.2.2-2build1) ...
22:13:24 #9 38.26 Selecting previously unselected package devscripts.
22:13:24 #9 38.26 Preparing to unpack .../192-devscripts_2.20.2ubuntu2_amd64.deb ...
22:13:24 #9 38.28 Unpacking devscripts (2.20.2ubuntu2) ...
22:13:24 #9 38.40 Selecting previously unselected package diffstat.
22:13:24 #9 38.40 Preparing to unpack .../193-diffstat_1.63-1_amd64.deb ...
22:13:24 #9 38.41 Unpacking diffstat (1.63-1) ...
22:13:24 #9 38.44 Selecting previously unselected package python3-chardet.
22:13:24 #9 38.44 Preparing to unpack .../194-python3-chardet_3.0.4-4build1_all.deb ...
22:13:24 #9 38.45 Unpacking python3-chardet (3.0.4-4build1) ...
22:13:24 #9 38.48 Selecting previously unselected package python3-debian.
22:13:24 #9 38.49 Preparing to unpack .../195-python3-debian_0.1.36ubuntu1_all.deb ...
22:13:24 #9 38.49 Unpacking python3-debian (0.1.36ubuntu1) ...
22:13:24 #9 38.53 Selecting previously unselected package libgpgme11:amd64.
22:13:24 #9 38.53 Preparing to unpack .../196-libgpgme11_1.13.1-7ubuntu2_amd64.deb ...
22:13:24 #9 38.53 Unpacking libgpgme11:amd64 (1.13.1-7ubuntu2) ...
22:13:24 #9 38.57 Selecting previously unselected package python3-gpg.
22:13:24 #9 38.57 Preparing to unpack .../197-python3-gpg_1.13.1-7ubuntu2_amd64.deb ...
22:13:24 #9 38.58 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
22:13:24 #9 38.64 Selecting previously unselected package dput.
22:13:24 #9 38.64 Preparing to unpack .../198-dput_1.0.3ubuntu1_all.deb ...
22:13:24 #9 38.65 Unpacking dput (1.0.3ubuntu1) ...
22:13:24 #9 38.68 Selecting previously unselected package libcurl3-gnutls:amd64.
22:13:24 #9 38.69 Preparing to unpack .../199-libcurl3-gnutls_7.68.0-1ubuntu2.7_amd64.deb ...
22:13:24 #9 38.69 Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ...
22:13:24 #9 38.74 Selecting previously unselected package liberror-perl.
22:13:24 #9 38.74 Preparing to unpack .../200-liberror-perl_0.17029-1_all.deb ...
22:13:24 #9 38.74 Unpacking liberror-perl (0.17029-1) ...
22:13:24 #9 38.77 Selecting previously unselected package git-man.
22:13:24 #9 38.77 Preparing to unpack .../201-git-man_1%3a2.25.1-1ubuntu3.2_all.deb ...
22:13:24 #9 38.77 Unpacking git-man (1:2.25.1-1ubuntu3.2) ...
22:13:24 #9 38.88 Selecting previously unselected package git.
22:13:24 #9 38.88 Preparing to unpack .../202-git_1%3a2.25.1-1ubuntu3.2_amd64.deb ...
22:13:24 #9 38.90 Unpacking git (1:2.25.1-1ubuntu3.2) ...
22:13:25 #9 39.40 Selecting previously unselected package libalgorithm-diff-perl.
22:13:25 #9 39.41 Preparing to unpack .../203-libalgorithm-diff-perl_1.19.03-2_all.deb ...
22:13:25 #9 39.41 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
22:13:25 #9 39.44 Selecting previously unselected package libalgorithm-diff-xs-perl.
22:13:25 #9 39.44 Preparing to unpack .../204-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ...
22:13:25 #9 39.45 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
22:13:25 #9 39.48 Selecting previously unselected package libalgorithm-merge-perl.
22:13:25 #9 39.48 Preparing to unpack .../205-libalgorithm-merge-perl_0.08-3_all.deb ...
22:13:25 #9 39.48 Unpacking libalgorithm-merge-perl (0.08-3) ...
22:13:25 #9 39.51 Selecting previously unselected package libapt-pkg-perl.
22:13:25 #9 39.51 Preparing to unpack .../206-libapt-pkg-perl_0.1.36build3_amd64.deb ...
22:13:25 #9 39.52 Unpacking libapt-pkg-perl (0.1.36build3) ...
22:13:25 #9 39.55 Selecting previously unselected package libarchive-cpio-perl.
22:13:25 #9 39.55 Preparing to unpack .../207-libarchive-cpio-perl_0.10-1_all.deb ...
22:13:25 #9 39.56 Unpacking libarchive-cpio-perl (0.10-1) ...
22:13:25 #9 39.59 Selecting previously unselected package libarray-intspan-perl.
22:13:25 #9 39.59 Preparing to unpack .../208-libarray-intspan-perl_2.003-1_all.deb ...
22:13:25 #9 39.59 Unpacking libarray-intspan-perl (2.003-1) ...
22:13:25 #9 39.62 Selecting previously unselected package libasync-mergepoint-perl.
22:13:25 #9 39.62 Preparing to unpack .../209-libasync-mergepoint-perl_0.04-2_all.deb ...
22:13:25 #9 39.63 Unpacking libasync-mergepoint-perl (0.04-2) ...
22:13:25 #9 39.65 Selecting previously unselected package libmodule-implementation-perl.
22:13:25 #9 39.66 Preparing to unpack .../210-libmodule-implementation-perl_0.09-1_all.deb ...
22:13:25 #9 39.66 Unpacking libmodule-implementation-perl (0.09-1) ...
22:13:25 #9 39.69 Selecting previously unselected package libsub-exporter-progressive-perl.
22:13:25 #9 39.69 Preparing to unpack .../211-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
22:13:25 #9 39.69 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
22:13:25 #9 39.73 Selecting previously unselected package libvariable-magic-perl.
22:13:25 #9 39.73 Preparing to unpack .../212-libvariable-magic-perl_0.62-1build2_amd64.deb ...
22:13:25 #9 39.73 Unpacking libvariable-magic-perl (0.62-1build2) ...
22:13:25 #9 39.76 Selecting previously unselected package libb-hooks-endofscope-perl.
22:13:25 #9 39.76 Preparing to unpack .../213-libb-hooks-endofscope-perl_0.24-1_all.deb ...
22:13:25 #9 39.77 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
22:13:25 #9 39.80 Selecting previously unselected package libcapture-tiny-perl.
22:13:25 #9 39.80 Preparing to unpack .../214-libcapture-tiny-perl_0.48-1_all.deb ...
22:13:25 #9 39.80 Unpacking libcapture-tiny-perl (0.48-1) ...
22:13:25 #9 39.83 Selecting previously unselected package libclass-xsaccessor-perl.
22:13:25 #9 39.83 Preparing to unpack .../215-libclass-xsaccessor-perl_1.19-3build3_amd64.deb ...
22:13:25 #9 39.84 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
22:13:25 #9 39.87 Selecting previously unselected package libclone-perl.
22:13:25 #9 39.87 Preparing to unpack .../216-libclone-perl_0.43-2_amd64.deb ...
22:13:25 #9 39.87 Unpacking libclone-perl (0.43-2) ...
22:13:25 #9 39.90 Selecting previously unselected package libcommon-sense-perl.
22:13:25 #9 39.90 Preparing to unpack .../217-libcommon-sense-perl_3.74-2build6_amd64.deb ...
22:13:25 #9 39.91 Unpacking libcommon-sense-perl (3.74-2build6) ...
22:13:25 #9 39.94 Selecting previously unselected package libparams-util-perl.
22:13:25 #9 39.94 Preparing to unpack .../218-libparams-util-perl_1.07-3build5_amd64.deb ...
22:13:25 #9 39.94 Unpacking libparams-util-perl (1.07-3build5) ...
22:13:25 #9 39.97 Selecting previously unselected package libsub-install-perl.
22:13:25 #9 39.98 Preparing to unpack .../219-libsub-install-perl_0.928-1_all.deb ...
22:13:25 #9 39.98 Unpacking libsub-install-perl (0.928-1) ...
22:13:25 #9 40.01 Selecting previously unselected package libdata-optlist-perl.
22:13:25 #9 40.01 Preparing to unpack .../220-libdata-optlist-perl_0.110-1_all.deb ...
22:13:25 #9 40.01 Unpacking libdata-optlist-perl (0.110-1) ...
22:13:25 #9 40.04 Selecting previously unselected package libsub-exporter-perl.
22:13:25 #9 40.04 Preparing to unpack .../221-libsub-exporter-perl_0.987-1_all.deb ...
22:13:25 #9 40.05 Unpacking libsub-exporter-perl (0.987-1) ...
22:13:25 #9 40.08 Selecting previously unselected package libconst-fast-perl.
22:13:25 #9 40.08 Preparing to unpack .../222-libconst-fast-perl_0.014-1_all.deb ...
22:13:25 #9 40.08 Unpacking libconst-fast-perl (0.014-1) ...
22:13:25 #9 40.11 Selecting previously unselected package libwant-perl.
22:13:25 #9 40.11 Preparing to unpack .../223-libwant-perl_0.29-1build4_amd64.deb ...
22:13:25 #9 40.11 Unpacking libwant-perl (0.29-1build4) ...
22:13:25 #9 40.14 Selecting previously unselected package libcontextual-return-perl.
22:13:25 #9 40.14 Preparing to unpack .../224-libcontextual-return-perl_0.004014-2_all.deb ...
22:13:25 #9 40.15 Unpacking libcontextual-return-perl (0.004014-2) ...
22:13:25 #9 40.18 Selecting previously unselected package libcpanel-json-xs-perl.
22:13:26 #9 40.18 Preparing to unpack .../225-libcpanel-json-xs-perl_4.19-1build1_amd64.deb ...
22:13:26 #9 40.19 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
22:13:26 #9 40.22 Selecting previously unselected package libdata-dump-perl.
22:13:26 #9 40.22 Preparing to unpack .../226-libdata-dump-perl_1.23-1_all.deb ...
22:13:26 #9 40.23 Unpacking libdata-dump-perl (1.23-1) ...
22:13:26 #9 40.26 Selecting previously unselected package libdigest-bubblebabble-perl.
22:13:26 #9 40.26 Preparing to unpack .../227-libdigest-bubblebabble-perl_0.02-2_all.deb ...
22:13:26 #9 40.26 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
22:13:26 #9 40.29 Selecting previously unselected package libdigest-hmac-perl.
22:13:26 #9 40.29 Preparing to unpack .../228-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
22:13:26 #9 40.30 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
22:13:26 #9 40.32 Selecting previously unselected package libdistro-info-perl.
22:13:26 #9 40.33 Preparing to unpack .../229-libdistro-info-perl_0.23ubuntu1_all.deb ...
22:13:26 #9 40.33 Unpacking libdistro-info-perl (0.23ubuntu1) ...
22:13:26 #9 40.36 Selecting previously unselected package libnet-smtp-ssl-perl.
22:13:26 #9 40.36 Preparing to unpack .../230-libnet-smtp-ssl-perl_1.04-1_all.deb ...
22:13:26 #9 40.36 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
22:13:26 #9 40.39 Selecting previously unselected package libmailtools-perl.
22:13:26 #9 40.39 Preparing to unpack .../231-libmailtools-perl_2.21-1_all.deb ...
22:13:26 #9 40.40 Unpacking libmailtools-perl (2.21-1) ...
22:13:26 #9 40.43 Selecting previously unselected package libnet-ip-perl.
22:13:26 #9 40.44 Preparing to unpack .../232-libnet-ip-perl_1.26-2_all.deb ...
22:13:26 #9 40.44 Unpacking libnet-ip-perl (1.26-2) ...
22:13:26 #9 40.47 Selecting previously unselected package libnet-dns-perl.
22:13:26 #9 40.48 Preparing to unpack .../233-libnet-dns-perl_1.22-1_all.deb ...
22:13:26 #9 40.48 Unpacking libnet-dns-perl (1.22-1) ...
22:13:26 #9 40.54 Selecting previously unselected package libnet-domain-tld-perl.
22:13:26 #9 40.54 Preparing to unpack .../234-libnet-domain-tld-perl_1.75-1_all.deb ...
22:13:26 #9 40.55 Unpacking libnet-domain-tld-perl (1.75-1) ...
22:13:26 #9 40.58 Selecting previously unselected package libemail-valid-perl.
22:13:26 #9 40.58 Preparing to unpack .../235-libemail-valid-perl_1.202-1_all.deb ...
22:13:26 #9 40.58 Unpacking libemail-valid-perl (1.202-1) ...
22:13:26 #9 40.61 Selecting previously unselected package libexporter-tiny-perl.
22:13:26 #9 40.62 Preparing to unpack .../236-libexporter-tiny-perl_1.002001-1_all.deb ...
22:13:26 #9 40.62 Unpacking libexporter-tiny-perl (1.002001-1) ...
22:13:26 #9 40.65 Selecting previously unselected package libipc-system-simple-perl.
22:13:26 #9 40.65 Preparing to unpack .../237-libipc-system-simple-perl_1.26-1_all.deb ...
22:13:26 #9 40.66 Unpacking libipc-system-simple-perl (1.26-1) ...
22:13:26 #9 40.69 Selecting previously unselected package libfile-basedir-perl.
22:13:26 #9 40.69 Preparing to unpack .../238-libfile-basedir-perl_0.08-1_all.deb ...
22:13:26 #9 40.69 Unpacking libfile-basedir-perl (0.08-1) ...
22:13:26 #9 40.72 Selecting previously unselected package libfile-chdir-perl.
22:13:26 #9 40.72 Preparing to unpack .../239-libfile-chdir-perl_0.1008-1_all.deb ...
22:13:26 #9 40.73 Unpacking libfile-chdir-perl (0.1008-1) ...
22:13:26 #9 40.76 Selecting previously unselected package libfile-fcntllock-perl.
22:13:26 #9 40.76 Preparing to unpack .../240-libfile-fcntllock-perl_0.22-3build4_amd64.deb ...
22:13:26 #9 40.76 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
22:13:26 #9 40.79 Selecting previously unselected package libnumber-compare-perl.
22:13:26 #9 40.79 Preparing to unpack .../241-libnumber-compare-perl_0.03-1_all.deb ...
22:13:26 #9 40.80 Unpacking libnumber-compare-perl (0.03-1) ...
22:13:26 #9 40.83 Selecting previously unselected package libtext-glob-perl.
22:13:26 #9 40.83 Preparing to unpack .../242-libtext-glob-perl_0.10-1_all.deb ...
22:13:26 #9 40.83 Unpacking libtext-glob-perl (0.10-1) ...
22:13:26 #9 40.86 Selecting previously unselected package libfile-find-rule-perl.
22:13:26 #9 40.86 Preparing to unpack .../243-libfile-find-rule-perl_0.34-1_all.deb ...
22:13:26 #9 40.86 Unpacking libfile-find-rule-perl (0.34-1) ...
22:13:26 #9 40.89 Selecting previously unselected package libfont-afm-perl.
22:13:26 #9 40.90 Preparing to unpack .../244-libfont-afm-perl_1.20-2_all.deb ...
22:13:26 #9 40.90 Unpacking libfont-afm-perl (1.20-2) ...
22:13:26 #9 40.93 Selecting previously unselected package libio-string-perl.
22:13:26 #9 40.93 Preparing to unpack .../245-libio-string-perl_1.08-3_all.deb ...
22:13:26 #9 40.93 Unpacking libio-string-perl (1.08-3) ...
22:13:26 #9 40.96 Selecting previously unselected package libfont-ttf-perl.
22:13:26 #9 40.97 Preparing to unpack .../246-libfont-ttf-perl_1.06-1_all.deb ...
22:13:26 #9 40.97 Unpacking libfont-ttf-perl (1.06-1) ...
22:13:26 #9 41.03 Selecting previously unselected package libfuture-perl.
22:13:26 #9 41.03 Preparing to unpack .../247-libfuture-perl_0.43-1_all.deb ...
22:13:26 #9 41.04 Unpacking libfuture-perl (0.43-1) ...
22:13:26 #9 41.07 Selecting previously unselected package libio-stringy-perl.
22:13:26 #9 41.07 Preparing to unpack .../248-libio-stringy-perl_2.111-3_all.deb ...
22:13:26 #9 41.08 Unpacking libio-stringy-perl (2.111-3) ...
22:13:26 #9 41.11 Selecting previously unselected package libparams-validate-perl.
22:13:26 #9 41.11 Preparing to unpack .../249-libparams-validate-perl_1.29-3_amd64.deb ...
22:13:26 #9 41.12 Unpacking libparams-validate-perl (1.29-3) ...
22:13:26 #9 41.15 Selecting previously unselected package libgetopt-long-descriptive-perl.
22:13:26 #9 41.15 Preparing to unpack .../250-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
22:13:26 #9 41.15 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
22:13:27 #9 41.23 Selecting previously unselected package libsort-versions-perl.
22:13:27 #9 41.23 Preparing to unpack .../251-libsort-versions-perl_1.62-1_all.deb ...
22:13:27 #9 41.24 Unpacking libsort-versions-perl (1.62-1) ...
22:13:27 #9 41.26 Selecting previously unselected package libgit-wrapper-perl.
22:13:27 #9 41.27 Preparing to unpack .../252-libgit-wrapper-perl_0.048-1_all.deb ...
22:13:27 #9 41.27 Unpacking libgit-wrapper-perl (0.048-1) ...
22:13:27 #9 41.30 Selecting previously unselected package libhttp-tiny-multipart-perl.
22:13:27 #9 41.30 Preparing to unpack .../253-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
22:13:27 #9 41.30 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
22:13:27 #9 41.33 Selecting previously unselected package libio-prompter-perl.
22:13:27 #9 41.33 Preparing to unpack .../254-libio-prompter-perl_0.004015-1_all.deb ...
22:13:27 #9 41.34 Unpacking libio-prompter-perl (0.004015-1) ...
22:13:27 #9 41.37 Selecting previously unselected package libjson-perl.
22:13:27 #9 41.37 Preparing to unpack .../255-libjson-perl_4.02000-2_all.deb ...
22:13:27 #9 41.38 Unpacking libjson-perl (4.02000-2) ...
22:13:27 #9 41.41 Selecting previously unselected package liblog-any-perl.
22:13:27 #9 41.41 Preparing to unpack .../256-liblog-any-perl_1.708-1_all.deb ...
22:13:27 #9 41.41 Unpacking liblog-any-perl (1.708-1) ...
22:13:27 #9 41.45 Selecting previously unselected package liblog-any-adapter-screen-perl.
22:13:27 #9 41.45 Preparing to unpack .../257-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
22:13:27 #9 41.46 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
22:13:27 #9 41.48 Selecting previously unselected package libpackage-stash-perl.
22:13:27 #9 41.49 Preparing to unpack .../258-libpackage-stash-perl_0.38-1_all.deb ...
22:13:27 #9 41.49 Unpacking libpackage-stash-perl (0.38-1) ...
22:13:27 #9 41.52 Selecting previously unselected package libsub-identify-perl.
22:13:27 #9 41.52 Preparing to unpack .../259-libsub-identify-perl_0.14-1build2_amd64.deb ...
22:13:27 #9 41.52 Unpacking libsub-identify-perl (0.14-1build2) ...
22:13:27 #9 41.55 Selecting previously unselected package libsub-name-perl.
22:13:27 #9 41.55 Preparing to unpack .../260-libsub-name-perl_0.26-1_amd64.deb ...
22:13:27 #9 41.56 Unpacking libsub-name-perl (0.26-1) ...
22:13:27 #9 41.59 Selecting previously unselected package libnamespace-clean-perl.
22:13:27 #9 41.59 Preparing to unpack .../261-libnamespace-clean-perl_0.27-1_all.deb ...
22:13:27 #9 41.60 Unpacking libnamespace-clean-perl (0.27-1) ...
22:13:27 #9 41.63 Selecting previously unselected package libpath-tiny-perl.
22:13:27 #9 41.63 Preparing to unpack .../262-libpath-tiny-perl_0.108-1_all.deb ...
22:13:27 #9 41.63 Unpacking libpath-tiny-perl (0.108-1) ...
22:13:27 #9 41.66 Selecting previously unselected package libtype-tiny-perl.
22:13:27 #9 41.67 Preparing to unpack .../263-libtype-tiny-perl_1.008001-2_all.deb ...
22:13:27 #9 41.67 Unpacking libtype-tiny-perl (1.008001-2) ...
22:13:27 #9 41.73 Selecting previously unselected package libgitlab-api-v4-perl.
22:13:27 #9 41.73 Preparing to unpack .../264-libgitlab-api-v4-perl_0.25-1_all.deb ...
22:13:27 #9 41.73 Unpacking libgitlab-api-v4-perl (0.25-1) ...
22:13:27 #9 41.77 Selecting previously unselected package libhash-fieldhash-perl.
22:13:27 #9 41.77 Preparing to unpack .../265-libhash-fieldhash-perl_0.15-1build2_amd64.deb ...
22:13:27 #9 41.78 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
22:13:27 #9 41.81 Selecting previously unselected package libhtml-form-perl.
22:13:27 #9 41.81 Preparing to unpack .../266-libhtml-form-perl_6.07-1_all.deb ...
22:13:27 #9 41.81 Unpacking libhtml-form-perl (6.07-1) ...
22:13:27 #9 41.84 Selecting previously unselected package libhtml-format-perl.
22:13:27 #9 41.84 Preparing to unpack .../267-libhtml-format-perl_2.12-1_all.deb ...
22:13:27 #9 41.85 Unpacking libhtml-format-perl (2.12-1) ...
22:13:27 #9 41.88 Selecting previously unselected package libhttp-daemon-perl.
22:13:27 #9 41.88 Preparing to unpack .../268-libhttp-daemon-perl_6.06-1_all.deb ...
22:13:27 #9 41.89 Unpacking libhttp-daemon-perl (6.06-1) ...
22:13:27 #9 41.92 Selecting previously unselected package libidn11:amd64.
22:13:27 #9 41.92 Preparing to unpack .../269-libidn11_1.33-2.2ubuntu2_amd64.deb ...
22:13:27 #9 41.93 Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ...
22:13:27 #9 41.96 Selecting previously unselected package libstruct-dumb-perl.
22:13:27 #9 41.97 Preparing to unpack .../270-libstruct-dumb-perl_0.09-1_all.deb ...
22:13:27 #9 41.97 Unpacking libstruct-dumb-perl (0.09-1) ...
22:13:27 #9 42.00 Selecting previously unselected package libio-async-perl.
22:13:27 #9 42.00 Preparing to unpack .../271-libio-async-perl_0.75-1_all.deb ...
22:13:27 #9 42.00 Unpacking libio-async-perl (0.75-1) ...
22:13:27 #9 42.05 Selecting previously unselected package liblinux-epoll-perl.
22:13:27 #9 42.06 Preparing to unpack .../272-liblinux-epoll-perl_0.017-1_amd64.deb ...
22:13:27 #9 42.06 Unpacking liblinux-epoll-perl (0.017-1) ...
22:13:27 #9 42.09 Selecting previously unselected package libio-async-loop-epoll-perl.
22:13:27 #9 42.09 Preparing to unpack .../273-libio-async-loop-epoll-perl_0.20-1_all.deb ...
22:13:27 #9 42.10 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
22:13:27 #9 42.12 Selecting previously unselected package libtypes-serialiser-perl.
22:13:27 #9 42.12 Preparing to unpack .../274-libtypes-serialiser-perl_1.0-1_all.deb ...
22:13:27 #9 42.13 Unpacking libtypes-serialiser-perl (1.0-1) ...
22:13:27 #9 42.15 Selecting previously unselected package libjson-xs-perl.
22:13:27 #9 42.16 Preparing to unpack .../275-libjson-xs-perl_4.020-1build1_amd64.deb ...
22:13:27 #9 42.16 Unpacking libjson-xs-perl (4.020-1build1) ...
22:13:27 #9 42.23 Selecting previously unselected package libjson-maybexs-perl.
22:13:28 #9 42.23 Preparing to unpack .../276-libjson-maybexs-perl_1.004000-1_all.deb ...
22:13:28 #9 42.23 Unpacking libjson-maybexs-perl (1.004000-1) ...
22:13:28 #9 42.26 Selecting previously unselected package liblist-compare-perl.
22:13:28 #9 42.26 Preparing to unpack .../277-liblist-compare-perl_0.53-1_all.deb ...
22:13:28 #9 42.27 Unpacking liblist-compare-perl (0.53-1) ...
22:13:28 #9 42.30 Selecting previously unselected package liblist-moreutils-perl.
22:13:28 #9 42.30 Preparing to unpack .../278-liblist-moreutils-perl_0.416-1build5_amd64.deb ...
22:13:28 #9 42.30 Unpacking liblist-moreutils-perl (0.416-1build5) ...
22:13:28 #9 42.34 Selecting previously unselected package liblist-someutils-perl.
22:13:28 #9 42.34 Preparing to unpack .../279-liblist-someutils-perl_0.58-1_all.deb ...
22:13:28 #9 42.34 Unpacking liblist-someutils-perl (0.58-1) ...
22:13:28 #9 42.37 Selecting previously unselected package liblist-someutils-xs-perl.
22:13:28 #9 42.37 Preparing to unpack .../280-liblist-someutils-xs-perl_0.58-2_amd64.deb ...
22:13:28 #9 42.38 Unpacking liblist-someutils-xs-perl (0.58-2) ...
22:13:28 #9 42.41 Selecting previously unselected package libltdl7:amd64.
22:13:28 #9 42.41 Preparing to unpack .../281-libltdl7_2.4.6-14_amd64.deb ...
22:13:28 #9 42.42 Unpacking libltdl7:amd64 (2.4.6-14) ...
22:13:28 #9 42.45 Selecting previously unselected package libltdl-dev:amd64.
22:13:28 #9 42.45 Preparing to unpack .../282-libltdl-dev_2.4.6-14_amd64.deb ...
22:13:28 #9 42.45 Unpacking libltdl-dev:amd64 (2.4.6-14) ...
22:13:28 #9 42.50 Selecting previously unselected package libsys-hostname-long-perl.
22:13:28 #9 42.50 Preparing to unpack .../283-libsys-hostname-long-perl_1.5-1_all.deb ...
22:13:28 #9 42.50 Unpacking libsys-hostname-long-perl (1.5-1) ...
22:13:28 #9 42.53 Selecting previously unselected package libmail-sendmail-perl.
22:13:28 #9 42.53 Preparing to unpack .../284-libmail-sendmail-perl_0.80-1_all.deb ...
22:13:28 #9 42.54 Unpacking libmail-sendmail-perl (0.80-1) ...
22:13:28 #9 42.56 Selecting previously unselected package libmoox-aliases-perl.
22:13:28 #9 42.57 Preparing to unpack .../285-libmoox-aliases-perl_0.001006-1_all.deb ...
22:13:28 #9 42.57 Unpacking libmoox-aliases-perl (0.001006-1) ...
22:13:28 #9 42.60 Selecting previously unselected package libobject-id-perl.
22:13:28 #9 42.60 Preparing to unpack .../286-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
22:13:28 #9 42.60 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
22:13:28 #9 42.63 Selecting previously unselected package libmoox-struct-perl.
22:13:28 #9 42.64 Preparing to unpack .../287-libmoox-struct-perl_0.017-1_all.deb ...
22:13:28 #9 42.64 Unpacking libmoox-struct-perl (0.017-1) ...
22:13:28 #9 42.67 Selecting previously unselected package libnet-dns-sec-perl.
22:13:28 #9 42.67 Preparing to unpack .../288-libnet-dns-sec-perl_1.15-1_amd64.deb ...
22:13:28 #9 42.68 Unpacking libnet-dns-sec-perl (1.15-1) ...
22:13:28 #9 42.71 Selecting previously unselected package libnet-libidn-perl.
22:13:28 #9 42.71 Preparing to unpack .../289-libnet-libidn-perl_0.12.ds-3build2_amd64.deb ...
22:13:28 #9 42.72 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
22:13:28 #9 42.75 Selecting previously unselected package libnumber-range-perl.
22:13:28 #9 42.75 Preparing to unpack .../290-libnumber-range-perl_0.12-1_all.deb ...
22:13:28 #9 42.75 Unpacking libnumber-range-perl (0.12-1) ...
22:13:28 #9 42.78 Selecting previously unselected package libpackage-stash-xs-perl.
22:13:28 #9 42.78 Preparing to unpack .../291-libpackage-stash-xs-perl_0.29-1build1_amd64.deb ...
22:13:28 #9 42.79 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
22:13:28 #9 42.81 Selecting previously unselected package libpath-iterator-rule-perl.
22:13:28 #9 42.82 Preparing to unpack .../292-libpath-iterator-rule-perl_1.014-1_all.deb ...
22:13:28 #9 42.82 Unpacking libpath-iterator-rule-perl (1.014-1) ...
22:13:28 #9 42.86 Selecting previously unselected package libperl4-corelibs-perl.
22:13:28 #9 42.87 Preparing to unpack .../293-libperl4-corelibs-perl_0.004-2_all.deb ...
22:13:28 #9 42.87 Unpacking libperl4-corelibs-perl (0.004-2) ...
22:13:28 #9 42.91 Selecting previously unselected package libperlio-gzip-perl.
22:13:28 #9 42.91 Preparing to unpack .../294-libperlio-gzip-perl_0.19-1build5_amd64.deb ...
22:13:28 #9 42.92 Unpacking libperlio-gzip-perl (0.19-1build5) ...
22:13:28 #9 42.96 Selecting previously unselected package libpod-constants-perl.
22:13:28 #9 42.96 Preparing to unpack .../295-libpod-constants-perl_0.19-1_all.deb ...
22:13:28 #9 42.97 Unpacking libpod-constants-perl (0.19-1) ...
22:13:28 #9 43.00 Selecting previously unselected package libre2-5:amd64.
22:13:28 #9 43.00 Preparing to unpack .../296-libre2-5_20200101+dfsg-1build1_amd64.deb ...
22:13:28 #9 43.01 Unpacking libre2-5:amd64 (20200101+dfsg-1build1) ...
22:13:28 #9 43.05 Selecting previously unselected package libre-engine-re2-perl.
22:13:28 #9 43.05 Preparing to unpack .../297-libre-engine-re2-perl_0.13-5_amd64.deb ...
22:13:28 #9 43.05 Unpacking libre-engine-re2-perl (0.13-5) ...
22:13:28 #9 43.08 Selecting previously unselected package libreadonly-perl.
22:13:28 #9 43.09 Preparing to unpack .../298-libreadonly-perl_2.050-2_all.deb ...
22:13:28 #9 43.09 Unpacking libreadonly-perl (2.050-2) ...
22:13:28 #9 43.12 Selecting previously unselected package libref-util-perl.
22:13:28 #9 43.12 Preparing to unpack .../299-libref-util-perl_0.204-1_all.deb ...
22:13:28 #9 43.12 Unpacking libref-util-perl (0.204-1) ...
22:13:28 #9 43.15 Selecting previously unselected package libref-util-xs-perl.
22:13:28 #9 43.16 Preparing to unpack .../300-libref-util-xs-perl_0.117-1build2_amd64.deb ...
22:13:28 #9 43.16 Unpacking libref-util-xs-perl (0.117-1build2) ...
22:13:28 #9 43.19 Selecting previously unselected package libregexp-pattern-license-perl.
22:13:28 #9 43.19 Preparing to unpack .../301-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
22:13:28 #9 43.20 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
22:13:28 #9 43.23 Selecting previously unselected package libregexp-pattern-perl.
22:13:28 #9 43.23 Preparing to unpack .../302-libregexp-pattern-perl_0.2.12-1_all.deb ...
22:13:28 #9 43.24 Unpacking libregexp-pattern-perl (0.2.12-1) ...
22:13:28 #9 43.27 Selecting previously unselected package libsasl2-modules:amd64.
22:13:29 #9 43.28 Preparing to unpack .../303-libsasl2-modules_2.1.27+dfsg-2_amd64.deb ...
22:13:29 #9 43.28 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2) ...
22:13:29 #9 43.31 Selecting previously unselected package libsereal-decoder-perl.
22:13:29 #9 43.31 Preparing to unpack .../304-libsereal-decoder-perl_4.011+ds-1build1_amd64.deb ...
22:13:29 #9 43.32 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
22:13:29 #9 43.35 Selecting previously unselected package libsereal-encoder-perl.
22:13:29 #9 43.35 Preparing to unpack .../305-libsereal-encoder-perl_4.011+ds-1build1_amd64.deb ...
22:13:29 #9 43.36 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
22:13:29 #9 43.40 Selecting previously unselected package libsereal-perl.
22:13:29 #9 43.40 Preparing to unpack .../306-libsereal-perl_4.011-1_all.deb ...
22:13:29 #9 43.40 Unpacking libsereal-perl (4.011-1) ...
22:13:29 #9 43.43 Selecting previously unselected package libsort-key-perl.
22:13:29 #9 43.43 Preparing to unpack .../307-libsort-key-perl_1.33-2build2_amd64.deb ...
22:13:29 #9 43.43 Unpacking libsort-key-perl (1.33-2build2) ...
22:13:29 #9 43.47 Selecting previously unselected package libstring-copyright-perl.
22:13:29 #9 43.47 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ...
22:13:29 #9 43.47 Unpacking libstring-copyright-perl (0.003006-1) ...
22:13:29 #9 43.50 Selecting previously unselected package libstring-escape-perl.
22:13:29 #9 43.50 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ...
22:13:29 #9 43.50 Unpacking libstring-escape-perl (2010.002-2) ...
22:13:29 #9 43.53 Selecting previously unselected package libstring-shellquote-perl.
22:13:29 #9 43.53 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ...
22:13:29 #9 43.54 Unpacking libstring-shellquote-perl (1.04-1) ...
22:13:29 #9 43.56 Selecting previously unselected package libterm-readkey-perl.
22:13:29 #9 43.57 Preparing to unpack .../311-libterm-readkey-perl_2.38-1build1_amd64.deb ...
22:13:29 #9 43.57 Unpacking libterm-readkey-perl (2.38-1build1) ...
22:13:29 #9 43.60 Selecting previously unselected package libtest-fatal-perl.
22:13:29 #9 43.60 Preparing to unpack .../312-libtest-fatal-perl_0.014-1_all.deb ...
22:13:29 #9 43.60 Unpacking libtest-fatal-perl (0.014-1) ...
22:13:29 #9 43.63 Selecting previously unselected package libtest-refcount-perl.
22:13:29 #9 43.63 Preparing to unpack .../313-libtest-refcount-perl_0.10-1_all.deb ...
22:13:29 #9 43.64 Unpacking libtest-refcount-perl (0.10-1) ...
22:13:29 #9 43.66 Selecting previously unselected package libtext-levenshtein-perl.
22:13:29 #9 43.67 Preparing to unpack .../314-libtext-levenshtein-perl_0.13-1_all.deb ...
22:13:29 #9 43.67 Unpacking libtext-levenshtein-perl (0.13-1) ...
22:13:29 #9 43.69 Selecting previously unselected package libtype-tiny-xs-perl.
22:13:29 #9 43.70 Preparing to unpack .../315-libtype-tiny-xs-perl_0.016-1_amd64.deb ...
22:13:29 #9 43.70 Unpacking libtype-tiny-xs-perl (0.016-1) ...
22:13:29 #9 43.73 Selecting previously unselected package libunicode-utf8-perl.
22:13:29 #9 43.73 Preparing to unpack .../316-libunicode-utf8-perl_0.62-1build1_amd64.deb ...
22:13:29 #9 43.74 Unpacking libunicode-utf8-perl (0.62-1build1) ...
22:13:29 #9 43.76 Selecting previously unselected package libxml-namespacesupport-perl.
22:13:29 #9 43.76 Preparing to unpack .../317-libxml-namespacesupport-perl_1.12-1_all.deb ...
22:13:29 #9 43.77 Unpacking libxml-namespacesupport-perl (1.12-1) ...
22:13:29 #9 43.79 Selecting previously unselected package libxml-sax-base-perl.
22:13:29 #9 43.80 Preparing to unpack .../318-libxml-sax-base-perl_1.09-1_all.deb ...
22:13:29 #9 43.80 Unpacking libxml-sax-base-perl (1.09-1) ...
22:13:29 #9 43.84 Selecting previously unselected package libxml-sax-perl.
22:13:29 #9 43.84 Preparing to unpack .../319-libxml-sax-perl_1.02+dfsg-1_all.deb ...
22:13:29 #9 43.85 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
22:13:29 #9 43.88 Selecting previously unselected package libxml-libxml-perl.
22:13:29 #9 43.88 Preparing to unpack .../320-libxml-libxml-perl_2.0134+dfsg-1build1_amd64.deb ...
22:13:29 #9 43.89 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
22:13:29 #9 43.94 Selecting previously unselected package libxml-parser-perl.
22:13:29 #9 43.95 Preparing to unpack .../321-libxml-parser-perl_2.46-1_amd64.deb ...
22:13:29 #9 43.95 Unpacking libxml-parser-perl (2.46-1) ...
22:13:29 #9 44.00 Selecting previously unselected package libxml-sax-expat-perl.
22:13:29 #9 44.00 Preparing to unpack .../322-libxml-sax-expat-perl_0.51-1_all.deb ...
22:13:29 #9 44.00 Unpacking libxml-sax-expat-perl (0.51-1) ...
22:13:29 #9 44.03 Selecting previously unselected package libxml-writer-perl.
22:13:29 #9 44.03 Preparing to unpack .../323-libxml-writer-perl_0.625-1_all.deb ...
22:13:29 #9 44.04 Unpacking libxml-writer-perl (0.625-1) ...
22:13:29 #9 44.06 Selecting previously unselected package libyaml-libyaml-perl.
22:13:29 #9 44.07 Preparing to unpack .../324-libyaml-libyaml-perl_0.81+repack-1_amd64.deb ...
22:13:29 #9 44.07 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
22:13:29 #9 44.10 Selecting previously unselected package licensecheck.
22:13:29 #9 44.10 Preparing to unpack .../325-licensecheck_3.0.45-1_all.deb ...
22:13:29 #9 44.11 Unpacking licensecheck (3.0.45-1) ...
22:13:29 #9 44.13 Selecting previously unselected package libdevel-size-perl.
22:13:29 #9 44.14 Preparing to unpack .../326-libdevel-size-perl_0.83-1build1_amd64.deb ...
22:13:29 #9 44.14 Unpacking libdevel-size-perl (0.83-1build1) ...
22:13:29 #9 44.17 Selecting previously unselected package t1utils.
22:13:29 #9 44.17 Preparing to unpack .../327-t1utils_1.41-3_amd64.deb ...
22:13:29 #9 44.17 Unpacking t1utils (1.41-3) ...
22:13:29 #9 44.21 Selecting previously unselected package lintian.
22:13:29 #9 44.22 Preparing to unpack .../328-lintian_2.62.0ubuntu1_all.deb ...
22:13:29 #9 44.22 Unpacking lintian (2.62.0ubuntu1) ...
22:13:30 #9 44.52 Selecting previously unselected package manpages-dev.
22:13:30 #9 44.53 Preparing to unpack .../329-manpages-dev_5.05-1_all.deb ...
22:13:30 #9 44.53 Unpacking manpages-dev (5.05-1) ...
22:13:30 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster.dsc
22:13:30  debian/rules build
22:13:30 dh build --with=bash-completion
22:13:30    dh_update_autotools_config
22:13:30    dh_autoreconf
22:13:30    debian/rules override_dh_auto_build
22:13:30 make[1]: Entering directory '/root/build-deb'
22:13:30 # Build the daemon and dependencies
22:13:30 cd engine && DOCKER_GITCOMMIT=6f6b9d2 PRODUCT=docker ./hack/make.sh dynbinary
22:13:30 
22:13:30 Removing bundles/
22:13:30 
22:13:30 ---> Making bundle: dynbinary (in bundles/dynbinary)
22:13:30 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
22:13:30 GOOS="" GOARCH="" GOARM=""
22:13:30 #9 44.78 Selecting previously unselected package python3-certifi.
22:13:30 #9 44.79 Preparing to unpack .../330-python3-certifi_2019.11.28-1_all.deb ...
22:13:30 #9 44.79 Unpacking python3-certifi (2019.11.28-1) ...
22:13:30 #9 44.84 Selecting previously unselected package python3-idna.
22:13:30 #9 44.84 Preparing to unpack .../331-python3-idna_2.8-1_all.deb ...
22:13:30 #9 44.84 Unpacking python3-idna (2.8-1) ...
22:13:30 #9 44.88 Selecting previously unselected package python3-urllib3.
22:13:30 #9 44.89 Preparing to unpack .../332-python3-urllib3_1.25.8-2ubuntu0.1_all.deb ...
22:13:30 #9 44.90 Unpacking python3-urllib3 (1.25.8-2ubuntu0.1) ...
22:13:30 #9 44.94 Selecting previously unselected package python3-requests.
22:13:30 #9 44.94 Preparing to unpack .../333-python3-requests_2.22.0-2ubuntu1_all.deb ...
22:13:30 #9 44.95 Unpacking python3-requests (2.22.0-2ubuntu1) ...
22:13:30 #9 44.99 Selecting previously unselected package python3-unidiff.
22:13:30 #9 44.99 Preparing to unpack .../334-python3-unidiff_0.5.5-2_all.deb ...
22:13:30 #9 44.99 Unpacking python3-unidiff (0.5.5-2) ...
22:13:30 #9 45.07 Selecting previously unselected package python3-xdg.
22:13:30 #9 45.08 Preparing to unpack .../335-python3-xdg_0.26-1ubuntu1_all.deb ...
22:13:30 #9 45.08 Unpacking python3-xdg (0.26-1ubuntu1) ...
22:13:30 #9 45.12 Selecting previously unselected package unzip.
22:13:31 #9 45.13 Preparing to unpack .../336-unzip_6.0-25ubuntu1_amd64.deb ...
22:13:31 #9 45.13 Unpacking unzip (6.0-25ubuntu1) ...
22:13:31 #9 45.18 Selecting previously unselected package equivs.
22:13:31 #9 45.18 Preparing to unpack .../337-equivs_2.2.0_all.deb ...
22:13:31 #9 45.19 Unpacking equivs (2.2.0) ...
22:13:31 #9 45.22 Selecting previously unselected package libauthen-sasl-perl.
22:13:31 #9 45.23 Preparing to unpack .../338-libauthen-sasl-perl_2.1600-1_all.deb ...
22:13:31 #9 45.23 Unpacking libauthen-sasl-perl (2.1600-1) ...
22:13:31 #9 45.27 Selecting previously unselected package python3-magic.
22:13:31 #9 45.27 Preparing to unpack .../339-python3-magic_2%3a0.4.15-3_all.deb ...
22:13:31 #9 45.27 Unpacking python3-magic (2:0.4.15-3) ...
22:13:31 #9 45.38 Setting up libapt-pkg-perl (0.1.36build3) ...
22:13:31 #9 45.39 Setting up libksba8:amd64 (1.3.5-2) ...
22:13:31 #9 45.40 Setting up libpipeline1:amd64 (1.5.2-2build1) ...
22:13:31 #9 45.42 Setting up wdiff (1.2.2-2build1) ...
22:13:31 #9 45.43 Setting up libxau6:amd64 (1:1.0.9-0ubuntu1) ...
22:13:31 #9 45.45 Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ...
22:13:31 #9 45.46 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ...
22:13:31 #9 45.47 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
22:13:31 #9 45.48 Setting up mime-support (3.64ubuntu1) ...
22:13:31 #9 45.51 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
22:13:31 #9 45.54 Setting up libmagic-mgc (1:5.38-4) ...
22:13:31 #9 45.55 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
22:13:31 #9 45.56 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
22:13:31 #9 45.57 No schema files found: doing nothing.
22:13:31 #9 45.57 Setting up distro-info-data (0.43ubuntu1.9) ...
22:13:31 #9 45.59 Setting up manpages (5.05-1) ...
22:13:31 #9 45.60 Setting up unzip (6.0-25ubuntu1) ...
22:13:31 #9 45.62 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
22:13:31 #9 45.63 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ...
22:13:31 #9 45.74 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2) ...
22:13:31 #9 45.75 Setting up binutils-common:amd64 (2.34-6ubuntu1.1) ...
22:13:31 #9 45.77 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ...
22:13:31 #9 45.78 Setting up libmagic1:amd64 (1:5.38-4) ...
22:13:31 #9 45.80 Setting up less (551-1ubuntu0.1) ...
22:13:31 #9 45.81 Setting up perl-openssl-defaults:amd64 (4) ...
22:13:31 #9 45.82 Setting up linux-libc-dev:amd64 (5.4.0-89.100) ...
22:13:31 #9 45.84 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.1) ...
22:13:31 #9 45.85 Setting up gettext-base (0.19.8.1-10build1) ...
22:13:31 #9 45.86 Setting up libnpth0:amd64 (1.6-1) ...
22:13:31 #9 45.87 Setting up krb5-locales (1.17-6ubuntu4.1) ...
22:13:31 #9 45.88 Setting up file (1:5.38-4) ...
22:13:31 #9 45.89 Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ...
22:13:31 #9 45.91 Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
22:13:31 #9 45.92 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
22:13:31 #9 45.93 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ...
22:13:31 #9 45.94 Setting up libunwind8:amd64 (1.2.1-9build1) ...
22:13:31 #9 45.96 Setting up libfakeroot:amd64 (1.24-1) ...
22:13:31 #9 45.97 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ...
22:13:31 #9 45.99 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ...
22:13:31 #9 46.00 Setting up tzdata (2021a-2ubuntu0.20.04) ...
22:13:31 #9 46.09 
22:13:31 #9 46.09 Current default time zone: 'Etc/UTC'
22:13:31 #9 46.09 Local time is now:      Tue Oct 19 22:13:31 UTC 2021.
22:13:31 #9 46.09 Universal Time is now:  Tue Oct 19 22:13:31 UTC 2021.
22:13:31 #9 46.09 Run 'dpkg-reconfigure tzdata' if you wish to change it.
22:13:31 #9 46.09 
22:13:31 #9 46.15 Setting up fakeroot (1.24-1) ...
22:13:31 #9 46.16 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
22:13:31 #9 46.16 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
22:13:31 #9 46.16 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
22:13:31 #9 46.16 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
22:13:31 #9 46.16 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
22:13:31 #9 46.16 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
22:13:31 #9 46.16 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
22:13:31 #9 46.17 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
22:13:31 #9 46.17 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
22:13:31 #9 46.18 Setting up autotools-dev (20180224.1) ...
22:13:31 #9 46.19 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
22:13:31 #9 46.20 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
22:13:32 #9 46.21 Setting up make (4.2.1-1.2) ...
22:13:32 #9 46.22 Setting up libmpfr6:amd64 (4.0.2-1) ...
22:13:32 #9 46.31 Setting up gnupg-l10n (2.2.19-3ubuntu2.1) ...
22:13:32 #9 46.32 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
22:13:32 #9 46.33 Setting up libidn11:amd64 (1.33-2.2ubuntu2) ...
22:13:32 #9 46.35 Setting up strace (5.5-3ubuntu1) ...
22:13:32 #9 46.36 Setting up libsigsegv2:amd64 (2.12-2) ...
22:13:32 #9 46.37 Setting up xz-utils (5.2.4-1ubuntu1) ...
22:13:32 #9 46.38 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:13:32 #9 46.38 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
22:13:32 #9 46.38 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
22:13:32 #9 46.38 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
22:13:32 #9 46.38 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
22:13:32 #9 46.38 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
22:13:32 #9 46.38 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
22:13:32 #9 46.38 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
22:13:32 #9 46.38 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
22:13:32 #9 46.38 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
22:13:32 #9 46.38 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
22:13:32 #9 46.39 Setting up t1utils (1.41-3) ...
22:13:32 #9 46.40 Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
22:13:32 #9 46.41 Setting up diffstat (1.63-1) ...
22:13:32 #9 46.42 Setting up libmpc3:amd64 (1.1.0-1) ...
22:13:32 #9 46.44 Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
22:13:32 #9 46.45 Setting up patch (2.7.6-6) ...
22:13:32 #9 46.46 Setting up autopoint (0.19.8.1-10build1) ...
22:13:32 #9 46.48 Setting up libfl2:amd64 (2.6.4-6.2) ...
22:13:32 #9 46.49 Setting up ucf (3.0038+nmu1) ...
22:13:32 #9 46.61 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ...
22:13:32 #9 46.62 Setting up libltdl7:amd64 (2.4.6-14) ...
22:13:32 #9 46.64 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2) ...
22:13:32 #9 46.65 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
22:13:32 #9 46.66 Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
22:13:32 #9 46.67 Setting up python-apt-common (2.0.0ubuntu0.20.04.6) ...
22:13:32 #9 46.68 Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
22:13:32 #9 46.69 Setting up libuchardet0:amd64 (0.0.6-3build1) ...
22:13:32 #9 46.70 Setting up libre2-5:amd64 (20200101+dfsg-1build1) ...
22:13:32 #9 46.72 Setting up git-man (1:2.25.1-1ubuntu3.2) ...
22:13:32 #9 46.73 Setting up libisl22:amd64 (0.22.1-1) ...
22:13:32 #9 46.75 Setting up netbase (6.1) ...
22:13:32 #9 46.78 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ...
22:13:32 #9 46.79 Setting up libmpdec2:amd64 (2.4.2-3) ...
22:13:32 #9 46.81 Setting up libbinutils:amd64 (2.34-6ubuntu1.1) ...
22:13:32 #9 46.82 Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ...
22:13:32 #9 46.83 Setting up libc-dev-bin (2.31-0ubuntu9.2) ...
22:13:32 #9 46.88 Setting up openssl (1.1.1f-1ubuntu2.8) ...
22:13:32 #9 46.90 Setting up libbsd0:amd64 (0.10.0-1) ...
22:13:32 #9 46.93 Setting up libelf1:amd64 (0.176-1.1build1) ...
22:13:32 #9 46.94 Setting up readline-common (8.0-4) ...
22:13:32 #9 46.95 Setting up publicsuffix (20200303.0012-1) ...
22:13:32 #9 46.96 Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
22:13:32 #9 46.98 Setting up iso-codes (4.4-1) ...
22:13:32 #9 46.99 Setting up liblocale-gettext-perl (1.07-4) ...
22:13:32 #9 47.00 Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
22:13:32 #9 47.01 Setting up dctrl-tools (2.24-3) ...
22:13:32 #9 47.02 Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
22:13:32 #9 47.03 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
22:13:32 #9 47.05 Setting up libgdbm6:amd64 (1.18.1-5) ...
22:13:32 #9 47.06 Setting up gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) ...
22:13:32 #9 47.08 Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
22:13:32 #9 47.09 Setting up libctf0:amd64 (2.34-6ubuntu1.1) ...
22:13:32 #9 47.10 Setting up pinentry-curses (1.1.0-3build1) ...
22:13:32 #9 47.12 Setting up manpages-dev (5.05-1) ...
22:13:32 #9 47.13 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
22:13:32 #9 47.14 Setting up libxcb1:amd64 (1.14-2) ...
22:13:32 #9 47.15 Setting up at (3.1.23-1ubuntu1) ...
22:13:33 #9 47.29 invoke-rc.d: could not determine current runlevel
22:13:33 #9 47.29 invoke-rc.d: policy-rc.d denied execution of start.
22:13:33 #9 47.30 Setting up libicu66:amd64 (66.1-2ubuntu2) ...
22:13:33 #9 47.31 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
22:13:33 #9 47.32 Setting up libedit2:amd64 (3.1-20191231-1) ...
22:13:33 #9 47.34 Setting up libreadline8:amd64 (8.0-4) ...
22:13:33 #9 47.35 Setting up m4 (1.4.18-4) ...
22:13:33 #9 47.36 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
22:13:33 #9 47.37 Setting up ca-certificates (20210119~20.04.2) ...
22:13:33 #9 47.75 Updating certificates in /etc/ssl/certs...
22:13:34 #9 48.17 128 added, 0 removed; done.
22:13:34 #9 48.22 Setting up libasan5:amd64 (9.3.0-17ubuntu1~20.04) ...
22:13:34 #9 48.24 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
22:13:34 #9 48.25 Setting up bsdmainutils (11.1.2ubuntu3) ...
22:13:34 #9 48.27 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
22:13:34 #9 48.27 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
22:13:34 #9 48.27 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
22:13:34 #9 48.27 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
22:13:34 #9 48.28 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ...
22:13:34 #9 48.30 Setting up libgdbm-compat4:amd64 (1.18.1-5) ...
22:13:34 #9 48.31 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
22:13:34 #9 48.32 Setting up dwz (0.13-5) ...
22:13:34 #9 48.34 Setting up groff-base (1.22.4-4build1) ...
22:13:34 #9 41.42 Public key for perl-libs-5.16.3-299.el7_9.x86_64.rpm is not installed
22:13:34 #9 48.36 Setting up gpgconf (2.2.19-3ubuntu2.1) ...
22:13:34 #9 48.38 Setting up cpp-9 (9.3.0-17ubuntu1~20.04) ...
22:13:34 #9 48.39 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ...
22:13:34 #9 48.41 Setting up libc6-dev:amd64 (2.31-0ubuntu9.2) ...
22:13:34 #9 48.42 Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
22:13:34 #9 48.44 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.1) ...
22:13:34 #9 48.45 Setting up python3.8 (3.8.10-0ubuntu1~20.04.1) ...
22:13:34 #9 49.07 Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ...
22:13:34 #9 49.08 Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
22:13:34 #9 49.10 Setting up gpg (2.2.19-3ubuntu2.1) ...
22:13:34 #9 49.11 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
22:13:34 #9 49.12 Setting up gnupg-utils (2.2.19-3ubuntu2.1) ...
22:13:34 #9 49.13 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.1) ...
22:13:34 #9 49.14 Setting up gpg-agent (2.2.19-3ubuntu2.1) ...
22:13:35 #9 49.60 Setting up openssh-client (1:8.2p1-4ubuntu0.3) ...
22:13:35 #9 49.69 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
22:13:35 #9 49.70 Setting up gpgsm (2.2.19-3ubuntu2.1) ...
22:13:35 #9 49.71 Setting up libxext6:amd64 (2:1.3.4-0ubuntu1) ...
22:13:35 #9 49.72 Setting up python3 (3.8.2-0ubuntu2) ...
22:13:35 #9 50.00 Setting up binutils (2.34-6ubuntu1.1) ...
22:13:35 #9 50.01 Setting up python3-xdg (0.26-1ubuntu1) ...
22:13:35 #9 50.17 Setting up man-db (2.9.1-1) ...
22:13:35 #9 50.26 Building database of manual pages ...
22:13:36 #9 50.50 Setting up libgpgme11:amd64 (1.13.1-7ubuntu2) ...
22:13:36 #9 50.51 Setting up python3-six (1.14.0-2) ...
22:13:36 #9 50.68 Setting up libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
22:13:36 #9 50.69 Setting up perl (5.30.0-9ubuntu0.2) ...
22:13:36 #9 50.71 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
22:13:36 #9 50.72 Setting up python3-gpg (1.13.1-7ubuntu2) ...
22:13:36 #9 50.89 Setting up libdata-dump-perl (1.23-1) ...
22:13:36 #9 50.90 Setting up python3-certifi (2019.11.28-1) ...
22:13:36 #9 51.03 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
22:13:36 #9 51.04 Setting up libref-util-perl (0.204-1) ...
22:13:36 #9 51.06 Setting up libipc-system-simple-perl (1.26-1) ...
22:13:36 #9 51.07 Setting up libnet-domain-tld-perl (1.75-1) ...
22:13:36 #9 51.08 Setting up libxml-writer-perl (0.625-1) ...
22:13:36 #9 51.09 Setting up libhash-fieldhash-perl (0.15-1build2) ...
22:13:36 #9 51.10 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
22:13:36 #9 51.11 Setting up shared-mime-info (1.15-1) ...
22:13:39 #9 53.31 Setting up liblinux-epoll-perl (0.017-1) ...
22:13:39 #9 53.32 Setting up libvariable-magic-perl (0.62-1build2) ...
22:13:39 #9 53.33 Setting up python3-idna (2.8-1) ...
22:13:39 #9 53.53 Setting up libio-html-perl (1.001-1) ...
22:13:39 #9 53.54 Setting up libcroco3:amd64 (0.6.13-1) ...
22:13:39 #9 53.55 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
22:13:39 #9 53.57 Setting up libtest-refcount-perl (0.10-1) ...
22:13:39 #9 53.58 Setting up libparams-util-perl (1.07-3build5) ...
22:13:39 #9 53.59 Setting up libdpkg-perl (1.19.7ubuntu3) ...
22:13:39 #9 53.60 Setting up autoconf (2.69-11.1) ...
22:13:39 #9 53.62 Setting up python3-urllib3 (1.25.8-2ubuntu0.1) ...
22:13:39 #9 53.78 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
22:13:39 #9 53.79 Setting up libarray-intspan-perl (2.003-1) ...
22:13:39 #9 53.80 Setting up libcapture-tiny-perl (0.48-1) ...
22:13:39 #9 53.82 Setting up libtimedate-perl (2.3200-1) ...
22:13:39 #9 53.83 Setting up gpg-wks-server (2.2.19-3ubuntu2.1) ...
22:13:39 #9 53.84 Setting up libsub-name-perl (0.26-1) ...
22:13:39 #9 53.85 Setting up libtype-tiny-xs-perl (0.016-1) ...
22:13:39 #9 53.86 Setting up libfile-chdir-perl (0.1008-1) ...
22:13:39 #9 53.87 Setting up xauth (1:1.1-0ubuntu1) ...
22:13:39 #9 53.88 Setting up cpp (4:9.3.0-1ubuntu2) ...
22:13:39 #9 53.90 Setting up libpath-tiny-perl (0.108-1) ...
22:13:39 #9 53.91 Setting up libarchive-cpio-perl (0.10-1) ...
22:13:39 #9 53.92 Setting up libjson-perl (4.02000-2) ...
22:13:39 #9 53.93 Setting up libsub-override-perl (0.09-2) ...
22:13:39 #9 53.94 Setting up python3-unidiff (0.5.5-2) ...
22:13:39 #9 54.07 Setting up libstrictures-perl (2.000006-1) ...
22:13:40 #9 54.08 Setting up libsub-quote-perl (2.006006-1) ...
22:13:40 #9 54.09 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
22:13:40 #9 54.10 Setting up libsort-versions-perl (1.62-1) ...
22:13:40 #9 54.11 Setting up libexporter-tiny-perl (1.002001-1) ...
22:13:40 #9 54.12 Setting up libre-engine-re2-perl (0.13-5) ...
22:13:40 #9 54.13 Setting up libterm-readkey-perl (2.38-1build1) ...
22:13:40 #9 54.15 Setting up lsb-release (11.1.0ubuntu2) ...
22:13:40 #9 54.16 Setting up libnet-ip-perl (1.26-2) ...
22:13:40 #9 54.17 Setting up python3-magic (2:0.4.15-3) ...
22:13:40 #9 54.30 Setting up libperlio-gzip-perl (0.19-1build5) ...
22:13:40 #9 54.31 Setting up libsys-hostname-long-perl (1.5-1) ...
22:13:40 #9 54.32 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
22:13:40 #9 54.33 Setting up liburi-perl (1.76-2) ...
22:13:40 #9 54.35 Setting up libdigest-bubblebabble-perl (0.02-2) ...
22:13:40 #9 54.36 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
22:13:40 #9 54.37 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
22:13:40 #9 54.38 Setting up python3-pkg-resources (45.2.0-1) ...
22:13:40 #9 54.57 Setting up automake (1:1.16.1-4ubuntu6) ...
22:13:40 #9 54.58 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
22:13:40 #9 54.58 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
22:13:40 #9 54.58 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
22:13:40 #9 54.58 Setting up libasync-mergepoint-perl (0.04-2) ...
22:13:40 #9 54.59 Setting up libstring-escape-perl (2010.002-2) ...
22:13:40 #9 54.61 Setting up gcc-9 (9.3.0-17ubuntu1~20.04) ...
22:13:40 #9 54.62 Setting up libhttp-date-perl (6.05-1) ...
22:13:40 #9 54.63 Setting up libfile-which-perl (1.23-1) ...
22:13:40 #9 54.64 Setting up libfile-basedir-perl (0.08-1) ...
22:13:40 #9 54.65 Setting up gettext (0.19.8.1-10build1) ...
22:13:40 #9 54.66 Setting up libnumber-range-perl (0.12-1) ...
22:13:40 #9 54.67 Setting up libunicode-utf8-perl (0.62-1build1) ...
22:13:40 #9 54.68 Setting up libstruct-dumb-perl (0.09-1) ...
22:13:40 #9 54.69 Setting up libfile-listing-perl (6.04-1) ...
22:13:40 #9 54.70 Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
22:13:40 #9 54.72 Setting up libregexp-pattern-perl (0.2.12-1) ...
22:13:40 #9 54.73 Setting up libfont-afm-perl (1.20-2) ...
22:13:40 #9 54.74 Setting up libwant-perl (0.29-1build4) ...
22:13:40 #9 54.75 Setting up libdynaloader-functions-perl (0.003-1) ...
22:13:40 #9 54.76 Setting up libtext-glob-perl (0.10-1) ...
22:13:40 #9 54.77 Setting up libclass-method-modifiers-perl (2.13-1) ...
22:13:40 #9 54.78 Setting up liblist-compare-perl (0.53-1) ...
22:13:40 #9 54.79 Setting up libref-util-xs-perl (0.117-1build2) ...
22:13:40 #9 54.81 Setting up libio-pty-perl (1:1.12-1) ...
22:13:40 #9 54.82 Setting up libtool (2.4.6-14) ...
22:13:40 #9 54.83 Setting up libfile-fcntllock-perl (0.22-3build4) ...
22:13:40 #9 54.84 Setting up libsort-key-perl (1.33-2build2) ...
22:13:40 #9 54.85 Setting up libclone-perl (0.43-2) ...
22:13:40 #9 54.86 Setting up libalgorithm-diff-perl (1.19.03-2) ...
22:13:40 #9 54.87 Setting up libarchive-zip-perl (1.67-2) ...
22:13:40 #9 54.88 Setting up libsub-identify-perl (0.14-1build2) ...
22:13:40 #9 54.89 Setting up libdistro-info-perl (0.23ubuntu1) ...
22:13:40 #9 54.90 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
22:13:40 #9 54.91 Setting up python3-apt (2.0.0ubuntu0.20.04.6) ...
22:13:40 #9 55.07 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
22:13:40 #9 55.09 Setting up libio-stringy-perl (2.111-3) ...
22:13:40 #9 55.10 Setting up liblist-moreutils-perl (0.416-1build5) ...
22:13:40 #9 55.11 Setting up libhtml-tagset-perl (3.20-4) ...
22:13:40 #9 55.12 Setting up liblog-any-perl (1.708-1) ...
22:13:40 #9 55.13 Setting up libauthen-sasl-perl (2.1600-1) ...
22:13:40 #9 55.14 Setting up libdevel-size-perl (0.83-1build1) ...
22:13:41 #9 55.15 Setting up libdebhelper-perl (12.10ubuntu1) ...
22:13:41 #9 55.16 Setting up libpod-constants-perl (0.19-1) ...
22:13:41 #9 55.18 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
22:13:41 #9 55.19 Setting up libperl4-corelibs-perl (0.004-2) ...
22:13:41 #9 55.20 Setting up libfuture-perl (0.43-1) ...
22:13:41 #9 55.21 Setting up liblwp-mediatypes-perl (6.04-1) ...
22:13:41 #9 55.23 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
22:13:41 #9 55.24 Setting up libtry-tiny-perl (0.30-1) ...
22:13:41 #9 55.25 Setting up libtype-tiny-perl (1.008001-2) ...
22:13:41 #9 55.26 Setting up libtest-fatal-perl (0.014-1) ...
22:13:41 #9 55.27 Setting up libcommon-sense-perl (3.74-2build6) ...
22:13:41 #9 55.28 Setting up libxml-namespacesupport-perl (1.12-1) ...
22:13:41 #9 55.30 Setting up libnet-http-perl (6.19-1) ...
22:13:41 #9 55.31 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
22:13:41 #9 55.32 Setting up libencode-locale-perl (1.05-1) ...
22:13:41 #9 55.33 Setting up libtext-levenshtein-perl (0.13-1) ...
22:13:41 #9 55.34 Setting up libnet-dns-perl (1.22-1) ...
22:13:41 #9 55.35 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
22:13:41 #9 55.36 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
22:13:41 #9 55.37 Setting up libstring-shellquote-perl (1.04-1) ...
22:13:41 #9 55.38 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
22:13:41 #9 55.39 Setting up libsub-install-perl (0.928-1) ...
22:13:41 #9 55.41 Setting up gcc (4:9.3.0-1ubuntu2) ...
22:13:41 #9 55.43 Setting up dpkg-dev (1.19.7ubuntu3) ...
22:13:41 #9 55.45 Setting up libnumber-compare-perl (0.03-1) ...
22:13:41 #9 55.46 Setting up intltool-debian (0.35.0+20060710.5) ...
22:13:41 #9 55.47 Setting up libio-async-perl (0.75-1) ...
22:13:41 #9 55.48 Setting up liberror-perl (0.17029-1) ...
22:13:41 #9 55.49 Setting up patchutils (0.3.4-2) ...
22:13:41 #9 55.50 Setting up libmail-sendmail-perl (0.80-1) ...
22:13:41 #9 55.51 Setting up libltdl-dev:amd64 (2.4.6-14) ...
22:13:41 #9 55.52 Setting up libjson-maybexs-perl (1.004000-1) ...
22:13:41 #9 55.53 Setting up libxml-sax-base-perl (1.09-1) ...
22:13:41 #9 55.54 Setting up libio-string-perl (1.08-3) ...
22:13:41 #9 55.55 Setting up libreadonly-perl (2.050-2) ...
22:13:41 #9 55.56 Setting up python3-chardet (3.0.4-4build1) ...
22:13:41 #9 55.80 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
22:13:41 #9 55.81 Setting up libfile-find-rule-perl (0.34-1) ...
22:13:41 #9 55.82 Setting up libstring-copyright-perl (0.003006-1) ...
22:13:41 #9 55.84 Setting up python3-debian (0.1.36ubuntu1) ...
22:13:41 #9 55.99 Setting up python3-requests (2.22.0-2ubuntu1) ...
22:13:42 #9 56.14 Setting up libdata-optlist-perl (0.110-1) ...
22:13:42 #9 56.15 Setting up libipc-run-perl (20180523.0-2) ...
22:13:42 #9 56.17 Setting up g++-9 (9.3.0-17ubuntu1~20.04) ...
22:13:42 #9 56.18 Setting up libcontextual-return-perl (0.004014-2) ...
22:13:42 #9 56.19 Setting up libwww-robotrules-perl (6.02-1) ...
22:13:42 #9 56.20 Setting up libtypes-serialiser-perl (1.0-1) ...
22:13:42 #9 56.21 Setting up g++ (4:9.3.0-1ubuntu2) ...
22:13:42 #9 56.24 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
22:13:42 #9 56.24 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
22:13:42 #9 56.24 Setting up libhtml-parser-perl (3.72-5) ...
22:13:42 #9 56.26 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
22:13:42 #9 56.27 Setting up librole-tiny-perl (2.001004-1) ...
22:13:42 #9 56.28 Setting up build-essential (12.8ubuntu1.1) ...
22:13:42 #9 56.30 Setting up libfont-ttf-perl (1.06-1) ...
22:13:42 #9 56.31 Setting up libfile-homedir-perl (1.004-1) ...
22:13:42 #9 56.32 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
22:13:42 #9 56.33 Setting up libio-socket-ssl-perl (2.067-1) ...
22:13:42 #9 56.34 Setting up libsub-exporter-perl (0.987-1) ...
22:13:42 #9 56.36 Setting up libalgorithm-merge-perl (0.08-3) ...
22:13:42 #9 56.37 Setting up libhttp-message-perl (6.22-1) ...
22:13:42 #9 56.38 Setting up libhtml-form-perl (6.07-1) ...
22:13:42 #9 56.39 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
22:13:42 #9 56.40 Setting up libjson-xs-perl (4.020-1build1) ...
22:13:42 #9 56.41 Setting up libhttp-negotiate-perl (6.01-1) ...
22:13:42 #9 56.43 Setting up libio-prompter-perl (0.004015-1) ...
22:13:42 #9 56.44 Setting up libhttp-cookies-perl (6.08-1) ...
22:13:42 #9 56.45 Setting up po-debconf (1.0.21) ...
22:13:42 #9 56.48 Setting up libhtml-tree-perl (5.07-2) ...
22:13:42 #9 56.49 Setting up libparams-classify-perl (0.015-1build2) ...
22:13:42 #9 56.50 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ...
22:13:42 #9 56.51 Setting up libpath-iterator-rule-perl (1.014-1) ...
22:13:42 #9 56.52 Setting up libnet-dns-sec-perl (1.15-1) ...
22:13:42 #9 56.54 Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ...
22:13:42 #9 56.55 Setting up libsereal-perl (4.011-1) ...
22:13:42 #9 56.56 Setting up libhtml-format-perl (2.12-1) ...
22:13:42 #9 56.58 Setting up libxml-sax-perl (1.02+dfsg-1) ...
22:13:42 #9 56.64 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
22:13:42 #9 56.70 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
22:13:42 #9 56.82 
22:13:42 #9 56.82 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
22:13:42 #9 56.85 Setting up dput (1.0.3ubuntu1) ...
22:13:42 #9 57.00 Setting up libio-async-loop-epoll-perl (0.20-1) ...
22:13:42 #9 57.01 Setting up dirmngr (2.2.19-3ubuntu2.1) ...
22:13:43 #9 57.15 Setting up libnet-smtp-ssl-perl (1.04-1) ...
22:13:43 #9 57.16 Setting up libmodule-runtime-perl (0.016-1) ...
22:13:43 #9 57.17 Setting up libmailtools-perl (2.21-1) ...
22:13:43 #9 57.18 Setting up git (1:2.25.1-1ubuntu3.2) ...
22:13:43 #9 57.21 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
22:13:43 #9 57.25 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
22:13:43 #9 57.32 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
22:13:43 #9 57.39 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
22:13:43 #9 57.51 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
22:13:43 #9 57.54 Setting up dh-strip-nondeterminism (1.7.0-1) ...
22:13:43 #9 57.55 Setting up libconst-fast-perl (0.014-1) ...
22:13:43 #9 57.56 Setting up libhttp-daemon-perl (6.06-1) ...
22:13:43 #9 57.57 Setting up libgit-wrapper-perl (0.048-1) ...
22:13:43 #9 57.58 Setting up libcurl4:amd64 (7.68.0-1ubuntu2.7) ...
22:13:43 #9 57.61 Setting up curl (7.68.0-1ubuntu2.7) ...
22:13:43 #9 57.62 Setting up gpg-wks-client (2.2.19-3ubuntu2.1) ...
22:13:43 #9 57.63 Setting up libmodule-implementation-perl (0.09-1) ...
22:13:43 #9 57.64 Setting up libemail-valid-perl (1.202-1) ...
22:13:43 #9 57.65 Setting up libpackage-stash-perl (0.38-1) ...
22:13:43 #9 57.66 Setting up libimport-into-perl (1.002005-1) ...
22:13:43 #9 57.67 Setting up libmoo-perl (2.003006-1) ...
22:13:43 #9 57.68 Setting up liblist-someutils-perl (0.58-1) ...
22:13:43 #9 57.69 Setting up liblist-someutils-xs-perl (0.58-2) ...
22:13:43 #9 57.70 Setting up gnupg (2.2.19-3ubuntu2.1) ...
22:13:43 #9 57.72 Setting up libmoox-aliases-perl (0.001006-1) ...
22:13:43 #9 57.73 Setting up libparams-validate-perl (1.29-3) ...
22:13:43 #9 57.74 Setting up libb-hooks-endofscope-perl (0.24-1) ...
22:13:43 #9 57.75 Setting up libnamespace-clean-perl (0.27-1) ...
22:13:43 #9 57.76 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
22:13:43 #9 57.77 Setting up libgitlab-api-v4-perl (0.25-1) ...
22:13:43 #9 57.78 Setting up libmoox-struct-perl (0.017-1) ...
22:13:43 #9 57.80 Setting up lintian (2.62.0ubuntu1) ...
22:13:43 #9 57.81 Setting up licensecheck (3.0.45-1) ...
22:13:43 #9 57.82 Setting up dh-autoreconf (19) ...
22:13:43 #9 57.84 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
22:13:43 #9 57.85 Setting up libwww-perl (6.43-1) ...
22:13:43 #9 57.86 Setting up debhelper (12.10ubuntu1) ...
22:13:43 #9 57.87 Setting up devscripts (2.20.2ubuntu2) ...
22:13:43 #9 58.03 Setting up equivs (2.2.0) ...
22:13:43 #9 58.04 Setting up libxml-parser-perl (2.46-1) ...
22:13:43 #9 58.05 Setting up libxml-sax-expat-perl (0.51-1) ...
22:13:43 #9 58.09 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
22:13:43 #9 58.14 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
22:13:44 #9 58.26 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
22:13:44 #9 58.32 Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
22:13:44 #9 58.34 Processing triggers for ca-certificates (20210119~20.04.2) ...
22:13:44 #9 58.35 Updating certificates in /etc/ssl/certs...
22:13:44 #9 58.68 0 added, 0 removed; done.
22:13:44 #9 58.68 Running hooks in /etc/ca-certificates/update.d...
22:13:44 #9 58.68 done.
22:13:45 #9 DONE 60.0s
22:13:45 
22:13:45 #11 [stage-1 4/9] COPY common /root/build-deb/debian
22:13:45 #11 sha256:819401e62208fdb0b67a425b1e994e538300ad23e637f9ecfd06c75bcb5c9a35
22:13:45 #11 DONE 0.1s
22:13:45 
22:13:45 #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
22:13:45 #12 sha256:4dc961d095ed6c7dc4b89e3fbd86860e211717180b351b614dca471b87a5e576
22:13:46 #12 1.064 Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease
22:13:47 #12 1.171 Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
22:13:47 #12 1.253 Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease
22:13:47 #12 1.316 Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease
22:13:49 #12 1.742 Reading package lists...
22:13:49 #12 3.802 dh_testdir
22:13:49 #12 3.822 dh_testroot
22:13:49 #12 3.840 dh_prep
22:13:49 #12 3.862 dh_testdir
22:13:49 #12 3.880 dh_testroot
22:13:49 #12 3.902 dh_install
22:13:49 #12 3.929 dh_installdocs
22:13:49 #12 3.963 dh_installchangelogs
22:13:49 #12 4.036 dh_compress
22:13:49 #12 4.071 dh_fixperms
22:13:49 #12 4.123 dh_installdeb
22:13:49 #12 4.150 dh_gencontrol
22:13:50 #12 4.264 dh_md5sums
22:13:50 #12 4.293 dh_builddeb
22:13:50 #12 4.313 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
22:13:50 #12 4.333 
22:13:50 #12 4.333 The package has been created.
22:13:50 #12 4.333 Attention, the package has been created in the current directory,
22:13:50 #12 4.333 not in ".." as indicated by the message above!
22:13:50 #12 4.391 Selecting previously unselected package docker-ce-build-deps.
22:13:50 #12 4.405 (Reading database ... 26306 files and directories currently installed.)
22:13:50 #12 4.406 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
22:13:50 #12 4.409 Unpacking docker-ce-build-deps (1.0) ...
22:13:50 #12 4.532 Reading package lists...
22:13:51 #12 5.246 Building dependency tree...
22:13:51 #12 5.391 Reading state information...
22:13:51 #12 5.407 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
22:13:51 #12 5.439 Starting 2 pkgProblemResolver with broken count: 0
22:13:51 #12 5.441 Done
22:13:51 #12 5.456  Done
22:13:51 #12 5.462 Starting pkgProblemResolver with broken count: 0
22:13:51 #12 5.484 Starting 2 pkgProblemResolver with broken count: 0
22:13:51 #12 5.486 Done
22:13:51 #12 5.566 The following additional packages will be installed:
22:13:51 #12 5.566   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
22:13:51 #12 5.566   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
22:13:51 #12 5.566   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
22:13:51 #12 5.566   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
22:13:51 #12 5.567   libudev-dev libuv1 pkg-config
22:13:51 #12 5.567 Suggested packages:
22:13:51 #12 5.567   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
22:13:51 #12 5.567 Recommended packages:
22:13:51 #12 5.567   dmsetup
22:13:51 #12 5.598 The following NEW packages will be installed:
22:13:51 #12 5.599   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
22:13:51 #12 5.599   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
22:13:51 #12 5.599   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
22:13:51 #12 5.599   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
22:13:51 #12 5.600   libudev-dev libuv1 pkg-config
22:13:52 #12 6.013 0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.
22:13:52 #12 6.013 1 not fully installed or removed.
22:13:52 #12 6.013 Need to get 8539 kB of archives.
22:13:52 #12 6.013 After this operation, 41.1 MB of additional disk space will be used.
22:13:52 #12 6.013 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 bash-completion all 1:2.10-1ubuntu1 [178 kB]
22:13:52 #12 6.367 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake-data all 3.16.3-1ubuntu1 [1612 kB]
22:13:52 #12 6.641 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive13 amd64 3.4.0-2ubuntu1 [327 kB]
22:13:52 #12 6.664 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libjsoncpp1 amd64 1.7.4-3.1ubuntu2 [75.6 kB]
22:13:52 #12 6.669 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 librhash0 amd64 1.3.9-1 [113 kB]
22:13:52 #12 6.673 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libuv1 amd64 1.34.2-1ubuntu1.3 [80.8 kB]
22:13:52 #12 6.677 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake amd64 3.16.3-1ubuntu1 [3669 kB]
22:13:52 #12 6.874 Get:8 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
22:13:52 #12 6.875 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtrfs0 amd64 5.4.1-2 [175 kB]
22:13:52 #12 6.879 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtrfs-dev amd64 5.4.1-2 [227 kB]
22:13:52 #12 6.882 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB]
22:13:52 #12 6.884 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.167-1ubuntu1 [11.9 kB]
22:13:52 #12 6.884 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev-dev amd64 245.4-4ubuntu3.13 [19.7 kB]
22:13:52 #12 6.886 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libsepol1-dev amd64 3.0-1 [325 kB]
22:13:52 #12 6.891 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-16-0 amd64 10.34-7 [181 kB]
22:13:52 #12 6.900 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-32-0 amd64 10.34-7 [169 kB]
22:13:52 #12 6.948 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-posix2 amd64 10.34-7 [5992 B]
22:13:52 #12 7.022 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-dev amd64 10.34-7 [670 kB]
22:13:53 #12 7.029 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libselinux1-dev amd64 3.0-1build2 [151 kB]
22:13:53 #12 7.030 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-dev amd64 2:1.02.167-1ubuntu1 [35.8 kB]
22:13:53 #12 7.031 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1~20.04.1 [83.6 kB]
22:13:53 #12 7.032 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.13 [246 kB]
22:13:53 #12 7.034 Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB]
22:13:53 #12 7.226 debconf: delaying package configuration, since apt-utils is not installed
22:13:53 #12 7.257 Fetched 8539 kB in 1s (5969 kB/s)
22:13:53 #12 7.289 Selecting previously unselected package bash-completion.
22:13:53 #12 7.289 (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 ... 26310 files and directories currently installed.)
22:13:53 #12 7.302 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
22:13:53 #12 7.902 Unpacking bash-completion (1:2.10-1ubuntu1) ...
22:13:53 #12 8.051 Selecting previously unselected package cmake-data.
22:13:53 #12 8.054 Preparing to unpack .../01-cmake-data_3.16.3-1ubuntu1_all.deb ...
22:13:53 #12 8.058 Unpacking cmake-data (3.16.3-1ubuntu1) ...
22:13:54 #12 8.499 Selecting previously unselected package libarchive13:amd64.
22:13:54 #12 8.503 Preparing to unpack .../02-libarchive13_3.4.0-2ubuntu1_amd64.deb ...
22:13:54 #12 8.510 Unpacking libarchive13:amd64 (3.4.0-2ubuntu1) ...
22:13:54 #12 8.566 Selecting previously unselected package libjsoncpp1:amd64.
22:13:54 #12 8.569 Preparing to unpack .../03-libjsoncpp1_1.7.4-3.1ubuntu2_amd64.deb ...
22:13:54 #12 8.572 Unpacking libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
22:13:54 #12 8.613 Selecting previously unselected package librhash0:amd64.
22:13:54 #12 8.616 Preparing to unpack .../04-librhash0_1.3.9-1_amd64.deb ...
22:13:54 #12 8.620 Unpacking librhash0:amd64 (1.3.9-1) ...
22:13:54 #12 8.659 Selecting previously unselected package libuv1:amd64.
22:13:54 #12 8.662 Preparing to unpack .../05-libuv1_1.34.2-1ubuntu1.3_amd64.deb ...
22:13:54 #12 8.666 Unpacking libuv1:amd64 (1.34.2-1ubuntu1.3) ...
22:13:54 #12 8.697 Selecting previously unselected package cmake.
22:13:54 #12 8.700 Preparing to unpack .../06-cmake_3.16.3-1ubuntu1_amd64.deb ...
22:13:54 #12 8.704 Unpacking cmake (3.16.3-1ubuntu1) ...
22:13:54 #12 9.086 Selecting previously unselected package dh-apparmor.
22:13:54 #12 9.089 Preparing to unpack .../07-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
22:13:54 #12 9.092 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
22:13:54 #12 9.125 Selecting previously unselected package libbtrfs0:amd64.
22:13:54 #12 9.128 Preparing to unpack .../08-libbtrfs0_5.4.1-2_amd64.deb ...
22:13:54 #12 9.132 Unpacking libbtrfs0:amd64 (5.4.1-2) ...
22:13:54 #12 9.171 Selecting previously unselected package libbtrfs-dev:amd64.
22:13:54 #12 9.174 Preparing to unpack .../09-libbtrfs-dev_5.4.1-2_amd64.deb ...
22:13:54 #12 9.177 Unpacking libbtrfs-dev:amd64 (5.4.1-2) ...
22:13:54 #12 9.229 Selecting previously unselected package libdevmapper1.02.1:amd64.
22:13:54 #12 9.232 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
22:13:54 #12 9.235 Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
22:13:54 #12 9.277 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
22:13:55 #12 9.280 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
22:13:55 #12 9.283 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
22:13:55 #12 9.307 Selecting previously unselected package libudev-dev:amd64.
22:13:55 #12 9.310 Preparing to unpack .../12-libudev-dev_245.4-4ubuntu3.13_amd64.deb ...
22:13:55 #12 9.314 Unpacking libudev-dev:amd64 (245.4-4ubuntu3.13) ...
22:13:55 #12 9.346 Selecting previously unselected package libsepol1-dev:amd64.
22:13:55 #12 9.350 Preparing to unpack .../13-libsepol1-dev_3.0-1_amd64.deb ...
22:13:55 #12 9.354 Unpacking libsepol1-dev:amd64 (3.0-1) ...
22:13:55 #12 9.418 Selecting previously unselected package libpcre2-16-0:amd64.
22:13:55 #12 9.421 Preparing to unpack .../14-libpcre2-16-0_10.34-7_amd64.deb ...
22:13:55 #12 9.424 Unpacking libpcre2-16-0:amd64 (10.34-7) ...
22:13:55 #12 9.473 Selecting previously unselected package libpcre2-32-0:amd64.
22:13:55 #12 9.476 Preparing to unpack .../15-libpcre2-32-0_10.34-7_amd64.deb ...
22:13:55 #12 9.479 Unpacking libpcre2-32-0:amd64 (10.34-7) ...
22:13:55 #12 9.524 Selecting previously unselected package libpcre2-posix2:amd64.
22:13:55 #12 9.527 Preparing to unpack .../16-libpcre2-posix2_10.34-7_amd64.deb ...
22:13:55 #12 9.530 Unpacking libpcre2-posix2:amd64 (10.34-7) ...
22:13:55 #12 9.557 Selecting previously unselected package libpcre2-dev:amd64.
22:13:55 #12 9.557 Preparing to unpack .../17-libpcre2-dev_10.34-7_amd64.deb ...
22:13:55 #12 9.561 Unpacking libpcre2-dev:amd64 (10.34-7) ...
22:13:55 #12 9.669 Selecting previously unselected package libselinux1-dev:amd64.
22:13:55 #12 9.669 Preparing to unpack .../18-libselinux1-dev_3.0-1build2_amd64.deb ...
22:13:55 #12 9.672 Unpacking libselinux1-dev:amd64 (3.0-1build2) ...
22:13:55 #12 9.715 Selecting previously unselected package libdevmapper-dev:amd64.
22:13:55 #12 9.718 Preparing to unpack .../19-libdevmapper-dev_2%3a1.02.167-1ubuntu1_amd64.deb ...
22:13:55 #12 9.721 Unpacking libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
22:13:55 #12 9.750 Selecting previously unselected package libseccomp-dev:amd64.
22:13:55 #12 9.753 Preparing to unpack .../20-libseccomp-dev_2.5.1-1ubuntu1~20.04.1_amd64.deb ...
22:13:55 #12 9.757 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.1) ...
22:13:55 #12 9.790 Selecting previously unselected package libsystemd-dev:amd64.
22:13:55 #12 9.792 Preparing to unpack .../21-libsystemd-dev_245.4-4ubuntu3.13_amd64.deb ...
22:13:55 #12 9.796 Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.13) ...
22:13:55 #12 9.863 Selecting previously unselected package pkg-config.
22:13:55 #12 9.867 Preparing to unpack .../22-pkg-config_0.29.1-0ubuntu4_amd64.deb ...
22:13:55 #12 9.871 Unpacking pkg-config (0.29.1-0ubuntu4) ...
22:13:55 #12 9.936 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.1) ...
22:13:55 #12 9.947 Setting up libarchive13:amd64 (3.4.0-2ubuntu1) ...
22:13:55 #12 9.958 Setting up libsepol1-dev:amd64 (3.0-1) ...
22:13:55 #12 9.969 Setting up libpcre2-16-0:amd64 (10.34-7) ...
22:13:55 #12 9.981 Setting up libbtrfs0:amd64 (5.4.1-2) ...
22:13:55 #12 9.991 Setting up libpcre2-32-0:amd64 (10.34-7) ...
22:13:55 #12 10.00 Setting up libuv1:amd64 (1.34.2-1ubuntu1.3) ...
22:13:55 #12 10.01 Setting up bash-completion (1:2.10-1ubuntu1) ...
22:13:56 #12 10.64 Setting up pkg-config (0.29.1-0ubuntu4) ...
22:13:56 #12 10.69 Setting up libudev-dev:amd64 (245.4-4ubuntu3.13) ...
22:13:56 #12 10.70 Setting up libpcre2-posix2:amd64 (10.34-7) ...
22:13:56 #12 10.72 Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
22:13:56 #12 10.73 Setting up libbtrfs-dev:amd64 (5.4.1-2) ...
22:13:56 #12 10.74 Setting up librhash0:amd64 (1.3.9-1) ...
22:13:56 #12 10.75 Setting up cmake-data (3.16.3-1ubuntu1) ...
22:13:56 #12 10.76 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
22:13:56 #12 10.77 Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.13) ...
22:13:56 #12 10.78 Setting up libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
22:13:56 #12 10.79 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
22:13:56 #12 10.80 Setting up libpcre2-dev:amd64 (10.34-7) ...
22:13:56 #12 10.82 Setting up libselinux1-dev:amd64 (3.0-1build2) ...
22:13:56 #12 10.83 Setting up libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
22:13:56 #12 10.84 Setting up cmake (3.16.3-1ubuntu1) ...
22:13:56 #12 10.85 Setting up docker-ce-build-deps (1.0) ...
22:13:56 #12 10.86 Processing triggers for man-db (2.9.1-1) ...
22:13:56 #12 10.89 Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
22:13:56 #12 DONE 11.1s
22:13:57 
22:13:57 #13 [stage-1 6/9] COPY sources/ /sources
22:13:57 #13 sha256:7534bc841ca4fb57516973dbb4e746948b04f6da6a384d4ff07e471d535b199b
22:13:57 #13 DONE 0.3s
22:13:57 
22:13:57 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
22:13:57 #15 sha256:551f9b32964467caaff3f2237c9c6722391e895df5767bb7b09e3fa1da7abb12
22:13:59 #15 DONE 2.6s
22:13:59 
22:13:59 #16 [stage-1 8/9] WORKDIR /root/build-deb
22:13:59 #16 sha256:04bd397ba6bf87716cbd22924194469ddee07fc14426ee26837aa3943dfbd1ca
22:13:59 #16 DONE 0.0s
22:14:00 
22:14:00 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
22:14:00 #17 sha256:d6c63fea1a4767728caf72a05cc3346864453526b4dce8140122aa42fb124838
22:14:00 #17 DONE 0.0s
22:14:00 
22:14:00 #18 exporting to image
22:14:00 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
22:14:00 #18 exporting layers
22:14:05 #18 exporting layers 5.2s done
22:14:05 #18 writing image sha256:ef78b9e398b636391ae45f4e60bc9922cb4677716a4ef9140d51e4707134d837 done
22:14:05 #18 naming to docker.io/debbuild-ubuntu-focal/x86_64 done
22:14:05 #18 DONE 5.2s
22:14:05 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20211015144600-e57b5f7 -e VERSION=0.0.0-20211015144600-e57b5f7 -e CLI_GITCOMMIT=e57b5f7 -e ENGINE_GITCOMMIT=6f6b9d2 -e SCAN_VERSION=v0.8.0 -e SCAN_GITCOMMIT=35651ca -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/deb/debbuild/ubuntu-focal:/build  debbuild-ubuntu-focal/x86_64
22:14:05 + set -e
22:14:05 + mkdir -p /root/build-deb/engine
22:14:05 + tar -C /root/build-deb -xzf /sources/engine.tgz
22:14:06 #9 74.06 --------------------------------------------------------------------------------
22:14:06 #9 74.06 Total                                              412 kB/s |  18 MB  00:44     
22:14:06 #9 74.06 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
22:14:06 #9 74.07 Importing GPG key 0xF4A80EB5:
22:14:06 #9 74.07  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
22:14:06 #9 74.07  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
22:14:06 #9 74.07  Package    : centos-release-7-9.2009.0.el7.centos.x86_64 (@CentOS)
22:14:06 #9 74.07  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
22:14:06 #9 74.12 Running transaction check
22:14:06 #9 74.15 Running transaction test
22:14:06 #9 74.19 Transaction test succeeded
22:14:06 #9 74.19 Running transaction
22:14:06 #9 74.32   Updating   : rpm-libs-4.11.3-46.el7_9.x86_64                             1/52 
22:14:06 #9 74.99   Updating   : rpm-4.11.3-46.el7_9.x86_64                                  2/52 
22:14:06 + mkdir -p /root/build-deb/cli
22:14:06 + tar -C /root/build-deb -xzf /sources/cli.tgz
22:14:07 #9 75.02   Updating   : rpm-build-libs-4.11.3-46.el7_9.x86_64                       3/52 
22:14:07 #9 75.67   Installing : groff-base-1.22.2-8.el7.x86_64                              4/52 
22:14:07 #9 75.70   Installing : bzip2-1.0.6-13.el7.x86_64                                   5/52 
22:14:07 #9 75.73   Installing : 1:perl-parent-0.225-244.el7.noarch                          6/52 
22:14:07 #9 75.75   Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                           7/52 
22:14:07 #9 75.79   Installing : perl-podlators-2.5.1-3.el7.noarch                           8/52 
22:14:07 #9 75.82   Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                          9/52 
22:14:07 + mkdir -p /root/build-deb/scan-cli-plugin
22:14:07 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
22:14:07 + mkdir -p /go/src/github.com/docker
22:14:07 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
22:14:07 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
22:14:07 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
22:14:07 + EPOCH=5
22:14:07 + EPOCH_SEP=
22:14:07 + [[ ! -z 5 ]]
22:14:07 + EPOCH_SEP=:
22:14:07 + [[ -z 0.0.0-20211015144600-e57b5f7 ]]
22:14:07 + echo VERSION AAA 0.0.0-20211015144600-e57b5f7
22:14:07 VERSION AAA 0.0.0-20211015144600-e57b5f7
22:14:07 VERSION bbb 0.0.0-20211015144600-e57b5f7
22:14:07 + VERSION=0.0.0-20211015144600-e57b5f7
22:14:07 + echo VERSION bbb 0.0.0-20211015144600-e57b5f7
22:14:07 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
22:14:07 + debSource=docker-ce
22:14:07 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
22:14:07 + debMaintainer='Docker <support@docker.com>'
22:14:07 ++ date --rfc-2822
22:14:07 + debDate='Tue, 19 Oct 2021 22:14:07 +0000'
22:14:07 + cat
22:14:07 + export CLI_GITCOMMIT=e57b5f7
22:14:07 + CLI_GITCOMMIT=e57b5f7
22:14:07 + export ENGINE_GITCOMMIT=6f6b9d2
22:14:07 + ENGINE_GITCOMMIT=6f6b9d2
22:14:07 + export SCAN_GITCOMMIT=35651ca
22:14:07 + SCAN_GITCOMMIT=35651ca
22:14:07 + echo VERSION BBB 0.0.0-20211015144600-e57b5f7
22:14:07 + dpkg-buildpackage -uc -us -I.git
22:14:07 VERSION BBB 0.0.0-20211015144600-e57b5f7
22:14:07 dpkg-buildpackage: info: source package docker-ce
22:14:07 dpkg-buildpackage: info: source version 5:0.0.0-20211015144600-e57b5f7-0~ubuntu-focal
22:14:07 dpkg-buildpackage: info: source distribution focal
22:14:07 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
22:14:07 dpkg-buildpackage: info: host architecture amd64
22:14:07  dpkg-source -I.git --before-build .
22:14:07 #9 75.85   Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   10/52 
22:14:07 #9 76.12   Installing : perl-Encode-2.51-7.el7.x86_64                              11/52 
22:14:07 #9 76.14   Installing : perl-Text-ParseWords-3.29-4.el7.noarch                     12/52 
22:14:07 #9 76.16   Installing : perl-Pod-Usage-1.63-3.el7.noarch                           13/52 
22:14:07 #9 76.18   Installing : perl-threads-1.87-4.el7.x86_64                             14/52 
22:14:07 #9 76.20   Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      15/52 
22:14:07 #9 76.23   Installing : perl-Exporter-5.68-3.el7.noarch                            16/52 
22:14:07 #9 76.24   Installing : perl-constant-1.27-2.el7.noarch                            17/52 
22:14:07 #9 76.26   Installing : perl-Carp-1.26-244.el7.noarch                              18/52 
22:14:07 #9 76.28   Installing : perl-Socket-2.010-5.el7.x86_64                             19/52 
22:14:07  debian/rules clean
22:14:07 dh clean --with=bash-completion
22:14:07    dh_clean
22:14:07  dpkg-source -I.git -b .
22:14:07 #9 76.31   Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64                      20/52 
22:14:07 #9 76.34   Installing : perl-Time-Local-1.2300-2.el7.noarch                        21/52 
22:14:07 #9 76.37   Installing : perl-Storable-2.45-3.el7.x86_64                            22/52 
22:14:07 #9 76.40   Installing : perl-threads-shared-1.43-6.el7.x86_64                      23/52 
22:14:07 #9 76.42   Installing : perl-PathTools-3.40-5.el7.x86_64                           24/52 
22:14:07 #9 76.45   Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 25/52 
22:14:07 #9 76.49   Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                        26/52 
22:14:07 #9 76.51   Installing : perl-File-Temp-0.23.01-3.el7.noarch                        27/52 
22:14:07 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
22:14:07 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
22:14:07 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20211015144600-e57b5f7-0~ubuntu'
22:14:07 dpkg-source: info: using source format '1.0'
22:14:07 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal.tar.gz
22:14:08 #9 76.53   Installing : perl-File-Path-2.09-2.el7.noarch                           28/52 
22:14:08 #9 76.56   Installing : perl-Filter-1.49-3.el7.x86_64                              29/52 
22:14:08 #9 76.65   Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64                        30/52 
22:14:09 #9 77.22   Installing : perl-Getopt-Long-2.40-3.el7.noarch                         31/52 
22:14:09 #9 78.11   Installing : 4:perl-5.16.3-299.el7_9.x86_64                             32/52 
22:14:09 #9 78.21   Installing : perl-Thread-Queue-3.02-2.el7.noarch                        33/52 
22:14:09 #9 78.26   Updating   : rpm-python-4.11.3-46.el7_9.x86_64                          34/52 
22:14:09 #9 78.29   Installing : python-srpm-macros-3-34.el7.noarch                         35/52 
22:14:09 #9 78.31   Installing : 1:emacs-filesystem-24.3-23.el7.noarch                      36/52 
22:14:09 #9 78.33   Installing : desktop-file-utils-0.23-2.el7.x86_64                       37/52 
22:14:09 #9 78.38   Installing : zip-3.0-11.el7.x86_64                                      38/52 
22:14:09 #9 78.43   Installing : elfutils-0.176-5.el7.x86_64                                39/52 
22:14:09 #9 78.47   Installing : unzip-6.0-22.el7_9.x86_64                                  40/52 
22:14:09 #9 78.50   Installing : patch-2.7.1-12.el7_7.x86_64                                41/52 
22:14:10 #9 78.53   Installing : dwz-0.11-3.el7.x86_64                                      42/52 
22:14:10 #9 79.33   Installing : gdb-7.6.1-120.el7.x86_64                                   43/52 
22:14:10 #9 79.39   Installing : perl-srpm-macros-1-8.el7.noarch                            44/52 
22:14:10 #9 79.44   Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch               45/52 
22:14:10 #9 79.47   Installing : file-5.11-37.el7.x86_64                                    46/52 
22:14:10 #9 79.52   Installing : rpm-build-4.11.3-46.el7_9.x86_64                           47/52 
22:14:10 #9 79.61   Installing : rpmlint-1.5-4.el7.noarch                                   48/52 
22:14:11 #9 79.63   Cleanup    : rpm-python-4.11.3-45.el7.x86_64                            49/52 
22:14:11 #9 79.65   Cleanup    : rpm-build-libs-4.11.3-45.el7.x86_64                        50/52 
22:14:12 #9 80.31   Cleanup    : rpm-libs-4.11.3-45.el7.x86_64                              51/52 
22:14:12 #9 80.90   Cleanup    : rpm-4.11.3-45.el7.x86_64                                   52/52 
22:14:12 #9 81.46   Verifying  : file-5.11-37.el7.x86_64                                     1/52 
22:14:12 #9 81.49   Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                           2/52 
22:14:12 #9 81.50   Verifying  : perl-threads-shared-1.43-6.el7.x86_64                       3/52 
22:14:12 #9 81.52   Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                       4/52 
22:14:12 #9 81.53   Verifying  : perl-threads-1.87-4.el7.x86_64                              5/52 
22:14:12 #9 81.54   Verifying  : perl-Exporter-5.68-3.el7.noarch                             6/52 
22:14:12 #9 81.55   Verifying  : perl-constant-1.27-2.el7.noarch                             7/52 
22:14:12 #9 81.56   Verifying  : perl-PathTools-3.40-5.el7.x86_64                            8/52 
22:14:12 #9 81.57   Verifying  : desktop-file-utils-0.23-2.el7.x86_64                        9/52 
22:14:12 #9 81.58   Verifying  : perl-Carp-1.26-244.el7.noarch                              10/52 
22:14:12 #9 81.59   Verifying  : perl-Socket-2.010-5.el7.x86_64                             11/52 
22:14:12 #9 81.61   Verifying  : 1:perl-parent-0.225-244.el7.noarch                         12/52 
22:14:12 #9 81.62   Verifying  : 4:perl-macros-5.16.3-299.el7_9.x86_64                      13/52 
22:14:12 #9 81.63   Verifying  : bzip2-1.0.6-13.el7.x86_64                                  14/52 
22:14:13 #9 81.64   Verifying  : perl-srpm-macros-1-8.el7.noarch                            15/52 
22:14:13 #9 81.66   Verifying  : groff-base-1.22.2-8.el7.x86_64                             16/52 
22:14:13 #9 81.67   Verifying  : perl-Thread-Queue-3.02-2.el7.noarch                        17/52 
22:14:13 #9 81.67   Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        18/52 
22:14:13 #9 81.68   Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        19/52 
22:14:13 #9 81.69   Verifying  : gdb-7.6.1-120.el7.x86_64                                   20/52 
22:14:13 #9 81.70   Verifying  : dwz-0.11-3.el7.x86_64                                      21/52 
22:14:13 #9 81.72   Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        22/52 
22:14:13 #9 81.73   Verifying  : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   23/52 
22:14:13 #9 81.74   Verifying  : patch-2.7.1-12.el7_7.x86_64                                24/52 
22:14:13 #9 81.76   Verifying  : rpm-4.11.3-46.el7_9.x86_64                                 25/52 
22:14:13 #9 81.77   Verifying  : unzip-6.0-22.el7_9.x86_64                                  26/52 
22:14:13 #9 81.78   Verifying  : perl-Storable-2.45-3.el7.x86_64                            27/52 
22:14:13 #9 81.79   Verifying  : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 28/52 
22:14:13 #9 81.80   Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           29/52 
22:14:13 #9 81.81   Verifying  : perl-Encode-2.51-7.el7.x86_64                              30/52 
22:14:13 #9 81.82   Verifying  : rpm-build-4.11.3-46.el7_9.x86_64                           31/52 
22:14:13 #9 81.83   Verifying  : rpmlint-1.5-4.el7.noarch                                   32/52 
22:14:13 #9 81.84   Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         33/52 
22:14:13 #9 81.85   Verifying  : perl-podlators-2.5.1-3.el7.noarch                          34/52 
22:14:13 #9 81.86   Verifying  : rpm-build-libs-4.11.3-46.el7_9.x86_64                      35/52 
22:14:13 #9 81.88   Verifying  : 4:perl-5.16.3-299.el7_9.x86_64                             36/52 
22:14:13 #9 81.89   Verifying  : perl-File-Path-2.09-2.el7.noarch                           37/52 
22:14:13 #9 81.90   Verifying  : elfutils-0.176-5.el7.x86_64                                38/52 
22:14:13 #9 81.91   Verifying  : zip-3.0-11.el7.x86_64                                      39/52 
22:14:13 #9 81.92   Verifying  : rpm-python-4.11.3-46.el7_9.x86_64                          40/52 
22:14:13 #9 81.93   Verifying  : 1:emacs-filesystem-24.3-23.el7.noarch                      41/52 
22:14:13 #9 81.94   Verifying  : perl-Filter-1.49-3.el7.x86_64                              42/52 
22:14:13 #9 81.95   Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                         43/52 
22:14:13 #9 81.96   Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     44/52 
22:14:13 #9 81.97   Verifying  : python-srpm-macros-3-34.el7.noarch                         45/52 
22:14:13 #9 81.98   Verifying  : 4:perl-libs-5.16.3-299.el7_9.x86_64                        46/52 
22:14:13 #9 82.00   Verifying  : rpm-libs-4.11.3-46.el7_9.x86_64                            47/52 
22:14:13 #9 82.01   Verifying  : redhat-rpm-config-9.1.0-88.el7.centos.noarch               48/52 
22:14:13 #9 82.02   Verifying  : rpm-4.11.3-45.el7.x86_64                                   49/52 
22:14:13 #9 82.02   Verifying  : rpm-build-libs-4.11.3-45.el7.x86_64                        50/52 
22:14:13 #9 82.02   Verifying  : rpm-libs-4.11.3-45.el7.x86_64                              51/52 
22:14:13 #9 82.03   Verifying  : rpm-python-4.11.3-45.el7.x86_64                            52/52 
22:14:13 #9 82.05 
22:14:13 #9 82.05 Installed:
22:14:13 #9 82.05   rpm-build.x86_64 0:4.11.3-46.el7_9         rpmlint.noarch 0:1.5-4.el7        
22:14:13 #9 82.05 
22:14:13 #9 82.05 Dependency Installed:
22:14:13 #9 82.05   bzip2.x86_64 0:1.0.6-13.el7                                                   
22:14:13 #9 82.05   desktop-file-utils.x86_64 0:0.23-2.el7                                        
22:14:13 #9 82.05   dwz.x86_64 0:0.11-3.el7                                                       
22:14:13 #9 82.05   elfutils.x86_64 0:0.176-5.el7                                                 
22:14:13 #9 82.05   emacs-filesystem.noarch 1:24.3-23.el7                                         
22:14:13 #9 82.05   file.x86_64 0:5.11-37.el7                                                     
22:14:13 #9 82.05   gdb.x86_64 0:7.6.1-120.el7                                                    
22:14:13 #9 82.05   groff-base.x86_64 0:1.22.2-8.el7                                              
22:14:13 #9 82.05   patch.x86_64 0:2.7.1-12.el7_7                                                 
22:14:13 #9 82.05   perl.x86_64 4:5.16.3-299.el7_9                                                
22:14:13 #9 82.05   perl-Carp.noarch 0:1.26-244.el7                                               
22:14:13 #9 82.05   perl-Encode.x86_64 0:2.51-7.el7                                               
22:14:13 #9 82.05   perl-Exporter.noarch 0:5.68-3.el7                                             
22:14:13 #9 82.05   perl-File-Path.noarch 0:2.09-2.el7                                            
22:14:13 #9 82.05   perl-File-Temp.noarch 0:0.23.01-3.el7                                         
22:14:13 #9 82.05   perl-Filter.x86_64 0:1.49-3.el7                                               
22:14:13 #9 82.05   perl-Getopt-Long.noarch 0:2.40-3.el7                                          
22:14:13 #9 82.05   perl-HTTP-Tiny.noarch 0:0.033-3.el7                                           
22:14:13 #9 82.05   perl-PathTools.x86_64 0:3.40-5.el7                                            
22:14:13 #9 82.05   perl-Pod-Escapes.noarch 1:1.04-299.el7_9                                      
22:14:13 #9 82.05   perl-Pod-Perldoc.noarch 0:3.20-4.el7                                          
22:14:13 #9 82.05   perl-Pod-Simple.noarch 1:3.28-4.el7                                           
22:14:13 #9 82.05   perl-Pod-Usage.noarch 0:1.63-3.el7                                            
22:14:13 #9 82.05   perl-Scalar-List-Utils.x86_64 0:1.27-248.el7                                  
22:14:13 #9 82.05   perl-Socket.x86_64 0:2.010-5.el7                                              
22:14:13 #9 82.05   perl-Storable.x86_64 0:2.45-3.el7                                             
22:14:13 #9 82.05   perl-Text-ParseWords.noarch 0:3.29-4.el7                                      
22:14:13 #9 82.05   perl-Thread-Queue.noarch 0:3.02-2.el7                                         
22:14:13 #9 82.05   perl-Time-HiRes.x86_64 4:1.9725-3.el7                                         
22:14:13 #9 82.05   perl-Time-Local.noarch 0:1.2300-2.el7                                         
22:14:13 #9 82.05   perl-constant.noarch 0:1.27-2.el7                                             
22:14:13 #9 82.05   perl-libs.x86_64 4:5.16.3-299.el7_9                                           
22:14:13 #9 82.05   perl-macros.x86_64 4:5.16.3-299.el7_9                                         
22:14:13 #9 82.05   perl-parent.noarch 1:0.225-244.el7                                            
22:14:13 #9 82.05   perl-podlators.noarch 0:2.5.1-3.el7                                           
22:14:13 #9 82.05   perl-srpm-macros.noarch 0:1-8.el7                                             
22:14:13 #9 82.05   perl-threads.x86_64 0:1.87-4.el7                                              
22:14:13 #9 82.05   perl-threads-shared.x86_64 0:1.43-6.el7                                       
22:14:13 #9 82.05   python-srpm-macros.noarch 0:3-34.el7                                          
22:14:13 #9 82.05   redhat-rpm-config.noarch 0:9.1.0-88.el7.centos                                
22:14:13 #9 82.05   unzip.x86_64 0:6.0-22.el7_9                                                   
22:14:13 #9 82.05   zip.x86_64 0:3.0-11.el7                                                       
22:14:13 #9 82.05 
22:14:13 #9 82.05 Dependency Updated:
22:14:13 #9 82.05   rpm.x86_64 0:4.11.3-46.el7_9        rpm-build-libs.x86_64 0:4.11.3-46.el7_9  
22:14:13 #9 82.05   rpm-libs.x86_64 0:4.11.3-46.el7_9   rpm-python.x86_64 0:4.11.3-46.el7_9      
22:14:13 #9 82.05 
22:14:13 #9 82.05 Complete!
22:14:13 #9 DONE 82.2s
22:14:13 
22:14:13 #11 [stage-1 4/7] COPY SPECS /root/rpmbuild/SPECS
22:14:13 #11 sha256:951ed6be7ad915f79027522db59374302255393460475dd6c531185418b53954
22:14:13 #11 DONE 0.1s
22:14:13 
22:14:13 #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
22:14:13 #12 sha256:74f43a653eaf136a1323c2cf30af62c34415fceb686c3f89ed29df57a40d6755
22:14:15 #12 0.997 Loaded plugins: fastestmirror, ovl
22:14:15 #12 1.471 Enabling base-source repository
22:14:15 #12 1.471 Enabling extras-source repository
22:14:15 #12 1.472 Enabling updates-source repository
22:14:15 #12 1.473 Loading mirror speeds from cached hostfile
22:14:15 #12 1.474  * base: download.cf.centos.org
22:14:15 #12 1.479  * extras: download.cf.centos.org
22:14:15 #12 1.479  * updates: download.cf.centos.org
22:14:16 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144600-e57b5f7-0~ubuntu-focal.dsc
22:14:16  debian/rules build
22:14:16 dh build --with=bash-completion
22:14:16    dh_update_autotools_config
22:14:16    dh_autoreconf
22:14:16    debian/rules override_dh_auto_build
22:14:16 make[1]: Entering directory '/root/build-deb'
22:14:16 # Build the daemon and dependencies
22:14:16 cd engine && DOCKER_GITCOMMIT=6f6b9d2 PRODUCT=docker ./hack/make.sh dynbinary
22:14:16 
22:14:16 Removing bundles/
22:14:16 
22:14:16 ---> Making bundle: dynbinary (in bundles/dynbinary)
22:14:16 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
22:14:16 GOOS="" GOARCH="" GOARM=""
22:14:23 #12 9.139 Checking for new repos for mirrors
22:14:23 #12 9.146 Getting requirements for /root/rpmbuild/SPECS/docker-ce-cli.spec
22:14:23 #12 9.146  --> 1:make-3.82-24.el7.x86_64
22:14:23 #12 9.261  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
22:14:23 #12 9.262  --> git-1.8.3.1-23.el7_8.x86_64
22:14:23 #12 9.265 Getting requirements for /root/rpmbuild/SPECS/docker-ce-rootless-extras.spec
22:14:23 #12 9.266  --> Already installed : bash-4.2.46-34.el7.x86_64
22:14:23 #12 9.269 Getting requirements for /root/rpmbuild/SPECS/docker-ce.spec
22:14:23 #12 9.269  --> Already installed : bash-4.2.46-34.el7.x86_64
22:14:23 #12 9.270  --> btrfs-progs-devel-4.9.1-1.el7.x86_64
22:14:23 #12 9.271  --> Already installed : ca-certificates-2020.2.41-70.0.el7_8.noarch
22:14:23 #12 9.272  --> cmake-2.8.12.2-2.el7.x86_64
22:14:23 #12 9.274  --> 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64
22:14:23 #12 9.274  --> gcc-4.8.5-44.el7.x86_64
22:14:23 #12 9.275  --> git-1.8.3.1-23.el7_8.x86_64
22:14:23 #12 9.278  --> glibc-static-2.17-325.el7_9.x86_64
22:14:23 #12 9.279  --> libarchive-3.1.2-14.el7_7.x86_64
22:14:23 #12 9.280  --> libseccomp-devel-2.3.1-4.el7.x86_64
22:14:23 #12 9.282  --> libselinux-devel-2.5-15.el7.x86_64
22:14:23 #12 9.283  --> libtool-2.4.2-22.el7_3.x86_64
22:14:23 #12 9.283  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
22:14:23 #12 9.284  --> 1:make-3.82-24.el7.x86_64
22:14:23 #12 9.284  --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
22:14:23 #12 9.286  --> Already installed : systemd-219-78.el7.x86_64
22:14:23 #12 9.286  --> selinux-policy-devel-3.13.1-268.el7_9.2.noarch
22:14:23 #12 9.289  --> systemd-devel-219-78.el7_9.3.x86_64
22:14:23 #12 9.289  --> Already installed : 2:tar-1.26-35.el7.x86_64
22:14:23 #12 9.290  --> which-2.20-7.el7.x86_64
22:14:23 #12 9.293 Getting requirements for /root/rpmbuild/SPECS/docker-scan-plugin.spec
22:14:23 #12 9.293  --> Already installed : bash-4.2.46-34.el7.x86_64
22:14:23 #12 9.294 --> Running transaction check
22:14:23 #12 9.294 ---> Package btrfs-progs-devel.x86_64 0:4.9.1-1.el7 will be installed
22:14:23 #12 9.296 --> Processing Dependency: btrfs-progs = 4.9.1-1.el7 for package: btrfs-progs-devel-4.9.1-1.el7.x86_64
22:14:23 #12 9.422 --> Processing Dependency: libbtrfs.so.0()(64bit) for package: btrfs-progs-devel-4.9.1-1.el7.x86_64
22:14:23 #12 9.422 ---> Package cmake.x86_64 0:2.8.12.2-2.el7 will be installed
22:14:23 #12 9.429 ---> Package device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5 will be installed
22:14:23 #12 9.431 --> 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
22:14:23 #12 9.433 ---> Package gcc.x86_64 0:4.8.5-44.el7 will be installed
22:14:23 #12 9.436 --> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
22:14:23 #12 9.439 --> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
22:14:23 #12 9.440 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.x86_64
22:14:23 #12 9.447 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.x86_64
22:14:23 #12 9.449 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.x86_64
22:14:23 #12 9.451 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.x86_64
22:14:23 #12 9.452 ---> Package git.x86_64 0:1.8.3.1-23.el7_8 will be installed
22:14:23 #12 9.465 --> Processing Dependency: perl-Git = 1.8.3.1-23.el7_8 for package: git-1.8.3.1-23.el7_8.x86_64
22:14:23 #12 9.466 --> Processing Dependency: rsync for package: git-1.8.3.1-23.el7_8.x86_64
22:14:23 #12 9.468 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.x86_64
22:14:23 #12 9.470 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.x86_64
22:14:23 #12 9.470 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.x86_64
22:14:23 #12 9.472 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-23.el7_8.x86_64
22:14:23 #12 9.473 --> Processing Dependency: less for package: git-1.8.3.1-23.el7_8.x86_64
22:14:23 #12 9.475 ---> Package glibc-static.x86_64 0:2.17-325.el7_9 will be installed
22:14:23 #12 9.475 ---> Package libarchive.x86_64 0:3.1.2-14.el7_7 will be installed
22:14:23 #12 9.479 --> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-14.el7_7.x86_64
22:14:23 #12 9.481 ---> Package libseccomp-devel.x86_64 0:2.3.1-4.el7 will be installed
22:14:23 #12 9.481 --> Processing Dependency: libseccomp(x86-64) = 2.3.1-4.el7 for package: libseccomp-devel-2.3.1-4.el7.x86_64
22:14:23 #12 9.483 --> Processing Dependency: libseccomp.so.2()(64bit) for package: libseccomp-devel-2.3.1-4.el7.x86_64
22:14:23 #12 9.484 ---> Package libselinux-devel.x86_64 0:2.5-15.el7 will be installed
22:14:23 #12 9.484 --> Processing Dependency: libsepol-devel(x86-64) >= 2.5-10 for package: libselinux-devel-2.5-15.el7.x86_64
22:14:23 #12 9.486 --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-15.el7.x86_64
22:14:23 #12 9.486 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-15.el7.x86_64
22:14:23 #12 9.489 ---> Package libtool.x86_64 0:2.4.2-22.el7_3 will be installed
22:14:23 #12 9.490 --> Processing Dependency: automake for package: libtool-2.4.2-22.el7_3.x86_64
22:14:23 #12 9.492 --> Processing Dependency: autoconf for package: libtool-2.4.2-22.el7_3.x86_64
22:14:23 #12 9.494 ---> Package libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3 will be installed
22:14:23 #12 9.494 --> Processing Dependency: libtool-ltdl = 2.4.2-22.el7_3 for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
22:14:23 #12 9.497 --> Processing Dependency: libltdl.so.7()(64bit) for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
22:14:23 #12 9.497 ---> Package make.x86_64 1:3.82-24.el7 will be installed
22:14:23 #12 9.497 ---> Package selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2 will be installed
22:14:23 #12 9.498 --> Processing Dependency: selinux-policy = 3.13.1-268.el7_9.2 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
22:14:23 #12 9.500 --> Processing Dependency: policycoreutils-devel >= 2.5-24 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
22:14:23 #12 9.503 --> Processing Dependency: checkpolicy >= 2.5-8 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
22:14:23 #12 9.504 --> Processing Dependency: m4 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
22:14:23 #12 9.506 ---> Package systemd-devel.x86_64 0:219-78.el7_9.3 will be installed
22:14:23 #12 9.508 --> Processing Dependency: systemd-libs = 219-78.el7_9.3 for package: systemd-devel-219-78.el7_9.3.x86_64
22:14:23 #12 9.513 --> Processing Dependency: systemd = 219-78.el7_9.3 for package: systemd-devel-219-78.el7_9.3.x86_64
22:14:23 #12 9.517 Package: systemd-219-78.el7_9.3.src - can't co-install with systemd-219-78.el7_9.3.x86_64
22:14:23 #12 9.517 ---> Package which.x86_64 0:2.20-7.el7 will be installed
22:14:23 #12 9.517 --> Running transaction check
22:14:23 #12 9.518 ---> Package autoconf.noarch 0:2.69-11.el7 will be installed
22:14:23 #12 9.522 --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
22:14:23 #12 9.524 ---> Package automake.noarch 0:1.13.4-3.el7 will be installed
22:14:23 #12 9.526 --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch
22:14:23 #12 9.528 ---> Package btrfs-progs.x86_64 0:4.9.1-1.el7 will be installed
22:14:23 #12 9.530 --> Processing Dependency: libext2fs.so.2()(64bit) for package: btrfs-progs-4.9.1-1.el7.x86_64
22:14:23 #12 9.532 ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed
22:14:23 #12 9.532 ---> Package cpp.x86_64 0:4.8.5-44.el7 will be installed
22:14:23 #12 9.537 ---> Package device-mapper.x86_64 7:1.02.170-6.el7 will be updated
22:14:23 #12 9.537 --> Processing Dependency: device-mapper = 7:1.02.170-6.el7 for package: 7:device-mapper-libs-1.02.170-6.el7.x86_64
22:14:23 #12 9.539 ---> Package device-mapper.x86_64 7:1.02.170-6.el7_9.5 will be an update
22:14:23 #12 9.542 ---> Package glibc-devel.x86_64 0:2.17-325.el7_9 will be installed
22:14:23 #12 9.546 --> Processing Dependency: glibc-headers = 2.17-325.el7_9 for package: glibc-devel-2.17-325.el7_9.x86_64
22:14:23 #12 9.547 --> Processing Dependency: glibc = 2.17-325.el7_9 for package: glibc-devel-2.17-325.el7_9.x86_64
22:14:23 #12 9.557 Package: glibc-2.17-325.el7_9.src - can't co-install with glibc-2.17-325.el7_9.x86_64
22:14:23 #12 9.559 Package: glibc-2.17-325.el7_9.src - can't co-install with glibc-2.17-325.el7_9.x86_64
22:14:23 #12 9.559 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-325.el7_9.x86_64
22:14:23 #12 9.560 ---> Package less.x86_64 0:458-9.el7 will be installed
22:14:23 #12 9.561 ---> Package libgomp.x86_64 0:4.8.5-44.el7 will be installed
22:14:23 #12 9.562 ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
22:14:23 #12 9.563 ---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed
22:14:23 #12 9.563 ---> Package libsepol-devel.x86_64 0:2.5-10.el7 will be installed
22:14:23 #12 9.564 ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed
22:14:23 #12 9.564 ---> Package lzo.x86_64 0:2.06-8.el7 will be installed
22:14:23 #12 9.565 ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed
22:14:23 #12 9.565 ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
22:14:23 #12 9.566 ---> Package openssh-clients.x86_64 0:7.4p1-21.el7 will be installed
22:14:23 #12 9.569 --> Processing Dependency: openssh = 7.4p1-21.el7 for package: openssh-clients-7.4p1-21.el7.x86_64
22:14:23 #12 9.571 --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-21.el7.x86_64
22:14:23 #12 9.573 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64
22:14:23 #12 9.573 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64
22:14:23 #12 9.575 ---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed
22:14:23 #12 9.576 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
22:14:23 #12 9.578 ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed
22:14:23 #12 9.579 ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
22:14:23 #12 9.580 ---> Package policycoreutils-devel.x86_64 0:2.5-34.el7 will be installed
22:14:23 #12 9.582 --> Processing Dependency: policycoreutils-python = 2.5-34.el7 for package: policycoreutils-devel-2.5-34.el7.x86_64
22:14:23 #12 9.584 ---> Package rsync.x86_64 0:3.1.2-10.el7 will be installed
22:14:23 #12 9.585 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed
22:14:23 #12 9.586 --> Processing Dependency: policycoreutils >= 2.5-24 for package: selinux-policy-3.13.1-268.el7_9.2.noarch
22:14:23 #12 9.589 ---> Package systemd.x86_64 0:219-78.el7 will be updated
22:14:23 #12 9.601 ---> Package systemd.x86_64 0:219-78.el7_9.3 will be an update
22:14:23 #12 9.613 ---> Package systemd-libs.x86_64 0:219-78.el7 will be updated
22:14:23 #12 9.614 ---> Package systemd-libs.x86_64 0:219-78.el7_9.3 will be an update
22:14:23 #12 9.616 --> Running transaction check
22:14:23 #12 9.617 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7 will be updated
22:14:23 #12 9.617 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5 will be an update
22:14:23 #12 9.618 ---> Package e2fsprogs-libs.x86_64 0:1.42.9-19.el7 will be installed
22:14:23 #12 9.619 ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed
22:14:23 #12 9.620 --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64
22:14:23 #12 9.622 ---> Package glibc.x86_64 0:2.17-317.el7 will be updated
22:14:23 #12 9.624 --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.x86_64
22:14:23 #12 9.625 ---> Package glibc.x86_64 0:2.17-325.el7_9 will be an update
22:14:23 #12 9.626 ---> Package glibc-headers.x86_64 0:2.17-325.el7_9 will be installed
22:14:23 #12 9.627 --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-325.el7_9.x86_64
22:14:23 #12 9.633 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-325.el7_9.x86_64
22:14:23 #12 9.633 ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
22:14:23 #12 9.634 ---> Package openssh.x86_64 0:7.4p1-21.el7 will be installed
22:14:23 #12 9.635 ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
22:14:23 #12 9.637 ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
22:14:23 #12 9.640 ---> Package policycoreutils.x86_64 0:2.5-34.el7 will be installed
22:14:23 #12 9.641 --> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-34.el7.x86_64
22:14:23 #12 9.642 ---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be installed
22:14:23 #12 9.644 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.x86_64
22:14:23 #12 9.648 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.x86_64
22:14:23 #12 9.649 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.x86_64
22:14:23 #12 9.650 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.x86_64
22:14:23 #12 9.652 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.x86_64
22:14:23 #12 9.653 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
22:14:23 #12 9.653 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
22:14:23 #12 9.654 --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-34.el7.x86_64
22:14:23 #12 9.657 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
22:14:23 #12 9.657 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
22:14:23 #12 9.658 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
22:14:23 #12 9.658 --> Running transaction check
22:14:23 #12 9.658 ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed
22:14:23 #12 9.659 ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed
22:14:23 #12 9.659 ---> Package glibc-common.x86_64 0:2.17-317.el7 will be updated
22:14:23 #12 9.660 ---> Package glibc-common.x86_64 0:2.17-325.el7_9 will be an update
22:14:23 #12 9.662 ---> Package kernel-headers.x86_64 0:3.10.0-1160.45.1.el7 will be installed
22:14:23 #12 9.662 ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed
22:14:23 #12 9.663 ---> Package libselinux-python.x86_64 0:2.5-15.el7 will be installed
22:14:23 #12 9.664 ---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be installed
22:14:23 #12 9.664 ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed
22:14:23 #12 9.665 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
22:14:23 #12 9.665 ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed
22:14:23 #12 9.678 --> Finished Dependency Resolution
22:14:23 #12 9.705 
22:14:23 #12 9.705 Dependencies Resolved
22:14:23 #12 9.714 
22:14:23 #12 9.714 ================================================================================
22:14:23 #12 9.714  Package                   Arch      Version                   Repository  Size
22:14:23 #12 9.714 ================================================================================
22:14:23 #12 9.714 Installing:
22:14:23 #12 9.714  btrfs-progs-devel         x86_64    4.9.1-1.el7               base        47 k
22:14:23 #12 9.714  cmake                     x86_64    2.8.12.2-2.el7            base       7.1 M
22:14:23 #12 9.714  device-mapper-devel       x86_64    7:1.02.170-6.el7_9.5      updates    206 k
22:14:23 #12 9.714  gcc                       x86_64    4.8.5-44.el7              base        16 M
22:14:23 #12 9.714  git                       x86_64    1.8.3.1-23.el7_8          base       4.4 M
22:14:23 #12 9.714  glibc-static              x86_64    2.17-325.el7_9            updates    1.6 M
22:14:23 #12 9.714  libarchive                x86_64    3.1.2-14.el7_7            base       319 k
22:14:23 #12 9.714  libseccomp-devel          x86_64    2.3.1-4.el7               base        64 k
22:14:23 #12 9.714  libselinux-devel          x86_64    2.5-15.el7                base       187 k
22:14:23 #12 9.714  libtool                   x86_64    2.4.2-22.el7_3            base       588 k
22:14:23 #12 9.714  libtool-ltdl-devel        x86_64    2.4.2-22.el7_3            base       167 k
22:14:23 #12 9.714  make                      x86_64    1:3.82-24.el7             base       421 k
22:14:23 #12 9.714  selinux-policy-devel      noarch    3.13.1-268.el7_9.2        updates    1.7 M
22:14:23 #12 9.714  systemd-devel             x86_64    219-78.el7_9.3            updates    216 k
22:14:23 #12 9.714  which                     x86_64    2.20-7.el7                base        41 k
22:14:23 #12 9.714 Installing for dependencies:
22:14:23 #12 9.714  audit-libs-python         x86_64    2.8.5-4.el7               base        76 k
22:14:23 #12 9.714  autoconf                  noarch    2.69-11.el7               base       701 k
22:14:23 #12 9.714  automake                  noarch    1.13.4-3.el7              base       679 k
22:14:23 #12 9.714  btrfs-progs               x86_64    4.9.1-1.el7               base       678 k
22:14:23 #12 9.714  checkpolicy               x86_64    2.5-8.el7                 base       295 k
22:14:23 #12 9.714  cpp                       x86_64    4.8.5-44.el7              base       5.9 M
22:14:23 #12 9.714  e2fsprogs-libs            x86_64    1.42.9-19.el7             base       168 k
22:14:23 #12 9.714  fipscheck                 x86_64    1.4.1-6.el7               base        21 k
22:14:23 #12 9.714  fipscheck-lib             x86_64    1.4.1-6.el7               base        11 k
22:14:23 #12 9.714  glibc-devel               x86_64    2.17-325.el7_9            updates    1.1 M
22:14:23 #12 9.714  glibc-headers             x86_64    2.17-325.el7_9            updates    691 k
22:14:23 #12 9.714  kernel-headers            x86_64    3.10.0-1160.45.1.el7      updates    9.0 M
22:14:23 #12 9.714  less                      x86_64    458-9.el7                 base       120 k
22:14:23 #12 9.714  libcgroup                 x86_64    0.41-21.el7               base        66 k
22:14:23 #12 9.714  libedit                   x86_64    3.0-12.20121213cvs.el7    base        92 k
22:14:23 #12 9.714  libgomp                   x86_64    4.8.5-44.el7              base       159 k
22:14:23 #12 9.714  libmpc                    x86_64    1.0.1-3.el7               base        51 k
22:14:23 #12 9.714  libseccomp                x86_64    2.3.1-4.el7               base        56 k
22:14:23 #12 9.714  libselinux-python         x86_64    2.5-15.el7                base       236 k
22:14:23 #12 9.714  libselinux-utils          x86_64    2.5-15.el7                base       151 k
22:14:23 #12 9.714  libsemanage-python        x86_64    2.5-14.el7                base       113 k
22:14:23 #12 9.714  libsepol-devel            x86_64    2.5-10.el7                base        77 k
22:14:23 #12 9.714  libtool-ltdl              x86_64    2.4.2-22.el7_3            base        49 k
22:14:23 #12 9.714  lzo                       x86_64    2.06-8.el7                base        59 k
22:14:23 #12 9.714  m4                        x86_64    1.4.16-10.el7             base       256 k
22:14:23 #12 9.714  mpfr                      x86_64    3.1.1-4.el7               base       203 k
22:14:23 #12 9.714  openssh                   x86_64    7.4p1-21.el7              base       510 k
22:14:23 #12 9.714  openssh-clients           x86_64    7.4p1-21.el7              base       655 k
22:14:23 #12 9.714  pcre-devel                x86_64    8.32-17.el7               base       480 k
22:14:23 #12 9.714  perl-Data-Dumper          x86_64    2.145-3.el7               base        47 k
22:14:23 #12 9.714  perl-Error                noarch    1:0.17020-2.el7           base        32 k
22:14:23 #12 9.714  perl-Git                  noarch    1.8.3.1-23.el7_8          base        56 k
22:14:23 #12 9.714  perl-TermReadKey          x86_64    2.30-20.el7               base        31 k
22:14:23 #12 9.714  perl-Test-Harness         noarch    3.28-3.el7                base       302 k
22:14:23 #12 9.714  policycoreutils           x86_64    2.5-34.el7                base       917 k
22:14:23 #12 9.714  policycoreutils-devel     x86_64    2.5-34.el7                base       335 k
22:14:23 #12 9.714  policycoreutils-python    x86_64    2.5-34.el7                base       457 k
22:14:23 #12 9.714  python-IPy                noarch    0.75-6.el7                base        32 k
22:14:23 #12 9.714  rsync                     x86_64    3.1.2-10.el7              base       404 k
22:14:23 #12 9.714  selinux-policy            noarch    3.13.1-268.el7_9.2        updates    498 k
22:14:23 #12 9.714  setools-libs              x86_64    3.3.8-4.el7               base       620 k
22:14:23 #12 9.714 Updating for dependencies:
22:14:23 #12 9.714  device-mapper             x86_64    7:1.02.170-6.el7_9.5      updates    297 k
22:14:23 #12 9.714  device-mapper-libs        x86_64    7:1.02.170-6.el7_9.5      updates    325 k
22:14:23 #12 9.714  glibc                     x86_64    2.17-325.el7_9            updates    3.6 M
22:14:23 #12 9.714  glibc-common              x86_64    2.17-325.el7_9            updates     12 M
22:14:23 #12 9.714  systemd                   x86_64    219-78.el7_9.3            updates    5.1 M
22:14:23 #12 9.714  systemd-libs              x86_64    219-78.el7_9.3            updates    418 k
22:14:23 #12 9.714 
22:14:23 #12 9.714 Transaction Summary
22:14:23 #12 9.714 ================================================================================
22:14:23 #12 9.714 Install  15 Packages (+41 Dependent packages)
22:14:23 #12 9.714 Upgrade              (  6 Dependent packages)
22:14:23 #12 9.714 
22:14:23 #12 9.716 Total download size: 81 M
22:14:23 #12 9.716 Downloading packages:
22:14:23 #12 9.718 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
22:14:40 #23 DONE 95.8s
22:14:40 
22:14:40 #24 [binary 1/1] COPY --from=build /out .
22:14:40 #24 DONE 0.9s
22:14:40 
22:14:40 #25 exporting to client
22:14:40 #25 copying files 7.54MB 0.1s
22:14:41 #25 copying files 54.77MB 0.6s done
22:14:41 #25 DONE 0.7s
22:14:41 make -C /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/docker VERSION=0.0.0-20211015144600-e57b5f7 DOCKER_BUILD_OPTS="" binary
22:14:41 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/docker'
22:14:51 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
22:14:51 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
22:14:51 GOOS="" GOARCH="" GOARM=""
22:14:51 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
22:14:51 
22:14:51 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
22:14:51 + RM_GOPATH=0
22:14:51 + TMP_GOPATH=/go
22:14:51 + : /usr/local/bin
22:14:51 + '[' -z /go ']'
22:14:51 + export GOPATH=/go
22:14:51 + GOPATH=/go
22:14:51 + case "$(go env GOARCH)" in
22:14:51 ++ go env GOARCH
22:14:51 + export GO_BUILDMODE=-buildmode=pie
22:14:51 + GO_BUILDMODE=-buildmode=pie
22:14:51 ++ dirname hack/dockerfile/install/install.sh
22:14:51 + dir=hack/dockerfile/install
22:14:51 + bin=tini
22:14:51 + shift
22:14:51 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
22:14:51 + . hack/dockerfile/install/tini.installer
22:14:51 ++ : v0.19.0
22:14:51 + install_tini
22:14:51 + echo 'Install tini version v0.19.0'
22:14:51 + git clone https://github.com/krallin/tini.git /go/tini
22:14:51 Install tini version v0.19.0
22:14:51 Cloning into '/go/tini'...
22:14:51 + cd /go/tini
22:14:51 + git checkout -q v0.19.0
22:14:51 + cmake .
22:14:51 -- The C compiler identification is GNU 8.3.0
22:14:51 -- Check for working C compiler: /usr/bin/cc
22:14:51 -- Check for working C compiler: /usr/bin/cc -- works
22:14:51 -- Detecting C compiler ABI info
22:14:51 -- Detecting C compiler ABI info - done
22:14:51 -- Detecting C compile features
22:14:51 -- Detecting C compile features - done
22:14:51 -- Performing Test HAS_BUILTIN_FORTIFY
22:14:51 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
22:14:51 -- Configuring done
22:14:51 -- Generating done
22:14:51 -- Build files have been written to: /go/tini
22:14:51 + make tini-static
22:14:51 make[2]: Entering directory '/go/tini'
22:14:51 make[3]: Entering directory '/go/tini'
22:14:51 make[4]: Entering directory '/go/tini'
22:14:51 make[5]: Entering directory '/go/tini'
22:14:51 Scanning dependencies of target tini-static
22:14:51 make[5]: Leaving directory '/go/tini'
22:14:51 make[5]: Entering directory '/go/tini'
22:14:51 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:14:51 [100%] Linking C executable tini-static
22:14:51 make[5]: Leaving directory '/go/tini'
22:14:51 [100%] Built target tini-static
22:14:51 make[4]: Leaving directory '/go/tini'
22:14:51 make[3]: Leaving directory '/go/tini'
22:14:51 make[2]: Leaving directory '/go/tini'
22:14:51 + mkdir -p /usr/local/bin
22:14:51 + cp tini-static /usr/local/bin/docker-init
22:14:51 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
22:14:51 + RM_GOPATH=0
22:14:51 + TMP_GOPATH=/go
22:14:51 + : /usr/local/bin
22:14:51 + '[' -z /go ']'
22:14:51 + export GOPATH=/go
22:14:51 + GOPATH=/go
22:14:51 + case "$(go env GOARCH)" in
22:14:51 ++ go env GOARCH
22:14:51 + export GO_BUILDMODE=-buildmode=pie
22:14:51 + GO_BUILDMODE=-buildmode=pie
22:14:51 ++ dirname hack/dockerfile/install/install.sh
22:14:51 + dir=hack/dockerfile/install
22:14:51 + bin=rootlesskit
22:14:51 + shift
22:14:51 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
22:14:51 + . hack/dockerfile/install/rootlesskit.installer
22:14:51 ++ : v0.14.4
22:14:51 + install_rootlesskit dynamic
22:14:51 + case "$1" in
22:14:51 + install_rootlesskit_dynamic
22:14:51 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
22:14:51 + ROOTLESSKIT_LDFLAGS=-linkmode=external
22:14:51 + export BUILD_MODE=-buildmode=pie
22:14:51 + BUILD_MODE=-buildmode=pie
22:14:51 + _install_rootlesskit
22:14:51 + echo 'Install rootlesskit version v0.14.4'
22:14:51 + for f in rootlesskit rootlesskit-docker-proxy
22:14:51 + GOBIN=/usr/local/bin
22:14:51 + GO111MODULE=on
22:14:51 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
22:14:51 Install rootlesskit version v0.14.4
22:14:51 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
22:14:53 mkdir -p autogen
22:14:53 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 .
22:14:53 #1 [internal] load build definition from Dockerfile
22:14:53 #1 sha256:0b1bcf396de844ab418212cee487b42beee6c0f28e335c097372529a20592db3
22:14:53 #1 transferring dockerfile: 17.53kB done
22:14:53 #1 DONE 0.0s
22:14:53 
22:14:53 #2 [internal] load .dockerignore
22:14:53 #2 sha256:e9174bbdc5d2a41d2f8eb3fdd10bea23fe9de4a5289a57c619cbad5edb1551d3
22:14:53 #2 transferring context: 87B done
22:14:53 #2 DONE 0.0s
22:14:53 
22:14:53 #3 resolve image config for docker.io/docker/dockerfile:1.3
22:14:53 #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
22:14:53 #3 DONE 0.1s
22:14:53 
22:14:53 #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
22:14:53 #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952
22:14:53 #4 CACHED
22:14:53 
22:14:53 #5 [internal] load build definition from Dockerfile
22:14:53 #5 sha256:355639b0c9e336b985bb392aab1f2b975ab41e52f9b5c9605ae77ea49ffe6f41
22:14:53 #5 DONE 0.0s
22:14:53 
22:14:53 #6 [internal] load .dockerignore
22:14:53 #6 sha256:671127d36a9ebebb303476289346c766421d47973630bcadaf7a4eb760ce1df8
22:14:53 #6 DONE 0.0s
22:14:53 
22:14:53 #10 [auth] djs55/vpnkit:pull token for registry-1.docker.io
22:14:53 #10 sha256:394be851144daae31d8847a69e100710c8e8ba6529a0038b2bee90c74ebaf455
22:14:53 #10 DONE 0.0s
22:14:53 
22:14:53 #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
22:14:53 #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
22:14:54 #9 ...
22:14:54 
22:14:54 #8 [internal] load metadata for docker.io/library/golang:1.16.9-bullseye
22:14:54 #8 sha256:d1483ad508b97cbe2844b5f09783babdf48c519cb5644dc3bb85f55762761899
22:14:54 #8 DONE 0.8s
22:14:54 
22:14:54 #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
22:14:54 #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
22:14:54 #9 DONE 0.9s
22:14:54 
22:14:54 #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
22:14:54 #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
22:14:54 #7 DONE 0.9s
22:14:54 
22:14:54 #16 [internal] load build context
22:14:54 #16 sha256:914453811f668bbd8a2cec123a0b8e1fdc1ceb3860d113ffde34341b35ec0a20
22:14:54 #16 DONE 0.0s
22:14:54 
22:14:54 #11 [base 1/3] FROM docker.io/library/golang:1.16.9-bullseye@sha256:0fd88ab64b3cd8c2fe9dcf5329a1e063350f86e48ca729f1247497f19f207031
22:14:54 #11 sha256:47a69324b37832c26a391e3017d3c2600dd977cb4c637d295e4924d982175be5
22:14:54 #11 resolve docker.io/library/golang:1.16.9-bullseye@sha256:0fd88ab64b3cd8c2fe9dcf5329a1e063350f86e48ca729f1247497f19f207031 0.0s done
22:14:54 #11 sha256:d32e17419b7ee61bbd89c2f0d2833a99cf45e594257d15cb567e4cf7771ce34a 0B / 10.87MB 0.0s
22:14:54 #11 sha256:0fd88ab64b3cd8c2fe9dcf5329a1e063350f86e48ca729f1247497f19f207031 1.86kB / 1.86kB done
22:14:54 #11 sha256:135e37b786c8a5c9095569a1457fde0680afcc738df974979be66debd6b45a42 6.95kB / 6.95kB done
22:14:54 #11 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 0B / 54.92MB 0.0s
22:14:54 #11 sha256:1cabe03aed746a6fffa5fc8a720722d6a99adbe21067d8f124b1ea990df9e3dd 1.80kB / 1.80kB done
22:14:54 #11 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 3.15MB / 54.92MB 0.1s
22:14:54 #11 sha256:f02b617c6a8c415a175f44d7e2c5d3b521059f2a6112c5f022e005a44a759f2d 0B / 5.15MB 0.1s
22:14:55 #11 sha256:d32e17419b7ee61bbd89c2f0d2833a99cf45e594257d15cb567e4cf7771ce34a 2.10MB / 10.87MB 0.2s
22:14:55 #11 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 9.55MB / 54.92MB 0.2s
22:14:55 #11 sha256:f02b617c6a8c415a175f44d7e2c5d3b521059f2a6112c5f022e005a44a759f2d 3.15MB / 5.15MB 0.2s
22:14:55 #11 sha256:d32e17419b7ee61bbd89c2f0d2833a99cf45e594257d15cb567e4cf7771ce34a 9.44MB / 10.87MB 0.3s
22:14:55 #11 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 16.78MB / 54.92MB 0.3s
22:14:55 #11 sha256:f02b617c6a8c415a175f44d7e2c5d3b521059f2a6112c5f022e005a44a759f2d 5.15MB / 5.15MB 0.3s
22:14:55 #11 sha256:d32e17419b7ee61bbd89c2f0d2833a99cf45e594257d15cb567e4cf7771ce34a 10.87MB / 10.87MB 0.5s
22:14:55 #11 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 24.12MB / 54.92MB 0.5s
22:14:55 #11 sha256:f02b617c6a8c415a175f44d7e2c5d3b521059f2a6112c5f022e005a44a759f2d 5.15MB / 5.15MB 0.3s done
22:14:55 #11 sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 5.24MB / 54.57MB 0.5s
22:14:55 #11 sha256:d32e17419b7ee61bbd89c2f0d2833a99cf45e594257d15cb567e4cf7771ce34a 10.87MB / 10.87MB 0.5s done
22:14:55 #11 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 38.80MB / 54.92MB 0.6s
22:14:55 #11 sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 19.73MB / 54.57MB 0.6s
22:14:55 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 3.15MB / 85.77MB 0.6s
22:14:55 #11 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 45.09MB / 54.92MB 0.8s
22:14:55 #11 sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 27.49MB / 54.57MB 0.8s
22:14:55 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 12.62MB / 85.77MB 0.8s
22:14:55 #11 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 54.92MB / 54.92MB 1.0s
22:14:55 #11 sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 39.85MB / 54.57MB 1.0s
22:14:55 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 19.92MB / 85.77MB 1.0s
22:14:55 #11 sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 50.33MB / 54.57MB 1.0s
22:14:55 #11 sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 54.57MB / 54.57MB 1.1s
22:14:56 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 29.36MB / 85.77MB 1.2s
22:14:56 #11 sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 54.92MB / 54.92MB 1.4s done
22:14:56 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 48.23MB / 85.77MB 1.4s
22:14:56 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 58.72MB / 85.77MB 1.7s
22:14:56 #11 extracting sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04
22:14:56 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 65.86MB / 85.77MB 1.7s
22:14:56 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 70.25MB / 85.77MB 1.9s
22:14:56 #11 sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 54.57MB / 54.57MB 1.9s done
22:14:56 #11 sha256:4573d57ef426caf23f0bddb8c6d258485a74bbfe9c3084f8d89a2ed4f294c121 0B / 156B 1.9s
22:14:56 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 0B / 129.04MB 1.9s
22:14:56 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 79.69MB / 85.77MB 2.1s
22:14:56 #11 sha256:4573d57ef426caf23f0bddb8c6d258485a74bbfe9c3084f8d89a2ed4f294c121 156B / 156B 2.0s done
22:14:56 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 85.77MB / 85.77MB 2.2s
22:14:56 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 19.92MB / 129.04MB 2.2s
22:14:57 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 37.75MB / 129.04MB 2.4s
22:14:57 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 45.40MB / 129.04MB 2.5s
22:14:57 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 53.48MB / 129.04MB 2.6s
22:14:57 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 69.21MB / 129.04MB 2.8s
22:14:57 #11 sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 85.77MB / 85.77MB 2.8s done
22:14:57 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 76.55MB / 129.04MB 3.0s
22:14:57 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 84.87MB / 129.04MB 3.2s
22:14:58 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 97.17MB / 129.04MB 3.3s
22:14:58 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 111.15MB / 129.04MB 3.5s
22:14:58 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 120.59MB / 129.04MB 3.6s
22:14:58 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 129.04MB / 129.04MB 3.8s
22:14:59 #11 ...
22:14:59 
22:14:59 #16 [internal] load build context
22:14:59 #16 sha256:914453811f668bbd8a2cec123a0b8e1fdc1ceb3860d113ffde34341b35ec0a20
22:14:59 #16 transferring context: 55.48MB 4.5s done
22:14:59 #16 DONE 4.9s
22:14:59 
22:14:59 #11 [base 1/3] FROM docker.io/library/golang:1.16.9-bullseye@sha256:0fd88ab64b3cd8c2fe9dcf5329a1e063350f86e48ca729f1247497f19f207031
22:14:59 #11 sha256:47a69324b37832c26a391e3017d3c2600dd977cb4c637d295e4924d982175be5
22:14:59 #11 ...
22:14:59 
22:14:59 #32 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
22:14:59 #32 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
22:14:59 #32 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
22:14:59 #32 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
22:14:59 #32 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
22:14:59 #32 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
22:14:59 #32 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 2.9s done
22:14:59 #32 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.8s done
22:14:59 #32 DONE 5.0s
22:14:59 
22:14:59 #11 [base 1/3] FROM docker.io/library/golang:1.16.9-bullseye@sha256:0fd88ab64b3cd8c2fe9dcf5329a1e063350f86e48ca729f1247497f19f207031
22:14:59 #11 sha256:47a69324b37832c26a391e3017d3c2600dd977cb4c637d295e4924d982175be5
22:14:59 #11 sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 129.04MB / 129.04MB 4.8s done
22:14:59 #11 ...
22:14:59 
22:14:59 #34 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
22:14:59 #34 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
22:14:59 #34 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
22:14:59 #34 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
22:14:59 #34 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
22:14:59 #34 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
22:14:59 #34 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.4s done
22:14:59 #34 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.5s done
22:14:59 #34 DONE 5.0s
22:14:59 
22:14:59 #11 [base 1/3] FROM docker.io/library/golang:1.16.9-bullseye@sha256:0fd88ab64b3cd8c2fe9dcf5329a1e063350f86e48ca729f1247497f19f207031
22:14:59 #11 sha256:47a69324b37832c26a391e3017d3c2600dd977cb4c637d295e4924d982175be5
22:15:01 #11 extracting sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 5.1s
22:15:01 #11 extracting sha256:bb7d5a84853b217ac05783963f12b034243070c1c9c8d2e60ada47444f3cce04 5.2s done
22:15:01 #11 extracting sha256:f02b617c6a8c415a175f44d7e2c5d3b521059f2a6112c5f022e005a44a759f2d
22:15:02 #11 ...
22:15:02 
22:15:02 #33 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
22:15:02 #33 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
22:15:02 #33 DONE 0.6s
22:15:02 
22:15:02 #11 [base 1/3] FROM docker.io/library/golang:1.16.9-bullseye@sha256:0fd88ab64b3cd8c2fe9dcf5329a1e063350f86e48ca729f1247497f19f207031
22:15:02 #11 sha256:47a69324b37832c26a391e3017d3c2600dd977cb4c637d295e4924d982175be5
22:15:02 #11 extracting sha256:f02b617c6a8c415a175f44d7e2c5d3b521059f2a6112c5f022e005a44a759f2d 0.3s done
22:15:02 #11 extracting sha256:d32e17419b7ee61bbd89c2f0d2833a99cf45e594257d15cb567e4cf7771ce34a
22:15:02 #11 ...
22:15:02 
22:15:02 #35 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
22:15:02 #35 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
22:15:02 #35 DONE 0.9s
22:15:02 
22:15:02 #11 [base 1/3] FROM docker.io/library/golang:1.16.9-bullseye@sha256:0fd88ab64b3cd8c2fe9dcf5329a1e063350f86e48ca729f1247497f19f207031
22:15:02 #11 sha256:47a69324b37832c26a391e3017d3c2600dd977cb4c637d295e4924d982175be5
22:15:03 #11 extracting sha256:d32e17419b7ee61bbd89c2f0d2833a99cf45e594257d15cb567e4cf7771ce34a 0.4s done
22:15:03 #11 extracting sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 0.1s
22:15:05 #11 extracting sha256:c9d2d81226a43a97871acd5afb7e8aabfad4d6b62ae1709c870df3ee230bc3f5 2.4s done
22:15:05 #11 extracting sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 0.1s
22:15:08 #11 extracting sha256:7bd370e02e50430c538ca78431003aa3aeca86bf892c9f75aa7013ac0ad42f49 2.6s done
22:15:08 #11 extracting sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d
22:15:09 go: downloading github.com/pkg/errors v0.9.1
22:15:09 go: downloading github.com/sirupsen/logrus v1.8.1
22:15:09 go: downloading github.com/urfave/cli/v2 v2.3.0
22:15:09 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
22:15:09 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
22:15:09 go: downloading github.com/google/uuid v1.3.0
22:15:09 go: downloading github.com/moby/vpnkit v0.5.0
22:15:09 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
22:15:09 go: downloading github.com/gofrs/flock v0.8.1
22:15:09 go: downloading github.com/gorilla/mux v1.8.0
22:15:09 go: downloading github.com/moby/sys/mountinfo v0.4.1
22:15:09 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
22:15:09 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
22:15:09 go: downloading github.com/u-root/u-root v7.0.0+incompatible
22:15:10 #12 52.41 --------------------------------------------------------------------------------
22:15:10 #12 52.41 Total                                              1.9 MB/s |  81 MB  00:42     
22:15:10 #12 52.56 Running transaction check
22:15:10 #12 52.73 Running transaction test
22:15:10 #12 52.88 Transaction test succeeded
22:15:10 #12 52.88 Running transaction
22:15:10 #12 53.45   Updating   : glibc-2.17-325.el7_9.x86_64                                 1/68 
22:15:10 #12 56.35   Updating   : glibc-common-2.17-325.el7_9.x86_64                          2/68 
22:15:10 #12 56.42   Installing : fipscheck-1.4.1-6.el7.x86_64                                3/68 
22:15:10 #12 56.46   Installing : fipscheck-lib-1.4.1-6.el7.x86_64                            4/68 
22:15:11 go: downloading github.com/russross/blackfriday/v2 v2.1.0
22:15:12 #12 57.07   Updating   : systemd-libs-219-78.el7_9.3.x86_64                          5/68 
22:15:13 #12 58.82   Updating   : systemd-219-78.el7_9.3.x86_64                               6/68 
22:15:13 #12 59.53 Failed to get D-Bus connection: Operation not permitted
22:15:13 #11 extracting sha256:5cdf2d652a4d66989483e82abb94cf51618ec6dc93b371147795232928017b4d 4.9s done
22:15:13 #11 extracting sha256:4573d57ef426caf23f0bddb8c6d258485a74bbfe9c3084f8d89a2ed4f294c121 done
22:15:13 #11 DONE 19.1s
22:15:13 
22:15:13 #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
22:15:13 #12 sha256:0254560cd3862739c4c57f8f11be749e7e9d1b35250a79af4668fa7360a57c2e
22:15:13 #12 59.57   Installing : mpfr-3.1.1-4.el7.x86_64                                     7/68 
22:15:14 #12 60.11   Installing : libmpc-1.0.1-3.el7.x86_64                                   8/68 
22:15:15 #12 60.67   Updating   : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64              9/68 
22:15:15 #12 61.22   Updating   : 7:device-mapper-1.02.170-6.el7_9.5.x86_64                  10/68 
22:15:16 #12 61.77   Installing : lzo-2.06-8.el7.x86_64                                      11/68 
22:15:16 + for f in rootlesskit rootlesskit-docker-proxy
22:15:16 + GOBIN=/usr/local/bin
22:15:16 + GO111MODULE=on
22:15:16 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
22:15:16 #12 62.32   Installing : m4-1.4.16-10.el7.x86_64                                    12/68 
22:15:16 #12 62.90   Installing : checkpolicy-2.5-8.el7.x86_64                               13/68 
22:15:17 #12 DONE 3.5s
22:15:17 #12 62.94   Installing : 1:make-3.82-24.el7.x86_64                                  14/68 
22:15:17 #12 63.48   Installing : 1:perl-Error-0.17020-2.el7.noarch                          15/68 
22:15:17 
22:15:17 #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
22:15:17 #13 sha256:33468275bd6a72e0bc8adb9ad29413126b48c6bdb5d4579eb3bad41eb59c4d8a
22:15:18 #13 DONE 0.8s
22:15:18 
22:15:18 #23 [containerd 1/3] 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
22:15:18 #23 sha256:8b790d4374658c616954c0021287262a64141cc63605d565d3323c9aac89a541
22:15:18 #23 ...
22:15:18 
22:15:18 #27 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
22:15:18 #27 sha256:95e3a44139d66e9fb1fad4430e3a42fa43653a5bae75b0d8b2d84ad5ab6d6558
22:15:18 #27 DONE 0.1s
22:15:18 
22:15:18 #28 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
22:15:18 #28 sha256:3040462c90d4bd8d19c8f8599801788e1ba2376b41fc225b00d513044b99f8ea
22:15:18 + return
22:15:18 # Build the CLI
22:15:18 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20211015144600-e57b5f7 GITCOMMIT=e57b5f7 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
22:15:18 Building dynamic docker-linux-arm-v6
22:15:18 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 --ldflags     -w     -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"     -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-19T22:13:19Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"       -buildmode=pie github.com/docker/cli/cmd/docker
22:15:18 #12 63.53   Installing : libarchive-3.1.2-14.el7_7.x86_64                           16/68 
22:15:18 #12 64.69   Installing : cpp-4.8.5-44.el7.x86_64                                    17/68 
22:15:19 #12 65.25   Installing : rsync-3.1.2-10.el7.x86_64                                  18/68 
22:15:20 #12 65.81   Installing : systemd-devel-219-78.el7_9.3.x86_64                        19/68 
22:15:20 #28 1.800 + RM_GOPATH=0
22:15:20 #28 1.800 + TMP_GOPATH=
22:15:20 #28 1.800 + : /build
22:15:20 #28 1.800 + '[' -z '' ']'
22:15:20 #28 1.802 ++ mktemp -d
22:15:20 #28 1.804 + export GOPATH=/tmp/tmp.mBMnVXDQ3p
22:15:20 #28 1.804 + GOPATH=/tmp/tmp.mBMnVXDQ3p
22:15:20 #28 1.804 + RM_GOPATH=1
22:15:20 #28 1.804 + case "$(go env GOARCH)" in
22:15:20 #28 1.804 ++ go env GOARCH
22:15:20 #28 1.815 + export GO_BUILDMODE=-buildmode=pie
22:15:20 #28 1.815 + GO_BUILDMODE=-buildmode=pie
22:15:20 #28 1.815 ++ dirname /install.sh
22:15:20 #28 1.815 + dir=/
22:15:20 #28 1.816 + bin=rootlesskit
22:15:20 #28 1.816 + shift
22:15:20 #28 1.816 + '[' '!' -f //rootlesskit.installer ']'
22:15:20 #28 1.816 + . //rootlesskit.installer
22:15:20 #28 1.816 ++ : v0.14.4
22:15:20 #28 1.817 + install_rootlesskit
22:15:20 #28 1.817 + case "$1" in
22:15:20 #28 1.817 + export CGO_ENABLED=0
22:15:20 #28 1.817 + CGO_ENABLED=0
22:15:20 #28 1.817 + _install_rootlesskit
22:15:20 #28 1.819 + echo 'Install rootlesskit version v0.14.4'
22:15:20 #28 1.819 Install rootlesskit version v0.14.4
22:15:20 #28 1.819 + for f in rootlesskit rootlesskit-docker-proxy
22:15:20 #28 1.819 + GOBIN=/build
22:15:20 #28 1.819 + GO111MODULE=on
22:15:20 #28 1.819 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
22:15:20 #28 2.415 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
22:15:21 #12 66.37   Installing : libcgroup-0.41-21.el7.x86_64                               20/68 
22:15:21 #12 67.49   Installing : openssh-7.4p1-21.el7.x86_64                                21/68 
22:15:21 #12 67.52   Installing : audit-libs-python-2.8.5-4.el7.x86_64                       22/68 
22:15:21 #12 67.54   Installing : perl-TermReadKey-2.30-20.el7.x86_64                        23/68 
22:15:21 #12 67.57   Installing : libseccomp-2.3.1-4.el7.x86_64                              24/68 
22:15:21 #12 68.11   Installing : libselinux-utils-2.5-15.el7.x86_64                         25/68 
22:15:22 #12 68.21   Installing : policycoreutils-2.5-34.el7.x86_64                          26/68 
22:15:22 #12 68.24   Installing : selinux-policy-3.13.1-268.el7_9.2.noarch                   27/68 
22:15:23 #12 69.37   Installing : setools-libs-3.3.8-4.el7.x86_64                            28/68 
22:15:23 #12 69.91   Installing : libsemanage-python-2.5-14.el7.x86_64                       29/68 
22:15:24 #12 69.95   Installing : e2fsprogs-libs-1.42.9-19.el7.x86_64                        30/68 
22:15:24 #12 70.58   Installing : btrfs-progs-4.9.1-1.el7.x86_64                             31/68 
22:15:24 #12 70.61   Installing : perl-Data-Dumper-2.145-3.el7.x86_64                        32/68 
22:15:24 #28 5.675 go: downloading github.com/sirupsen/logrus v1.8.1
22:15:24 #28 5.675 go: downloading github.com/pkg/errors v0.9.1
22:15:24 #28 5.715 go: downloading github.com/urfave/cli/v2 v2.3.0
22:15:24 #28 5.999 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
22:15:25 #12 70.69   Installing : autoconf-2.69-11.el7.noarch                                33/68 
22:15:25 #12 71.22 install-info: No such file or directory for /usr/share/info/autoconf.info
22:15:25 #12 71.26   Installing : libselinux-python-2.5-15.el7.x86_64                        34/68 
22:15:25 #12 71.28   Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64                         35/68 
22:15:25 #28 7.439 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
22:15:25 #28 7.678 go: downloading github.com/google/uuid v1.3.0
22:15:25 #28 7.697 go: downloading github.com/moby/vpnkit v0.5.0
22:15:25 #28 7.722 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
22:15:25 #28 7.761 go: downloading github.com/gofrs/flock v0.8.1
22:15:25 #28 7.771 go: downloading github.com/gorilla/mux v1.8.0
22:15:26 #12 71.83   Installing : libedit-3.0-12.20121213cvs.el7.x86_64                      36/68 
22:15:26 #12 72.46   Installing : openssh-clients-7.4p1-21.el7.x86_64                        37/68 
22:15:26 #28 7.836 go: downloading github.com/moby/sys/mountinfo v0.4.1
22:15:26 #28 8.076 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
22:15:26 #28 8.138 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
22:15:26 #12 72.49   Installing : libgomp-4.8.5-44.el7.x86_64                                38/68 
22:15:26 #12 73.07   Installing : less-458-9.el7.x86_64                                      39/68 
22:15:27 #28 9.308 go: downloading github.com/u-root/u-root v7.0.0+incompatible
22:15:27 #12 73.10   Installing : perl-Git-1.8.3.1-23.el7_8.noarch                           40/68 
22:15:27 #12 73.78   Installing : git-1.8.3.1-23.el7_8.x86_64                                41/68 
22:15:27 #12 73.91   Installing : pcre-devel-8.32-17.el7.x86_64                              42/68 
22:15:27 #12 73.94   Installing : libsepol-devel-2.5-10.el7.x86_64                           43/68 
22:15:27 #12 73.98   Installing : libselinux-devel-2.5-15.el7.x86_64                         44/68 
22:15:27 #12 74.03   Installing : perl-Test-Harness-3.28-3.el7.noarch                        45/68 
22:15:27 #28 ...
22:15:27 
22:15:27 #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
22:15:27 #14 sha256:4dd1221c9ab6505d9fb2952876d1ab3e2fd4493013a9e5fa969e72a9960c05fc
22:15:27 #14 2.081 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
22:15:27 #14 2.081 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
22:15:27 #14 2.178 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
22:15:27 #14 2.316 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [72.0 kB]
22:15:27 #14 2.674 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
22:15:27 #14 3.590 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2300 B]
22:15:27 #14 6.511 Fetched 8454 kB in 5s (1801 kB/s)
22:15:27 #14 6.511 Reading package lists...
22:15:28 #14 8.658 Reading package lists...
22:15:28 #14 ...
22:15:28 
22:15:28 #15 [tini 1/3] 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
22:15:28 #15 sha256:67a849982a6fcedf9723725e1da7a343c87d90e41cfb8e5d4183a111b25ce93b
22:15:28 #15 2.278 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
22:15:28 #15 2.299 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
22:15:28 #15 2.301 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
22:15:28 #15 2.574 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [72.0 kB]
22:15:28 #15 2.990 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
22:15:28 #15 3.790 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2300 B]
22:15:28 #15 6.700 Fetched 8454 kB in 5s (1805 kB/s)
22:15:28 #15 6.700 Reading package lists...
22:15:28 #15 8.656 Reading package lists...
22:15:28 #15 ...
22:15:28 
22:15:28 #23 [containerd 1/3] 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
22:15:28 #23 sha256:8b790d4374658c616954c0021287262a64141cc63605d565d3323c9aac89a541
22:15:28 #23 2.192 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
22:15:28 #23 2.208 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB]
22:15:28 #23 2.210 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
22:15:28 #23 2.524 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [72.0 kB]
22:15:28 #23 2.877 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
22:15:28 #23 3.694 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2300 B]
22:15:28 #23 6.808 Fetched 8454 kB in 5s (1732 kB/s)
22:15:28 #23 6.808 Reading package lists...
22:15:28 #23 9.011 Reading package lists...
22:15:28 #23 ...
22:15:28 
22:15:28 #15 [tini 1/3] 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
22:15:28 #15 sha256:67a849982a6fcedf9723725e1da7a343c87d90e41cfb8e5d4183a111b25ce93b
22:15:28 #15 8.656 Reading package lists...
22:15:28 #12 74.11   Installing : automake-1.13.4-3.el7.noarch                               46/68 
22:15:28 #12 74.64 install-info: No such file or directory for /usr/share/info/automake.info.gz
22:15:28 #12 74.65   Installing : python-IPy-0.75-6.el7.noarch                               47/68 
22:15:28 #12 74.72   Installing : policycoreutils-python-2.5-34.el7.x86_64                   48/68 
22:15:29 #12 74.76   Installing : policycoreutils-devel-2.5-34.el7.x86_64                    49/68 
22:15:29 #12 75.25   Installing : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             50/68 
22:15:29 #15 10.70 Building dependency tree...
22:15:29 #15 12.04 The following additional packages will be installed:
22:15:30 #15 12.04   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
22:15:30 #15 12.04 Suggested packages:
22:15:30 #15 12.05   cmake-doc ninja-build lrzip
22:15:30 #15 12.05 Recommended packages:
22:15:30 #15 12.05   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
22:15:30 #15 12.41 The following NEW packages will be installed:
22:15:30 #15 12.43   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
22:15:30 #15 12.43   vim-common xxd
22:15:30 #12 76.03   Installing : kernel-headers-3.10.0-1160.45.1.el7.x86_64                 51/68 
22:15:30 #12 76.73   Installing : glibc-headers-2.17-325.el7_9.x86_64                        52/68 
22:15:30 #15 12.73 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
22:15:30 #15 12.73 Need to get 17.7 MB of archives.
22:15:30 #15 12.73 After this operation, 70.7 MB of additional disk space will be used.
22:15:30 #15 12.73 Get:1 http://deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
22:15:30 #15 12.73 Get:2 http://deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
22:15:30 #15 12.74 Get:3 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB]
22:15:30 #15 12.78 Get:4 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
22:15:31 #15 13.00 Get:5 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
22:15:31 #15 13.02 Get:6 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
22:15:31 #15 13.02 Get:7 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
22:15:31 #15 13.03 Get:8 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
22:15:31 #15 13.03 Get:9 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
22:15:31 #15 13.04 Get:10 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB]
22:15:31 #15 13.65 debconf: delaying package configuration, since apt-utils is not installed
22:15:31 #15 13.79 Fetched 17.7 MB in 1s (23.5 MB/s)
22:15:31 #15 13.89 Selecting previously unselected package xxd.
22:15:32 #15 13.89 (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.)
22:15:32 #15 13.95 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ...
22:15:32 #15 13.96 Unpacking xxd (2:8.2.2434-3) ...
22:15:32 #15 14.12 Selecting previously unselected package vim-common.
22:15:32 #15 14.12 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ...
22:15:32 #15 14.14 Unpacking vim-common (2:8.2.2434-3) ...
22:15:32 #15 ...
22:15:32 
22:15:32 #23 [containerd 1/3] 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
22:15:32 #23 sha256:8b790d4374658c616954c0021287262a64141cc63605d565d3323c9aac89a541
22:15:32 #23 9.011 Reading package lists...
22:15:32 #23 11.24 Building dependency tree...
22:15:32 #23 12.47 The following additional packages will be installed:
22:15:32 #23 12.47   libbtrfs0
22:15:32 #23 12.50 The following NEW packages will be installed:
22:15:32 #23 12.50   libbtrfs-dev libbtrfs0
22:15:32 #23 12.78 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
22:15:32 #23 12.78 Need to get 460 kB of archives.
22:15:32 #23 12.78 After this operation, 1237 kB of additional disk space will be used.
22:15:32 #23 12.78 Get:1 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
22:15:32 #23 12.79 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
22:15:32 #23 13.28 debconf: delaying package configuration, since apt-utils is not installed
22:15:32 #23 13.41 Fetched 460 kB in 0s (1622 kB/s)
22:15:32 #23 13.49 Selecting previously unselected package libbtrfs0:amd64.
22:15:32 #23 13.49 (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.)
22:15:32 #23 13.54 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
22:15:32 #23 13.55 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
22:15:32 #23 13.72 Selecting previously unselected package libbtrfs-dev:amd64.
22:15:32 #23 13.72 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
22:15:32 #23 13.72 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
22:15:32 #23 13.95 Setting up libbtrfs0:amd64 (5.10.1-2) ...
22:15:32 #23 13.98 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
22:15:32 #23 13.99 Processing triggers for libc-bin (2.31-13+deb11u2) ...
22:15:32 #23 DONE 14.3s
22:15:32 #12 76.85   Installing : glibc-devel-2.17-325.el7_9.x86_64                          53/68 
22:15:32 
22:15:32 #24 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
22:15:32 #24 sha256:0848a80fc3356ec1f17cf975e5f00f52cafae31db5b80f689c96bdefe18a6299
22:15:32 #24 DONE 0.2s
22:15:32 
22:15:32 #15 [tini 1/3] 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
22:15:32 #15 sha256:67a849982a6fcedf9723725e1da7a343c87d90e41cfb8e5d4183a111b25ce93b
22:15:32 #15 14.43 Selecting previously unselected package cmake-data.
22:15:32 #15 14.43 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ...
22:15:32 #15 14.45 Unpacking cmake-data (3.18.4-2) ...
22:15:32 #12 78.52   Installing : gcc-4.8.5-44.el7.x86_64                                    54/68 
22:15:33 #12 79.24   Installing : libtool-2.4.2-22.el7_3.x86_64                              55/68 
22:15:33 #12 79.76 install-info: No such file or directory for /usr/share/info/libtool.info.gz
22:15:33 #12 79.99   Installing : glibc-static-2.17-325.el7_9.x86_64                         56/68 
22:15:33 #12 80.01   Installing : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64            57/68 
22:15:33 #12 80.13   Installing : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                   58/68 
22:15:33 #12 80.18   Installing : btrfs-progs-devel-4.9.1-1.el7.x86_64                       59/68 
22:15:34 #15 16.27 Selecting previously unselected package libicu67:amd64.
22:15:34 #15 16.29 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
22:15:34 #15 16.30 Unpacking libicu67:amd64 (67.1-7) ...
22:15:34 #12 80.21   Installing : libseccomp-devel-2.3.1-4.el7.x86_64                        60/68 
22:15:34 #12 81.13   Installing : cmake-2.8.12.2-2.el7.x86_64                                61/68 
22:15:35 #12 81.22   Installing : which-2.20-7.el7.x86_64                                    62/68 
22:15:35 #12 81.79 install-info: No such file or directory for /usr/share/info/which.info.gz
22:15:36 #12 82.33   Cleanup    : 7:device-mapper-1.02.170-6.el7.x86_64                      63/68 
22:15:37 #12 82.35   Cleanup    : 7:device-mapper-libs-1.02.170-6.el7.x86_64                 64/68 
22:15:37 #12 83.41   Cleanup    : systemd-219-78.el7.x86_64                                  65/68 
22:15:37 #15 19.43 Selecting previously unselected package libxml2:amd64.
22:15:37 #15 19.43 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
22:15:37 #15 19.43 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
22:15:37 #15 19.73 Selecting previously unselected package libarchive13:amd64.
22:15:37 #15 19.74 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ...
22:15:37 #15 19.74 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
22:15:38 #15 19.98 Selecting previously unselected package libjsoncpp24:amd64.
22:15:38 #15 19.98 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
22:15:38 #15 19.99 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
22:15:38 #15 20.07 Selecting previously unselected package librhash0:amd64.
22:15:38 #12 83.96   Cleanup    : systemd-libs-219-78.el7.x86_64                             66/68 
22:15:38 #15 20.08 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
22:15:38 #15 20.08 Unpacking librhash0:amd64 (1.4.1-2) ...
22:15:38 #15 20.20 Selecting previously unselected package libuv1:amd64.
22:15:38 #15 20.20 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
22:15:38 #15 20.21 Unpacking libuv1:amd64 (1.40.0-2) ...
22:15:38 #15 20.31 Selecting previously unselected package cmake.
22:15:38 #15 20.33 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ...
22:15:38 #15 20.34 Unpacking cmake (3.18.4-2) ...
22:15:38 #15 ...
22:15:38 
22:15:38 #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
22:15:38 #14 sha256:4dd1221c9ab6505d9fb2952876d1ab3e2fd4493013a9e5fa969e72a9960c05fc
22:15:38 #14 8.658 Reading package lists...
22:15:38 #14 10.77 Building dependency tree...
22:15:38 #14 11.75 The following additional packages will be installed:
22:15:38 #14 11.75   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
22:15:38 #14 11.75   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
22:15:38 #14 11.75   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
22:15:38 #14 11.75   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
22:15:38 #14 11.76   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
22:15:38 #14 11.76   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
22:15:38 #14 11.76   mingw-w64-common mingw-w64-x86-64-dev
22:15:38 #14 11.76 Suggested packages:
22:15:38 #14 11.76   gcc-10-locales seccomp wine64
22:15:38 #14 12.29 The following NEW packages will be installed:
22:15:38 #14 12.29   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
22:15:38 #14 12.29   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
22:15:38 #14 12.29   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
22:15:38 #14 12.29   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
22:15:38 #14 12.29   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
22:15:38 #14 12.29   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
22:15:38 #14 12.29   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
22:15:38 #14 12.29   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
22:15:38 #14 12.29   mingw-w64-x86-64-dev
22:15:38 #14 12.61 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
22:15:38 #14 12.61 Need to get 115 MB of archives.
22:15:38 #14 12.61 After this operation, 645 MB of additional disk space will be used.
22:15:38 #14 12.61 Get:1 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
22:15:38 #14 12.66 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]
22:15:38 #14 12.70 Get:3 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
22:15:38 #14 12.70 Get:4 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
22:15:38 #14 12.71 Get:5 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
22:15:38 #14 12.71 Get:6 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
22:15:38 #14 12.86 Get:7 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
22:15:38 #14 12.94 Get:8 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
22:15:38 #14 12.94 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]
22:15:38 #14 13.22 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]
22:15:38 #14 13.89 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]
22:15:38 #14 14.09 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]
22:15:38 #14 14.42 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]
22:15:38 #14 15.33 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]
22:15:38 #14 15.68 Get:15 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
22:15:38 #14 15.68 Get:16 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
22:15:38 #14 15.68 Get:17 http://deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
22:15:38 #14 15.68 Get:18 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
22:15:38 #14 15.71 Get:19 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
22:15:38 #14 15.71 Get:20 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
22:15:38 #14 15.71 Get:21 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
22:15:38 #14 15.71 Get:22 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
22:15:38 #14 15.71 Get:23 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
22:15:38 #14 15.73 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
22:15:38 #14 15.73 Get:25 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
22:15:38 #14 15.73 Get:26 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
22:15:38 #14 15.75 Get:27 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
22:15:38 #14 15.75 Get:28 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
22:15:38 #14 15.75 Get:29 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB]
22:15:38 #14 15.75 Get:30 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
22:15:38 #14 16.26 debconf: delaying package configuration, since apt-utils is not installed
22:15:38 #14 16.35 Fetched 115 MB in 3s (33.2 MB/s)
22:15:38 #14 16.38 Selecting previously unselected package binutils-mingw-w64-i686.
22:15:38 #14 16.38 (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.)
22:15:38 #14 16.42 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
22:15:38 #14 16.42 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
22:15:38 #14 17.46 Selecting previously unselected package binutils-mingw-w64-x86-64.
22:15:38 #14 17.47 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
22:15:38 #14 17.48 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
22:15:38 #14 18.90 Selecting previously unselected package binutils-mingw-w64.
22:15:38 #14 18.91 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
22:15:38 #14 18.92 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
22:15:38 #14 19.01 Selecting previously unselected package libdevmapper1.02.1:amd64.
22:15:38 #14 19.01 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
22:15:38 #14 19.02 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
22:15:38 #14 19.12 Selecting previously unselected package dmsetup.
22:15:38 #14 19.12 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
22:15:38 #14 19.13 Unpacking dmsetup (2:1.02.175-2.1) ...
22:15:38 #14 19.22 Selecting previously unselected package mingw-w64-common.
22:15:38 #14 19.22 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
22:15:38 #14 19.23 Unpacking mingw-w64-common (8.0.0-1) ...
22:15:38 #12 84.50   Cleanup    : glibc-2.17-317.el7.x86_64                                  67/68 
22:15:39 #14 ...
22:15:39 
22:15:39 #28 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
22:15:39 #28 sha256:3040462c90d4bd8d19c8f8599801788e1ba2376b41fc225b00d513044b99f8ea
22:15:39 #28 11.02 go: downloading github.com/russross/blackfriday/v2 v2.1.0
22:15:39 #28 ...
22:15:39 
22:15:39 #25 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
22:15:39 #25 sha256:15f33d6d04e8f52a03fa952506fc9229e46f29d8ff9740561dc2ee60096469c1
22:15:39 #25 1.247 + RM_GOPATH=0
22:15:39 #25 1.249 + TMP_GOPATH=
22:15:39 #25 1.249 + : /build
22:15:39 #25 1.249 + '[' -z '' ']'
22:15:39 #25 1.250 ++ mktemp -d
22:15:39 #25 1.253 + export GOPATH=/tmp/tmp.zMHNuG1vS4
22:15:39 #25 1.254 + GOPATH=/tmp/tmp.zMHNuG1vS4
22:15:39 #25 1.254 + RM_GOPATH=1
22:15:39 #25 1.254 + case "$(go env GOARCH)" in
22:15:39 #25 1.255 ++ go env GOARCH
22:15:39 #25 1.266 + export GO_BUILDMODE=-buildmode=pie
22:15:39 #25 1.266 + GO_BUILDMODE=-buildmode=pie
22:15:39 #25 1.266 ++ dirname /install.sh
22:15:39 #25 1.267 + dir=/
22:15:39 #25 1.272 + bin=containerd
22:15:39 #25 1.272 + shift
22:15:39 #25 1.272 + '[' '!' -f //containerd.installer ']'
22:15:39 #25 1.272 + . //containerd.installer
22:15:39 #25 1.273 ++ set -e
22:15:39 #25 1.273 ++ : v1.5.7
22:15:39 #25 1.273 + install_containerd
22:15:39 #25 1.276 + echo 'Install containerd version v1.5.7'
22:15:39 #25 1.276 Install containerd version v1.5.7
22:15:39 #25 1.276 + git clone https://github.com/containerd/containerd.git /tmp/tmp.zMHNuG1vS4/src/github.com/containerd/containerd
22:15:39 #25 1.278 Cloning into '/tmp/tmp.zMHNuG1vS4/src/github.com/containerd/containerd'...
22:15:39 #12 85.04   Cleanup    : glibc-common-2.17-317.el7.x86_64                           68/68 
22:15:39 #12 85.63   Verifying  : fipscheck-lib-1.4.1-6.el7.x86_64                            1/68 
22:15:39 #12 85.67   Verifying  : libselinux-devel-2.5-15.el7.x86_64                          2/68 
22:15:39 #12 85.69   Verifying  : policycoreutils-python-2.5-34.el7.x86_64                    3/68 
22:15:39 #12 85.71   Verifying  : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                    4/68 
22:15:39 #12 85.72   Verifying  : cmake-2.8.12.2-2.el7.x86_64                                 5/68 
22:15:39 #12 85.73   Verifying  : btrfs-progs-devel-4.9.1-1.el7.x86_64                        6/68 
22:15:39 #12 85.75   Verifying  : glibc-common-2.17-325.el7_9.x86_64                          7/68 
22:15:39 #12 85.77   Verifying  : automake-1.13.4-3.el7.noarch                                8/68 
22:15:39 #12 85.79   Verifying  : lzo-2.06-8.el7.x86_64                                       9/68 
22:15:39 #12 85.81   Verifying  : m4-1.4.16-10.el7.x86_64                                    10/68 
22:15:39 #12 85.82   Verifying  : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64             11/68 
22:15:39 #12 85.84   Verifying  : audit-libs-python-2.8.5-4.el7.x86_64                       12/68 
22:15:39 #12 85.85   Verifying  : git-1.8.3.1-23.el7_8.x86_64                                13/68 
22:15:39 #12 85.86   Verifying  : checkpolicy-2.5-8.el7.x86_64                               14/68 
22:15:39 #12 85.87   Verifying  : btrfs-progs-4.9.1-1.el7.x86_64                             15/68 
22:15:39 #12 85.88   Verifying  : perl-TermReadKey-2.30-20.el7.x86_64                        16/68 
22:15:39 #12 85.89   Verifying  : kernel-headers-3.10.0-1160.45.1.el7.x86_64                 17/68 
22:15:39 #12 85.94   Verifying  : systemd-libs-219-78.el7_9.3.x86_64                         18/68 
22:15:39 #12 85.95   Verifying  : which-2.20-7.el7.x86_64                                    19/68 
22:15:39 #12 85.96   Verifying  : glibc-devel-2.17-325.el7_9.x86_64                          20/68 
22:15:39 #12 85.97   Verifying  : cpp-4.8.5-44.el7.x86_64                                    21/68 
22:15:39 #12 85.98   Verifying  : python-IPy-0.75-6.el7.noarch                               22/68 
22:15:39 #12 85.99   Verifying  : libseccomp-2.3.1-4.el7.x86_64                              23/68 
22:15:39 #12 86.00   Verifying  : glibc-headers-2.17-325.el7_9.x86_64                        24/68 
22:15:39 #12 86.01   Verifying  : fipscheck-1.4.1-6.el7.x86_64                               25/68 
22:15:39 #12 86.02   Verifying  : libselinux-utils-2.5-15.el7.x86_64                         26/68 
22:15:39 #12 86.03   Verifying  : 1:make-3.82-24.el7.x86_64                                  27/68 
22:15:39 #12 86.04   Verifying  : openssh-7.4p1-21.el7.x86_64                                28/68 
22:15:39 #12 86.05   Verifying  : perl-Git-1.8.3.1-23.el7_8.noarch                           29/68 
22:15:39 #12 86.06   Verifying  : libtool-2.4.2-22.el7_3.x86_64                              30/68 
22:15:39 #12 86.07   Verifying  : setools-libs-3.3.8-4.el7.x86_64                            31/68 
22:15:39 #12 86.08   Verifying  : systemd-219-78.el7_9.3.x86_64                              32/68 
22:15:39 #12 86.10   Verifying  : libsemanage-python-2.5-14.el7.x86_64                       33/68 
22:15:39 #12 86.11   Verifying  : e2fsprogs-libs-1.42.9-19.el7.x86_64                        34/68 
22:15:39 #12 86.12   Verifying  : libarchive-3.1.2-14.el7_7.x86_64                           35/68 
22:15:39 #12 86.14   Verifying  : mpfr-3.1.1-4.el7.x86_64                                    36/68 
22:15:39 #12 86.16   Verifying  : perl-Data-Dumper-2.145-3.el7.x86_64                        37/68 
22:15:39 #12 86.18   Verifying  : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             38/68 
22:15:39 #12 86.20   Verifying  : openssh-clients-7.4p1-21.el7.x86_64                        39/68 
22:15:39 #12 86.21   Verifying  : perl-Test-Harness-3.28-3.el7.noarch                        40/68 
22:15:39 #12 86.22   Verifying  : libselinux-python-2.5-15.el7.x86_64                        41/68 
22:15:39 #12 86.23   Verifying  : libseccomp-devel-2.3.1-4.el7.x86_64                        42/68 
22:15:39 #12 86.24   Verifying  : gcc-4.8.5-44.el7.x86_64                                    43/68 
22:15:39 #12 86.26   Verifying  : libmpc-1.0.1-3.el7.x86_64                                  44/68 
22:15:39 #12 86.27   Verifying  : libtool-ltdl-2.4.2-22.el7_3.x86_64                         45/68 
22:15:39 #12 86.28   Verifying  : selinux-policy-3.13.1-268.el7_9.2.noarch                   46/68 
22:15:39 #12 86.29   Verifying  : glibc-2.17-325.el7_9.x86_64                                47/68 
22:15:39 #12 86.30   Verifying  : libsepol-devel-2.5-10.el7.x86_64                           48/68 
22:15:39 #12 86.31   Verifying  : 1:perl-Error-0.17020-2.el7.noarch                          49/68 
22:15:39 #12 86.32   Verifying  : policycoreutils-devel-2.5-34.el7.x86_64                    50/68 
22:15:39 #12 86.33   Verifying  : pcre-devel-8.32-17.el7.x86_64                              51/68 
22:15:39 #12 86.34   Verifying  : autoconf-2.69-11.el7.noarch                                52/68 
22:15:39 #12 86.35   Verifying  : libedit-3.0-12.20121213cvs.el7.x86_64                      53/68 
22:15:39 #12 86.36   Verifying  : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64            54/68 
22:15:40 #12 86.37   Verifying  : rsync-3.1.2-10.el7.x86_64                                  55/68 
22:15:40 #12 86.38   Verifying  : 7:device-mapper-1.02.170-6.el7_9.5.x86_64                  56/68 
22:15:40 #12 86.40   Verifying  : glibc-static-2.17-325.el7_9.x86_64                         57/68 
22:15:40 #12 86.41   Verifying  : policycoreutils-2.5-34.el7.x86_64                          58/68 
22:15:40 #12 86.44   Verifying  : libgomp-4.8.5-44.el7.x86_64                                59/68 
22:15:40 #12 86.47   Verifying  : systemd-devel-219-78.el7_9.3.x86_64                        60/68 
22:15:40 #12 86.49   Verifying  : less-458-9.el7.x86_64                                      61/68 
22:15:40 #12 86.51   Verifying  : libcgroup-0.41-21.el7.x86_64                               62/68 
22:15:40 #12 86.53   Verifying  : 7:device-mapper-libs-1.02.170-6.el7.x86_64                 63/68 
22:15:40 #12 86.53   Verifying  : glibc-2.17-317.el7.x86_64                                  64/68 
22:15:40 #12 86.53   Verifying  : glibc-common-2.17-317.el7.x86_64                           65/68 
22:15:40 #12 86.53   Verifying  : systemd-libs-219-78.el7.x86_64                             66/68 
22:15:40 #12 86.53   Verifying  : systemd-219-78.el7.x86_64                                  67/68 
22:15:40 #12 86.53   Verifying  : 7:device-mapper-1.02.170-6.el7.x86_64                      68/68 
22:15:40 #12 86.58 
22:15:40 #12 86.58 Installed:
22:15:40 #12 86.58   btrfs-progs-devel.x86_64 0:4.9.1-1.el7                                        
22:15:40 #12 86.58   cmake.x86_64 0:2.8.12.2-2.el7                                                 
22:15:40 #12 86.58   device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5                               
22:15:40 #12 86.58   gcc.x86_64 0:4.8.5-44.el7                                                     
22:15:40 #12 86.58   git.x86_64 0:1.8.3.1-23.el7_8                                                 
22:15:40 #12 86.58   glibc-static.x86_64 0:2.17-325.el7_9                                          
22:15:40 #12 86.58   libarchive.x86_64 0:3.1.2-14.el7_7                                            
22:15:40 #12 86.58   libseccomp-devel.x86_64 0:2.3.1-4.el7                                         
22:15:40 #12 86.58   libselinux-devel.x86_64 0:2.5-15.el7                                          
22:15:40 #12 86.58   libtool.x86_64 0:2.4.2-22.el7_3                                               
22:15:40 #12 86.58   libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3                                    
22:15:40 #12 86.58   make.x86_64 1:3.82-24.el7                                                     
22:15:40 #12 86.58   selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2                              
22:15:40 #12 86.58   systemd-devel.x86_64 0:219-78.el7_9.3                                         
22:15:40 #12 86.58   which.x86_64 0:2.20-7.el7                                                     
22:15:40 #12 86.58 
22:15:40 #12 86.58 Dependency Installed:
22:15:40 #12 86.58   audit-libs-python.x86_64 0:2.8.5-4.el7                                        
22:15:40 #12 86.58   autoconf.noarch 0:2.69-11.el7                                                 
22:15:40 #12 86.58   automake.noarch 0:1.13.4-3.el7                                                
22:15:40 #12 86.58   btrfs-progs.x86_64 0:4.9.1-1.el7                                              
22:15:40 #12 86.58   checkpolicy.x86_64 0:2.5-8.el7                                                
22:15:40 #12 86.58   cpp.x86_64 0:4.8.5-44.el7                                                     
22:15:40 #12 86.58   e2fsprogs-libs.x86_64 0:1.42.9-19.el7                                         
22:15:40 #12 86.58   fipscheck.x86_64 0:1.4.1-6.el7                                                
22:15:40 #12 86.58   fipscheck-lib.x86_64 0:1.4.1-6.el7                                            
22:15:40 #12 86.58   glibc-devel.x86_64 0:2.17-325.el7_9                                           
22:15:40 #12 86.58   glibc-headers.x86_64 0:2.17-325.el7_9                                         
22:15:40 #12 86.58   kernel-headers.x86_64 0:3.10.0-1160.45.1.el7                                  
22:15:40 #12 86.58   less.x86_64 0:458-9.el7                                                       
22:15:40 #12 86.58   libcgroup.x86_64 0:0.41-21.el7                                                
22:15:40 #12 86.58   libedit.x86_64 0:3.0-12.20121213cvs.el7                                       
22:15:40 #12 86.58   libgomp.x86_64 0:4.8.5-44.el7                                                 
22:15:40 #12 86.58   libmpc.x86_64 0:1.0.1-3.el7                                                   
22:15:40 #12 86.58   libseccomp.x86_64 0:2.3.1-4.el7                                               
22:15:40 #12 86.58   libselinux-python.x86_64 0:2.5-15.el7                                         
22:15:40 #12 86.58   libselinux-utils.x86_64 0:2.5-15.el7                                          
22:15:40 #12 86.58   libsemanage-python.x86_64 0:2.5-14.el7                                        
22:15:40 #12 86.58   libsepol-devel.x86_64 0:2.5-10.el7                                            
22:15:40 #12 86.58   libtool-ltdl.x86_64 0:2.4.2-22.el7_3                                          
22:15:40 #12 86.58   lzo.x86_64 0:2.06-8.el7                                                       
22:15:40 #12 86.58   m4.x86_64 0:1.4.16-10.el7                                                     
22:15:40 #12 86.58   mpfr.x86_64 0:3.1.1-4.el7                                                     
22:15:40 #12 86.58   openssh.x86_64 0:7.4p1-21.el7                                                 
22:15:40 #12 86.58   openssh-clients.x86_64 0:7.4p1-21.el7                                         
22:15:40 #12 86.58   pcre-devel.x86_64 0:8.32-17.el7                                               
22:15:40 #12 86.58   perl-Data-Dumper.x86_64 0:2.145-3.el7                                         
22:15:40 #12 86.58   perl-Error.noarch 1:0.17020-2.el7                                             
22:15:40 #12 86.58   perl-Git.noarch 0:1.8.3.1-23.el7_8                                            
22:15:40 #12 86.58   perl-TermReadKey.x86_64 0:2.30-20.el7                                         
22:15:40 #12 86.58   perl-Test-Harness.noarch 0:3.28-3.el7                                         
22:15:40 #12 86.58   policycoreutils.x86_64 0:2.5-34.el7                                           
22:15:40 #12 86.58   policycoreutils-devel.x86_64 0:2.5-34.el7                                     
22:15:40 #12 86.58   policycoreutils-python.x86_64 0:2.5-34.el7                                    
22:15:40 #12 86.58   python-IPy.noarch 0:0.75-6.el7                                                
22:15:40 #12 86.58   rsync.x86_64 0:3.1.2-10.el7                                                   
22:15:40 #12 86.58   selinux-policy.noarch 0:3.13.1-268.el7_9.2                                    
22:15:40 #12 86.58   setools-libs.x86_64 0:3.3.8-4.el7                                             
22:15:40 #12 86.58 
22:15:40 #12 86.58 Dependency Updated:
22:15:40 #12 86.58   device-mapper.x86_64 7:1.02.170-6.el7_9.5                                     
22:15:40 #12 86.58   device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5                                
22:15:40 #12 86.58   glibc.x86_64 0:2.17-325.el7_9                                                 
22:15:40 #12 86.58   glibc-common.x86_64 0:2.17-325.el7_9                                          
22:15:40 #12 86.58   systemd.x86_64 0:219-78.el7_9.3                                               
22:15:40 #12 86.58   systemd-libs.x86_64 0:219-78.el7_9.3                                          
22:15:40 #12 86.58 
22:15:40 #25 ...
22:15:40 
22:15:40 #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
22:15:40 #14 sha256:4dd1221c9ab6505d9fb2952876d1ab3e2fd4493013a9e5fa969e72a9960c05fc
22:15:40 #14 22.03 Selecting previously unselected package mingw-w64-x86-64-dev.
22:15:40 #14 22.04 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
22:15:40 #14 22.04 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
22:15:40 #12 86.58 Complete!
22:15:41 #12 DONE 87.5s
22:15:41 
22:15:41 #14 [stage-1 6/7] COPY --from=golang /usr/local/go /usr/local/go
22:15:41 #14 sha256:80912ea875e9986151664acbcd5559ff8a9b21693a3eb7a943d9551c7e551908
22:15:41 #14 ...
22:15:41 
22:15:41 #15 [tini 1/3] 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
22:15:41 #15 sha256:67a849982a6fcedf9723725e1da7a343c87d90e41cfb8e5d4183a111b25ce93b
22:15:41 #15 22.41 Setting up libicu67:amd64 (67.1-7) ...
22:15:41 #15 22.44 Setting up xxd (2:8.2.2434-3) ...
22:15:41 #15 22.45 Setting up libuv1:amd64 (1.40.0-2) ...
22:15:41 #15 22.47 Setting up vim-common (2:8.2.2434-3) ...
22:15:41 #15 22.50 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
22:15:41 #15 22.52 Setting up librhash0:amd64 (1.4.1-2) ...
22:15:41 #15 22.53 Setting up cmake-data (3.18.4-2) ...
22:15:41 #15 22.55 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
22:15:41 #15 22.57 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
22:15:41 #15 22.59 Setting up cmake (3.18.4-2) ...
22:15:41 #15 22.61 Processing triggers for libc-bin (2.31-13+deb11u2) ...
22:15:41 #15 DONE 23.3s
22:15:41 
22:15:41 #17 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
22:15:41 #17 sha256:53ad5cd92db8d8ad3abcfa31f9c7316dcba7aa7f0a1fd288819ecf996b8bc0c5
22:15:41 #17 DONE 0.1s
22:15:41 
22:15:41 #18 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
22:15:41 #18 sha256:734027900f6b44a37bcc4bfba1e26d41c1910017b1ca2e9663814dc4194641ca
22:15:43 #18 1.347 + RM_GOPATH=0
22:15:43 #18 1.348 + TMP_GOPATH=
22:15:43 #18 1.348 + : /build
22:15:43 #18 1.348 + '[' -z '' ']'
22:15:43 #18 1.349 ++ mktemp -d
22:15:43 #18 1.350 + export GOPATH=/tmp/tmp.VibYi8x0gx
22:15:43 #18 1.351 + GOPATH=/tmp/tmp.VibYi8x0gx
22:15:43 #18 1.351 + RM_GOPATH=1
22:15:43 #18 1.351 + case "$(go env GOARCH)" in
22:15:43 #18 1.352 ++ go env GOARCH
22:15:43 #18 1.364 + export GO_BUILDMODE=-buildmode=pie
22:15:43 #18 1.365 + GO_BUILDMODE=-buildmode=pie
22:15:43 #18 1.365 ++ dirname /install.sh
22:15:43 #18 1.366 + dir=/
22:15:43 #18 1.366 + bin=tini
22:15:43 #18 1.366 + shift
22:15:43 #18 1.366 + '[' '!' -f //tini.installer ']'
22:15:43 #18 1.366 + . //tini.installer
22:15:43 #18 1.366 ++ : v0.19.0
22:15:43 #18 1.368 + install_tini
22:15:43 #18 1.369 + echo 'Install tini version v0.19.0'
22:15:43 #18 1.369 + git clone https://github.com/krallin/tini.git /tmp/tmp.VibYi8x0gx/tini
22:15:43 #18 1.369 Install tini version v0.19.0
22:15:43 #18 1.370 Cloning into '/tmp/tmp.VibYi8x0gx/tini'...
22:15:43 #18 2.000 + cd /tmp/tmp.VibYi8x0gx/tini
22:15:43 #18 2.001 + git checkout -q v0.19.0
22:15:43 #18 2.008 + cmake .
22:15:43 #18 2.344 -- The C compiler identification is GNU 10.2.1
22:15:43 #18 2.389 -- Detecting C compiler ABI info
22:15:44 #18 2.670 -- Detecting C compiler ABI info - done
22:15:44 #18 2.738 -- Check for working C compiler: /usr/bin/cc - skipped
22:15:44 #18 2.742 -- Detecting C compile features
22:15:44 #18 2.743 -- Detecting C compile features - done
22:15:44 #18 2.773 -- Performing Test HAS_BUILTIN_FORTIFY
22:15:44 #18 2.954 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
22:15:44 #18 3.000 -- Configuring done
22:15:44 #14 DONE 3.1s
22:15:44 
22:15:44 #15 [stage-1 7/7] WORKDIR /root/rpmbuild
22:15:44 #15 sha256:3fcb2e0fe8aee5d6ecf1b4eee38bcc439cbe38725d765473ebea581b263a0560
22:15:44 #15 DONE 0.0s
22:15:44 
22:15:44 #16 exporting to image
22:15:44 #16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
22:15:44 #16 exporting layers
22:15:44 #18 3.016 -- Generating done
22:15:44 #18 3.018 -- Build files have been written to: /tmp/tmp.VibYi8x0gx/tini
22:15:44 #18 3.034 + make tini-static
22:15:44 #18 3.259 Scanning dependencies of target tini-static
22:15:44 #18 3.328 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:15:45 #18 4.037 [100%] Linking C executable tini-static
22:15:46 #18 4.332 [100%] Built target tini-static
22:15:46 #18 4.395 + mkdir -p /build
22:15:46 #18 4.402 + cp tini-static /build/docker-init
22:15:46 #18 DONE 4.8s
22:15:46 
22:15:46 #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
22:15:46 #14 sha256:4dd1221c9ab6505d9fb2952876d1ab3e2fd4493013a9e5fa969e72a9960c05fc
22:15:46 #14 25.22 Selecting previously unselected package gcc-mingw-w64-base.
22:15:46 #14 25.22 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
22:15:46 #14 25.23 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
22:15:46 #14 25.32 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
22:15:46 #14 25.32 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
22:15:46 #14 25.32 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
22:15:47 #14 29.49 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
22:15:47 #14 29.49 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
22:15:47 #14 29.50 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
22:15:48 #16 exporting layers 4.5s done
22:15:48 #16 writing image sha256:4b01f13cc758e529db1277540487ad98d23c046f009cd826b3ac8e2f358685f4 0.0s done
22:15:48 #16 naming to docker.io/rpmbuild-centos-7/x86_64 0.0s done
22:15:48 #16 DONE 4.5s
22:15:48 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm/rpmbuild/centos-7/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm/rpmbuild/centos-7/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-7/x86_64 -ba --define '_gitcommit_cli e57b5f7' --define '_gitcommit_engine 6f6b9d2' --define '_release 0' --define '_version 0.0.0.20211015144600.e57b5f7' --define '_origversion 0.0.0-20211015144600-e57b5f7' --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
22:15:49 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.0Nf5lz
22:15:49 + umask 022
22:15:49 + cd /root/rpmbuild/BUILD
22:15:49 + cd /root/rpmbuild/BUILD
22:15:49 + rm -rf src
22:15:49 + /usr/bin/mkdir -p src
22:15:49 + cd src
22:15:49 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
22:15:49 + /usr/bin/tar -xf -
22:15:50 + STATUS=0
22:15:50 + '[' 0 -ne 0 ']'
22:15:50 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
22:15:50 + /usr/bin/tar -xf -
22:15:51 + STATUS=0
22:15:51 + '[' 0 -ne 0 ']'
22:15:51 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
22:15:51 + exit 0
22:15:51 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Fjdz2l
22:15:51 + umask 022
22:15:51 + cd /root/rpmbuild/BUILD
22:15:51 + cd src
22:15:51 + export DOCKER_GITCOMMIT=6f6b9d2
22:15:51 + DOCKER_GITCOMMIT=6f6b9d2
22:15:51 + mkdir -p /go/src/github.com/docker
22:15:51 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
22:15:51 + pushd /root/rpmbuild/BUILD/src/engine
22:15:51 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
22:15:51 + TMP_GOPATH=/go
22:15:51 + hack/dockerfile/install/install.sh tini
22:15:51 + RM_GOPATH=0
22:15:51 + TMP_GOPATH=/go
22:15:51 + : /usr/local/bin
22:15:51 + '[' -z /go ']'
22:15:51 + export GOPATH=/go
22:15:51 + GOPATH=/go
22:15:51 + case "$(go env GOARCH)" in
22:15:51 ++ go env GOARCH
22:15:51 + export GO_BUILDMODE=-buildmode=pie
22:15:51 + GO_BUILDMODE=-buildmode=pie
22:15:51 ++ dirname hack/dockerfile/install/install.sh
22:15:51 + dir=hack/dockerfile/install
22:15:51 + bin=tini
22:15:51 + shift
22:15:51 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
22:15:51 + . hack/dockerfile/install/tini.installer
22:15:51 ++ : v0.19.0
22:15:51 + install_tini
22:15:51 + echo 'Install tini version v0.19.0'
22:15:51 Install tini version v0.19.0
22:15:51 + git clone https://github.com/krallin/tini.git /go/tini
22:15:51 Cloning into '/go/tini'...
22:15:51 + cd /go/tini
22:15:51 + git checkout -q v0.19.0
22:15:51 + cmake .
22:15:51 -- The C compiler identification is GNU 4.8.5
22:15:51 -- Check for working C compiler: /usr/bin/cc
22:15:51 -- Check for working C compiler: /usr/bin/cc -- works
22:15:51 -- Detecting C compiler ABI info
22:15:51 -- Detecting C compiler ABI info - done
22:15:51 -- Performing Test HAS_BUILTIN_FORTIFY
22:15:51 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
22:15:51 -- Configuring done
22:15:51 -- Generating done
22:15:51 -- Build files have been written to: /go/tini
22:15:51 + make tini-static
22:15:51 Scanning dependencies of target tini-static
22:15:51 [100%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:15:52 Linking C executable tini-static
22:15:52 [100%] Built target tini-static
22:15:52 + mkdir -p /usr/local/bin
22:15:52 + cp tini-static /usr/local/bin/docker-init
22:15:52 + VERSION=0.0.0-20211015144600-e57b5f7
22:15:52 + PRODUCT=docker
22:15:52 + hack/make.sh dynbinary
22:15:52 
22:15:52 Removing bundles/
22:15:52 
22:15:52 ---> Making bundle: dynbinary (in bundles/dynbinary)
22:15:52 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
22:15:52 GOOS="" GOARCH="" GOARM=""
22:15:52 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
22:15:52 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
22:15:52 GOOS="" GOARCH="" GOARM=""
22:15:52 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
22:15:52 
22:15:52 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
22:15:52 + RM_GOPATH=0
22:15:52 + TMP_GOPATH=/go
22:15:52 + : /usr/local/bin
22:15:52 + '[' -z /go ']'
22:15:52 + export GOPATH=/go
22:15:52 + GOPATH=/go
22:15:52 + case "$(go env GOARCH)" in
22:15:52 ++ go env GOARCH
22:15:52 + export GO_BUILDMODE=-buildmode=pie
22:15:52 + GO_BUILDMODE=-buildmode=pie
22:15:52 ++ dirname hack/dockerfile/install/install.sh
22:15:52 + dir=hack/dockerfile/install
22:15:52 + bin=tini
22:15:52 + shift
22:15:52 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
22:15:52 + . hack/dockerfile/install/tini.installer
22:15:52 ++ : v0.19.0
22:15:52 + install_tini
22:15:52 + echo 'Install tini version v0.19.0'
22:15:52 Install tini version v0.19.0
22:15:52 + git clone https://github.com/krallin/tini.git /go/tini
22:15:52 Cloning into '/go/tini'...
22:15:52 + cd /go/tini
22:15:52 + git checkout -q v0.19.0
22:15:52 + cmake .
22:15:52 -- The C compiler identification is GNU 9.3.0
22:15:52 -- Check for working C compiler: /usr/bin/cc
22:15:52 -- Check for working C compiler: /usr/bin/cc -- works
22:15:52 -- Detecting C compiler ABI info
22:15:52 -- Detecting C compiler ABI info - done
22:15:52 -- Detecting C compile features
22:15:52 -- Detecting C compile features - done
22:15:52 -- Performing Test HAS_BUILTIN_FORTIFY
22:15:52 -- Performing Test HAS_BUILTIN_FORTIFY - Success
22:15:52 -- Configuring done
22:15:52 -- Generating done
22:15:52 -- Build files have been written to: /go/tini
22:15:52 + make tini-static
22:15:52 make[2]: Entering directory '/go/tini'
22:15:52 make[3]: Entering directory '/go/tini'
22:15:52 make[4]: Entering directory '/go/tini'
22:15:52 make[5]: Entering directory '/go/tini'
22:15:52 Scanning dependencies of target tini-static
22:15:52 make[5]: Leaving directory '/go/tini'
22:15:52 make[5]: Entering directory '/go/tini'
22:15:52 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:15:52 [100%] Linking C executable tini-static
22:15:52 make[5]: Leaving directory '/go/tini'
22:15:52 [100%] Built target tini-static
22:15:52 make[4]: Leaving directory '/go/tini'
22:15:52 make[3]: Leaving directory '/go/tini'
22:15:52 make[2]: Leaving directory '/go/tini'
22:15:52 + mkdir -p /usr/local/bin
22:15:52 + cp tini-static /usr/local/bin/docker-init
22:15:52 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
22:15:52 + RM_GOPATH=0
22:15:52 + TMP_GOPATH=/go
22:15:52 + : /usr/local/bin
22:15:52 + '[' -z /go ']'
22:15:52 + export GOPATH=/go
22:15:52 + GOPATH=/go
22:15:52 + case "$(go env GOARCH)" in
22:15:52 ++ go env GOARCH
22:15:52 + export GO_BUILDMODE=-buildmode=pie
22:15:52 + GO_BUILDMODE=-buildmode=pie
22:15:52 ++ dirname hack/dockerfile/install/install.sh
22:15:52 + dir=hack/dockerfile/install
22:15:52 + bin=rootlesskit
22:15:52 + shift
22:15:52 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
22:15:52 + . hack/dockerfile/install/rootlesskit.installer
22:15:52 ++ : v0.14.4
22:15:52 + install_rootlesskit dynamic
22:15:52 + case "$1" in
22:15:52 + install_rootlesskit_dynamic
22:15:52 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
22:15:52 + ROOTLESSKIT_LDFLAGS=-linkmode=external
22:15:52 + export BUILD_MODE=-buildmode=pie
22:15:52 + BUILD_MODE=-buildmode=pie
22:15:52 + _install_rootlesskit
22:15:52 + echo 'Install rootlesskit version v0.14.4'
22:15:52 + for f in rootlesskit rootlesskit-docker-proxy
22:15:52 Install rootlesskit version v0.14.4
22:15:52 + GOBIN=/usr/local/bin
22:15:52 + GO111MODULE=on
22:15:52 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
22:15:52 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
22:15:54 #14 ...
22:15:54 
22:15:54 #25 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
22:15:54 #25 sha256:15f33d6d04e8f52a03fa952506fc9229e46f29d8ff9740561dc2ee60096469c1
22:15:54 #25 21.66 Updating files:  85% (3935/4591)
Updating files:  86% (3949/4591)
Updating files:  87% (3995/4591)
Updating files:  88% (4041/4591)
Updating files:  89% (4086/4591)
Updating files:  90% (4132/4591)
Updating files:  91% (4178/4591)
Updating files:  92% (4224/4591)
Updating files:  93% (4270/4591)
Updating files:  94% (4316/4591)
Updating files:  95% (4362/4591)
Updating files:  96% (4408/4591)
Updating files:  97% (4454/4591)
Updating files:  98% (4500/4591)
Updating files:  99% (4546/4591)
Updating files: 100% (4591/4591)
Updating files: 100% (4591/4591), done.
22:15:54 #25 21.94 + cd /tmp/tmp.zMHNuG1vS4/src/github.com/containerd/containerd
22:15:54 #25 21.94 + git checkout -q v1.5.7
22:15:55 #25 22.90 + export 'BUILDTAGS=netgo osusergo static_build'
22:15:55 #25 22.90 + BUILDTAGS='netgo osusergo static_build'
22:15:55 #25 22.90 + export EXTRA_FLAGS=-buildmode=pie
22:15:55 #25 22.90 + EXTRA_FLAGS=-buildmode=pie
22:15:55 #25 22.90 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
22:15:55 #25 22.90 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
22:15:55 #25 22.90 + '[' '' = dynamic ']'
22:15:55 #25 22.90 + make
22:15:56 #25 24.08 + bin/ctr
22:16:02 go: downloading github.com/pkg/errors v0.9.1
22:16:02 go: downloading github.com/sirupsen/logrus v1.8.1
22:16:02 go: downloading github.com/urfave/cli/v2 v2.3.0
22:16:02 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
22:16:03 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
22:16:03 go: downloading github.com/google/uuid v1.3.0
22:16:03 go: downloading github.com/moby/vpnkit v0.5.0
22:16:03 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
22:16:03 go: downloading github.com/gofrs/flock v0.8.1
22:16:03 go: downloading github.com/gorilla/mux v1.8.0
22:16:03 go: downloading github.com/moby/sys/mountinfo v0.4.1
22:16:03 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
22:16:03 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
22:16:04 go: downloading github.com/u-root/u-root v7.0.0+incompatible
22:16:05 #25 ...
22:16:05 
22:16:05 #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
22:16:05 #14 sha256:4dd1221c9ab6505d9fb2952876d1ab3e2fd4493013a9e5fa969e72a9960c05fc
22:16:05 #14 36.80 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
22:16:05 #14 36.80 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
22:16:05 #14 36.80 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
22:16:05 #14 39.95 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
22:16:05 #14 39.96 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
22:16:05 #14 39.97 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
22:16:05 #14 43.30 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
22:16:05 #14 43.30 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
22:16:05 #14 43.30 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
22:16:06 go: downloading github.com/russross/blackfriday/v2 v2.1.0
22:16:08 #14 50.09 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
22:16:08 #14 50.09 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
22:16:08 #14 50.11 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
22:16:09 #14 ...
22:16:09 
22:16:09 #28 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
22:16:09 #28 sha256:3040462c90d4bd8d19c8f8599801788e1ba2376b41fc225b00d513044b99f8ea
22:16:09 #28 51.04 + for f in rootlesskit rootlesskit-docker-proxy
22:16:09 #28 51.04 + GOBIN=/build
22:16:09 #28 51.04 + GO111MODULE=on
22:16:09 #28 51.04 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
22:16:11 + for f in rootlesskit rootlesskit-docker-proxy
22:16:11 + GOBIN=/usr/local/bin
22:16:11 + GO111MODULE=on
22:16:11 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
22:16:12 + return
22:16:12 # Build the CLI
22:16:12 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20211015144600-e57b5f7 GITCOMMIT=e57b5f7 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
22:16:12 Building dynamic docker-linux-amd64
22:16:12 + go build -o build/docker-linux-amd64 -tags  pkcs11 --ldflags     -w     -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"     -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-19T22:14:07Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"       -buildmode=pie github.com/docker/cli/cmd/docker
22:16:12 #28 54.49 rootlesskit version 0.14.4
22:16:12 #28 54.49 Usage of /build/rootlesskit-docker-proxy:
22:16:12 #28 54.49   -container-ip string
22:16:12 #28 54.49     	container ip
22:16:12 #28 54.49   -container-port int
22:16:12 #28 54.49     	container port (default -1)
22:16:12 #28 54.49   -host-ip string
22:16:12 #28 54.49     	host ip
22:16:12 #28 54.49   -host-port int
22:16:12 #28 54.49     	host port (default -1)
22:16:12 #28 54.49   -proto string
22:16:12 #28 54.49     	proxy protocol (default "tcp")
22:16:14 #28 ...
22:16:14 
22:16:14 #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
22:16:14 #14 sha256:4dd1221c9ab6505d9fb2952876d1ab3e2fd4493013a9e5fa969e72a9960c05fc
22:16:14 #14 52.40 Selecting previously unselected package g++-mingw-w64-x86-64.
22:16:14 #14 52.41 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
22:16:14 #14 52.42 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
22:16:14 #14 52.51 Selecting previously unselected package libapparmor1:amd64.
22:16:14 #14 52.51 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
22:16:14 #14 52.52 Unpacking libapparmor1:amd64 (2.13.6-10) ...
22:16:14 #14 52.59 Selecting previously unselected package libapparmor-dev:amd64.
22:16:14 #14 52.59 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
22:16:14 #14 52.60 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
22:16:14 #14 52.67 Selecting previously unselected package libbtrfs0:amd64.
22:16:14 #14 52.67 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
22:16:14 #14 52.68 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
22:16:14 #14 52.75 Selecting previously unselected package libbtrfs-dev:amd64.
22:16:14 #14 52.75 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
22:16:14 #14 52.76 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
22:16:14 #14 52.85 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
22:16:14 #14 52.85 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
22:16:14 #14 52.85 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
22:16:14 #14 52.89 Selecting previously unselected package libudev-dev:amd64.
22:16:14 #14 52.89 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
22:16:14 #14 52.90 Unpacking libudev-dev:amd64 (247.3-6) ...
22:16:14 #14 52.98 Selecting previously unselected package libsepol1-dev:amd64.
22:16:14 #14 52.98 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
22:16:14 #14 52.99 Unpacking libsepol1-dev:amd64 (3.1-1) ...
22:16:14 #14 53.16 Selecting previously unselected package libpcre2-16-0:amd64.
22:16:14 #14 53.16 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
22:16:14 #14 53.17 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
22:16:14 #14 53.27 Selecting previously unselected package libpcre2-32-0:amd64.
22:16:14 #14 53.29 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
22:16:14 #14 53.29 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
22:16:14 #14 53.39 Selecting previously unselected package libpcre2-posix2:amd64.
22:16:14 #14 53.39 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
22:16:14 #14 53.40 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
22:16:14 #14 53.45 Selecting previously unselected package libpcre2-dev:amd64.
22:16:14 #14 53.45 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
22:16:14 #14 53.46 Unpacking libpcre2-dev:amd64 (10.36-2) ...
22:16:14 #14 53.66 Selecting previously unselected package libselinux1-dev:amd64.
22:16:14 #14 53.66 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
22:16:14 #14 53.67 Unpacking libselinux1-dev:amd64 (3.1-3) ...
22:16:14 #14 53.78 Selecting previously unselected package libdevmapper-dev:amd64.
22:16:14 #14 53.79 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
22:16:14 #14 53.79 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
22:16:14 #14 53.84 Selecting previously unselected package libseccomp-dev:amd64.
22:16:14 #14 53.85 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ...
22:16:14 #14 53.86 Unpacking libseccomp-dev:amd64 (2.5.1-1) ...
22:16:14 #14 53.95 Selecting previously unselected package libsystemd-dev:amd64.
22:16:14 #14 53.95 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
22:16:14 #14 53.96 Unpacking libsystemd-dev:amd64 (247.3-6) ...
22:16:14 #14 54.28 Setting up libseccomp-dev:amd64 (2.5.1-1) ...
22:16:14 #14 54.29 Setting up libapparmor1:amd64 (2.13.6-10) ...
22:16:14 #14 54.30 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
22:16:14 #14 54.32 Setting up libsepol1-dev:amd64 (3.1-1) ...
22:16:14 #14 54.34 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
22:16:14 #14 54.35 Setting up libpcre2-16-0:amd64 (10.36-2) ...
22:16:14 #14 54.36 Setting up libbtrfs0:amd64 (5.10.1-2) ...
22:16:14 #14 54.37 Setting up libpcre2-32-0:amd64 (10.36-2) ...
22:16:14 #14 54.38 Setting up libudev-dev:amd64 (247.3-6) ...
22:16:14 #14 54.40 Setting up libpcre2-posix2:amd64 (10.36-2) ...
22:16:14 #14 54.41 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
22:16:14 #14 54.43 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
22:16:14 #14 54.44 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
22:16:14 #14 54.48 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
22:16:14 #14 54.50 Setting up mingw-w64-common (8.0.0-1) ...
22:16:14 #14 54.51 Setting up libsystemd-dev:amd64 (247.3-6) ...
22:16:14 #14 54.53 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
22:16:14 #14 54.54 Setting up libpcre2-dev:amd64 (10.36-2) ...
22:16:14 #14 54.56 Setting up libselinux1-dev:amd64 (3.1-3) ...
22:16:14 #14 54.57 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
22:16:14 #14 54.58 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
22:16:14 #14 54.59 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
22:16:14 #14 54.60 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
22:16:14 #14 54.61 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
22:16:14 #14 54.62 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
22:16:14 #14 54.64 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
22:16:14 #14 54.65 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
22:16:14 #14 54.66 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
22:16:14 #14 54.91 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
22:16:14 #14 55.15 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
22:16:14 #14 55.29 Setting up dmsetup (2:1.02.175-2.1) ...
22:16:14 #14 55.70 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
22:16:14 #14 55.75 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
22:16:14 #14 56.12 Processing triggers for libc-bin (2.31-13+deb11u2) ...
22:16:16 #14 ...
22:16:16 
22:16:16 #28 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
22:16:16 #28 sha256:3040462c90d4bd8d19c8f8599801788e1ba2376b41fc225b00d513044b99f8ea
22:16:16 #28 DONE 58.4s
22:16:16 
22:16:16 #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
22:16:16 #14 sha256:4dd1221c9ab6505d9fb2952876d1ab3e2fd4493013a9e5fa969e72a9960c05fc
22:16:16 #14 DONE 58.6s
22:16:16 
22:16:16 #19 [binary-base 1/6] COPY --from=tini        /build/ /usr/local/bin/
22:16:16 #19 sha256:b9c0846f6b83cf212967625b5d3511c46acdbcc6013a93a77889c3502354a156
22:16:16 #19 DONE 0.2s
22:16:16 
22:16:16 #29 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
22:16:16 #29 sha256:cfd4f9b423cc40ae58009cafae4e0db4fe22aa9027736bfe12a8f1d27ad9039a
22:16:16 #29 DONE 0.2s
22:16:16 
22:16:16 #20 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
22:16:16 #20 sha256:3ad52d343a1504d7ddb34793685de5d2a56d70a1d53ca00790c9e0998c1e4db6
22:16:16 #20 DONE 0.2s
22:16:16 
22:16:16 #30 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
22:16:16 #30 sha256:128a66603efbc2572c715b41c6c6e0bc2f8c0e7cc305e52637a7187c007e5194
22:16:17 #30 DONE 0.2s
22:16:17 
22:16:17 #21 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
22:16:17 #21 sha256:c454cf66e972c6ec8610e2f7a5c3bd1b83575a6b77b8c7c882230d44b0c175fe
22:16:18 #21 1.382 + RM_GOPATH=0
22:16:18 #21 1.382 + TMP_GOPATH=
22:16:18 #21 1.382 + : /build
22:16:18 #21 1.382 + '[' -z '' ']'
22:16:18 #21 1.382 ++ mktemp -d
22:16:18 #21 1.382 + export GOPATH=/tmp/tmp.F6YbWwrMFA
22:16:18 #21 1.382 + GOPATH=/tmp/tmp.F6YbWwrMFA
22:16:18 #21 1.382 + RM_GOPATH=1
22:16:18 #21 1.382 + case "$(go env GOARCH)" in
22:16:18 #21 1.382 ++ go env GOARCH
22:16:18 #21 1.389 Install runc version v1.0.2 (build tags: seccomp)
22:16:18 #21 1.389 + export GO_BUILDMODE=-buildmode=pie
22:16:18 #21 1.389 + GO_BUILDMODE=-buildmode=pie
22:16:18 #21 1.389 ++ dirname /install.sh
22:16:18 #21 1.389 + dir=/
22:16:18 #21 1.389 + bin=runc
22:16:18 #21 1.389 + shift
22:16:18 #21 1.389 + '[' '!' -f //runc.installer ']'
22:16:18 #21 1.389 + . //runc.installer
22:16:18 #21 1.389 ++ set -e
22:16:18 #21 1.389 ++ : v1.0.2
22:16:18 #21 1.389 + install_runc
22:16:18 #21 1.389 + RUNC_BUILDTAGS=seccomp
22:16:18 #21 1.389 + echo 'Install runc version v1.0.2 (build tags: seccomp)'
22:16:18 #21 1.389 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.F6YbWwrMFA/src/github.com/opencontainers/runc
22:16:18 #21 1.390 Cloning into '/tmp/tmp.F6YbWwrMFA/src/github.com/opencontainers/runc'...
22:16:23 #21 5.868 + cd /tmp/tmp.F6YbWwrMFA/src/github.com/opencontainers/runc
22:16:23 #21 5.868 + git checkout -q v1.0.2
22:16:23 #21 6.166 + '[' -z '' ']'
22:16:23 #21 6.166 + target=static
22:16:23 #21 6.166 + make BUILDTAGS=seccomp static
22:16:23 #21 6.371 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 .
22:16:40 make[2]: Entering directory '/root/build-deb/cli'
22:16:40 scripts/docs/generate-man.sh
22:17:20 #21 61.45 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
22:17:20 #21 62.47 + mkdir -p /build
22:17:20 #21 62.47 + cp runc /build/runc
22:17:20 #21 DONE 63.4s
22:17:20 
22:17:20 #25 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
22:17:20 #25 sha256:15f33d6d04e8f52a03fa952506fc9229e46f29d8ff9740561dc2ee60096469c1
22:17:22 #25 ...
22:17:22 
22:17:22 #22 [binary-base 2/6] COPY --from=runc        /build/ /usr/local/bin/
22:17:22 #22 sha256:9351b2a3734aa01c949a7f3d4c0b4f6d1f85613543742c46bbd1f93fa65da923
22:17:22 #22 DONE 0.4s
22:17:22 
22:17:22 #25 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
22:17:22 #25 sha256:15f33d6d04e8f52a03fa952506fc9229e46f29d8ff9740561dc2ee60096469c1
22:17:25 #25 112.3 + bin/containerd
22:17:28 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
22:17:28 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
22:17:28 GOOS="" GOARCH="" GOARM=""
22:17:28 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
22:17:28 
22:17:28 + popd
22:17:28 + exit 0
22:17:28 ~/rpmbuild/BUILD/src
22:17:28 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.OkDLv9
22:17:28 + umask 022
22:17:28 + cd /root/rpmbuild/BUILD
22:17:28 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64 '!=' / ']'
22:17:28 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
22:17:28 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
22:17:28 + mkdir -p /root/rpmbuild/BUILDROOT
22:17:28 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
22:17:28 + cd src
22:17:28 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
22:17:28 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/bin/dockerd
22:17:28 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
22:17:28 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/bin/docker-proxy
22:17:28 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/bin/docker-init
22:17:28 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/lib/systemd/system/docker.service
22:17:28 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/lib/systemd/system/docker.socket
22:17:28 + /usr/lib/rpm/check-buildroot
22:17:28 + /usr/lib/rpm/redhat/brp-compress
22:17:28 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
22:17:28 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
22:17:28 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
22:17:28 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
22:17:28 + /usr/lib/rpm/redhat/brp-python-hardlink
22:17:28 + /usr/lib/rpm/redhat/brp-java-repack-jars
22:17:28 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.TNaHwX
22:17:28 + umask 022
22:17:28 + cd /root/rpmbuild/BUILD
22:17:28 + cd src
22:17:28 ++ engine/bundles/dynbinary-daemon/dockerd --version
22:17:28 + ver='Docker version 0.0.0-20211015144600-e57b5f7, build 6f6b9d2'
22:17:28 + test 'Docker version 0.0.0-20211015144600-e57b5f7, build 6f6b9d2' = 'Docker version 0.0.0-20211015144600-e57b5f7, build 6f6b9d2'
22:17:28 + echo 'PASS: daemon version OK'
22:17:28 + exit 0
22:17:28 PASS: daemon version OK
22:17:28 Processing files: docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
22:17:28 Provides: docker-ce = 3:0.0.0.20211015144600.e57b5f7-0.el7 docker-ce(x86-64) = 3:0.0.0.20211015144600.e57b5f7-0.el7
22:17:28 Requires(interp): /bin/sh /bin/sh /bin/sh
22:17:28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
22:17:28 Requires(post): /bin/sh
22:17:28 Requires(preun): /bin/sh
22:17:28 Requires(postun): /bin/sh
22:17:28 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)
22:17:28 Conflicts: docker docker-io docker-engine-cs docker-ee
22:17:28 Obsoletes: docker-ce-selinux docker-engine-selinux docker-engine
22:17:28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
22:17:28 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.src.rpm
22:17:33 make[2]: Entering directory '/root/build-deb/cli'
22:17:33 scripts/docs/generate-man.sh
22:17:35 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64.rpm
22:17:35 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Ql4PNX
22:17:35 + umask 022
22:17:35 + cd /root/rpmbuild/BUILD
22:17:35 + cd src
22:17:35 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
22:17:35 + exit 0
22:17:35 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.bAPm9g
22:17:35 + umask 022
22:17:35 + cd /root/rpmbuild/BUILD
22:17:35 + cd /root/rpmbuild/BUILD
22:17:35 + rm -rf src
22:17:35 + /usr/bin/mkdir -p src
22:17:35 + cd src
22:17:35 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
22:17:35 + /usr/bin/tar -xf -
22:17:35 + STATUS=0
22:17:35 + '[' 0 -ne 0 ']'
22:17:35 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
22:17:35 + /usr/bin/tar -xf -
22:17:35 + STATUS=0
22:17:35 + '[' 0 -ne 0 ']'
22:17:35 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
22:17:35 + exit 0
22:17:35 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KYrocC
22:17:35 + umask 022
22:17:35 + cd /root/rpmbuild/BUILD
22:17:35 + cd src
22:17:35 + mkdir -p /go/src/github.com/docker
22:17:35 + rm -f /go/src/github.com/docker/cli
22:17:35 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
22:17:35 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
22:17:35 + pushd /go/src/github.com/docker/cli
22:17:35 + VERSION=0.0.0-20211015144600-e57b5f7
22:17:35 + GITCOMMIT=e57b5f7
22:17:35 + GO_LINKMODE=dynamic
22:17:35 + ./scripts/build/binary
22:17:35 Building dynamic docker-linux-amd64
22:17:35 + go build -o build/docker-linux-amd64 -tags ' pkcs11' --ldflags '    -w     -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"     -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-19T22:17:34Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"      ' -buildmode=pie github.com/docker/cli/cmd/docker
22:17:47 Project root: /go/src/github.com/docker/cli
22:17:47 Generating man pages into /go/src/github.com/docker/cli/man/man1
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
22:17:47 2021/10/19 22:17:42 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
22:17:47 make[2]: Leaving directory '/root/build-deb/cli'
22:17:47 # Build the scan-plugin
22:17:47 # TODO change once we support scan-plugin on other architectures
22:17:47 if [ "armhf" = "amd64" ]; then \
22:17:47 	cd /go/src/github.com/docker/scan-cli-plugin \
22:17:47 	&& PLATFORM_BINARY=docker-scan COMMIT=35651ca TAG_NAME=v0.8.0 make native-build \
22:17:47 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
22:17:47 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
22:17:47 fi
22:17:47 # Build the CLI plugins
22:17:47 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
22:17:47 set -e;cd /sources && \
22:17:47 	tar xzf plugin-installers.tgz; \
22:17:47 	for installer in plugins/*.installer; do \
22:17:47 		LDFLAGS='' bash ${installer} build; \
22:17:47 	done
22:17:47 Cloning into '/go/src/github.com/docker/buildx'...
22:17:47 Fetching origin
22:17:47 + GO111MODULE=on
22:17: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
22:17:57 #25 144.8 # github.com/containerd/containerd/cmd/containerd
22:17:57 #25 144.8 /usr/bin/ld: /tmp/go-link-418392659/000019.o: in function `New':
22:17:57 #25 144.8 /tmp/tmp.zMHNuG1vS4/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
22:17:57 #25 144.8 + bin/containerd-stress
22:17:58 #25 146.0 + bin/containerd-shim
22:18:06 #25 153.1 + bin/containerd-shim-runc-v1
22:18:11 #25 158.2 + bin/containerd-shim-runc-v2
22:18:11 #25 158.9 + binaries
22:18:11 #25 158.9 + install -D bin/containerd /build/containerd
22:18:11 #25 158.9 + install -D bin/containerd-shim /build/containerd-shim
22:18:11 #25 158.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
22:18:11 #25 158.9 + install -D bin/ctr /build/ctr
22:18:13 #25 DONE 161.0s
22:18:14 
22:18:14 #26 [binary-base 3/6] COPY --from=containerd  /build/ /usr/local/bin/
22:18:14 #26 sha256:f41f6e51e6f16bf635c9d8af9368bab9b2aa6bc11f01becd96e9bfedf888ff0f
22:18:16 #26 DONE 1.1s
22:18:16 
22:18:16 #31 [binary-base 4/6] COPY --from=rootlesskit /build/ /usr/local/bin/
22:18:16 #31 sha256:0b4c02313a366a18a9a86080083f6f797fa0c25a6c0d03f50e8754cac3c0d608
22:18:16 #31 DONE 0.2s
22:18:16 
22:18:16 #36 [binary-base 5/6] COPY --from=vpnkit      /build/ /usr/local/bin/
22:18:16 #36 sha256:b61d8fb6f297377beaa7c2b24962b81ce1760871d9a6dd596df28453e3a75cc4
22:18:17 #36 DONE 1.0s
22:18:17 
22:18:17 #37 [binary-base 6/6] WORKDIR /go/src/github.com/docker/docker
22:18:17 #37 sha256:7f8757591f10c5168f001b6ae9999abb8a902e2bd3b833bd32e8466cd4167969
22:18:17 #37 DONE 0.0s
22:18:17 
22:18:17 #38 [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
22:18:17 #38 sha256:61a0e6d8c5fff3a22a7922be278c94edce2cbb3afcf28b5f5d03af7e53458a54
22:18:18 #38 0.623 
22:18:18 #38 0.715 Removing /build/bundles/
22:18:18 #38 0.716 
22:18:18 #38 0.723 ---> Making bundle: binary (in /build/bundles/binary)
22:18:18 #38 0.808 Building: /build/bundles/binary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
22:18:18 #38 0.808 GOOS="" GOARCH="" GOARM=""
22:18:41 Project root: /go/src/github.com/docker/cli
22:18:41 Generating man pages into /go/src/github.com/docker/cli/man/man1
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
22:18:41 2021/10/19 22:18:38 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
22:18:41 make[2]: Leaving directory '/root/build-deb/cli'
22:18:41 # Build the scan-plugin
22:18:41 # TODO change once we support scan-plugin on other architectures
22:18:41 if [ "amd64" = "amd64" ]; then \
22:18:41 	cd /go/src/github.com/docker/scan-cli-plugin \
22:18:41 	&& PLATFORM_BINARY=docker-scan COMMIT=35651ca TAG_NAME=v0.8.0 make native-build \
22:18:41 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
22:18:41 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
22:18:41 fi
22:18:41 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
22:18:41 GO111MODULE=on make -f builder.Makefile build
22:18:41 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
22:18:41 mkdir -p bin
22:18:41 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
22:18:56 + DISABLE_WARN_OUTSIDE_CONTAINER=1
22:18:56 + make manpages
22:18:56 scripts/docs/generate-man.sh
22:19:09 make[1]: Leaving directory '/root/build-deb'
22:19:09    debian/rules override_dh_auto_test
22:19:09 make[1]: Entering directory '/root/build-deb'
22:19:09 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
22:19:09 	test "$ver" = "Docker version 0.0.0-20211015144600-e57b5f7, build 6f6b9d2" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
22:19:09 PASS: daemon version OK
22:19:09 ver="$(cli/build/docker --version)"; \
22:19:09 	test "$ver" = "Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
22:19:09 PASS: cli version OK
22:19:09 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
22:19:09 # TODO change once we support scan-plugin on other architectures
22:19:09 if [ "armhf" = "amd64" ]; then \
22:19:09 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
22:19:09 		test "$ver" = "v0.8.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
22:19:09 fi
22:19:09 make[1]: Leaving directory '/root/build-deb'
22:19:09    create-stamp debian/debhelper-build-stamp
22:19:09  debian/rules binary
22:19:09 dh binary --with=bash-completion
22:19:09    dh_testroot
22:19:09    dh_prep
22:19:09    debian/rules override_dh_auto_install
22:19:09 make[1]: Entering directory '/root/build-deb'
22:19:09 # docker-ce-cli install
22:19:09 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
22:19:09 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
22:19:09 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
22:19:09 set -e;cd /sources && \
22:19:09 	tar xzf plugin-installers.tgz; \
22:19:09 	for installer in plugins/*.installer; do \
22:19:09 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
22:19:09 		PREFIX=/usr/libexec/docker/cli-plugins \
22:19:09 			bash ${installer} install_plugin; \
22:19:09 	done
22:19:09 # docker-ce install
22:19:09 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
22:19:09 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
22:19:09 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7 debian/docker-ce/usr/bin/dockerd
22:19:09 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7 debian/docker-ce/usr/bin/docker-proxy
22:19:09 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
22:19:09 # docker-scan-plugin install
22:19:09 # TODO change once we support scan-plugin on other architectures
22:19:09 if [ "armhf" = "amd64" ]; then \
22:19:09 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
22:19:09 fi
22:19:09 # docker-ce-rootless-extras install
22:19:09 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
22:19:09 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
22:19:09 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
22:19:09 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
22:19:09 # TODO: how can we install vpnkit?
22:19:09 make[1]: Leaving directory '/root/build-deb'
22:19:09    debian/rules override_dh_install
22:19:09 make[1]: Entering directory '/root/build-deb'
22:19:09 dh_install
22:19:09 # TODO Can we do this from within our container?
22:19:09 dh_apparmor --profile-name=docker-ce -pdocker-ce
22:19:09 make[1]: Leaving directory '/root/build-deb'
22:19:09    dh_installdocs
22:19:09    dh_installchangelogs
22:19:09    dh_installman
22:19:09    dh_bash-completion
22:19:09    dh_systemd_enable
22:19:09    debian/rules override_dh_installinit
22:19:09 make[1]: Entering directory '/root/build-deb'
22:19:09 # use "docker" as our service name, not "docker-ce"
22:19:09 dh_installinit --name=docker
22:19:09 make[1]: Leaving directory '/root/build-deb'
22:19:09    dh_systemd_start
22:19:09    dh_perl
22:19:09    dh_link
22:19:09    dh_strip_nondeterminism
22:19:09    dh_compress
22:19:09    dh_fixperms
22:19:09    dh_missing
22:19:09    debian/rules override_dh_strip
22:19:09 make[1]: Entering directory '/root/build-deb'
22:19:09 # Go has lots of problems with stripping, so just don't
22:19:09 make[1]: Leaving directory '/root/build-deb'
22:19:09    dh_makeshlibs
22:19:09    debian/rules override_dh_shlibdeps
22:19:09 make[1]: Entering directory '/root/build-deb'
22:19:09 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
22:19:09 make[1]: Leaving directory '/root/build-deb'
22:19:09    dh_installdeb
22:19:09    debian/rules override_dh_gencontrol
22:19:09 make[1]: Entering directory '/root/build-deb'
22:19:09 # Use separate version for the scan-plugin package, then generate the other control files as usual
22:19:09 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
22:19:09 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
22:19:09 if [ "armhf" = "amd64" ]; then \
22:19:09 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
22:19:09 fi
22:19:09 dh_gencontrol --remaining-packages
22:19:09 make[1]: Leaving directory '/root/build-deb'
22:19:09    dh_md5sums
22:19:09    debian/rules override_dh_builddeb
22:19:09 make[1]: Entering directory '/root/build-deb'
22:19:09 dh_builddeb -- -Zxz
22:19:09 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb'.
22:19:09 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb'.
22:19:31 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb'.
22:19:39 #38 73.92 Created binary: /build/bundles/binary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
22:19:39 #38 74.40 Copying nested executables into /build/bundles/binary-daemon
22:19:39 #38 75.63 Building: /build/bundles/binary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
22:19:39 #38 75.63 GOOS="" GOARCH="" GOARM=""
22:19:39 #38 75.87 Created binary: /build/bundles/binary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
22:19:39 #38 75.90 
22:19:39 #38 DONE 78.1s
22:19:39 
22:19:39 #39 [binary 1/1] COPY --from=build-binary /build/bundles/ /
22:19:39 #39 sha256:ac1c3dd333cbd4da6ec185eaec9683e9e94215274e696fcefb0a0ef962f2370a
22:19:39 #39 DONE 2.3s
22:19:39 
22:19:39 #40 exporting to client
22:19:39 #40 sha256:b60a1292d407630dbb741f28ab6ea4ce3cca872ac28eeee56f4e66a182eca4bc
22:19:39 #40 copying files 22.36MB 0.1s
22:19:40 #40 copying files 206.91MB 1.1s done
22:19:40 #40 DONE 1.1s
22:19:40 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/docker'
22:19:40 mkdir -p build/linux/docker
22:19:40 cp /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/cli/build/docker build/linux/docker/
22:19:40 for f in dockerd containerd ctr containerd-shim containerd-shim-runc-v2 docker-init docker-proxy runc; do \
22:19:40 	cp -L /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/docker/bundles/binary-daemon/$f build/linux/docker/$f; \
22:19:40 done
22:19:40 tar -C build/linux -c -z -f build/linux/docker-0.0.0-20211015144600-e57b5f7.tgz docker
22:19:49 go: github.com/mattn/go-sqlite3@v2.0.3+incompatible: reading github.com/mattn/go-sqlite3/go.mod at revision v2.0.3: unknown revision v2.0.3
22:19:49 make[3]: *** [builder.Makefile:68: build] Error 1
22:19:49 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
22:19:49 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
22:19:49 make[2]: *** [Makefile:89: native-build] Error 2
22:19:49 make[1]: *** [debian/rules:20: override_dh_auto_build] Error 2
22:19:49 make[1]: Leaving directory '/root/build-deb'
22:19:49 make: *** [debian/rules:107: build] Error 2
22:19:49 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
22:19:49 make: *** [Makefile:76: ubuntu-focal] Error 2
22:19:49 make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/deb'
[Pipeline] sh
22:19:49 + make clean
22:19:49 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588:/v -w /v alpine chown -R 1000:1000 src
22:19:50 rm -f -r src
22:19:50 make -C rpm clean
22:19:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm'
22:19:50 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
22:19:50 rm -f -r rpmbuild/
22:19:50 docker builder prune -f --filter until=24h
22:19:51 Total reclaimed space: 0B
22:19:51 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm'
22:19:51 make -C deb clean
22:19:51 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/deb'
22:19:51 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/deb:/v -w /v alpine chown -R 1000:1000 debbuild
22:19:52 rm -f -r debbuild
22:19:52 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/deb:/v -w /v alpine chown -R 1000:1000 sources
22:19:52 # extra binaries for running rootless
22:19:52 mkdir -p build/linux/docker-rootless-extras
22:19:52 for f in rootlesskit rootlesskit-docker-proxy dockerd-rootless.sh dockerd-rootless-setuptool.sh vpnkit; do \
22:19:52 	if [ -f /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/docker/bundles/binary-daemon/$f ]; then \
22:19:52 		cp -L /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/docker/bundles/binary-daemon/$f build/linux/docker-rootless-extras/$f; \
22:19:52 	fi \
22:19:52 done
22:19:52 tar -C build/linux -c -z -f build/linux/docker-rootless-extras-0.0.0-20211015144600-e57b5f7.tgz docker-rootless-extras
22:19:53 rm -f -r sources
22:19:53 docker builder prune -f --filter until=24h
22:19:53 Total reclaimed space: 0B
22:19:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/deb'
22:19:53 make -C static clean
22:19:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/static'
22:19:53 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/static:/v -w /v alpine chown -R 1000:1000 build
22:19:53 rm -f -r build
22:19:53 docker builder prune -f --filter until=24h
22:19:53 Total reclaimed space: 0B
22:19:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch deb
22:19:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/static'
22:19:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/static'
22:19:53 docker buildx inspect | grep -q 'Driver: docker-container' || docker buildx create --use
22:19:53 clever_chaum
22:19:53 mkdir -p build/mac/amd64/docker
22:19:53 GOOS=darwin GOARCH=amd64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-588/static/build/mac/amd64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-588/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-588/static/scripts/build-cli-plugins":/build:ro golang:1.16.9 /build
22:19:53 Unable to find image 'golang:1.16.9' locally
22:19:54 1.16.9: Pulling from library/golang
22:19:54 bb7d5a84853b: Already exists
22:19:54 f02b617c6a8c: Already exists
22:19:54 d32e17419b7e: Already exists
22:19:54 c9d2d81226a4: Already exists
22:19:54 7bd370e02e50: Already exists
22:19:54 5cdf2d652a4d: Already exists
22:19:54 4573d57ef426: Already exists
22:19:54 Digest: sha256:c8b7bf9166093208456120876e51e9cb387b0523bddb9d8c0b33ff621347e26f
22:19:54 Status: Downloaded newer image for golang:1.16.9
22:19:56 Cloning into '/go/src/github.com/docker/buildx'...
22:19:58 Fetching origin
22:19:59 + GO111MODULE=on
22:19:59 + 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
22:20:03 make[1]: Leaving directory '/root/build-deb'
22:20:03  dpkg-genbuildinfo
22:20:03  dpkg-genchanges  >../docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.changes
22:20:03 dpkg-genchanges: info: including full source code in upload
22:20:03  dpkg-source -I.git --after-build .
22:20:03 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
22:20:03 + destination=/build
22:20:03 + mkdir -p /build
22:20:03 + mv -v /root/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster.dsc /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster.tar.gz /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.buildinfo /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.changes /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb /build
22:20:03 copied '/root/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb'
22:20:03 removed '/root/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb'
22:20:03 copied '/root/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb'
22:20:03 removed '/root/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb'
22:20:03 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster.dsc' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster.dsc'
22:20:03 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster.dsc'
22:20:03 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster.tar.gz' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster.tar.gz'
22:20:03 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster.tar.gz'
22:20:03 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.buildinfo'
22:20:03 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.buildinfo'
22:20:03 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.changes' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.changes'
22:20:03 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.changes'
22:20:03 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb'
22:20:03 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-buster_armhf.deb'
22:20:03 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-buster"
22:20:03 == Building packages for raspbian-bullseye ==
22:20:03 mkdir -p "debbuild/raspbian-bullseye"
22:20:03 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-bullseye/aarch64 -f raspbian-bullseye/Dockerfile .
22:20:04 #1 [internal] load build definition from Dockerfile
22:20:04 #1 sha256:0c96cdde899014fa0f6d0667e62a9dac4db035442a4f0a4d742c1d0afe37b516
22:20:04 #1 transferring dockerfile: 937B 0.0s done
22:20:04 #1 DONE 0.0s
22:20:04 
22:20:04 #2 [internal] load .dockerignore
22:20:04 #2 sha256:2add1a2bbb2f1f844600a61f741bf16916957deaf56545d2432d23afa5bc9c14
22:20:04 #2 transferring context: 2B done
22:20:04 #2 DONE 0.0s
22:20:04 
22:20:04 #5 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
22:20:04 #5 sha256:6618d0e416fcaf07a4999a7de8fd70ea96a3a121f4de98b64d179f03f0e59109
22:20:04 #5 DONE 0.0s
22:20:04 
22:20:04 #6 [auth] library/golang:pull token for registry-1.docker.io
22:20:04 #6 sha256:678cc688d0c10cc9716286ff035f02f7ba1f0adefc6be8f5f54432935961d02e
22:20:04 #6 DONE 0.0s
22:20:04 
22:20:04 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
22:20:04 #4 sha256:6c6826b174a4f4a43f9f89bc02fa9d6117a45aeba1f3eb4a0ce79829338bebb7
22:20:04 #4 DONE 0.2s
22:20:04 
22:20:04 #3 [internal] load metadata for docker.io/balenalib/rpi-raspbian:bullseye
22:20:04 #3 sha256:0d5dd2f8821fe752759cf3d3376b798a199e8721bae9607c5d382072a1643236
22:20:04 Project root: /go/src/github.com/docker/cli
22:20:04 Generating man pages into /go/src/github.com/docker/cli/man/man1
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
22:20:04 2021/10/19 22:20:00 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
22:20:04 + popd
22:20:04 ~/rpmbuild/BUILD/src
22:20:04 + pushd /root/rpmbuild/BUILD/src/plugins
22:20:04 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
22:20:04 + for installer in '*.installer'
22:20:04 + '[' buildx.installer '!=' scan.installer ']'
22:20:04 + bash buildx.installer build
22:20:04 Cloning into '/go/src/github.com/docker/buildx'...
22:20:04 Fetching origin
22:20:04 + GO111MODULE=on
22:20: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
22:20:04 #3 DONE 0.3s
22:20:04 
22:20:04 #9 [internal] load build context
22:20:04 #9 sha256:423673857f76ea78af27b7764707f805380b9ff0617a1cb3599c619e62ffc668
22:20:04 #9 transferring context: 756B done
22:20:04 #9 DONE 0.0s
22:20:04 
22:20:04 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
22:20:04 #13 sha256:fcb6bbd3683710dc38c0a2611aa78c17fb03221e7159fd7323c059280522acda
22:20:04 #13 CACHED
22:20:04 
22:20:04 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:877f35b71186b7103bfdf36212d29ed1185d9a8a63dbe7986ce6b37ecf4d75e2
22:20:04 #7 sha256:35badf4094a38ed7b0e61a1c3d08b667875bcde437bac327e42dff9359cdc59c
22:20:04 #7 resolve docker.io/balenalib/rpi-raspbian:bullseye@sha256:877f35b71186b7103bfdf36212d29ed1185d9a8a63dbe7986ce6b37ecf4d75e2 done
22:20:04 #7 sha256:d6956781cbe1421752ea587a3f492ea4bfe92a69db8e8558371629d9d98b9224 0B / 305B 0.1s
22:20:04 #7 sha256:508b532f0d5d1f328b989d7d06444052435f8b5a4fb4adadd1b4b87217d356a1 256B / 256B 0.1s done
22:20:04 #7 sha256:2a5dd26c9b9e9568cc5fded626fb0bebb9302ac4df67c98d07e78e4e6ec4ab84 5.00kB / 5.00kB done
22:20:04 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 0B / 41.59MB 0.1s
22:20:04 #7 sha256:252d2745c24577dc866f5e6d0f9dd5382b0d918c6db961925f8bfb15dcff53ff 0B / 911B 0.1s
22:20:04 #7 sha256:877f35b71186b7103bfdf36212d29ed1185d9a8a63dbe7986ce6b37ecf4d75e2 1.99kB / 1.99kB done
22:20:04 #7 sha256:d6956781cbe1421752ea587a3f492ea4bfe92a69db8e8558371629d9d98b9224 305B / 305B 0.1s done
22:20:04 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 2.10MB / 41.59MB 0.2s
22:20:04 #7 sha256:252d2745c24577dc866f5e6d0f9dd5382b0d918c6db961925f8bfb15dcff53ff 911B / 911B 0.1s done
22:20:04 #7 sha256:046f94b74af6ab72dbe6aa7888afed43022fcbdea2c7204be977ad0cd964ee5c 178B / 178B 0.2s done
22:20:04 #7 sha256:9d55a830224d5be73c9f767c235d4ad91265d1891d209296722030c718351bca 0B / 414B 0.2s
22:20:04 #7 sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 0B / 13.88MB 0.2s
22:20:04 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 4.19MB / 41.59MB 0.3s
22:20:04 #7 sha256:9d55a830224d5be73c9f767c235d4ad91265d1891d209296722030c718351bca 414B / 414B 0.3s done
22:20:04 #7 sha256:a317dcb67c1217e907024aed5fb9d2e98423ee9c3263790d48aa9d2c8151ec61 0B / 123.05kB 0.3s
22:20:05 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 8.39MB / 41.59MB 0.5s
22:20:05 #7 sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 2.10MB / 13.88MB 0.5s
22:20:05 #7 sha256:a317dcb67c1217e907024aed5fb9d2e98423ee9c3263790d48aa9d2c8151ec61 123.05kB / 123.05kB 0.4s done
22:20:05 #7 sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 4.19MB / 13.88MB 0.6s
22:20:05 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 14.68MB / 41.59MB 0.8s
22:20:05 #7 sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 8.39MB / 13.88MB 0.8s
22:20:05 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 17.83MB / 41.59MB 0.9s
22:20:05 #7 sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 11.53MB / 13.88MB 0.9s
22:20:05 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 19.92MB / 41.59MB 1.0s
22:20:05 #7 sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 13.88MB / 13.88MB 1.0s done
22:20:05 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 26.21MB / 41.59MB 1.2s
22:20:05 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 29.36MB / 41.59MB 1.3s
22:20:05 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 32.51MB / 41.59MB 1.4s
22:20:06 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 38.80MB / 41.59MB 1.6s
22:20:06 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 41.59MB / 41.59MB 1.7s
22:20:06 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 41.59MB / 41.59MB 1.7s done
22:20:06 #7 extracting sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2
22:20:09 #7 extracting sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 2.5s done
22:20:09 #7 extracting sha256:d6956781cbe1421752ea587a3f492ea4bfe92a69db8e8558371629d9d98b9224 done
22:20:09 #7 extracting sha256:508b532f0d5d1f328b989d7d06444052435f8b5a4fb4adadd1b4b87217d356a1 done
22:20:09 #7 extracting sha256:252d2745c24577dc866f5e6d0f9dd5382b0d918c6db961925f8bfb15dcff53ff done
22:20:09 #7 extracting sha256:046f94b74af6ab72dbe6aa7888afed43022fcbdea2c7204be977ad0cd964ee5c done
22:20:09 #7 extracting sha256:9d55a830224d5be73c9f767c235d4ad91265d1891d209296722030c718351bca
22:20:09 #7 extracting sha256:9d55a830224d5be73c9f767c235d4ad91265d1891d209296722030c718351bca done
22:20:09 #7 extracting sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398
22:20:09 #7 extracting sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 0.4s done
22:20:09 #7 extracting sha256:a317dcb67c1217e907024aed5fb9d2e98423ee9c3263790d48aa9d2c8151ec61
22:20:10 #7 extracting sha256:a317dcb67c1217e907024aed5fb9d2e98423ee9c3263790d48aa9d2c8151ec61 0.0s done
22:20:10 #7 DONE 5.5s
22:20:10 
22:20:10 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
22:20:10 #8 sha256:5bd5fd1daf75a2155ed43e380284f5702d7128a36778f57c3488e5028bd0f3f1
22:20:11 #8 1.146 Get:1 http://archive.raspberrypi.org/debian bullseye InRelease [23.5 kB]
22:20:11 #8 1.184 Get:2 http://archive.raspbian.org/raspbian bullseye InRelease [15.0 kB]
22:20:11 #8 1.414 Get:3 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [177 kB]
22:20:11 #8 1.486 Get:4 http://archive.raspbian.org/raspbian bullseye/firmware armhf Packages [1201 B]
22:20:11 #8 1.590 Get:5 http://archive.raspbian.org/raspbian bullseye/contrib armhf Packages [70.2 kB]
22:20:11 #8 1.684 Get:6 http://archive.raspbian.org/raspbian bullseye/rpi armhf Packages [1299 B]
22:20:11 #8 1.684 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf Packages [18.2 MB]
22:20:13 #8 3.183 Get:8 http://archive.raspbian.org/raspbian bullseye/non-free armhf Packages [130 kB]
22:20:13 #8 3.955 Fetched 18.7 MB in 3s (5600 kB/s)
22:20:15 #8 3.955 Reading package lists...
22:20:15 #8 5.304 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?)
22:20:17 #8 5.318 Reading package lists...
22:20:17 #8 6.681 Building dependency tree...
22:20:17 #8 6.849 Reading state information...
22:20:17 #8 7.126 curl is already the newest version (7.74.0-1.3).
22:20:17 #8 7.126 The following additional packages will be installed:
22:20:17 #8 7.126   autoconf automake autopoint autotools-dev binutils
22:20:17 #8 7.126   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
22:20:17 #8 7.126   debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file
22:20:17 #8 7.126   gcc gcc-10 gettext gettext-base git-man groff-base intltool-debian
22:20:17 #8 7.126   libarchive-zip-perl libasan6 libatomic1 libb-hooks-op-check-perl libbinutils
22:20:17 #8 7.126   libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl
22:20:17 #8 7.126   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libdebhelper-perl
22:20:17 #8 7.126   libdevel-callchecker-perl libdpkg-perl libdynaloader-functions-perl libelf1
22:20:17 #8 7.126   libencode-locale-perl liberror-perl libexpat1 libfakeroot
22:20:17 #8 7.126   libfile-dirlist-perl libfile-homedir-perl libfile-listing-perl
22:20:17 #8 7.126   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
22:20:17 #8 7.126   libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1 libhtml-parser-perl
22:20:17 #8 7.126   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
22:20:17 #8 7.126   libhttp-message-perl libhttp-negotiate-perl libicu67 libimport-into-perl
22:20:17 #8 7.126   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
22:20:17 #8 7.126   libisl23 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc
22:20:17 #8 7.126   libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
22:20:17 #8 7.126   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
22:20:17 #8 7.126   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
22:20:17 #8 7.127   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
22:20:17 #8 7.127   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
22:20:17 #8 7.127   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
22:20:17 #8 7.127   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
22:20:17 #8 7.127   media-types patch patchutils perl perl-base perl-modules-5.32
22:20:17 #8 7.127   perl-openssl-defaults po-debconf python3 python3-minimal python3.9
22:20:17 #8 7.127   python3.9-minimal sensible-utils wdiff xz-utils
22:20:17 #8 7.129 Suggested packages:
22:20:17 #8 7.129   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
22:20:17 #8 7.129   gcc-10-locales dh-make adequate at autopkgtest bls-standalone bsd-mailx
22:20:17 #8 7.129   | mailx build-essential check-all-the-things cvs-buildpackage devscripts-el
22:20:17 #8 7.129   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
22:20:17 #8 7.129   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
22:20:17 #8 7.129   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
22:20:17 #8 7.129   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
22:20:17 #8 7.129   reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib
22:20:17 #8 7.129   manpages-dev flex bison gdb gcc-doc gcc-10-doc gettext-doc libasprintf-dev
22:20:17 #8 7.129   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
22:20:17 #8 7.129   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc
22:20:17 #8 7.129   libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl
22:20:17 #8 7.129   libscalar-number-perl libbareword-filehandles-perl libindirect-perl
22:20:17 #8 7.129   libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
22:20:17 #8 7.129   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
22:20:17 #8 7.129   diffutils-doc perl-doc libterm-readline-gnu-perl
22:20:17 #8 7.129   | libterm-readline-perl-perl libtap-harness-archive-perl libmail-box-perl
22:20:17 #8 7.129   python3-doc python3-tk python3-venv python3.9-venv python3.9-doc
22:20:17 #8 7.129   binfmt-support wdiff-doc
22:20:17 #8 7.129 Recommended packages:
22:20:17 #8 7.129   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
22:20:17 #8 7.129   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
22:20:17 #8 7.129   licensecheck lintian pristine-tar python3-apt python3-debian python3-magic
22:20:17 #8 7.129   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
22:20:17 #8 7.129   libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client
22:20:17 #8 7.129   manpages manpages-dev libc-devtools libnss-nis libnss-nisplus
22:20:17 #8 7.129   libfile-fcntllock-perl libarchive-cpio-perl libhtml-format-perl
22:20:17 #8 7.129   libclone-perl libclass-xsaccessor-perl libnamespace-clean-perl
22:20:17 #8 7.129   libsub-name-perl libltdl-dev libdata-dump-perl libhtml-form-perl
22:20:17 #8 7.130   libhttp-daemon-perl libmailtools-perl libmail-sendmail-perl
22:20:19 #8 8.946 The following NEW packages will be installed:
22:20:19 #8 8.946   autoconf automake autopoint autotools-dev binutils
22:20:19 #8 8.946   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
22:20:19 #8 8.946   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
22:20:19 #8 8.946   equivs fakeroot file gcc gcc-10 gettext gettext-base git git-man groff-base
22:20:19 #8 8.946   intltool-debian libarchive-zip-perl libasan6 libatomic1
22:20:19 #8 8.946   libb-hooks-op-check-perl libbinutils libc-dev-bin libc6-dev libcc1-0
22:20:19 #8 8.946   libclass-method-modifiers-perl libcrypt-dev libctf-nobfd0 libctf0
22:20:19 #8 8.946   libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
22:20:19 #8 8.946   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
22:20:19 #8 8.947   libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl
22:20:19 #8 8.947   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
22:20:19 #8 8.947   libfile-which-perl libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1
22:20:19 #8 8.947   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
22:20:19 #8 8.947   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
22:20:19 #8 8.947   libhttp-negotiate-perl libicu67 libimport-into-perl libio-html-perl
22:20:19 #8 8.947   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23
22:20:19 #8 8.947   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
22:20:19 #8 8.947   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
22:20:19 #8 8.947   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
22:20:19 #8 8.947   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
22:20:19 #8 8.947   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
22:20:19 #8 8.947   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
22:20:19 #8 8.947   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
22:20:19 #8 8.947   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
22:20:19 #8 8.948   media-types patch patchutils perl perl-modules-5.32 perl-openssl-defaults
22:20:19 #8 8.948   po-debconf python3 python3-minimal python3.9 python3.9-minimal
22:20:19 #8 8.948   sensible-utils wdiff xz-utils
22:20:19 #8 8.949 The following packages will be upgraded:
22:20:19 #8 8.950   libc6 perl-base
22:20:19 #8 9.396 2 upgraded, 126 newly installed, 0 to remove and 14 not upgraded.
22:20:19 #8 9.396 Need to get 80.9 MB of archives.
22:20:19 #8 9.396 After this operation, 300 MB of additional disk space will be used.
22:20:19 #8 9.396 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf perl-base armhf 5.32.1-4+deb11u2 [1433 kB]
22:20:19 #8 9.456 Get:2 http://archive.raspberrypi.org/debian bullseye/main armhf libc6 armhf 2.31-13+rpt2+rpi1 [2297 kB]
22:20:20 #8 9.972 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf bsdextrautils armhf 2.36.1-8 [137 kB]
22:20:20 #8 9.974 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
22:20:20 #8 9.975 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf groff-base armhf 1.22.4-6 [793 kB]
22:20:20 #8 9.981 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm6 armhf 1.19-2 [61.7 kB]
22:20:20 #8 9.982 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf libpipeline1 armhf 1.5.3-1 [29.9 kB]
22:20:20 #8 9.983 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf man-db armhf 2.9.4-2 [1307 kB]
22:20:20 #8 10.06 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
22:20:20 #8 10.10 Get:10 http://archive.raspberrypi.org/debian bullseye/main armhf libc-dev-bin armhf 2.31-13+rpt2+rpi1 [266 kB]
22:20:20 #8 10.11 Get:11 http://archive.raspberrypi.org/debian bullseye/main armhf linux-libc-dev armhf 1:1.20211007-2 [1012 kB]
22:20:20 #8 10.12 Get:12 http://archive.raspberrypi.org/debian bullseye/main armhf libc6-dev armhf 2.31-13+rpt2+rpi1 [1813 kB]
22:20:20 #8 10.25 Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm-compat4 armhf 1.19-2 [44.5 kB]
22:20:20 #8 10.25 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf libperl5.32 armhf 5.32.1-4+deb11u2 [3373 kB]
22:20:20 #8 10.43 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf perl armhf 5.32.1-4+deb11u2 [293 kB]
22:20:20 #8 10.43 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1+rpi1 [791 kB]
22:20:20 #8 10.47 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf libexpat1 armhf 2.2.10-2 [73.4 kB]
22:20:20 #8 10.47 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9-minimal armhf 3.9.2-1+rpi1 [1625 kB]
22:20:20 #8 10.55 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
22:20:20 #8 10.55 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
22:20:20 #8 10.55 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libmpdec3 armhf 2.5.1-1+rpi1 [73.4 kB]
22:20:20 #8 10.55 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1+rpi1 [1616 kB]
22:20:20 #8 10.63 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9 armhf 3.9.2-1+rpi1 [466 kB]
22:20:20 #8 10.64 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
22:20:20 #8 10.64 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
22:20:20 #8 10.64 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf sensible-utils all 0.0.14 [14.8 kB]
22:20:20 #8 10.64 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf bzip2 armhf 1.0.8-4 [47.0 kB]
22:20:20 #8 10.70 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic-mgc armhf 1:5.39-3 [273 kB]
22:20:20 #8 10.70 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic1 armhf 1:5.39-3 [117 kB]
22:20:20 #8 10.71 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf file armhf 1:5.39-3 [68.0 kB]
22:20:20 #8 10.71 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf gettext-base armhf 0.21-4 [171 kB]
22:20:21 #8 10.78 Get:32 http://archive.raspbian.org/raspbian bullseye/main armhf xz-utils armhf 5.2.5-2 [215 kB]
22:20:21 #8 10.79 Get:33 http://archive.raspbian.org/raspbian bullseye/main armhf libsigsegv2 armhf 2.13-1 [34.3 kB]
22:20:21 #8 10.79 Get:34 http://archive.raspbian.org/raspbian bullseye/main armhf m4 armhf 1.4.18-5 [186 kB]
22:20:21 #8 10.79 Get:35 http://archive.raspbian.org/raspbian bullseye/main armhf autoconf all 2.69-14 [313 kB]
22:20:21 #8 10.79 Get:36 http://archive.raspbian.org/raspbian bullseye/main armhf autotools-dev all 20180224.1+nmu1 [77.1 kB]
22:20:21 #8 10.86 Get:37 http://archive.raspbian.org/raspbian bullseye/main armhf automake all 1:1.16.3-2 [814 kB]
22:20:21 #8 10.87 Get:38 http://archive.raspbian.org/raspbian bullseye/main armhf autopoint all 0.21-4 [510 kB]
22:20:21 #8 10.88 Get:39 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-common armhf 2.35.2-2+rpi1 [2220 kB]
22:20:21 #8 11.03 Get:40 http://archive.raspbian.org/raspbian bullseye/main armhf libbinutils armhf 2.35.2-2+rpi1 [393 kB]
22:20:21 #8 11.03 Get:41 http://archive.raspbian.org/raspbian bullseye/main armhf libctf-nobfd0 armhf 2.35.2-2+rpi1 [100 kB]
22:20:21 #8 11.04 Get:42 http://archive.raspbian.org/raspbian bullseye/main armhf libctf0 armhf 2.35.2-2+rpi1 [41.9 kB]
22:20:21 #8 11.07 Get:43 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-arm-linux-gnueabihf armhf 2.35.2-2+rpi1 [2105 kB]
22:20:21 #8 11.12 Get:44 http://archive.raspbian.org/raspbian bullseye/main armhf binutils armhf 2.35.2-2+rpi1 [61.7 kB]
22:20:21 #8 11.16 Get:45 http://archive.raspbian.org/raspbian bullseye/main armhf libisl23 armhf 0.23-1 [497 kB]
22:20:21 #8 11.19 Get:46 http://archive.raspbian.org/raspbian bullseye/main armhf libmpfr6 armhf 4.1.0-3 [803 kB]
22:20:21 #8 11.20 Get:47 http://archive.raspbian.org/raspbian bullseye/main armhf libmpc3 armhf 1.2.0-1 [35.2 kB]
22:20:21 #8 11.20 Get:48 http://archive.raspbian.org/raspbian bullseye/main armhf cpp-10 armhf 10.2.1-6+rpi1 [6688 kB]
22:20:21 #8 11.70 Get:49 http://archive.raspbian.org/raspbian bullseye/main armhf cpp armhf 4:10.2.1-1+rpi1 [19.9 kB]
22:20:21 #8 11.70 Get:50 http://archive.raspbian.org/raspbian bullseye/main armhf libdebhelper-perl all 13.3.4 [189 kB]
22:20:21 #8 11.70 Get:51 http://archive.raspbian.org/raspbian bullseye/main armhf libcc1-0 armhf 10.2.1-6+rpi1 [38.3 kB]
22:20:21 #8 11.70 Get:52 http://archive.raspbian.org/raspbian bullseye/main armhf libgomp1 armhf 10.2.1-6+rpi1 [84.1 kB]
22:20:21 #8 11.70 Get:53 http://archive.raspbian.org/raspbian bullseye/main armhf libatomic1 armhf 10.2.1-6+rpi1 [8212 B]
22:20:21 #8 11.70 Get:54 http://archive.raspbian.org/raspbian bullseye/main armhf libasan6 armhf 10.2.1-6+rpi1 [1986 kB]
22:20:21 #8 11.71 Get:55 http://archive.raspbian.org/raspbian bullseye/main armhf libubsan1 armhf 10.2.1-6+rpi1 [746 kB]
22:20:21 #8 11.79 Get:56 http://archive.raspbian.org/raspbian bullseye/main armhf libgcc-10-dev armhf 10.2.1-6+rpi1 [682 kB]
22:20:21 #8 11.86 Get:57 http://archive.raspbian.org/raspbian bullseye/main armhf gcc-10 armhf 10.2.1-6+rpi1 [13.4 MB]
22:20:22 #8 12.75 Get:58 http://archive.raspbian.org/raspbian bullseye/main armhf gcc armhf 4:10.2.1-1+rpi1 [5196 B]
22:20:22 #8 12.77 Get:59 http://archive.raspbian.org/raspbian bullseye/main armhf libcrypt-dev armhf 1:4.4.18-4 [109 kB]
22:20:22 #8 12.77 Get:60 http://archive.raspbian.org/raspbian bullseye/main armhf libtirpc-dev armhf 1.3.1-1 [173 kB]
22:20:22 #8 12.77 Get:61 http://archive.raspbian.org/raspbian bullseye/main armhf libnsl-dev armhf 1.3.0-2 [58.9 kB]
22:20:22 #8 12.77 Get:62 http://archive.raspbian.org/raspbian bullseye/main armhf libtool all 2.4.6-15 [513 kB]
22:20:22 #8 12.78 Get:63 http://archive.raspbian.org/raspbian bullseye/main armhf dh-autoreconf all 20 [17.1 kB]
22:20:22 #8 12.78 Get:64 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
22:20:22 #8 12.78 Get:65 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-override-perl all 0.09-2 [10.2 kB]
22:20:22 #8 12.78 Get:66 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
22:20:22 #8 12.85 Get:67 http://archive.raspbian.org/raspbian bullseye/main armhf dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
22:20:23 #8 12.93 Get:68 http://archive.raspbian.org/raspbian bullseye/main armhf libdpkg-perl all 1.20.9+rpi1 [1538 kB]
22:20:23 #8 12.95 Get:69 http://archive.raspbian.org/raspbian bullseye/main armhf patch armhf 2.7.6-7 [116 kB]
22:20:23 #8 13.02 Get:70 http://archive.raspbian.org/raspbian bullseye/main armhf make armhf 4.3-4.1 [376 kB]
22:20:23 #8 13.02 Get:71 http://archive.raspbian.org/raspbian bullseye/main armhf dpkg-dev all 1.20.9+rpi1 [2152 kB]
22:20:23 #8 13.11 Get:72 http://archive.raspbian.org/raspbian bullseye/main armhf libelf1 armhf 0.183-1 [161 kB]
22:20:23 #8 13.11 Get:73 http://archive.raspbian.org/raspbian bullseye/main armhf dwz armhf 0.13+20210201-1 [164 kB]
22:20:23 #8 13.11 Get:74 http://archive.raspbian.org/raspbian bullseye/main armhf libicu67 armhf 67.1-7 [8291 kB]
22:20:23 #8 13.68 Get:75 http://archive.raspbian.org/raspbian bullseye/main armhf libxml2 armhf 2.9.10+dfsg-6.7 [580 kB]
22:20:23 #8 13.69 Get:76 http://archive.raspbian.org/raspbian bullseye/main armhf gettext armhf 0.21-4 [1215 kB]
22:20:23 #8 13.72 Get:77 http://archive.raspbian.org/raspbian bullseye/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
22:20:23 #8 13.72 Get:78 http://archive.raspbian.org/raspbian bullseye/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
22:20:23 #8 13.73 Get:79 http://archive.raspbian.org/raspbian bullseye/main armhf debhelper all 13.3.4 [1049 kB]
22:20:23 #8 13.76 Get:80 http://archive.raspbian.org/raspbian bullseye/main armhf libfakeroot armhf 1.25.3-1.1 [45.1 kB]
22:20:23 #8 13.76 Get:81 http://archive.raspbian.org/raspbian bullseye/main armhf fakeroot armhf 1.25.3-1.1 [86.2 kB]
22:20:23 #8 13.76 Get:82 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-dirlist-perl all 0.05-2 [7444 B]
22:20:23 #8 13.76 Get:83 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
22:20:23 #8 13.77 Get:84 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-homedir-perl all 1.006-1 [43.8 kB]
22:20:24 #8 13.85 Get:85 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-touch-perl all 0.11-1 [9254 B]
22:20:24 #8 13.85 Get:86 http://archive.raspbian.org/raspbian bullseye/main armhf libio-pty-perl armhf 1:1.15-2 [36.1 kB]
22:20:24 #8 13.85 Get:87 http://archive.raspbian.org/raspbian bullseye/main armhf libipc-run-perl all 20200505.0-1 [102 kB]
22:20:24 #8 13.85 Get:88 http://archive.raspbian.org/raspbian bullseye/main armhf libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
22:20:24 #8 13.85 Get:89 http://archive.raspbian.org/raspbian bullseye/main armhf libb-hooks-op-check-perl armhf 0.22-1+b4 [11.0 kB]
22:20:24 #8 13.85 Get:90 http://archive.raspbian.org/raspbian bullseye/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
22:20:24 #8 13.85 Get:91 http://archive.raspbian.org/raspbian bullseye/main armhf libdevel-callchecker-perl armhf 0.008-1+b2 [15.7 kB]
22:20:24 #8 13.85 Get:92 http://archive.raspbian.org/raspbian bullseye/main armhf libparams-classify-perl armhf 0.015-1+b3 [24.6 kB]
22:20:24 #8 13.93 Get:93 http://archive.raspbian.org/raspbian bullseye/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
22:20:24 #8 13.93 Get:94 http://archive.raspbian.org/raspbian bullseye/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
22:20:24 #8 14.01 Get:95 http://archive.raspbian.org/raspbian bullseye/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
22:20:24 #8 14.01 Get:96 http://archive.raspbian.org/raspbian bullseye/main armhf libstrictures-perl all 2.000006-1 [18.6 kB]
22:20:24 #8 14.01 Get:97 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-quote-perl all 2.006006-1 [21.0 kB]
22:20:24 #8 14.01 Get:98 http://archive.raspbian.org/raspbian bullseye/main armhf libmoo-perl all 2.004004-1 [59.9 kB]
22:20:24 #8 14.01 Get:99 http://archive.raspbian.org/raspbian bullseye/main armhf libencode-locale-perl all 1.05-1.1 [13.2 kB]
22:20:24 #8 14.01 Get:100 http://archive.raspbian.org/raspbian bullseye/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
22:20:24 #8 14.01 Get:101 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-date-perl all 6.05-1 [10.4 kB]
22:20:24 #8 14.09 Get:102 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-listing-perl all 6.14-1 [12.4 kB]
22:20:24 #8 14.09 Get:103 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tagset-perl all 3.20-4 [13.0 kB]
22:20:24 #8 14.09 Get:104 http://archive.raspbian.org/raspbian bullseye/main armhf liburi-perl all 5.08-1 [90.6 kB]
22:20:24 #8 14.25 Get:105 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-parser-perl armhf 3.75-1+b1 [102 kB]
22:20:24 #8 14.58 Get:106 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
22:20:24 #8 14.66 Get:107 http://archive.raspbian.org/raspbian bullseye/main armhf libio-html-perl all 1.004-2 [16.1 kB]
22:20:25 #8 14.66 Get:108 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
22:20:25 #8 14.66 Get:109 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-message-perl all 6.28-1 [79.6 kB]
22:20:25 #8 14.66 Get:110 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
22:20:25 #8 14.74 Get:111 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
22:20:25 #8 14.74 Get:112 http://archive.raspbian.org/raspbian bullseye/main armhf perl-openssl-defaults armhf 5 [7360 B]
22:20:25 #8 14.74 Get:113 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-ssleay-perl armhf 1.88-3+b1 [300 kB]
22:20:25 #8 14.74 Get:114 http://archive.raspbian.org/raspbian bullseye/main armhf libio-socket-ssl-perl all 2.069-1 [215 kB]
22:20:25 #8 14.82 Get:115 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-http-perl all 6.20-1 [25.1 kB]
22:20:25 #8 14.82 Get:116 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
22:20:25 #8 14.82 Get:117 http://archive.raspbian.org/raspbian bullseye/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
22:20:25 #8 14.82 Get:118 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
22:20:25 #8 14.82 Get:119 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-perl all 6.52-1 [192 kB]
22:20:25 #8 14.83 Get:120 http://archive.raspbian.org/raspbian bullseye/main armhf patchutils armhf 0.4.2-1 [68.7 kB]
22:20:25 #8 14.83 Get:121 http://archive.raspbian.org/raspbian bullseye/main armhf libtinfo5 armhf 6.2+20201114-2 [324 kB]
22:20:25 #8 14.83 Get:122 http://archive.raspbian.org/raspbian bullseye/main armhf wdiff armhf 1.2.2-2 [120 kB]
22:20:25 #8 14.90 Get:123 http://archive.raspbian.org/raspbian bullseye/main armhf devscripts armhf 2.21.3+deb11u1 [1092 kB]
22:20:25 #8 14.91 Get:124 http://archive.raspbian.org/raspbian bullseye/main armhf equivs all 2.3.1 [22.7 kB]
22:20:25 #8 14.91 Get:125 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3 [301 kB]
22:20:25 #8 15.01 Get:126 http://archive.raspbian.org/raspbian bullseye/main armhf liberror-perl all 0.17029-1 [31.0 kB]
22:20:25 #8 15.01 Get:127 http://archive.raspbian.org/raspbian bullseye/main armhf git-man all 1:2.30.2-1 [1827 kB]
22:20:25 #8 15.10 Get:128 http://archive.raspbian.org/raspbian bullseye/main armhf git armhf 1:2.30.2-1 [4724 kB]
22:20:25 #8 15.51 debconf: delaying package configuration, since apt-utils is not installed
22:20:25 #8 15.54 Fetched 80.9 MB in 6s (12.7 MB/s)
22:20:25 #8 15.57 (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 ... 7757 files and directories currently installed.)
22:20:25 #8 15.57 Preparing to unpack .../perl-base_5.32.1-4+deb11u2_armhf.deb ...
22:20:25 #8 15.59 Unpacking perl-base (5.32.1-4+deb11u2) over (5.32.1-4+deb11u1) ...
22:20:27 #8 17.29 Setting up perl-base (5.32.1-4+deb11u2) ...
22:20:27 #8 17.33 Selecting previously unselected package bsdextrautils.
22:20:27 #8 17.33 (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 ... 7757 files and directories currently installed.)
22:20:27 #8 17.34 Preparing to unpack .../bsdextrautils_2.36.1-8_armhf.deb ...
22:20:27 #8 17.34 Unpacking bsdextrautils (2.36.1-8) ...
22:20:27 #8 17.40 Preparing to unpack .../libc6_2.31-13+rpt2+rpi1_armhf.deb ...
22:20:27 #8 17.52 Unpacking libc6:armhf (2.31-13+rpt2+rpi1) over (2.31-13+rpi1) ...
22:20:28 #8 18.43 Setting up libc6:armhf (2.31-13+rpt2+rpi1) ...
22:20:29 #8 19.58 Selecting previously unselected package libuchardet0:armhf.
22:20:29 #8 19.58 (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 ... 7788 files and directories currently installed.)
22:20:29 #8 19.58 Preparing to unpack .../00-libuchardet0_0.0.7-1_armhf.deb ...
22:20:29 #8 19.59 Unpacking libuchardet0:armhf (0.0.7-1) ...
22:20:29 #8 19.62 Selecting previously unselected package groff-base.
22:20:29 #8 19.62 Preparing to unpack .../01-groff-base_1.22.4-6_armhf.deb ...
22:20:29 #8 19.63 Unpacking groff-base (1.22.4-6) ...
22:20:29 #8 19.73 Selecting previously unselected package libgdbm6:armhf.
22:20:29 #8 19.73 Preparing to unpack .../02-libgdbm6_1.19-2_armhf.deb ...
22:20:29 #8 19.73 Unpacking libgdbm6:armhf (1.19-2) ...
22:20:29 #8 19.78 Selecting previously unselected package libpipeline1:armhf.
22:20:29 #8 19.78 Preparing to unpack .../03-libpipeline1_1.5.3-1_armhf.deb ...
22:20:29 #8 19.79 Unpacking libpipeline1:armhf (1.5.3-1) ...
22:20:29 #8 19.84 Selecting previously unselected package man-db.
22:20:30 #8 19.85 Preparing to unpack .../04-man-db_2.9.4-2_armhf.deb ...
22:20:30 #8 19.85 Unpacking man-db (2.9.4-2) ...
22:20:30 #8 19.96 Selecting previously unselected package perl-modules-5.32.
22:20:30 #8 19.97 Preparing to unpack .../05-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
22:20:30 #8 19.97 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
22:20:30 #8 20.54 Selecting previously unselected package libgdbm-compat4:armhf.
22:20:30 #8 20.54 Preparing to unpack .../06-libgdbm-compat4_1.19-2_armhf.deb ...
22:20:30 #8 20.55 Unpacking libgdbm-compat4:armhf (1.19-2) ...
22:20:30 #8 20.61 Selecting previously unselected package libperl5.32:armhf.
22:20:30 #8 20.61 Preparing to unpack .../07-libperl5.32_5.32.1-4+deb11u2_armhf.deb ...
22:20:30 #8 20.62 Unpacking libperl5.32:armhf (5.32.1-4+deb11u2) ...
22:20:31 #8 21.03 Selecting previously unselected package perl.
22:20:31 #8 21.03 Preparing to unpack .../08-perl_5.32.1-4+deb11u2_armhf.deb ...
22:20:31 #8 21.04 Unpacking perl (5.32.1-4+deb11u2) ...
22:20:31 #8 21.11 Selecting previously unselected package libpython3.9-minimal:armhf.
22:20:31 #8 21.11 Preparing to unpack .../09-libpython3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
22:20:31 #8 21.11 Unpacking libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
22:20:31 #8 21.23 Selecting previously unselected package libexpat1:armhf.
22:20:31 #8 21.23 Preparing to unpack .../10-libexpat1_2.2.10-2_armhf.deb ...
22:20:31 #8 21.24 Unpacking libexpat1:armhf (2.2.10-2) ...
22:20:31 #8 21.28 Selecting previously unselected package python3.9-minimal.
22:20:31 #8 21.28 Preparing to unpack .../11-python3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
22:20:31 #8 21.29 Unpacking python3.9-minimal (3.9.2-1+rpi1) ...
22:20:31 #8 21.46 Setting up libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
22:20:31 #8 21.48 Setting up libexpat1:armhf (2.2.10-2) ...
22:20:31 #8 21.49 Setting up python3.9-minimal (3.9.2-1+rpi1) ...
22:20:32 #8 22.19 Selecting previously unselected package python3-minimal.
22:20:32 #8 22.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 ... 10595 files and directories currently installed.)
22:20:32 #8 22.20 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
22:20:32 #8 22.20 Unpacking python3-minimal (3.9.2-3) ...
22:20:32 #8 22.24 Selecting previously unselected package media-types.
22:20:32 #8 22.24 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
22:20:32 #8 22.24 Unpacking media-types (4.0.0) ...
22:20:32 #8 22.28 Selecting previously unselected package libmpdec3:armhf.
22:20:32 #8 22.28 Preparing to unpack .../2-libmpdec3_2.5.1-1+rpi1_armhf.deb ...
22:20:32 #8 22.29 Unpacking libmpdec3:armhf (2.5.1-1+rpi1) ...
22:20:32 #8 22.32 Selecting previously unselected package libpython3.9-stdlib:armhf.
22:20:32 #8 22.33 Preparing to unpack .../3-libpython3.9-stdlib_3.9.2-1+rpi1_armhf.deb ...
22:20:32 #8 22.33 Unpacking libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
22:20:32 #8 22.50 Selecting previously unselected package python3.9.
22:20:32 #8 22.50 Preparing to unpack .../4-python3.9_3.9.2-1+rpi1_armhf.deb ...
22:20:32 #8 22.51 Unpacking python3.9 (3.9.2-1+rpi1) ...
22:20:32 #8 22.55 Selecting previously unselected package libpython3-stdlib:armhf.
22:20:32 #8 22.55 Preparing to unpack .../5-libpython3-stdlib_3.9.2-3_armhf.deb ...
22:20:32 #8 22.55 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
22:20:32 #8 22.59 Setting up python3-minimal (3.9.2-3) ...
22:20:33 #8 22.80 Selecting previously unselected package python3.
22:20:33 #8 22.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 ... 10992 files and directories currently installed.)
22:20:33 #8 22.81 Preparing to unpack .../000-python3_3.9.2-3_armhf.deb ...
22:20:33 #8 22.81 Unpacking python3 (3.9.2-3) ...
22:20:33 #8 22.85 Selecting previously unselected package sensible-utils.
22:20:33 #8 22.86 Preparing to unpack .../001-sensible-utils_0.0.14_all.deb ...
22:20:33 #8 22.86 Unpacking sensible-utils (0.0.14) ...
22:20:33 #8 22.89 Selecting previously unselected package bzip2.
22:20:33 #8 22.89 Preparing to unpack .../002-bzip2_1.0.8-4_armhf.deb ...
22:20:33 #8 22.90 Unpacking bzip2 (1.0.8-4) ...
22:20:33 #8 22.93 Selecting previously unselected package libmagic-mgc.
22:20:33 #8 22.94 Preparing to unpack .../003-libmagic-mgc_1%3a5.39-3_armhf.deb ...
22:20:33 #8 22.94 Unpacking libmagic-mgc (1:5.39-3) ...
22:20:33 #8 23.02 Selecting previously unselected package libmagic1:armhf.
22:20:33 #8 23.02 Preparing to unpack .../004-libmagic1_1%3a5.39-3_armhf.deb ...
22:20:33 #8 23.02 Unpacking libmagic1:armhf (1:5.39-3) ...
22:20:33 #8 23.06 Selecting previously unselected package file.
22:20:33 #8 23.06 Preparing to unpack .../005-file_1%3a5.39-3_armhf.deb ...
22:20:33 #8 23.07 Unpacking file (1:5.39-3) ...
22:20:33 #8 23.10 Selecting previously unselected package gettext-base.
22:20:33 #8 23.10 Preparing to unpack .../006-gettext-base_0.21-4_armhf.deb ...
22:20:33 #8 23.11 Unpacking gettext-base (0.21-4) ...
22:20:33 #8 23.16 Selecting previously unselected package xz-utils.
22:20:33 #8 23.17 Preparing to unpack .../007-xz-utils_5.2.5-2_armhf.deb ...
22:20:33 #8 23.17 Unpacking xz-utils (5.2.5-2) ...
22:20:33 #8 23.28 Selecting previously unselected package libsigsegv2:armhf.
22:20:33 #8 23.28 Preparing to unpack .../008-libsigsegv2_2.13-1_armhf.deb ...
22:20:33 #8 23.29 Unpacking libsigsegv2:armhf (2.13-1) ...
22:20:33 #8 23.33 Selecting previously unselected package m4.
22:20:33 #8 23.33 Preparing to unpack .../009-m4_1.4.18-5_armhf.deb ...
22:20:33 #8 23.34 Unpacking m4 (1.4.18-5) ...
22:20:33 #8 23.39 Selecting previously unselected package autoconf.
22:20:33 #8 23.39 Preparing to unpack .../010-autoconf_2.69-14_all.deb ...
22:20:33 #8 23.40 Unpacking autoconf (2.69-14) ...
22:20:33 #8 23.45 Selecting previously unselected package autotools-dev.
22:20:33 #8 23.45 Preparing to unpack .../011-autotools-dev_20180224.1+nmu1_all.deb ...
22:20:33 #8 23.45 Unpacking autotools-dev (20180224.1+nmu1) ...
22:20:33 #8 23.51 Selecting previously unselected package automake.
22:20:33 #8 23.52 Preparing to unpack .../012-automake_1%3a1.16.3-2_all.deb ...
22:20:33 #8 23.53 Unpacking automake (1:1.16.3-2) ...
22:20:33 #8 23.60 Selecting previously unselected package autopoint.
22:20:33 #8 23.60 Preparing to unpack .../013-autopoint_0.21-4_all.deb ...
22:20:33 #8 23.60 Unpacking autopoint (0.21-4) ...
22:20:34 #8 23.70 Selecting previously unselected package binutils-common:armhf.
22:20:34 #8 23.70 Preparing to unpack .../014-binutils-common_2.35.2-2+rpi1_armhf.deb ...
22:20:34 #8 23.75 Unpacking binutils-common:armhf (2.35.2-2+rpi1) ...
22:20:34 #8 24.21 Selecting previously unselected package libbinutils:armhf.
22:20:34 #8 24.22 Preparing to unpack .../015-libbinutils_2.35.2-2+rpi1_armhf.deb ...
22:20:34 #8 24.24 Unpacking libbinutils:armhf (2.35.2-2+rpi1) ...
22:20:34 #8 24.41 Selecting previously unselected package libctf-nobfd0:armhf.
22:20:34 #8 24.42 Preparing to unpack .../016-libctf-nobfd0_2.35.2-2+rpi1_armhf.deb ...
22:20:34 #8 24.45 Unpacking libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
22:20:34 #8 24.55 Selecting previously unselected package libctf0:armhf.
22:20:34 #8 24.56 Preparing to unpack .../017-libctf0_2.35.2-2+rpi1_armhf.deb ...
22:20:34 #8 24.56 Unpacking libctf0:armhf (2.35.2-2+rpi1) ...
22:20:34 #8 24.59 Selecting previously unselected package binutils-arm-linux-gnueabihf.
22:20:34 #8 24.59 Preparing to unpack .../018-binutils-arm-linux-gnueabihf_2.35.2-2+rpi1_armhf.deb ...
22:20:34 #8 24.60 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
22:20:35 #8 24.88 Selecting previously unselected package binutils.
22:20:35 #8 24.88 Preparing to unpack .../019-binutils_2.35.2-2+rpi1_armhf.deb ...
22:20:35 #8 24.89 Unpacking binutils (2.35.2-2+rpi1) ...
22:20:35 #8 24.94 Selecting previously unselected package libisl23:armhf.
22:20:35 #8 24.94 Preparing to unpack .../020-libisl23_0.23-1_armhf.deb ...
22:20:35 #8 24.94 Unpacking libisl23:armhf (0.23-1) ...
22:20:35 #8 25.03 Selecting previously unselected package libmpfr6:armhf.
22:20:35 #8 25.03 Preparing to unpack .../021-libmpfr6_4.1.0-3_armhf.deb ...
22:20:35 #8 25.04 Unpacking libmpfr6:armhf (4.1.0-3) ...
22:20:35 #8 25.11 Selecting previously unselected package libmpc3:armhf.
22:20:35 #8 25.11 Preparing to unpack .../022-libmpc3_1.2.0-1_armhf.deb ...
22:20:35 #8 25.11 Unpacking libmpc3:armhf (1.2.0-1) ...
22:20:35 #8 25.14 Selecting previously unselected package cpp-10.
22:20:35 #8 25.14 Preparing to unpack .../023-cpp-10_10.2.1-6+rpi1_armhf.deb ...
22:20:35 #8 25.15 Unpacking cpp-10 (10.2.1-6+rpi1) ...
22:20:35 #8 25.73 Selecting previously unselected package cpp.
22:20:35 #8 25.73 Preparing to unpack .../024-cpp_4%3a10.2.1-1+rpi1_armhf.deb ...
22:20:35 #8 25.73 Unpacking cpp (4:10.2.1-1+rpi1) ...
22:20:35 #8 25.76 Selecting previously unselected package libdebhelper-perl.
22:20:35 #8 25.76 Preparing to unpack .../025-libdebhelper-perl_13.3.4_all.deb ...
22:20:35 #8 25.77 Unpacking libdebhelper-perl (13.3.4) ...
22:20:35 #8 25.81 Selecting previously unselected package libcc1-0:armhf.
22:20:35 #8 25.81 Preparing to unpack .../026-libcc1-0_10.2.1-6+rpi1_armhf.deb ...
22:20:35 #8 25.82 Unpacking libcc1-0:armhf (10.2.1-6+rpi1) ...
22:20:35 #8 25.85 Selecting previously unselected package libgomp1:armhf.
22:20:36 #8 25.85 Preparing to unpack .../027-libgomp1_10.2.1-6+rpi1_armhf.deb ...
22:20:36 #8 25.86 Unpacking libgomp1:armhf (10.2.1-6+rpi1) ...
22:20:36 #8 25.89 Selecting previously unselected package libatomic1:armhf.
22:20:36 #8 25.90 Preparing to unpack .../028-libatomic1_10.2.1-6+rpi1_armhf.deb ...
22:20:36 #8 25.90 Unpacking libatomic1:armhf (10.2.1-6+rpi1) ...
22:20:36 #8 25.93 Selecting previously unselected package libasan6:armhf.
22:20:36 #8 25.94 Preparing to unpack .../029-libasan6_10.2.1-6+rpi1_armhf.deb ...
22:20:36 #8 25.94 Unpacking libasan6:armhf (10.2.1-6+rpi1) ...
22:20:36 #8 26.16 Selecting previously unselected package libubsan1:armhf.
22:20:36 #8 26.16 Preparing to unpack .../030-libubsan1_10.2.1-6+rpi1_armhf.deb ...
22:20:36 #8 26.16 Unpacking libubsan1:armhf (10.2.1-6+rpi1) ...
22:20:36 #8 26.26 Selecting previously unselected package libgcc-10-dev:armhf.
22:20:36 #8 26.26 Preparing to unpack .../031-libgcc-10-dev_10.2.1-6+rpi1_armhf.deb ...
22:20:36 #8 26.27 Unpacking libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
22:20:36 #8 26.37 Selecting previously unselected package gcc-10.
22:20:36 #8 26.37 Preparing to unpack .../032-gcc-10_10.2.1-6+rpi1_armhf.deb ...
22:20:36 #8 26.37 Unpacking gcc-10 (10.2.1-6+rpi1) ...
22:20:37 #8 27.49 Selecting previously unselected package gcc.
22:20:37 #8 27.50 Preparing to unpack .../033-gcc_4%3a10.2.1-1+rpi1_armhf.deb ...
22:20:37 #8 27.50 Unpacking gcc (4:10.2.1-1+rpi1) ...
22:20:37 #8 27.53 Selecting previously unselected package libc-dev-bin.
22:20:37 #8 27.54 Preparing to unpack .../034-libc-dev-bin_2.31-13+rpt2+rpi1_armhf.deb ...
22:20:37 #8 27.54 Unpacking libc-dev-bin (2.31-13+rpt2+rpi1) ...
22:20:37 #8 27.57 Selecting previously unselected package linux-libc-dev:armhf.
22:20:37 #8 27.58 Preparing to unpack .../035-linux-libc-dev_1%3a1.20211007-2_armhf.deb ...
22:20:37 #8 27.58 Unpacking linux-libc-dev:armhf (1:1.20211007-2) ...
22:20:37 #8 27.72 Selecting previously unselected package libcrypt-dev:armhf.
22:20:37 #8 27.72 Preparing to unpack .../036-libcrypt-dev_1%3a4.4.18-4_armhf.deb ...
22:20:37 #8 27.72 Unpacking libcrypt-dev:armhf (1:4.4.18-4) ...
22:20:37 #8 27.77 Selecting previously unselected package libtirpc-dev:armhf.
22:20:37 #8 27.77 Preparing to unpack .../037-libtirpc-dev_1.3.1-1_armhf.deb ...
22:20:37 #8 27.78 Unpacking libtirpc-dev:armhf (1.3.1-1) ...
22:20:37 #8 27.82 Selecting previously unselected package libnsl-dev:armhf.
22:20:38 #8 27.82 Preparing to unpack .../038-libnsl-dev_1.3.0-2_armhf.deb ...
22:20:38 #8 27.83 Unpacking libnsl-dev:armhf (1.3.0-2) ...
22:20:38 #8 27.86 Selecting previously unselected package libc6-dev:armhf.
22:20:38 #8 27.86 Preparing to unpack .../039-libc6-dev_2.31-13+rpt2+rpi1_armhf.deb ...
22:20:38 #8 27.87 Unpacking libc6-dev:armhf (2.31-13+rpt2+rpi1) ...
22:20:38 #8 28.08 Selecting previously unselected package libtool.
22:20:38 #8 28.08 Preparing to unpack .../040-libtool_2.4.6-15_all.deb ...
22:20:38 #8 28.08 Unpacking libtool (2.4.6-15) ...
22:20:38 #8 28.13 Selecting previously unselected package dh-autoreconf.
22:20:38 #8 28.13 Preparing to unpack .../041-dh-autoreconf_20_all.deb ...
22:20:38 #8 28.13 Unpacking dh-autoreconf (20) ...
22:20:38 #8 28.16 Selecting previously unselected package libarchive-zip-perl.
22:20:38 #8 28.17 Preparing to unpack .../042-libarchive-zip-perl_1.68-1_all.deb ...
22:20:38 #8 28.17 Unpacking libarchive-zip-perl (1.68-1) ...
22:20:38 #8 28.20 Selecting previously unselected package libsub-override-perl.
22:20:38 #8 28.21 Preparing to unpack .../043-libsub-override-perl_0.09-2_all.deb ...
22:20:38 #8 28.21 Unpacking libsub-override-perl (0.09-2) ...
22:20:38 #8 28.24 Selecting previously unselected package libfile-stripnondeterminism-perl.
22:20:38 #8 28.24 Preparing to unpack .../044-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
22:20:38 #8 28.24 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
22:20:38 #8 28.27 Selecting previously unselected package dh-strip-nondeterminism.
22:20:38 #8 28.27 Preparing to unpack .../045-dh-strip-nondeterminism_1.12.0-1_all.deb ...
22:20:38 #8 28.28 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
22:20:38 #8 28.31 Selecting previously unselected package libdpkg-perl.
22:20:38 #8 28.31 Preparing to unpack .../046-libdpkg-perl_1.20.9+rpi1_all.deb ...
22:20:38 #8 28.32 Unpacking libdpkg-perl (1.20.9+rpi1) ...
22:20:38 #8 28.38 Selecting previously unselected package patch.
22:20:38 #8 28.38 Preparing to unpack .../047-patch_2.7.6-7_armhf.deb ...
22:20:38 #8 28.39 Unpacking patch (2.7.6-7) ...
22:20:38 #8 28.42 Selecting previously unselected package make.
22:20:38 #8 28.42 Preparing to unpack .../048-make_4.3-4.1_armhf.deb ...
22:20:38 #8 28.43 Unpacking make (4.3-4.1) ...
22:20:38 #8 28.49 Selecting previously unselected package dpkg-dev.
22:20:38 #8 28.49 Preparing to unpack .../049-dpkg-dev_1.20.9+rpi1_all.deb ...
22:20:38 #8 28.50 Unpacking dpkg-dev (1.20.9+rpi1) ...
22:20:38 #8 28.60 Selecting previously unselected package libelf1:armhf.
22:20:38 #8 28.60 Preparing to unpack .../050-libelf1_0.183-1_armhf.deb ...
22:20:38 #8 28.60 Unpacking libelf1:armhf (0.183-1) ...
22:20:38 #8 28.66 Selecting previously unselected package dwz.
22:20:38 #8 28.66 Preparing to unpack .../051-dwz_0.13+20210201-1_armhf.deb ...
22:20:38 #8 28.67 Unpacking dwz (0.13+20210201-1) ...
22:20:38 #8 28.73 Selecting previously unselected package libicu67:armhf.
22:20:38 #8 28.73 Preparing to unpack .../052-libicu67_67.1-7_armhf.deb ...
22:20:38 #8 28.73 Unpacking libicu67:armhf (67.1-7) ...
22:20:39 #8 29.51 Selecting previously unselected package libxml2:armhf.
22:20:39 #8 29.51 Preparing to unpack .../053-libxml2_2.9.10+dfsg-6.7_armhf.deb ...
22:20:39 #8 29.51 Unpacking libxml2:armhf (2.9.10+dfsg-6.7) ...
22:20:39 #8 29.59 Selecting previously unselected package gettext.
22:20:39 #8 29.60 Preparing to unpack .../054-gettext_0.21-4_armhf.deb ...
22:20:39 #8 29.60 Unpacking gettext (0.21-4) ...
22:20:39 #8 29.71 Selecting previously unselected package intltool-debian.
22:20:39 #8 29.72 Preparing to unpack .../055-intltool-debian_0.35.0+20060710.5_all.deb ...
22:20:39 #8 29.72 Unpacking intltool-debian (0.35.0+20060710.5) ...
22:20:39 #8 29.75 Selecting previously unselected package po-debconf.
22:20:39 #8 29.75 Preparing to unpack .../056-po-debconf_1.0.21+nmu1_all.deb ...
22:20:39 #8 29.75 Unpacking po-debconf (1.0.21+nmu1) ...
22:20:39 #8 29.79 Selecting previously unselected package debhelper.
22:20:39 #8 29.79 Preparing to unpack .../057-debhelper_13.3.4_all.deb ...
22:20:39 #8 29.80 Unpacking debhelper (13.3.4) ...
22:20:40 #8 29.89 Selecting previously unselected package libfakeroot:armhf.
22:20:40 #8 29.89 Preparing to unpack .../058-libfakeroot_1.25.3-1.1_armhf.deb ...
22:20:40 #8 29.89 Unpacking libfakeroot:armhf (1.25.3-1.1) ...
22:20:40 #8 29.93 Selecting previously unselected package fakeroot.
22:20:40 #8 29.93 Preparing to unpack .../059-fakeroot_1.25.3-1.1_armhf.deb ...
22:20:40 #8 29.93 Unpacking fakeroot (1.25.3-1.1) ...
22:20:40 #8 29.96 Selecting previously unselected package libfile-dirlist-perl.
22:20:40 #8 29.96 Preparing to unpack .../060-libfile-dirlist-perl_0.05-2_all.deb ...
22:20:40 #8 29.97 Unpacking libfile-dirlist-perl (0.05-2) ...
22:20:40 #8 29.99 Selecting previously unselected package libfile-which-perl.
22:20:40 #8 29.99 Preparing to unpack .../061-libfile-which-perl_1.23-1_all.deb ...
22:20:40 #8 30.00 Unpacking libfile-which-perl (1.23-1) ...
22:20:40 #8 30.03 Selecting previously unselected package libfile-homedir-perl.
22:20:40 #8 30.03 Preparing to unpack .../062-libfile-homedir-perl_1.006-1_all.deb ...
22:20:40 #8 30.03 Unpacking libfile-homedir-perl (1.006-1) ...
22:20:40 #8 30.06 Selecting previously unselected package libfile-touch-perl.
22:20:40 #8 30.06 Preparing to unpack .../063-libfile-touch-perl_0.11-1_all.deb ...
22:20:40 #8 30.07 Unpacking libfile-touch-perl (0.11-1) ...
22:20:40 #8 30.10 Selecting previously unselected package libio-pty-perl.
22:20:40 #8 30.10 Preparing to unpack .../064-libio-pty-perl_1%3a1.15-2_armhf.deb ...
22:20:40 #8 30.10 Unpacking libio-pty-perl (1:1.15-2) ...
22:20:40 #8 30.13 Selecting previously unselected package libipc-run-perl.
22:20:40 #8 30.13 Preparing to unpack .../065-libipc-run-perl_20200505.0-1_all.deb ...
22:20:40 #8 30.14 Unpacking libipc-run-perl (20200505.0-1) ...
22:20:40 #8 30.17 Selecting previously unselected package libclass-method-modifiers-perl.
22:20:40 #8 30.17 Preparing to unpack .../066-libclass-method-modifiers-perl_2.13-1_all.deb ...
22:20:40 #8 30.18 Unpacking libclass-method-modifiers-perl (2.13-1) ...
22:20:40 #8 30.20 Selecting previously unselected package libb-hooks-op-check-perl.
22:20:40 #8 30.21 Preparing to unpack .../067-libb-hooks-op-check-perl_0.22-1+b4_armhf.deb ...
22:20:40 #8 30.21 Unpacking libb-hooks-op-check-perl (0.22-1+b4) ...
22:20:40 #8 30.24 Selecting previously unselected package libdynaloader-functions-perl.
22:20:40 #8 30.24 Preparing to unpack .../068-libdynaloader-functions-perl_0.003-1.1_all.deb ...
22:20:40 #8 30.24 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
22:20:40 #8 30.27 Selecting previously unselected package libdevel-callchecker-perl.
22:20:40 #8 30.27 Preparing to unpack .../069-libdevel-callchecker-perl_0.008-1+b2_armhf.deb ...
22:20:40 #8 30.28 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
22:20:40 #8 30.30 Selecting previously unselected package libparams-classify-perl.
22:20:40 #8 30.31 Preparing to unpack .../070-libparams-classify-perl_0.015-1+b3_armhf.deb ...
22:20:40 #8 30.31 Unpacking libparams-classify-perl (0.015-1+b3) ...
22:20:40 #8 30.34 Selecting previously unselected package libmodule-runtime-perl.
22:20:40 #8 30.34 Preparing to unpack .../071-libmodule-runtime-perl_0.016-1_all.deb ...
22:20:40 #8 30.34 Unpacking libmodule-runtime-perl (0.016-1) ...
22:20:40 #8 30.38 Selecting previously unselected package libimport-into-perl.
22:20:40 #8 30.38 Preparing to unpack .../072-libimport-into-perl_1.002005-1_all.deb ...
22:20:40 #8 30.39 Unpacking libimport-into-perl (1.002005-1) ...
22:20:40 #8 30.42 Selecting previously unselected package librole-tiny-perl.
22:20:40 #8 30.42 Preparing to unpack .../073-librole-tiny-perl_2.002004-1_all.deb ...
22:20:40 #8 30.43 Unpacking librole-tiny-perl (2.002004-1) ...
22:20:40 #8 30.45 Selecting previously unselected package libstrictures-perl.
22:20:40 #8 30.45 Preparing to unpack .../074-libstrictures-perl_2.000006-1_all.deb ...
22:20:40 #8 30.46 Unpacking libstrictures-perl (2.000006-1) ...
22:20:40 #8 30.48 Selecting previously unselected package libsub-quote-perl.
22:20:40 #8 30.49 Preparing to unpack .../075-libsub-quote-perl_2.006006-1_all.deb ...
22:20:40 #8 30.49 Unpacking libsub-quote-perl (2.006006-1) ...
22:20:40 #8 30.52 Selecting previously unselected package libmoo-perl.
22:20:40 #8 30.52 Preparing to unpack .../076-libmoo-perl_2.004004-1_all.deb ...
22:20:40 #8 30.52 Unpacking libmoo-perl (2.004004-1) ...
22:20:40 #8 30.55 Selecting previously unselected package libencode-locale-perl.
22:20:40 #8 30.55 Preparing to unpack .../077-libencode-locale-perl_1.05-1.1_all.deb ...
22:20:40 #8 30.56 Unpacking libencode-locale-perl (1.05-1.1) ...
22:20:40 #8 30.58 Selecting previously unselected package libtimedate-perl.
22:20:40 #8 30.58 Preparing to unpack .../078-libtimedate-perl_2.3300-2_all.deb ...
22:20:40 #8 30.59 Unpacking libtimedate-perl (2.3300-2) ...
22:20:40 #8 30.62 Selecting previously unselected package libhttp-date-perl.
22:20:40 #8 30.62 Preparing to unpack .../079-libhttp-date-perl_6.05-1_all.deb ...
22:20:40 #8 30.62 Unpacking libhttp-date-perl (6.05-1) ...
22:20:40 #8 30.65 Selecting previously unselected package libfile-listing-perl.
22:20:40 #8 30.65 Preparing to unpack .../080-libfile-listing-perl_6.14-1_all.deb ...
22:20:40 #8 30.66 Unpacking libfile-listing-perl (6.14-1) ...
22:20:40 #8 30.69 Selecting previously unselected package libhtml-tagset-perl.
22:20:40 #8 30.69 Preparing to unpack .../081-libhtml-tagset-perl_3.20-4_all.deb ...
22:20:40 #8 30.69 Unpacking libhtml-tagset-perl (3.20-4) ...
22:20:40 #8 30.72 Selecting previously unselected package liburi-perl.
22:20:40 #8 30.72 Preparing to unpack .../082-liburi-perl_5.08-1_all.deb ...
22:20:40 #8 30.73 Unpacking liburi-perl (5.08-1) ...
22:20:40 #8 30.76 Selecting previously unselected package libhtml-parser-perl.
22:20:40 #8 30.76 Preparing to unpack .../083-libhtml-parser-perl_3.75-1+b1_armhf.deb ...
22:20:40 #8 30.77 Unpacking libhtml-parser-perl (3.75-1+b1) ...
22:20:40 #8 30.82 Selecting previously unselected package libhtml-tree-perl.
22:20:41 #8 30.82 Preparing to unpack .../084-libhtml-tree-perl_5.07-2_all.deb ...
22:20:41 #8 30.82 Unpacking libhtml-tree-perl (5.07-2) ...
22:20:41 #8 30.86 Selecting previously unselected package libio-html-perl.
22:20:41 #8 30.86 Preparing to unpack .../085-libio-html-perl_1.004-2_all.deb ...
22:20:41 #8 30.87 Unpacking libio-html-perl (1.004-2) ...
22:20:41 #8 30.94 Selecting previously unselected package liblwp-mediatypes-perl.
22:20:41 #8 30.94 Preparing to unpack .../086-liblwp-mediatypes-perl_6.04-1_all.deb ...
22:20:41 #8 30.95 Unpacking liblwp-mediatypes-perl (6.04-1) ...
22:20:41 #8 30.98 Selecting previously unselected package libhttp-message-perl.
22:20:41 #8 30.98 Preparing to unpack .../087-libhttp-message-perl_6.28-1_all.deb ...
22:20:41 #8 30.98 Unpacking libhttp-message-perl (6.28-1) ...
22:20:41 #8 31.02 Selecting previously unselected package libhttp-cookies-perl.
22:20:41 #8 31.02 Preparing to unpack .../088-libhttp-cookies-perl_6.10-1_all.deb ...
22:20:41 #8 31.02 Unpacking libhttp-cookies-perl (6.10-1) ...
22:20:41 #8 31.05 Selecting previously unselected package libhttp-negotiate-perl.
22:20:41 #8 31.05 Preparing to unpack .../089-libhttp-negotiate-perl_6.01-1_all.deb ...
22:20:41 #8 31.05 Unpacking libhttp-negotiate-perl (6.01-1) ...
22:20:41 #8 31.08 Selecting previously unselected package perl-openssl-defaults:armhf.
22:20:41 #8 31.08 Preparing to unpack .../090-perl-openssl-defaults_5_armhf.deb ...
22:20:41 #8 31.09 Unpacking perl-openssl-defaults:armhf (5) ...
22:20:41 #8 31.12 Selecting previously unselected package libnet-ssleay-perl.
22:20:41 #8 31.12 Preparing to unpack .../091-libnet-ssleay-perl_1.88-3+b1_armhf.deb ...
22:20:41 #8 31.12 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
22:20:41 #8 31.18 Selecting previously unselected package libio-socket-ssl-perl.
22:20:41 #8 31.18 Preparing to unpack .../092-libio-socket-ssl-perl_2.069-1_all.deb ...
22:20:41 #8 31.19 Unpacking libio-socket-ssl-perl (2.069-1) ...
22:20:41 #8 31.24 Selecting previously unselected package libnet-http-perl.
22:20:41 #8 31.24 Preparing to unpack .../093-libnet-http-perl_6.20-1_all.deb ...
22:20:41 #8 31.24 Unpacking libnet-http-perl (6.20-1) ...
22:20:41 #8 31.27 Selecting previously unselected package liblwp-protocol-https-perl.
22:20:41 #8 31.27 Preparing to unpack .../094-liblwp-protocol-https-perl_6.10-1_all.deb ...
22:20:41 #8 31.28 Unpacking liblwp-protocol-https-perl (6.10-1) ...
22:20:41 #8 31.31 Selecting previously unselected package libtry-tiny-perl.
22:20:41 #8 31.32 Preparing to unpack .../095-libtry-tiny-perl_0.30-1_all.deb ...
22:20:41 #8 31.32 Unpacking libtry-tiny-perl (0.30-1) ...
22:20:41 #8 31.35 Selecting previously unselected package libwww-robotrules-perl.
22:20:41 #8 31.35 Preparing to unpack .../096-libwww-robotrules-perl_6.02-1_all.deb ...
22:20:41 #8 31.36 Unpacking libwww-robotrules-perl (6.02-1) ...
22:20:41 #8 31.39 Selecting previously unselected package libwww-perl.
22:20:41 #8 31.39 Preparing to unpack .../097-libwww-perl_6.52-1_all.deb ...
22:20:41 #8 31.39 Unpacking libwww-perl (6.52-1) ...
22:20:41 #8 31.43 Selecting previously unselected package patchutils.
22:20:41 #8 31.43 Preparing to unpack .../098-patchutils_0.4.2-1_armhf.deb ...
22:20:41 #8 31.44 Unpacking patchutils (0.4.2-1) ...
22:20:41 #8 31.48 Selecting previously unselected package libtinfo5:armhf.
22:20:41 #8 31.48 Preparing to unpack .../099-libtinfo5_6.2+20201114-2_armhf.deb ...
22:20:41 #8 31.48 Unpacking libtinfo5:armhf (6.2+20201114-2) ...
22:20:41 #8 31.52 Selecting previously unselected package wdiff.
22:20:41 #8 31.53 Preparing to unpack .../100-wdiff_1.2.2-2_armhf.deb ...
22:20:41 #8 31.53 Unpacking wdiff (1.2.2-2) ...
22:20:41 #8 31.59 Selecting previously unselected package devscripts.
22:20:41 #8 31.59 Preparing to unpack .../101-devscripts_2.21.3+deb11u1_armhf.deb ...
22:20:41 #8 31.61 Unpacking devscripts (2.21.3+deb11u1) ...
22:20:41 #8 31.71 Selecting previously unselected package equivs.
22:20:41 #8 31.71 Preparing to unpack .../102-equivs_2.3.1_all.deb ...
22:20:41 #8 31.72 Unpacking equivs (2.3.1) ...
22:20:41 #8 31.75 Selecting previously unselected package libcurl3-gnutls:armhf.
22:20:41 #8 31.76 Preparing to unpack .../103-libcurl3-gnutls_7.74.0-1.3_armhf.deb ...
22:20:41 #8 31.76 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3) ...
22:20:41 #8 31.81 Selecting previously unselected package liberror-perl.
22:20:41 #8 31.82 Preparing to unpack .../104-liberror-perl_0.17029-1_all.deb ...
22:20:41 #8 31.82 Unpacking liberror-perl (0.17029-1) ...
22:20:41 #8 31.85 Selecting previously unselected package git-man.
22:20:41 #8 31.85 Preparing to unpack .../105-git-man_1%3a2.30.2-1_all.deb ...
22:20:41 #8 31.85 Unpacking git-man (1:2.30.2-1) ...
22:20:41 #8 31.95 Selecting previously unselected package git.
22:20:42 #8 31.95 Preparing to unpack .../106-git_1%3a2.30.2-1_armhf.deb ...
22:20:42 #8 31.97 Unpacking git (1:2.30.2-1) ...
22:20:42 #8 32.40 Setting up media-types (4.0.0) ...
22:20:42 #8 32.42 Setting up libpipeline1:armhf (1.5.3-1) ...
22:20:42 #8 32.43 Setting up bsdextrautils (2.36.1-8) ...
22:20:42 #8 32.44 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
22:20:42 #8 32.44 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
22:20:42 #8 32.45 Setting up libicu67:armhf (67.1-7) ...
22:20:42 #8 32.46 Setting up libmagic-mgc (1:5.39-3) ...
22:20:42 #8 32.47 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
22:20:42 #8 32.48 Setting up binutils-common:armhf (2.35.2-2+rpi1) ...
22:20:42 #8 32.49 Setting up libmagic1:armhf (1:5.39-3) ...
22:20:42 #8 32.52 Setting up perl-openssl-defaults:armhf (5) ...
22:20:42 #8 32.53 Setting up linux-libc-dev:armhf (1:1.20211007-2) ...
22:20:42 #8 32.54 Setting up libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
22:20:42 #8 32.55 Setting up gettext-base (0.21-4) ...
22:20:42 #8 32.56 Setting up libcurl3-gnutls:armhf (7.74.0-1.3) ...
22:20:42 #8 32.57 Setting up file (1:5.39-3) ...
22:20:42 #8 32.59 Setting up libgomp1:armhf (10.2.1-6+rpi1) ...
22:20:42 #8 32.60 Setting up bzip2 (1.0.8-4) ...
22:20:42 #8 32.61 Setting up libfakeroot:armhf (1.25.3-1.1) ...
22:20:42 #8 32.62 Setting up libasan6:armhf (10.2.1-6+rpi1) ...
22:20:42 #8 32.63 Setting up fakeroot (1.25.3-1.1) ...
22:20:42 #8 32.64 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
22:20:42 #8 32.64 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
22:20:42 #8 32.64 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
22:20:42 #8 32.64 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
22:20:42 #8 32.64 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
22:20:42 #8 32.64 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
22:20:42 #8 32.64 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
22:20:42 #8 32.64 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
22:20:42 #8 32.64 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
22:20:42 #8 32.66 Setting up autotools-dev (20180224.1+nmu1) ...
22:20:42 #8 32.67 Setting up libtirpc-dev:armhf (1.3.1-1) ...
22:20:42 #8 32.68 Setting up make (4.3-4.1) ...
22:20:42 #8 32.69 Setting up libmpfr6:armhf (4.1.0-3) ...
22:20:42 #8 32.70 Setting up libsigsegv2:armhf (2.13-1) ...
22:20:42 #8 32.72 Setting up xz-utils (5.2.5-2) ...
22:20:42 #8 32.73 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:20:43 #8 32.73 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
22:20:43 #8 32.73 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
22:20:43 #8 32.73 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
22:20:43 #8 32.73 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
22:20:43 #8 32.73 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
22:20:43 #8 32.73 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
22:20:43 #8 32.73 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
22:20:43 #8 32.73 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
22:20:43 #8 32.73 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
22:20:43 #8 32.73 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
22:20:43 #8 32.74 Setting up libmpc3:armhf (1.2.0-1) ...
22:20:43 #8 32.75 Setting up libatomic1:armhf (10.2.1-6+rpi1) ...
22:20:43 #8 32.76 Setting up patch (2.7.6-7) ...
22:20:43 #8 32.77 Setting up autopoint (0.21-4) ...
22:20:43 #8 32.79 Setting up libubsan1:armhf (10.2.1-6+rpi1) ...
22:20:43 #8 32.80 Setting up libnsl-dev:armhf (1.3.0-2) ...
22:20:43 #8 32.81 Setting up sensible-utils (0.0.14) ...
22:20:43 #8 32.83 Setting up libcrypt-dev:armhf (1:4.4.18-4) ...
22:20:43 #8 32.84 Setting up libuchardet0:armhf (0.0.7-1) ...
22:20:43 #8 32.85 Setting up libmpdec3:armhf (2.5.1-1+rpi1) ...
22:20:43 #8 32.86 Setting up git-man (1:2.30.2-1) ...
22:20:43 #8 32.88 Setting up libbinutils:armhf (2.35.2-2+rpi1) ...
22:20:43 #8 32.89 Setting up libisl23:armhf (0.23-1) ...
22:20:43 #8 32.90 Setting up libc-dev-bin (2.31-13+rpt2+rpi1) ...
22:20:43 #8 32.92 Setting up libtinfo5:armhf (6.2+20201114-2) ...
22:20:43 #8 32.93 Setting up libelf1:armhf (0.183-1) ...
22:20:43 #8 32.94 Setting up libxml2:armhf (2.9.10+dfsg-6.7) ...
22:20:43 #8 32.95 Setting up libcc1-0:armhf (10.2.1-6+rpi1) ...
22:20:43 #8 32.96 Setting up cpp-10 (10.2.1-6+rpi1) ...
22:20:43 #8 32.97 Setting up libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
22:20:43 #8 32.98 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
22:20:43 #8 32.99 Setting up libgdbm6:armhf (1.19-2) ...
22:20:43 #8 33.00 Setting up libctf0:armhf (2.35.2-2+rpi1) ...
22:20:43 #8 33.07 Setting up wdiff (1.2.2-2) ...
22:20:43 #8 33.08 Setting up gettext (0.21-4) ...
22:20:43 #8 33.09 Setting up libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
22:20:43 #8 33.10 Setting up m4 (1.4.18-5) ...
22:20:43 #8 33.12 Setting up libgdbm-compat4:armhf (1.19-2) ...
22:20:43 #8 33.13 Setting up libperl5.32:armhf (5.32.1-4+deb11u2) ...
22:20:43 #8 33.14 Setting up dwz (0.13+20210201-1) ...
22:20:43 #8 33.15 Setting up groff-base (1.22.4-6) ...
22:20:43 #8 33.17 Setting up cpp (4:10.2.1-1+rpi1) ...
22:20:43 #8 33.19 Setting up libc6-dev:armhf (2.31-13+rpt2+rpi1) ...
22:20:43 #8 33.20 Setting up binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
22:20:43 #8 33.21 Setting up python3.9 (3.9.2-1+rpi1) ...
22:20:44 #8 33.93 Setting up python3 (3.9.2-3) ...
22:20:44 #8 34.03 Setting up binutils (2.35.2-2+rpi1) ...
22:20:44 #8 34.04 Setting up man-db (2.9.4-2) ...
22:20:44 #8 34.15 Building database of manual pages ...
22:20:47 #8 36.75 Setting up perl (5.32.1-4+deb11u2) ...
22:20:47 #8 36.77 Setting up libio-html-perl (1.004-2) ...
22:20:47 #8 36.78 Setting up libb-hooks-op-check-perl (0.22-1+b4) ...
22:20:47 #8 36.79 Setting up gcc-10 (10.2.1-6+rpi1) ...
22:20:47 #8 36.80 Setting up libdpkg-perl (1.20.9+rpi1) ...
22:20:47 #8 36.81 Setting up autoconf (2.69-14) ...
22:20:47 #8 36.83 Setting up libtimedate-perl (2.3300-2) ...
22:20:47 #8 36.84 Setting up libsub-override-perl (0.09-2) ...
22:20:47 #8 36.85 Setting up libstrictures-perl (2.000006-1) ...
22:20:47 #8 36.86 Setting up libsub-quote-perl (2.006006-1) ...
22:20:47 #8 36.87 Setting up libfile-dirlist-perl (0.05-2) ...
22:20:47 #8 36.88 Setting up liburi-perl (5.08-1) ...
22:20:47 #8 36.89 Setting up libfile-touch-perl (0.11-1) ...
22:20:47 #8 36.90 Setting up libnet-ssleay-perl (1.88-3+b1) ...
22:20:47 #8 36.92 Setting up automake (1:1.16.3-2) ...
22:20:47 #8 36.93 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
22:20:47 #8 36.93 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
22:20:47 #8 36.93 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
22:20:47 #8 36.93 Setting up libhttp-date-perl (6.05-1) ...
22:20:47 #8 36.94 Setting up libfile-which-perl (1.23-1) ...
22:20:47 #8 36.97 Setting up libfile-listing-perl (6.14-1) ...
22:20:47 #8 36.99 Setting up libdynaloader-functions-perl (0.003-1.1) ...
22:20:47 #8 37.00 Setting up libclass-method-modifiers-perl (2.13-1) ...
22:20:47 #8 37.01 Setting up libio-pty-perl (1:1.15-2) ...
22:20:47 #8 37.02 Setting up libtool (2.4.6-15) ...
22:20:47 #8 37.03 Setting up libarchive-zip-perl (1.68-1) ...
22:20:47 #8 37.04 Setting up libhtml-tagset-perl (3.20-4) ...
22:20:47 #8 37.05 Setting up libdebhelper-perl (13.3.4) ...
22:20:47 #8 37.07 Setting up liblwp-mediatypes-perl (6.04-1) ...
22:20:47 #8 37.08 Setting up libtry-tiny-perl (0.30-1) ...
22:20:47 #8 37.09 Setting up libnet-http-perl (6.20-1) ...
22:20:47 #8 37.10 Setting up libencode-locale-perl (1.05-1.1) ...
22:20:47 #8 37.11 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
22:20:47 #8 37.12 Setting up gcc (4:10.2.1-1+rpi1) ...
22:20:47 #8 37.14 Setting up dpkg-dev (1.20.9+rpi1) ...
22:20:47 #8 37.16 Setting up intltool-debian (0.35.0+20060710.5) ...
22:20:47 #8 37.17 Setting up liberror-perl (0.17029-1) ...
22:20:47 #8 37.18 Setting up dh-autoreconf (20) ...
22:20:47 #8 37.19 Setting up patchutils (0.4.2-1) ...
22:20:47 #8 37.20 Setting up libipc-run-perl (20200505.0-1) ...
22:20:47 #8 37.21 Setting up git (1:2.30.2-1) ...
22:20:47 #8 37.24 Setting up libwww-robotrules-perl (6.02-1) ...
22:20:47 #8 37.25 Setting up libhtml-parser-perl (3.75-1+b1) ...
22:20:47 #8 37.26 Setting up librole-tiny-perl (2.002004-1) ...
22:20:47 #8 37.27 Setting up libfile-homedir-perl (1.006-1) ...
22:20:47 #8 37.28 Setting up libio-socket-ssl-perl (2.069-1) ...
22:20:47 #8 37.29 Setting up libhttp-message-perl (6.28-1) ...
22:20:47 #8 37.30 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
22:20:47 #8 37.31 Setting up libhttp-negotiate-perl (6.01-1) ...
22:20:47 #8 37.32 Setting up libhttp-cookies-perl (6.10-1) ...
22:20:47 #8 37.33 Setting up po-debconf (1.0.21+nmu1) ...
22:20:47 #8 37.34 Setting up libhtml-tree-perl (5.07-2) ...
22:20:47 #8 37.35 Setting up libparams-classify-perl (0.015-1+b3) ...
22:20:47 #8 37.36 Setting up libmodule-runtime-perl (0.016-1) ...
22:20:47 #8 37.37 Setting up dh-strip-nondeterminism (1.12.0-1) ...
22:20:47 #8 37.38 Setting up libimport-into-perl (1.002005-1) ...
22:20:47 #8 37.39 Setting up libmoo-perl (2.004004-1) ...
22:20:47 #8 37.40 Setting up debhelper (13.3.4) ...
22:20:47 #8 37.41 Setting up equivs (2.3.1) ...
22:20:47 #8 37.43 Setting up liblwp-protocol-https-perl (6.10-1) ...
22:20:47 #8 37.44 Setting up libwww-perl (6.52-1) ...
22:20:47 #8 37.45 Setting up devscripts (2.21.3+deb11u1) ...
22:20:47 #8 37.61 Processing triggers for libc-bin (2.31-13+rpi1) ...
22:20:48 #8 DONE 38.1s
22:20:48 
22:20:48 #10 [stage-1 3/8] COPY common /root/build-deb/debian
22:20:48 #10 sha256:edada0f439782ee30dca8d44177d5ec201ea3f89a0f3f4a323531fcf035250df
22:20:48 #10 DONE 0.0s
22:20:48 
22:20:48 #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
22:20:48 #11 sha256:8c74df4156d7c951abad19ef45f21883cf6ba3e3c69b3f63bbf35bcde2a5e680
22:20:49 #11 1.070 Hit:1 http://archive.raspbian.org/raspbian bullseye InRelease
22:20:49 #11 1.108 Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
22:20:51 #11 1.401 Reading package lists...
22:20:51 #11 2.808 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?)
22:20:51 #11 3.118 dpkg-buildpackage: info: source package docker-ce-build-deps
22:20:51 #11 3.118 dpkg-buildpackage: info: source version 1.0
22:20:51 #11 3.118 dpkg-buildpackage: info: source distribution unstable
22:20:51 #11 3.118 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
22:20:51 #11 3.155 dpkg-buildpackage: info: host architecture armhf
22:20:51 #11 3.155  dpkg-source --before-build .
22:20:51 #11 3.262  debian/rules clean
22:20:51 #11 3.264 dh clean
22:20:51 #11 3.348    dh_clean
22:20:51 #11 3.383  debian/rules binary
22:20:51 #11 3.385 dh binary
22:20:51 #11 3.458    dh_update_autotools_config
22:20:51 #11 3.489    dh_autoreconf
22:20:51 #11 3.533    create-stamp debian/debhelper-build-stamp
22:20:51 #11 3.533    dh_prep
22:20:51 #11 3.564    dh_install
22:20:52 #11 3.600    dh_installdocs
22:20:52 #11 3.642    dh_installchangelogs
22:20:52 #11 3.731    dh_perl
22:20:52 #11 3.770    dh_link
22:20:52 #11 3.807    dh_strip_nondeterminism
22:20:52 #11 3.874    dh_compress
22:20:52 #11 3.916    dh_fixperms
22:20:52 #11 3.961    dh_missing
22:20:52 #11 3.990    dh_installdeb
22:20:52 #11 4.026    dh_gencontrol
22:20:52 #11 4.148    dh_md5sums
22:20:52 #11 4.185    dh_builddeb
22:20:52 #11 4.214 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
22:20:52 #11 4.233  dpkg-genbuildinfo --build=binary
22:20:52 #11 4.376  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_armhf.changes
22:20:52 #11 4.462 dpkg-genchanges: info: binary-only upload (no source code included)
22:20:52 #11 4.465  dpkg-source --after-build .
22:20:52 #11 4.572 dpkg-buildpackage: info: binary-only upload (no source included)
22:20:52 #11 4.576 
22:20:52 #11 4.576 The package has been created.
22:20:52 #11 4.576 Attention, the package has been created in the current directory,
22:20:52 #11 4.576 not in ".." as indicated by the message above!
22:20:52 #11 4.596 Selecting previously unselected package docker-ce-build-deps.
22:20:52 #11 4.606 (Reading database ... 17323 files and directories currently installed.)
22:20:52 #11 4.607 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
22:20:52 #11 4.611 Unpacking docker-ce-build-deps (1.0) ...
22:20:54 #11 4.690 Reading package lists...
22:20:54 #11 6.041 Building dependency tree...
22:20:54 #11 6.214 Reading state information...
22:20:54 #11 6.239 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
22:20:54 #11 6.468 Starting 2 pkgProblemResolver with broken count: 0
22:20:54 #11 6.471 Done
22:20:54 #11 6.663  Done
22:20:54 #11 6.831 Starting pkgProblemResolver with broken count: 0
22:20:55 #11 6.877 Starting 2 pkgProblemResolver with broken count: 0
22:20:55 #11 6.881 Done
22:20:55 #11 7.234 The following additional packages will be installed:
22:20:55 #11 7.234   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
22:20:55 #11 7.234   g++-10 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
22:20:55 #11 7.234   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp24
22:20:55 #11 7.234   libltdl-dev libltdl7 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
22:20:55 #11 7.234   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
22:20:55 #11 7.235   libstdc++-10-dev libsystemd-dev libudev-dev libuv1 pkg-config
22:20:55 #11 7.236 Suggested packages:
22:20:55 #11 7.236   cmake-doc ninja-build apparmor-easyprof gcc-10-doc lrzip libtool-doc seccomp
22:20:55 #11 7.236   libstdc++-10-doc
22:20:55 #11 7.236 Recommended packages:
22:20:55 #11 7.236   libglib2.0-data shared-mime-info xdg-user-dirs
22:20:55 #11 7.649 The following NEW packages will be installed:
22:20:56 #11 7.649   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
22:20:56 #11 7.650   g++-10 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
22:20:56 #11 7.650   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp24
22:20:56 #11 7.650   libltdl-dev libltdl7 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
22:20:56 #11 7.650   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
22:20:56 #11 7.651   libstdc++-10-dev libsystemd-dev libudev-dev libuv1 pkg-config
22:20:56 #11 8.197 0 upgraded, 31 newly installed, 0 to remove and 14 not upgraded.
22:20:56 #11 8.197 1 not fully installed or removed.
22:20:56 #11 8.197 Need to get 19.6 MB of archives.
22:20:56 #11 8.197 After this operation, 84.0 MB of additional disk space will be used.
22:20:56 #11 8.197 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf libstdc++-10-dev armhf 10.2.1-6+rpi1 [1751 kB]
22:20:57 #11 8.771 Get:2 http://archive.raspbian.org/raspbian bullseye/main armhf g++-10 armhf 10.2.1-6+rpi1 [7341 kB]
22:20:57 #11 9.112 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf g++ armhf 4:10.2.1-1+rpi1 [1632 B]
22:20:57 #11 9.113 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf build-essential armhf 12.9 [7704 B]
22:20:57 #11 9.116 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf bash-completion all 1:2.11-2 [234 kB]
22:20:57 #11 9.116 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf cmake-data all 3.18.4-2+rpi1 [1725 kB]
22:20:57 #11 9.189 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive13 armhf 3.4.3-2 [294 kB]
22:20:57 #11 9.259 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf libjsoncpp24 armhf 1.9.4-4 [67.0 kB]
22:20:57 #11 9.261 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf librhash0 armhf 1.4.1-2 [141 kB]
22:20:57 #11 9.262 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf libuv1 armhf 1.40.0-1 [118 kB]
22:20:57 #11 9.263 Get:11 http://archive.raspbian.org/raspbian bullseye/main armhf cmake armhf 3.18.4-2+rpi1 [3118 kB]
22:20:57 #11 9.425 Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf dh-apparmor all 2.13.6-10 [75.2 kB]
22:20:57 #11 9.427 Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf libbtrfs0 armhf 5.10.1-2 [218 kB]
22:20:57 #11 9.431 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf libbtrfs-dev armhf 5.10.1-2 [279 kB]
22:20:57 #11 9.434 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [91.4 kB]
22:20:57 #11 9.435 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [134 kB]
22:20:57 #11 9.436 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1 [22.3 kB]
22:20:57 #11 9.437 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf libudev-dev armhf 247.3-6+rpi1 [123 kB]
22:20:57 #11 9.438 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf libsepol1-dev armhf 3.1-1 [308 kB]
22:20:57 #11 9.502 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-16-0 armhf 10.36-2 [197 kB]
22:20:57 #11 9.510 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-32-0 armhf 10.36-2 [187 kB]
22:20:57 #11 9.608 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-posix2 armhf 10.36-2 [48.7 kB]
22:20:57 #11 9.610 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-dev armhf 10.36-2 [626 kB]
22:20:57 #11 9.615 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf libselinux1-dev armhf 3.1-3 [156 kB]
22:20:57 #11 9.618 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper-dev armhf 2:1.02.175-2.1 [52.0 kB]
22:20:57 #11 9.618 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl7 armhf 2.4.6-15 [388 kB]
22:20:57 #11 9.628 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl-dev armhf 2.4.6-15 [159 kB]
22:20:57 #11 9.629 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+rpi1 [87.7 kB]
22:20:57 #11 9.638 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf libsystemd-dev armhf 247.3-6+rpi1 [401 kB]
22:20:57 #11 9.694 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1183 kB]
22:20:58 #11 9.719 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf pkg-config armhf 0.29.2-1 [61.5 kB]
22:20:58 #11 9.968 debconf: delaying package configuration, since apt-utils is not installed
22:20:58 #11 10.01 Fetched 19.6 MB in 2s (9160 kB/s)
22:20:58 #11 10.03 Selecting previously unselected package libstdc++-10-dev:armhf.
22:20:58 #11 10.03 (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 ... 17327 files and directories currently installed.)
22:20:58 #11 10.04 Preparing to unpack .../00-libstdc++-10-dev_10.2.1-6+rpi1_armhf.deb ...
22:20:58 #11 10.04 Unpacking libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
22:20:58 #11 10.27 Selecting previously unselected package g++-10.
22:20:58 #11 10.27 Preparing to unpack .../01-g++-10_10.2.1-6+rpi1_armhf.deb ...
22:20:58 #11 10.28 Unpacking g++-10 (10.2.1-6+rpi1) ...
22:20:59 #11 10.91 Selecting previously unselected package g++.
22:20:59 #11 10.91 Preparing to unpack .../02-g++_4%3a10.2.1-1+rpi1_armhf.deb ...
22:20:59 #11 10.91 Unpacking g++ (4:10.2.1-1+rpi1) ...
22:20:59 #11 10.94 Selecting previously unselected package build-essential.
22:20:59 #11 10.94 Preparing to unpack .../03-build-essential_12.9_armhf.deb ...
22:20:59 #11 10.95 Unpacking build-essential (12.9) ...
22:20:59 #11 10.98 Selecting previously unselected package bash-completion.
22:20:59 #11 10.98 Preparing to unpack .../04-bash-completion_1%3a2.11-2_all.deb ...
22:20:59 #11 11.52 Unpacking bash-completion (1:2.11-2) ...
22:20:59 #11 11.64 Selecting previously unselected package cmake-data.
22:20:59 #11 11.64 Preparing to unpack .../05-cmake-data_3.18.4-2+rpi1_all.deb ...
22:20:59 #11 11.64 Unpacking cmake-data (3.18.4-2+rpi1) ...
22:21:00 #11 11.97 Selecting previously unselected package libarchive13:armhf.
22:21:00 #11 11.98 Preparing to unpack .../06-libarchive13_3.4.3-2_armhf.deb ...
22:21:00 #11 11.98 Unpacking libarchive13:armhf (3.4.3-2) ...
22:21:00 #11 12.04 Selecting previously unselected package libjsoncpp24:armhf.
22:21:00 #11 12.04 Preparing to unpack .../07-libjsoncpp24_1.9.4-4_armhf.deb ...
22:21:00 #11 12.05 Unpacking libjsoncpp24:armhf (1.9.4-4) ...
22:21:00 #11 12.09 Selecting previously unselected package librhash0:armhf.
22:21:00 #11 12.09 Preparing to unpack .../08-librhash0_1.4.1-2_armhf.deb ...
22:21:00 #11 12.09 Unpacking librhash0:armhf (1.4.1-2) ...
22:21:00 #11 12.13 Selecting previously unselected package libuv1:armhf.
22:21:00 #11 12.14 Preparing to unpack .../09-libuv1_1.40.0-1_armhf.deb ...
22:21:00 #11 12.14 Unpacking libuv1:armhf (1.40.0-1) ...
22:21:00 #11 12.18 Selecting previously unselected package cmake.
22:21:00 #11 12.18 Preparing to unpack .../10-cmake_3.18.4-2+rpi1_armhf.deb ...
22:21:00 #11 12.18 Unpacking cmake (3.18.4-2+rpi1) ...
22:21:00 #11 12.52 Selecting previously unselected package dh-apparmor.
22:21:00 #11 12.52 Preparing to unpack .../11-dh-apparmor_2.13.6-10_all.deb ...
22:21:00 #11 12.53 Unpacking dh-apparmor (2.13.6-10) ...
22:21:00 #11 12.57 Selecting previously unselected package libbtrfs0:armhf.
22:21:00 #11 12.57 Preparing to unpack .../12-libbtrfs0_5.10.1-2_armhf.deb ...
22:21:00 #11 12.57 Unpacking libbtrfs0:armhf (5.10.1-2) ...
22:21:00 #11 12.62 Selecting previously unselected package libbtrfs-dev:armhf.
22:21:00 #11 12.62 Preparing to unpack .../13-libbtrfs-dev_5.10.1-2_armhf.deb ...
22:21:00 #11 12.62 Unpacking libbtrfs-dev:armhf (5.10.1-2) ...
22:21:00 #11 12.69 Selecting previously unselected package dmsetup.
22:21:00 #11 12.69 Preparing to unpack .../14-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
22:21:00 #11 12.69 Unpacking dmsetup (2:1.02.175-2.1) ...
22:21:00 #11 12.73 Selecting previously unselected package libdevmapper1.02.1:armhf.
22:21:00 #11 12.73 Preparing to unpack .../15-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
22:21:00 #11 12.74 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
22:21:00 #11 12.78 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
22:21:00 #11 12.78 Preparing to unpack .../16-libdevmapper-event1.02.1_2%3a1.02.175-2.1_armhf.deb ...
22:21:00 #11 12.79 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
22:21:01 #11 12.82 Selecting previously unselected package libudev-dev:armhf.
22:21:01 #11 12.82 Preparing to unpack .../17-libudev-dev_247.3-6+rpi1_armhf.deb ...
22:21:01 #11 12.83 Unpacking libudev-dev:armhf (247.3-6+rpi1) ...
22:21:01 #11 12.86 Selecting previously unselected package libsepol1-dev:armhf.
22:21:01 #11 12.87 Preparing to unpack .../18-libsepol1-dev_3.1-1_armhf.deb ...
22:21:01 #11 12.87 Unpacking libsepol1-dev:armhf (3.1-1) ...
22:21:01 #11 12.93 Selecting previously unselected package libpcre2-16-0:armhf.
22:21:01 #11 12.94 Preparing to unpack .../19-libpcre2-16-0_10.36-2_armhf.deb ...
22:21:01 #11 12.94 Unpacking libpcre2-16-0:armhf (10.36-2) ...
22:21:01 #11 12.99 Selecting previously unselected package libpcre2-32-0:armhf.
22:21:01 #11 13.00 Preparing to unpack .../20-libpcre2-32-0_10.36-2_armhf.deb ...
22:21:01 #11 13.00 Unpacking libpcre2-32-0:armhf (10.36-2) ...
22:21:01 #11 13.06 Selecting previously unselected package libpcre2-posix2:armhf.
22:21:01 #11 13.06 Preparing to unpack .../21-libpcre2-posix2_10.36-2_armhf.deb ...
22:21:01 #11 13.06 Unpacking libpcre2-posix2:armhf (10.36-2) ...
22:21:01 #11 13.09 Selecting previously unselected package libpcre2-dev:armhf.
22:21:01 #11 13.10 Preparing to unpack .../22-libpcre2-dev_10.36-2_armhf.deb ...
22:21:01 #11 13.10 Unpacking libpcre2-dev:armhf (10.36-2) ...
22:21:01 #11 13.18 Selecting previously unselected package libselinux1-dev:armhf.
22:21:01 #11 13.18 Preparing to unpack .../23-libselinux1-dev_3.1-3_armhf.deb ...
22:21:01 #11 13.19 Unpacking libselinux1-dev:armhf (3.1-3) ...
22:21:01 #11 13.25 Selecting previously unselected package libdevmapper-dev:armhf.
22:21:01 #11 13.25 Preparing to unpack .../24-libdevmapper-dev_2%3a1.02.175-2.1_armhf.deb ...
22:21:01 #11 13.26 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1) ...
22:21:01 #11 13.30 Selecting previously unselected package libltdl7:armhf.
22:21:01 #11 13.31 Preparing to unpack .../25-libltdl7_2.4.6-15_armhf.deb ...
22:21:01 #11 13.31 Unpacking libltdl7:armhf (2.4.6-15) ...
22:21:01 #11 13.35 Selecting previously unselected package libltdl-dev:armhf.
22:21:01 #11 13.35 Preparing to unpack .../26-libltdl-dev_2.4.6-15_armhf.deb ...
22:21:01 #11 13.36 Unpacking libltdl-dev:armhf (2.4.6-15) ...
22:21:01 #11 13.41 Selecting previously unselected package libseccomp-dev:armhf.
22:21:01 #11 13.41 Preparing to unpack .../27-libseccomp-dev_2.5.1-1+rpi1_armhf.deb ...
22:21:01 #11 13.41 Unpacking libseccomp-dev:armhf (2.5.1-1+rpi1) ...
22:21:01 #11 13.45 Selecting previously unselected package libsystemd-dev:armhf.
22:21:01 #11 13.45 Preparing to unpack .../28-libsystemd-dev_247.3-6+rpi1_armhf.deb ...
22:21:01 #11 13.45 Unpacking libsystemd-dev:armhf (247.3-6+rpi1) ...
22:21:01 #11 13.53 Selecting previously unselected package libglib2.0-0:armhf.
22:21:02 #11 13.53 Preparing to unpack .../29-libglib2.0-0_2.66.8-1_armhf.deb ...
22:21:02 #11 13.54 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
22:21:02 #11 13.67 Selecting previously unselected package pkg-config.
22:21:02 #11 13.67 Preparing to unpack .../30-pkg-config_0.29.2-1_armhf.deb ...
22:21:02 #11 13.68 Unpacking pkg-config (0.29.2-1) ...
22:21:02 #11 13.73 Setting up libseccomp-dev:armhf (2.5.1-1+rpi1) ...
22:21:02 #11 13.74 Setting up libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
22:21:02 #11 13.76 Setting up g++-10 (10.2.1-6+rpi1) ...
22:21:02 #11 13.77 Setting up libarchive13:armhf (3.4.3-2) ...
22:21:02 #11 13.78 Setting up libglib2.0-0:armhf (2.66.8-1) ...
22:21:02 #11 13.80 No schema files found: doing nothing.
22:21:02 #11 13.81 Setting up libsepol1-dev:armhf (3.1-1) ...
22:21:02 #11 13.82 Setting up libpcre2-16-0:armhf (10.36-2) ...
22:21:02 #11 13.84 Setting up libbtrfs0:armhf (5.10.1-2) ...
22:21:02 #11 13.85 Setting up libpcre2-32-0:armhf (10.36-2) ...
22:21:02 #11 13.86 Setting up libuv1:armhf (1.40.0-1) ...
22:21:02 #11 13.88 Setting up bash-completion (1:2.11-2) ...
22:21:02 #11 14.54 Setting up pkg-config (0.29.2-1) ...
22:21:02 #11 14.59 Setting up libudev-dev:armhf (247.3-6+rpi1) ...
22:21:02 #11 14.61 Setting up libpcre2-posix2:armhf (10.36-2) ...
22:21:02 #11 14.62 Setting up libltdl7:armhf (2.4.6-15) ...
22:21:02 #11 14.63 Setting up libjsoncpp24:armhf (1.9.4-4) ...
22:21:03 #11 14.65 Setting up libbtrfs-dev:armhf (5.10.1-2) ...
22:21:03 #11 14.67 Setting up g++ (4:10.2.1-1+rpi1) ...
22:21:03 #11 14.69 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
22:21:03 #11 14.70 Setting up librhash0:armhf (1.4.1-2) ...
22:21:03 #11 14.71 Setting up build-essential (12.9) ...
22:21:03 #11 14.73 Setting up cmake-data (3.18.4-2+rpi1) ...
22:21:03 #11 14.75 Setting up dh-apparmor (2.13.6-10) ...
22:21:03 #11 14.76 Setting up libsystemd-dev:armhf (247.3-6+rpi1) ...
22:21:03 #11 14.78 Setting up libpcre2-dev:armhf (10.36-2) ...
22:21:03 #11 14.79 Setting up libselinux1-dev:armhf (3.1-3) ...
22:21:03 #11 14.81 Setting up libltdl-dev:armhf (2.4.6-15) ...
22:21:03 #11 14.82 Setting up cmake (3.18.4-2+rpi1) ...
22:21:03 #11 14.83 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
22:21:03 #11 14.85 Setting up dmsetup (2:1.02.175-2.1) ...
22:21:03 #11 14.88 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
22:21:03 #11 14.91 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1) ...
22:21:03 #11 14.92 Setting up docker-ce-build-deps (1.0) ...
22:21:03 #11 14.93 Processing triggers for libc-bin (2.31-13+rpi1) ...
22:21:03 #11 14.96 Processing triggers for man-db (2.9.4-2) ...
22:21:03 #11 DONE 15.2s
22:21:03 
22:21:03 #12 [stage-1 5/8] COPY sources/ /sources
22:21:03 #12 sha256:e2dfd31881d6211fa3ca8baa41351f55f5a7fa5f0219591b89edc262b8446146
22:21:03 #12 DONE 0.1s
22:21:03 
22:21:03 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
22:21:03 #14 sha256:225fd7d6033d4d8f70671f30a26e6342631f2e8cc4ff424ffb08b92daeb761ad
22:21:05 #14 DONE 1.6s
22:21:05 
22:21:05 #15 [stage-1 7/8] WORKDIR /root/build-deb
22:21:05 #15 sha256:81a2a1ce4222b4be9889baa2d8fdcee08fd09d1d76e573748935c4779ea44e44
22:21:05 #15 DONE 0.0s
22:21:05 
22:21:05 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
22:21:05 #16 sha256:aff1f823d3ab4c4d033198a57f092ccbe5331e211b3bacdcb187283586131dad
22:21:05 #16 DONE 0.0s
22:21:05 
22:21:05 #17 exporting to image
22:21:05 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
22:21:05 #17 exporting layers
22:21:11 #17 exporting layers 6.0s done
22:21:11 #17 writing image sha256:99bb7118cb3c9e0880c0df430b56296a84d464a14b093e845aa33ecbda3aa4d5 done
22:21:11 #17 naming to docker.io/debbuild-raspbian-bullseye/aarch64 done
22:21:11 #17 DONE 6.0s
22:21:11 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20211015144600-e57b5f7 -e VERSION=0.0.0-20211015144600-e57b5f7 -e CLI_GITCOMMIT=e57b5f7 -e ENGINE_GITCOMMIT=6f6b9d2 -e SCAN_VERSION=v0.8.0 -e SCAN_GITCOMMIT=35651ca -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/deb/debbuild/raspbian-bullseye:/build  debbuild-raspbian-bullseye/aarch64
22:21:11 + set -e
22:21:11 + mkdir -p /root/build-deb/engine
22:21:11 + tar -C /root/build-deb -xzf /sources/engine.tgz
22:21:12 + mkdir -p /root/build-deb/cli
22:21:12 + tar -C /root/build-deb -xzf /sources/cli.tgz
22:21:13 + mkdir -p /root/build-deb/scan-cli-plugin
22:21:13 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
22:21:13 + mkdir -p /go/src/github.com/docker
22:21:13 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
22:21:13 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
22:21:13 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
22:21:13 + EPOCH=5
22:21:13 + EPOCH_SEP=
22:21:13 + [[ ! -z 5 ]]
22:21:13 + EPOCH_SEP=:
22:21:13 + [[ -z 0.0.0-20211015144600-e57b5f7 ]]
22:21:13 + echo VERSION AAA 0.0.0-20211015144600-e57b5f7
22:21:13 VERSION AAA 0.0.0-20211015144600-e57b5f7
22:21:13 + VERSION=0.0.0-20211015144600-e57b5f7
22:21:13 + echo VERSION bbb 0.0.0-20211015144600-e57b5f7
22:21:13 VERSION bbb 0.0.0-20211015144600-e57b5f7
22:21:13 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
22:21:13 + debSource=docker-ce
22:21:13 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
22:21:13 + debMaintainer='Docker <support@docker.com>'
22:21:13 ++ date --rfc-2822
22:21:13 + debDate='Tue, 19 Oct 2021 22:21:12 +0000'
22:21:13 + cat
22:21:13 + export CLI_GITCOMMIT=e57b5f7
22:21:13 + CLI_GITCOMMIT=e57b5f7
22:21:13 + export ENGINE_GITCOMMIT=6f6b9d2
22:21:13 + ENGINE_GITCOMMIT=6f6b9d2
22:21:13 + export SCAN_GITCOMMIT=35651ca
22:21:13 + SCAN_GITCOMMIT=35651ca
22:21:13 + echo VERSION BBB 0.0.0-20211015144600-e57b5f7
22:21:13 VERSION BBB 0.0.0-20211015144600-e57b5f7
22:21:13 + dpkg-buildpackage -uc -us -I.git
22:21:13 dpkg-buildpackage: info: source package docker-ce
22:21:13 dpkg-buildpackage: info: source version 5:0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye
22:21:13 dpkg-buildpackage: info: source distribution bullseye
22:21:13 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
22:21:13  dpkg-source -I.git --before-build .
22:21:13 dpkg-buildpackage: info: host architecture armhf
22:21:13  debian/rules clean
22:21:13 dh clean --with=bash-completion
22:21:13    dh_clean
22:21:13  dpkg-source -I.git -b .
22:21:13 dpkg-source: warning: native package version may not have a revision
22:21:13 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20211015144600-e57b5f7-0~raspbian'
22:21:13 dpkg-source: info: using source format '1.0'
22:21:13 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye.tar.gz
22:21:23 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye.dsc
22:21:23  debian/rules build
22:21:23 dh build --with=bash-completion
22:21:23    dh_update_autotools_config
22:21:23    dh_autoreconf
22:21:23    debian/rules override_dh_auto_build
22:21:23 make[1]: Entering directory '/root/build-deb'
22:21:23 # Build the daemon and dependencies
22:21:23 cd engine && DOCKER_GITCOMMIT=6f6b9d2 PRODUCT=docker ./hack/make.sh dynbinary
22:21:23 
22:21:23 Removing bundles/
22:21:23 
22:21:23 ---> Making bundle: dynbinary (in bundles/dynbinary)
22:21:23 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
22:21:23 GOOS="" GOARCH="" GOARM=""
22:21:26 ~/rpmbuild/BUILD/src
22:21:26 + popd
22:21:26 + exit 0
22:21:26 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.zohTuQ
22:21:26 + umask 022
22:21:26 + cd /root/rpmbuild/BUILD
22:21:26 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64 '!=' / ']'
22:21:26 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
22:21:26 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
22:21:26 + mkdir -p /root/rpmbuild/BUILDROOT
22:21:26 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
22:21:26 + cd src
22:21:26 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/bin
22:21:26 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/bin/docker
22:21:26 + pushd /root/rpmbuild/BUILD/src/plugins
22:21:26 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
22:21:26 + for installer in '*.installer'
22:21:26 + '[' buildx.installer '!=' scan.installer ']'
22:21:26 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
22:21:26 + PREFIX=/usr/libexec/docker/cli-plugins
22:21:26 + bash buildx.installer install_plugin
22:21:26 + popd
22:21:26 ~/rpmbuild/BUILD/src
22:21:26 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/bash-completion/completions
22:21:26 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/zsh/vendor-completions
22:21:26 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/fish/vendor_completions.d
22:21:26 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/bash-completion/completions/docker
22:21:26 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/zsh/vendor-completions/_docker
22:21:26 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/fish/vendor_completions.d/docker.fish
22:21:26 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/man/man1
22:21:26 + 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.20211015144600.e57b5f7-0.el7.x86_64/usr/share/man/man1
22:21:26 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/man/man5
22:21:26 + 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.20211015144600.e57b5f7-0.el7.x86_64/usr/share/man/man5
22:21:26 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/man/man8
22:21:26 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/man/man8
22:21:26 + mkdir -p build-docs
22:21:26 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
22:21:26 + cp cli/LICENSE build-docs/LICENSE
22:21:26 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
22:21:26 + cp cli/MAINTAINERS build-docs/MAINTAINERS
22:21:26 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
22:21:26 + cp cli/NOTICE build-docs/NOTICE
22:21:26 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
22:21:26 + cp cli/README.md build-docs/README.md
22:21:26 + /usr/lib/rpm/check-buildroot
22:21:26 + /usr/lib/rpm/redhat/brp-compress
22:21:26 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
22:21:26 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
22:21:26 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
22:21:26 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
22:21:26 + /usr/lib/rpm/redhat/brp-python-hardlink
22:21:26 + /usr/lib/rpm/redhat/brp-java-repack-jars
22:21:26 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.YyGkq8
22:21:26 + umask 022
22:21:26 + cd /root/rpmbuild/BUILD
22:21:26 + cd src
22:21:26 ++ cli/build/docker --version
22:21:26 + ver='Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7'
22:21:26 + test 'Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7' = 'Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7'
22:21:26 PASS: cli version OK
22:21:26 + echo 'PASS: cli version OK'
22:21:26 + exit 0
22:21:26 Processing files: docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
22:21:26 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Jpveyq
22:21:26 + umask 022
22:21:26 + cd /root/rpmbuild/BUILD
22:21:26 + cd src
22:21:26 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20211015144600.e57b5f7
22:21:26 + export DOCDIR
22:21:26 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20211015144600.e57b5f7
22:21:26 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20211015144600.e57b5f7
22:21:26 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20211015144600.e57b5f7
22:21:26 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20211015144600.e57b5f7
22:21:26 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20211015144600.e57b5f7
22:21:26 + exit 0
22:21:26 Provides: docker-ce-cli = 1:0.0.0.20211015144600.e57b5f7-0.el7 docker-ce-cli(x86-64) = 1:0.0.0.20211015144600.e57b5f7-0.el7
22:21:26 Requires(interp): /bin/sh
22:21:26 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
22:21:26 Requires(post): /bin/sh
22:21:26 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)
22:21:26 Conflicts: docker docker-io docker-engine-cs docker-ee docker-ee-cli
22:21:26 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
22:21:26 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.src.rpm
22:21:32 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64.rpm
22:21:32 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.y2CF4R
22:21:32 + umask 022
22:21:32 + cd /root/rpmbuild/BUILD
22:21:32 + cd src
22:21:32 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
22:21:32 + exit 0
22:21:32 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.HNCZAE
22:21:32 + umask 022
22:21:32 + cd /root/rpmbuild/BUILD
22:21:32 + cd /root/rpmbuild/BUILD
22:21:32 + rm -rf src
22:21:32 + /usr/bin/mkdir -p src
22:21:32 + cd src
22:21:32 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
22:21:32 + /usr/bin/tar -xf -
22:21:32 + STATUS=0
22:21:32 + '[' 0 -ne 0 ']'
22:21:32 + /usr/bin/tar -xf -
22:21:32 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
22:21:33 + STATUS=0
22:21:33 + '[' 0 -ne 0 ']'
22:21:33 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
22:21:33 + exit 0
22:21:33 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.414gQu
22:21:33 + umask 022
22:21:33 + cd /root/rpmbuild/BUILD
22:21:33 + cd src
22:21:33 + export DOCKER_GITCOMMIT=6f6b9d2
22:21:33 + DOCKER_GITCOMMIT=6f6b9d2
22:21:33 + mkdir -p /go/src/github.com/docker
22:21:33 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
22:21:33 + TMP_GOPATH=/go
22:21:33 + GOPROXY=https://proxy.golang.org
22:21:33 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
22:21:33 + RM_GOPATH=0
22:21:33 + TMP_GOPATH=/go
22:21:33 + : /usr/local/bin
22:21:33 + '[' -z /go ']'
22:21:33 + export GOPATH=/go
22:21:33 + GOPATH=/go
22:21:33 + case "$(go env GOARCH)" in
22:21:33 ++ go env GOARCH
22:21:33 + export GO_BUILDMODE=-buildmode=pie
22:21:33 + GO_BUILDMODE=-buildmode=pie
22:21:33 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
22:21:33 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
22:21:33 + bin=rootlesskit
22:21:33 + shift
22:21:33 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
22:21:33 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
22:21:33 ++ : v0.14.4
22:21:33 + install_rootlesskit dynamic
22:21:33 + case "$1" in
22:21:33 + install_rootlesskit_dynamic
22:21:33 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
22:21:33 + ROOTLESSKIT_LDFLAGS=-linkmode=external
22:21:33 + export BUILD_MODE=-buildmode=pie
22:21:33 + BUILD_MODE=-buildmode=pie
22:21:33 + _install_rootlesskit
22:21:33 + echo 'Install rootlesskit version v0.14.4'
22:21:33 Install rootlesskit version v0.14.4
22:21:33 + for f in rootlesskit rootlesskit-docker-proxy
22:21:33 + GOBIN=/usr/local/bin
22:21:33 + GO111MODULE=on
22:21:33 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
22:21:33 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
22:21:35 go: downloading github.com/pkg/errors v0.9.1
22:21:35 go: downloading github.com/sirupsen/logrus v1.8.1
22:21:35 go: downloading github.com/urfave/cli/v2 v2.3.0
22:21:35 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
22:21:35 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
22:21:35 go: downloading github.com/google/uuid v1.3.0
22:21:35 go: downloading github.com/moby/vpnkit v0.5.0
22:21:35 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
22:21:35 go: downloading github.com/gofrs/flock v0.8.1
22:21:35 go: downloading github.com/gorilla/mux v1.8.0
22:21:35 go: downloading github.com/moby/sys/mountinfo v0.4.1
22:21:35 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/static:/v -w /v alpine chown -R 1000:1000 build/mac/amd64
22:21:35 Unable to find image 'alpine:latest' locally
22:21:35 latest: Pulling from library/alpine
22:21:35 a0d0a0d46f8b: Already exists
22:21:35 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
22:21:35 Status: Downloaded newer image for alpine:latest
22:21:35 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
22:21:35 go: downloading github.com/u-root/u-root v7.0.0+incompatible
22:21:35 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
22:21:35 go: downloading github.com/russross/blackfriday/v2 v2.1.0
22:21:36 mkdir -p build/mac/arm64/docker
22:21:36 GOOS=darwin GOARCH=arm64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-588/static/build/mac/arm64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-588/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-588/static/scripts/build-cli-plugins":/build:ro golang:1.16.9 /build
22:21:37 Cloning into '/go/src/github.com/docker/buildx'...
22:21:40 Fetching origin
22:21:41 + for f in rootlesskit rootlesskit-docker-proxy
22:21:41 + GOBIN=/usr/local/bin
22:21:41 + GO111MODULE=on
22:21:41 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
22:21:41 + GO111MODULE=on
22:21:41 + 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
22:21:42 + return
22:21:42 + exit 0
22:21:42 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.tlxoZJ
22:21:42 + umask 022
22:21:42 + cd /root/rpmbuild/BUILD
22:21:42 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64 '!=' / ']'
22:21:42 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
22:21:42 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
22:21:42 + mkdir -p /root/rpmbuild/BUILDROOT
22:21:42 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
22:21:42 + cd src
22:21:42 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/bin/dockerd-rootless.sh
22:21:42 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/bin/dockerd-rootless-setuptool.sh
22:21:42 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/bin/rootlesskit
22:21:42 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64/usr/bin/rootlesskit-docker-proxy
22:21:42 + /usr/lib/rpm/check-buildroot
22:21:42 + /usr/lib/rpm/redhat/brp-compress
22:21:42 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
22:21:42 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
22:21:42 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
22:21:42 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
22:21:42 + /usr/lib/rpm/redhat/brp-python-hardlink
22:21:42 + /usr/lib/rpm/redhat/brp-java-repack-jars
22:21:42 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.OlInoZ
22:21:42 + umask 022
22:21:42 + cd /root/rpmbuild/BUILD
22:21:42 + cd src
22:21:42 + /usr/local/bin/rootlesskit -v
22:21:42 rootlesskit version 0.14.4
22:21:42 + exit 0
22:21:42 Processing files: docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
22:21:42 Provides: docker-ce-rootless-extras = 0:0.0.0.20211015144600.e57b5f7-0.el7 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20211015144600.e57b5f7-0.el7
22:21:42 Requires(interp): /bin/sh /bin/sh /bin/sh
22:21:42 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
22:21:42 Requires(post): /bin/sh
22:21:42 Requires(preun): /bin/sh
22:21:42 Requires(postun): /bin/sh
22:21:42 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)
22:21:42 Conflicts: rootlesskit
22:21:42 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
22:21:43 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.src.rpm
22:21:46 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64.rpm
22:21:46 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.RR9fFW
22:21:46 + umask 022
22:21:46 + cd /root/rpmbuild/BUILD
22:21:46 + cd src
22:21:46 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el7.x86_64
22:21:46 + exit 0
22:21:46 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.CUGMQm
22:21:46 + umask 022
22:21:46 + cd /root/rpmbuild/BUILD
22:21:46 + cd /root/rpmbuild/BUILD
22:21:46 + rm -rf src
22:21:46 + /usr/bin/mkdir -p src
22:21:46 + cd src
22:21:46 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
22:21:46 + /usr/bin/tar -xf -
22:21:46 + STATUS=0
22:21:46 + '[' 0 -ne 0 ']'
22:21:46 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
22:21:46 + /usr/bin/tar -xf -
22:21:46 + STATUS=0
22:21:46 + '[' 0 -ne 0 ']'
22:21:46 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
22:21:46 + exit 0
22:21:46 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.dwKzuN
22:21:46 + umask 022
22:21:46 + cd /root/rpmbuild/BUILD
22:21:46 + cd src
22:21:46 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
22:21:46 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
22:21:46 + bash -c 'GOPROXY="https://proxy.golang.org" TAG_NAME="v0.8.0" COMMIT="35651ca" PLATFORM_BINARY=docker-scan make native-build'
22:21:46 GO111MODULE=on make -f builder.Makefile build
22:21:46 make[1]: Entering directory `/root/rpmbuild/BUILD/src/scan-cli-plugin'
22:21:46 mkdir -p bin
22:21:46 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
22:21:47 go: downloading github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
22:21:48 go: downloading github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
22:21:48 go: downloading github.com/spf13/cobra v1.0.0
22:21:48 go: downloading vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
22:21:48 go: downloading github.com/docker/distribution v2.7.1+incompatible
22:21:48 go: downloading github.com/docker/go-connections v0.4.0
22:21:48 go: downloading github.com/sirupsen/logrus v1.4.2
22:21:48 go: downloading github.com/spf13/pflag v1.0.3
22:21:48 go: downloading github.com/theupdateframework/notary v0.6.1
22:21:49 go: downloading github.com/opencontainers/image-spec v1.0.1
22:21:49 go: downloading github.com/docker/go-units v0.4.0
22:21:49 go: downloading github.com/Masterminds/semver/v3 v3.1.0
22:21:49 go: downloading github.com/mitchellh/go-homedir v1.1.0
22:21:49 go: downloading github.com/google/uuid v1.1.1
22:21:49 go: downloading github.com/opencontainers/go-digest v1.0.0
22:21:49 go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
22:21:49 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
22:21:49 go: downloading github.com/docker/go v1.5.1-1
22:21:49 go: downloading github.com/morikuni/aec v1.0.0
22:21:49 go: downloading github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
22:21:49 go: downloading github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f
22:21:49 go: downloading gopkg.in/square/go-jose.v2 v2.5.1
22:21:49 go: downloading github.com/containerd/containerd v1.3.4
22:21:49 go: downloading google.golang.org/grpc v1.23.1
22:21:49 go: downloading golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
22:21:50 go: downloading github.com/docker/docker-credential-helpers v0.6.3
22:21:50 go: downloading github.com/gorilla/mux v1.7.4
22:21:50 go: downloading github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
22:21:50 go: downloading github.com/gogo/protobuf v1.3.1
22:21:50 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:21:50 go: downloading github.com/golang/protobuf v1.3.2
22:21:50 go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
22:21:50 go: downloading github.com/docker/go-metrics v0.0.1
22:21:50 go: downloading github.com/prometheus/client_golang v1.1.0
22:21:50 go: downloading github.com/beorn7/perks v1.0.1
22:21:51 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
22:21:51 go: downloading github.com/prometheus/common v0.6.0
22:21:51 go: downloading github.com/prometheus/procfs v0.0.3
22:21:51 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
22:22:23 make[1]: Leaving directory `/root/rpmbuild/BUILD/src/scan-cli-plugin'
22:22:23 + popd
22:22:23 ~/rpmbuild/BUILD/src
22:22:23 + exit 0
22:22:23 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.OS1FrH
22:22:23 + umask 022
22:22:23 + cd /root/rpmbuild/BUILD
22:22:23 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64 '!=' / ']'
22:22:23 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64
22:22:23 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64
22:22:23 + mkdir -p /root/rpmbuild/BUILDROOT
22:22:23 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64
22:22:23 + cd src
22:22:23 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
22:22:23 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
22:22:23 + 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
22:22:23 + popd
22:22:23 ~/rpmbuild/BUILD/src
22:22:23 + /usr/lib/rpm/check-buildroot
22:22:23 + /usr/lib/rpm/redhat/brp-compress
22:22:23 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
22:22:23 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
22:22:23 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
22:22:23 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
22:22:23 + /usr/lib/rpm/redhat/brp-python-hardlink
22:22:23 + /usr/lib/rpm/redhat/brp-java-repack-jars
22:22:23 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.J9LO9B
22:22:23 + umask 022
22:22:23 + cd /root/rpmbuild/BUILD
22:22:23 + cd src
22:22:23 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
22:22:23 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
22:22:23 + ver=v0.8.0
22:22:23 + test v0.8.0 = v0.8.0
22:22:23 PASS: docker-scan version OK
22:22:23 + echo 'PASS: docker-scan version OK'
22:22:23 + exit 0
22:22:23 Processing files: docker-scan-plugin-0.8.0-0.el7.x86_64
22:22:23 Provides: docker-scan-plugin = 0:0.8.0-0.el7 docker-scan-plugin(x86-64) = 0:0.8.0-0.el7
22:22:23 Requires(interp): /bin/sh /bin/sh /bin/sh
22:22:23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
22:22:23 Requires(post): /bin/sh
22:22:23 Requires(preun): /bin/sh
22:22:23 Requires(postun): /bin/sh
22:22:23 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64
22:22:23 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.8.0-0.el7.src.rpm
22:22:23 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.8.0-0.el7.x86_64.rpm
22:22:23 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.K2mXXq
22:22:23 + umask 022
22:22:23 + cd /root/rpmbuild/BUILD
22:22:23 + cd src
22:22:23 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64
22:22:23 + exit 0
22:22:24 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-7"
22:22:25 == Building packages for centos-8 ==
22:22:25 mkdir -p "rpmbuild/centos-8"
22:22:25 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster -t rpmbuild-centos-8/x86_64 -f centos-8/Dockerfile .
22:22:26 #1 [internal] load build definition from Dockerfile
22:22:26 #1 sha256:937e5a7f3e2d932fb683f78895d0f5a0db70d19a6fbf0983efe382d483125857
22:22:26 #1 transferring dockerfile: 1.62kB done
22:22:26 #1 DONE 0.0s
22:22:26 
22:22:26 #2 [internal] load .dockerignore
22:22:26 #2 sha256:bff2524914700c24d1116b7a8640d8c7ab9664bcf2dd8b9326176c615b3502e2
22:22:26 #2 transferring context: 2B done
22:22:26 #2 DONE 0.0s
22:22:26 
22:22:26 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
22:22:26 #4 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
22:22:26 #4 ...
22:22:26 
22:22:26 #5 [auth] library/centos:pull token for registry-1.docker.io
22:22:26 #5 sha256:338e69f1ea692c7eabd405ff413fd9750100b50d16dc007e1c10344393858447
22:22:26 #5 DONE 0.0s
22:22:26 
22:22:26 #6 [auth] library/golang:pull token for registry-1.docker.io
22:22:26 #6 sha256:05d2c7430baaf19f522e3a602d51f33e14019ef686ccc7d21bafb7b728381378
22:22:26 #6 DONE 0.0s
22:22:26 
22:22:26 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
22:22:26 #4 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
22:22:26 #4 DONE 0.2s
22:22:26 
22:22:26 #3 [internal] load metadata for docker.io/library/centos:8
22:22:26 #3 sha256:0f4c16f11bd64c9382bfa626d7c8af1e8a90f6d58793a0367081f85067f800b9
22:22:26 #3 DONE 0.3s
22:22:26 
22:22:26 #12 [internal] load build context
22:22:26 #12 sha256:383f4401a25e2d860afe65a7002a58da267011001adba451d0e9fc0a4789696c
22:22:26 #12 transferring context: 216B done
22:22:26 #12 DONE 0.0s
22:22:26 
22:22:26 #15 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
22:22:26 #15 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
22:22:26 #15 CACHED
22:22:26 
22:22:26 #7 [stage-1 1/9] FROM docker.io/library/centos:8@sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177
22:22:26 #7 sha256:5d18bf816b6874e1743e18d7103bd9e7f581dec365306e493929ac16c754b4b2
22:22:26 #7 resolve docker.io/library/centos:8@sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177 0.0s done
22:22:26 #7 sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177 762B / 762B done
22:22:26 #7 sha256:a1801b843b1bfaf77c501e7a6d3f709401a1e0c83863037fa3aab063a7fdb9dc 529B / 529B done
22:22:26 #7 sha256:5d0da3dc976460b72c77d94c8a1ad043720b0416bfc16c52c45d4847e53fadb6 2.14kB / 2.14kB done
22:22:26 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 11.53MB / 83.52MB 0.2s
22:22:26 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 28.31MB / 83.52MB 0.3s
22:22:27 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 35.65MB / 83.52MB 0.4s
22:22:27 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 55.57MB / 83.52MB 0.6s
22:22:27 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 66.06MB / 83.52MB 0.7s
22:22:27 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 83.52MB / 83.52MB 1.0s
22:22:27 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 83.52MB / 83.52MB 1.3s done
22:22:28 #7 extracting sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 0.1s
22:22:31 #7 extracting sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 3.4s done
22:22:31 #7 DONE 5.1s
22:22:31 
22:22:31 #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
22:22:31 #8 sha256:a612b90f588e8bcac1c155b01820085e52a8458c1cd162834ff920a9b8ee4c86
22:22:34 #8 DONE 2.7s
22:22:34 
22:22:34 #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
22:22:34 #9 sha256:aa3f435f1fe821abdfbeedf2a857f496bbc41ede68496a3f9a24953ebc1c4e87
22:22:35 #9 DONE 0.8s
22:22:35 
22:22:35 #10 [stage-1 4/9] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
22:22:35 #10 sha256:dbcd8a47c2e2b89b63f59b44b7f6e8aeb5a69dd4e158e965bc3a5a40459b9c85
22:22:36 #10 DONE 0.9s
22:22:36 
22:22:36 #11 [stage-1 5/9] RUN yum install -y rpm-build rpmlint yum-utils
22:22:36 #11 sha256:e4f34146c2aa02fa5d7724db3c3bb2b60aad59dd710a6713bff8c88c23561690
22:22:38 #11 2.332 CentOS Linux 8 - AppStream                      8.4 MB/s | 9.3 MB     00:01    
22:22:43 #11 6.284 CentOS Linux 8 - BaseOS                         8.5 MB/s | 7.5 MB     00:00    
22:22:45 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
22:22:45 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
22:22:45 GOOS="" GOARCH="" GOARM=""
22:22:45 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
22:22:45 
22:22:45 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
22:22:45 + RM_GOPATH=0
22:22:45 + TMP_GOPATH=/go
22:22:45 + : /usr/local/bin
22:22:45 + '[' -z /go ']'
22:22:45 + export GOPATH=/go
22:22:45 + GOPATH=/go
22:22:45 + case "$(go env GOARCH)" in
22:22:45 ++ go env GOARCH
22:22:45 + export GO_BUILDMODE=-buildmode=pie
22:22:45 + GO_BUILDMODE=-buildmode=pie
22:22:45 ++ dirname hack/dockerfile/install/install.sh
22:22:45 + dir=hack/dockerfile/install
22:22:45 + bin=tini
22:22:45 + shift
22:22:45 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
22:22:45 + . hack/dockerfile/install/tini.installer
22:22:45 ++ : v0.19.0
22:22:45 + install_tini
22:22:45 + echo 'Install tini version v0.19.0'
22:22:45 + git clone https://github.com/krallin/tini.git /go/tini
22:22:45 Install tini version v0.19.0
22:22:45 Cloning into '/go/tini'...
22:22:45 + cd /go/tini
22:22:45 + git checkout -q v0.19.0
22:22:45 + cmake .
22:22:45 -- The C compiler identification is GNU 10.2.1
22:22:45 -- Detecting C compiler ABI info
22:22:45 -- Detecting C compiler ABI info - done
22:22:45 -- Check for working C compiler: /usr/bin/cc - skipped
22:22:45 -- Detecting C compile features
22:22:45 -- Detecting C compile features - done
22:22:45 -- Performing Test HAS_BUILTIN_FORTIFY
22:22:45 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
22:22:45 -- Configuring done
22:22:45 -- Generating done
22:22:45 -- Build files have been written to: /go/tini
22:22:45 + make tini-static
22:22:45 make[2]: Entering directory '/go/tini'
22:22:45 make[3]: Entering directory '/go/tini'
22:22:45 make[4]: Entering directory '/go/tini'
22:22:45 make[5]: Entering directory '/go/tini'
22:22:45 Scanning dependencies of target tini-static
22:22:45 make[5]: Leaving directory '/go/tini'
22:22:45 make[5]: Entering directory '/go/tini'
22:22:45 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:22:45 [100%] Linking C executable tini-static
22:22:45 make[5]: Leaving directory '/go/tini'
22:22:45 [100%] Built target tini-static
22:22:45 make[4]: Leaving directory '/go/tini'
22:22:45 make[3]: Leaving directory '/go/tini'
22:22:45 make[2]: Leaving directory '/go/tini'
22:22:45 + mkdir -p /usr/local/bin
22:22:45 + cp tini-static /usr/local/bin/docker-init
22:22:45 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
22:22:45 + RM_GOPATH=0
22:22:45 + TMP_GOPATH=/go
22:22:45 + : /usr/local/bin
22:22:45 + '[' -z /go ']'
22:22:45 + export GOPATH=/go
22:22:45 + GOPATH=/go
22:22:45 + case "$(go env GOARCH)" in
22:22:45 ++ go env GOARCH
22:22:45 + export GO_BUILDMODE=-buildmode=pie
22:22:45 + GO_BUILDMODE=-buildmode=pie
22:22:45 ++ dirname hack/dockerfile/install/install.sh
22:22:45 + dir=hack/dockerfile/install
22:22:45 + bin=rootlesskit
22:22:45 + shift
22:22:45 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
22:22:45 + . hack/dockerfile/install/rootlesskit.installer
22:22:45 ++ : v0.14.4
22:22:45 + install_rootlesskit dynamic
22:22:45 + case "$1" in
22:22:45 + install_rootlesskit_dynamic
22:22:45 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
22:22:45 + ROOTLESSKIT_LDFLAGS=-linkmode=external
22:22:45 + export BUILD_MODE=-buildmode=pie
22:22:45 + BUILD_MODE=-buildmode=pie
22:22:45 + _install_rootlesskit
22:22:45 + echo 'Install rootlesskit version v0.14.4'
22:22:45 Install rootlesskit version v0.14.4
22:22:45 + for f in rootlesskit rootlesskit-docker-proxy
22:22:45 + GOBIN=/usr/local/bin
22:22:45 + GO111MODULE=on
22:22:45 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
22:22:45 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
22:22:45 #11 8.982 CentOS Linux 8 - Extras                          15 kB/s |  10 kB     00:00    
22:22:46 #11 9.925 CentOS Linux 8 - PowerTools                     2.7 MB/s | 2.4 MB     00:00    
22:22:46 #11 10.43 Last metadata expiration check: 0:00:01 ago on Tue Oct 19 22:22:45 2021.
22:22:47 #11 11.57 Dependencies resolved.
22:22:47 #11 11.58 =============================================================================================
22:22:47 #11 11.58  Package                      Arch    Version                                Repo        Size
22:22:47 #11 11.58 =============================================================================================
22:22:47 #11 11.58 Installing:
22:22:47 #11 11.58  rpm-build                    x86_64  4.14.3-14.el8_4                        appstream  173 k
22:22:47 #11 11.58  rpmlint                      noarch  1.10-14.el8                            appstream  192 k
22:22:47 #11 11.58  yum-utils                    noarch  4.0.18-4.el8                           baseos      71 k
22:22:47 #11 11.58 Upgrading:
22:22:47 #11 11.58  python3-rpm                  x86_64  4.14.3-14.el8_4                        baseos     158 k
22:22:47 #11 11.58  rpm                          x86_64  4.14.3-14.el8_4                        baseos     542 k
22:22:47 #11 11.58  rpm-build-libs               x86_64  4.14.3-14.el8_4                        baseos     155 k
22:22:47 #11 11.58  rpm-libs                     x86_64  4.14.3-14.el8_4                        baseos     339 k
22:22:47 #11 11.58 Installing dependencies:
22:22:47 #11 11.58  bzip2                        x86_64  1.0.6-26.el8                           baseos      60 k
22:22:47 #11 11.58  dbus-glib                    x86_64  0.110-2.el8                            baseos     127 k
22:22:47 #11 11.58  desktop-file-utils           x86_64  0.23-8.el8                             appstream   80 k
22:22:47 #11 11.58  diffutils                    x86_64  3.6-6.el8                              baseos     358 k
22:22:47 #11 11.58  dnf-plugins-core             noarch  4.0.18-4.el8                           baseos      69 k
22:22:47 #11 11.58  dwz                          x86_64  0.12-9.el8                             appstream  109 k
22:22:47 #11 11.58  efi-srpm-macros              noarch  3-3.el8                                appstream   22 k
22:22:47 #11 11.58  elfutils                     x86_64  0.182-3.el8                            baseos     540 k
22:22:47 #11 11.58  emacs-filesystem             noarch  1:26.1-5.el8                           baseos      69 k
22:22:47 #11 11.58  file                         x86_64  5.33-16.el8_3.1                        baseos      77 k
22:22:47 #11 11.58  gc                           x86_64  7.6.4-3.el8                            appstream  109 k
22:22:47 #11 11.58  gdb-headless                 x86_64  8.2-15.el8                             appstream  3.7 M
22:22:47 #11 11.58  ghc-srpm-macros              noarch  1.4.2-7.el8                            appstream  9.3 k
22:22:47 #11 11.58  go-srpm-macros               noarch  2-17.el8                               appstream   13 k
22:22:47 #11 11.58  groff-base                   x86_64  1.22.3-18.el8                          baseos     1.0 M
22:22:47 #11 11.58  guile                        x86_64  5:2.0.14-7.el8                         appstream  3.5 M
22:22:47 #11 11.58  libatomic_ops                x86_64  7.6.2-3.el8                            appstream   38 k
22:22:47 #11 11.58  libbabeltrace                x86_64  1.5.4-3.el8                            baseos     200 k
22:22:47 #11 11.58  libipt                       x86_64  1.6.1-8.el8                            appstream   50 k
22:22:47 #11 11.58  libpkgconf                   x86_64  1.4.2-1.el8                            baseos      35 k
22:22:47 #11 11.58  libtool-ltdl                 x86_64  2.4.6-25.el8                           baseos      58 k
22:22:47 #11 11.58  ncurses                      x86_64  6.1-7.20180224.el8                     baseos     387 k
22:22:47 #11 11.58  ocaml-srpm-macros            noarch  5-4.el8                                appstream  9.4 k
22:22:47 #11 11.58  openblas-srpm-macros         noarch  2-2.el8                                appstream  7.9 k
22:22:47 #11 11.58  openssl                      x86_64  1:1.1.1g-15.el8_3                      baseos     707 k
22:22:47 #11 11.58  patch                        x86_64  2.7.6-11.el8                           baseos     138 k
22:22:47 #11 11.58  perl-Carp                    noarch  1.42-396.el8                           baseos      30 k
22:22:47 #11 11.58  perl-Data-Dumper             x86_64  2.167-399.el8                          baseos      58 k
22:22:47 #11 11.58  perl-Digest                  noarch  1.17-395.el8                           appstream   27 k
22:22:47 #11 11.58  perl-Digest-MD5              x86_64  2.55-396.el8                           appstream   37 k
22:22:47 #11 11.58  perl-Encode                  x86_64  4:2.97-3.el8                           baseos     1.5 M
22:22:47 #11 11.58  perl-Errno                   x86_64  1.28-419.el8_4.1                       baseos      76 k
22:22:47 #11 11.58  perl-Exporter                noarch  5.72-396.el8                           baseos      34 k
22:22:47 #11 11.58  perl-File-Path               noarch  2.15-2.el8                             baseos      38 k
22:22:47 #11 11.58  perl-File-Temp               noarch  0.230.600-1.el8                        baseos      63 k
22:22:47 #11 11.58  perl-Getopt-Long             noarch  1:2.50-4.el8                           baseos      63 k
22:22:47 #11 11.58  perl-HTTP-Tiny               noarch  0.074-1.el8                            baseos      58 k
22:22:47 #11 11.58  perl-IO                      x86_64  1.38-419.el8_4.1                       baseos     142 k
22:22:47 #11 11.58  perl-MIME-Base64             x86_64  3.15-396.el8                           baseos      31 k
22:22:47 #11 11.58  perl-Net-SSLeay              x86_64  1.88-1.module_el8.3.0+410+ff426aa3     appstream  379 k
22:22:47 #11 11.58  perl-PathTools               x86_64  3.74-1.el8                             baseos      90 k
22:22:47 #11 11.58  perl-Pod-Escapes             noarch  1:1.07-395.el8                         baseos      20 k
22:22:47 #11 11.58  perl-Pod-Perldoc             noarch  3.28-396.el8                           baseos      86 k
22:22:47 #11 11.58  perl-Pod-Simple              noarch  1:3.35-395.el8                         baseos     213 k
22:22:47 #11 11.58  perl-Pod-Usage               noarch  4:1.69-395.el8                         baseos      34 k
22:22:47 #11 11.58  perl-Scalar-List-Utils       x86_64  3:1.49-2.el8                           baseos      68 k
22:22:47 #11 11.58  perl-Socket                  x86_64  4:2.027-3.el8                          baseos      59 k
22:22:47 #11 11.58  perl-Storable                x86_64  1:3.11-3.el8                           baseos      98 k
22:22:47 #11 11.58  perl-Term-ANSIColor          noarch  4.06-396.el8                           baseos      46 k
22:22:47 #11 11.58  perl-Term-Cap                noarch  1.17-395.el8                           baseos      23 k
22:22:47 #11 11.58  perl-Text-ParseWords         noarch  3.30-395.el8                           baseos      18 k
22:22:47 #11 11.58  perl-Text-Tabs+Wrap          noarch  2013.0523-395.el8                      baseos      24 k
22:22:47 #11 11.58  perl-Time-Local              noarch  1:1.280-1.el8                          baseos      34 k
22:22:47 #11 11.58  perl-URI                     noarch  1.73-3.el8                             appstream  116 k
22:22:47 #11 11.58  perl-Unicode-Normalize       x86_64  1.25-396.el8                           baseos      82 k
22:22:47 #11 11.58  perl-constant                noarch  1.33-396.el8                           baseos      25 k
22:22:47 #11 11.58  perl-interpreter             x86_64  4:5.26.3-419.el8_4.1                   baseos     6.3 M
22:22:47 #11 11.58  perl-libnet                  noarch  3.11-3.el8                             appstream  121 k
22:22:47 #11 11.58  perl-libs                    x86_64  4:5.26.3-419.el8_4.1                   baseos     1.6 M
22:22:47 #11 11.58  perl-macros                  x86_64  4:5.26.3-419.el8_4.1                   baseos      72 k
22:22:47 #11 11.58  perl-parent                  noarch  1:0.237-1.el8                          baseos      20 k
22:22:47 #11 11.58  perl-podlators               noarch  4.11-1.el8                             baseos     118 k
22:22:47 #11 11.58  perl-srpm-macros             noarch  1-25.el8                               appstream   11 k
22:22:47 #11 11.58  perl-threads                 x86_64  1:2.21-2.el8                           baseos      61 k
22:22:47 #11 11.58  perl-threads-shared          x86_64  1.58-2.el8                             baseos      48 k
22:22:47 #11 11.58  pkgconf                      x86_64  1.4.2-1.el8                            baseos      38 k
22:22:47 #11 11.58  pkgconf-m4                   noarch  1.4.2-1.el8                            baseos      17 k
22:22:47 #11 11.58  pkgconf-pkg-config           x86_64  1.4.2-1.el8                            baseos      15 k
22:22:47 #11 11.58  python-rpm-macros            noarch  3-41.el8                               appstream   15 k
22:22:47 #11 11.58  python-srpm-macros           noarch  3-41.el8                               appstream   15 k
22:22:47 #11 11.58  python3-dateutil             noarch  1:2.6.1-6.el8                          baseos     251 k
22:22:47 #11 11.58  python3-dbus                 x86_64  1.2.4-15.el8                           baseos     134 k
22:22:47 #11 11.58  python3-dnf-plugins-core     noarch  4.0.18-4.el8                           baseos     234 k
22:22:47 #11 11.58  python3-rpm-macros           noarch  3-41.el8                               appstream   14 k
22:22:47 #11 11.58  python3-six                  noarch  1.11.0-8.el8                           baseos      38 k
22:22:47 #11 11.58  qt5-srpm-macros              noarch  5.12.5-3.el8                           appstream   10 k
22:22:47 #11 11.58  redhat-rpm-config            noarch  125-1.el8                              appstream   86 k
22:22:47 #11 11.58  rust-srpm-macros             noarch  5-2.el8                                appstream  9.2 k
22:22:47 #11 11.58  unzip                        x86_64  6.0-45.el8_4                           baseos     195 k
22:22:47 #11 11.58  zip                          x86_64  3.0-23.el8                             baseos     270 k
22:22:47 #11 11.58  zstd                         x86_64  1.4.4-1.el8                            appstream  393 k
22:22:47 #11 11.58 Installing weak dependencies:
22:22:47 #11 11.58  elfutils-debuginfod-client   x86_64  0.182-3.el8                            baseos      65 k
22:22:47 #11 11.58  perl-IO-Socket-IP            noarch  0.39-5.el8                             appstream   47 k
22:22:47 #11 11.58  perl-IO-Socket-SSL           noarch  2.066-4.module_el8.3.0+410+ff426aa3    appstream  298 k
22:22:47 #11 11.58  perl-Mozilla-CA              noarch  20160104-7.module_el8.3.0+416+dee7bcef appstream   15 k
22:22:47 #11 11.58 Enabling module streams:
22:22:47 #11 11.58  perl                                 5.26                                                   
22:22:47 #11 11.58  perl-IO-Socket-SSL                   2.066                                                  
22:22:47 #11 11.58  perl-libwww-perl                     6.34                                                   
22:22:47 #11 11.58 
22:22:47 #11 11.58 Transaction Summary
22:22:47 #11 11.58 =============================================================================================
22:22:47 #11 11.58 Install  88 Packages
22:22:47 #11 11.58 Upgrade   4 Packages
22:22:47 #11 11.58 
22:22:47 #11 11.58 Total download size: 27 M
22:22:47 #11 11.58 Downloading Packages:
22:22:48 #11 12.61 (1/92): efi-srpm-macros-3-3.el8.noarch.rpm       98 kB/s |  22 kB     00:00    
22:22:48 #11 12.62 (2/92): dwz-0.12-9.el8.x86_64.rpm               471 kB/s | 109 kB     00:00    
22:22:48 #11 12.62 (3/92): gc-7.6.4-3.el8.x86_64.rpm                12 MB/s | 109 kB     00:00    
22:22:48 #11 12.62 (4/92): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm  3.3 MB/s | 9.3 kB     00:00    
22:22:48 #11 12.63 (5/92): go-srpm-macros-2-17.el8.noarch.rpm      4.2 MB/s |  13 kB     00:00    
22:22:48 #11 12.63 (6/92): desktop-file-utils-0.23-8.el8.x86_64.rp 329 kB/s |  80 kB     00:00    
22:22:48 #11 12.64 (7/92): libatomic_ops-7.6.2-3.el8.x86_64.rpm    4.3 MB/s |  38 kB     00:00    
22:22:48 #11 12.65 (8/92): libipt-1.6.1-8.el8.x86_64.rpm           3.3 MB/s |  50 kB     00:00    
22:22:48 #11 12.66 (9/92): ocaml-srpm-macros-5-4.el8.noarch.rpm    1.0 MB/s | 9.4 kB     00:00    
22:22:48 #11 12.67 (10/92): openblas-srpm-macros-2-2.el8.noarch.rp 1.7 MB/s | 7.9 kB     00:00    
22:22:48 #11 12.67 (11/92): perl-Digest-1.17-395.el8.noarch.rpm    4.0 MB/s |  27 kB     00:00    
22:22:48 #11 12.68 (12/92): perl-Digest-MD5-2.55-396.el8.x86_64.rp 5.3 MB/s |  37 kB     00:00    
22:22:48 #11 12.69 (13/92): perl-IO-Socket-IP-0.39-5.el8.noarch.rp 9.4 MB/s |  47 kB     00:00    
22:22:48 #11 12.70 (14/92): perl-IO-Socket-SSL-2.066-4.module_el8.  26 MB/s | 298 kB     00:00    
22:22:48 #11 12.70 (15/92): perl-Mozilla-CA-20160104-7.module_el8. 2.9 MB/s |  15 kB     00:00    
22:22:48 #11 12.76 (16/92): gdb-headless-8.2-15.el8.x86_64.rpm      25 MB/s | 3.7 MB     00:00    
22:22:49 #11 12.77 (17/92): perl-Net-SSLeay-1.88-1.module_el8.3.0+ 6.1 MB/s | 379 kB     00:00    
22:22:49 #11 12.82 (18/92): guile-2.0.14-7.el8.x86_64.rpm           18 MB/s | 3.5 MB     00:00    
22:22:49 #11 12.82 (19/92): perl-URI-1.73-3.el8.noarch.rpm         1.8 MB/s | 116 kB     00:00    
22:22:49 #11 12.82 (20/92): perl-libnet-3.11-3.el8.noarch.rpm      2.0 MB/s | 121 kB     00:00    
22:22:49 #11 12.83 (21/92): perl-srpm-macros-1-25.el8.noarch.rpm   2.5 MB/s |  11 kB     00:00    
22:22:49 #11 12.83 (22/92): python-rpm-macros-3-41.el8.noarch.rpm  4.4 MB/s |  15 kB     00:00    
22:22:49 #11 12.83 (23/92): python-srpm-macros-3-41.el8.noarch.rpm 2.6 MB/s |  15 kB     00:00    
22:22:49 #11 12.83 (24/92): qt5-srpm-macros-5.12.5-3.el8.noarch.rp 2.6 MB/s |  10 kB     00:00    
22:22:49 #11 12.83 (25/92): python3-rpm-macros-3-41.el8.noarch.rpm 1.9 MB/s |  14 kB     00:00    
22:22:49 #11 12.84 (26/92): redhat-rpm-config-125-1.el8.noarch.rpm  12 MB/s |  86 kB     00:00    
22:22:49 #11 12.84 (27/92): rust-srpm-macros-5-2.el8.noarch.rpm    2.4 MB/s | 9.2 kB     00:00    
22:22:49 #11 12.84 (28/92): rpm-build-4.14.3-14.el8_4.x86_64.rpm    14 MB/s | 173 kB     00:00    
22:22:49 #11 12.85 (29/92): rpmlint-1.10-14.el8.noarch.rpm          16 MB/s | 192 kB     00:00    
22:22:49 #11 12.85 (30/92): bzip2-1.0.6-26.el8.x86_64.rpm          5.9 MB/s |  60 kB     00:00    
22:22:49 #11 12.86 (31/92): zstd-1.4.4-1.el8.x86_64.rpm             26 MB/s | 393 kB     00:00    
22:22:49 #11 12.86 (32/92): dbus-glib-0.110-2.el8.x86_64.rpm        11 MB/s | 127 kB     00:00    
22:22:49 #11 12.86 (33/92): diffutils-3.6-6.el8.x86_64.rpm          46 MB/s | 358 kB     00:00    
22:22:49 #11 12.87 (34/92): elfutils-debuginfod-client-0.182-3.el8  16 MB/s |  65 kB     00:00    
22:22:49 #11 12.87 (35/92): emacs-filesystem-26.1-5.el8.noarch.rpm  12 MB/s |  69 kB     00:00    
22:22:49 #11 12.88 (36/92): file-5.33-16.el8_3.1.x86_64.rpm         15 MB/s |  77 kB     00:00    
22:22:49 #11 12.88 (37/92): elfutils-0.182-3.el8.x86_64.rpm         25 MB/s | 540 kB     00:00    
22:22:49 #11 12.89 (38/92): libbabeltrace-1.5.4-3.el8.x86_64.rpm    17 MB/s | 200 kB     00:00    
22:22:49 #11 12.90 (39/92): libpkgconf-1.4.2-1.el8.x86_64.rpm      9.3 MB/s |  35 kB     00:00    
22:22:49 #11 12.90 (40/92): libtool-ltdl-2.4.6-25.el8.x86_64.rpm    10 MB/s |  58 kB     00:00    
22:22:49 #11 12.91 (41/92): ncurses-6.1-7.20180224.el8.x86_64.rpm   33 MB/s | 387 kB     00:00    
22:22:49 #11 12.92 (42/92): groff-base-1.22.3-18.el8.x86_64.rpm     22 MB/s | 1.0 MB     00:00    
22:22:49 #11 12.93 (43/92): patch-2.7.6-11.el8.x86_64.rpm           23 MB/s | 138 kB     00:00    
22:22:49 #11 12.93 (44/92): perl-Carp-1.42-396.el8.noarch.rpm      8.4 MB/s |  30 kB     00:00    
22:22:49 #11 12.94 (45/92): openssl-1.1.1g-15.el8_3.x86_64.rpm      26 MB/s | 707 kB     00:00    
22:22:49 #11 12.94 (46/92): perl-Data-Dumper-2.167-399.el8.x86_64. 8.9 MB/s |  58 kB     00:00    
22:22:49 #11 12.95 (47/92): perl-Errno-1.28-419.el8_4.1.x86_64.rpm 6.4 MB/s |  76 kB     00:00    
22:22:49 #11 12.97 (48/92): perl-Exporter-5.72-396.el8.noarch.rpm  2.4 MB/s |  34 kB     00:00    
22:22:49 #11 12.97 (49/92): perl-File-Path-2.15-2.el8.noarch.rpm    10 MB/s |  38 kB     00:00    
22:22:49 #11 12.98 (50/92): perl-Encode-2.97-3.el8.x86_64.rpm       37 MB/s | 1.5 MB     00:00    
22:22:49 #11 12.98 (51/92): perl-File-Temp-0.230.600-1.el8.noarch. 6.0 MB/s |  63 kB     00:00    
22:22:49 #11 12.99 (52/92): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm  8.9 MB/s |  58 kB     00:00    
22:22:49 #11 12.99 (53/92): perl-Getopt-Long-2.50-4.el8.noarch.rpm 6.8 MB/s |  63 kB     00:00    
22:22:49 #11 12.99 (54/92): perl-MIME-Base64-3.15-396.el8.x86_64.r 8.7 MB/s |  31 kB     00:00    
22:22:49 #11 13.00 (55/92): perl-IO-1.38-419.el8_4.1.x86_64.rpm     17 MB/s | 142 kB     00:00    
22:22:49 #11 13.00 (56/92): perl-Pod-Escapes-1.07-395.el8.noarch.r 7.2 MB/s |  20 kB     00:00    
22:22:49 #11 13.01 (57/92): perl-Pod-Perldoc-3.28-396.el8.noarch.r  18 MB/s |  86 kB     00:00    
22:22:49 #11 13.01 (58/92): perl-PathTools-3.74-1.el8.x86_64.rpm   6.7 MB/s |  90 kB     00:00    
22:22:49 #11 13.01 (59/92): perl-Pod-Usage-1.69-395.el8.noarch.rpm 8.0 MB/s |  34 kB     00:00    
22:22:49 #11 13.02 (60/92): perl-Pod-Simple-3.35-395.el8.noarch.rp  20 MB/s | 213 kB     00:00    
22:22:49 #11 13.02 (61/92): perl-Scalar-List-Utils-1.49-2.el8.x86_ 8.5 MB/s |  68 kB     00:00    
22:22:49 #11 13.03 (62/92): perl-Socket-2.027-3.el8.x86_64.rpm     6.7 MB/s |  59 kB     00:00    
22:22:49 #11 13.03 (63/92): perl-Storable-3.11-3.el8.x86_64.rpm     13 MB/s |  98 kB     00:00    
22:22:49 #11 13.03 (64/92): perl-Term-ANSIColor-4.06-396.el8.noarc  12 MB/s |  46 kB     00:00    
22:22:49 #11 13.03 (65/92): perl-Term-Cap-1.17-395.el8.noarch.rpm  7.0 MB/s |  23 kB     00:00    
22:22:49 #11 13.03 (66/92): perl-Text-ParseWords-3.30-395.el8.noar 4.6 MB/s |  18 kB     00:00    
22:22:49 #11 13.04 (67/92): perl-Text-Tabs+Wrap-2013.0523-395.el8. 7.5 MB/s |  24 kB     00:00    
22:22:49 #11 13.04 (68/92): perl-Time-Local-1.280-1.el8.noarch.rpm 7.4 MB/s |  34 kB     00:00    
22:22:49 #11 13.04 (69/92): perl-Unicode-Normalize-1.25-396.el8.x8  17 MB/s |  82 kB     00:00    
22:22:49 #11 13.04 (70/92): perl-constant-1.33-396.el8.noarch.rpm  5.1 MB/s |  25 kB     00:00    
22:22:49 #11 13.13 (71/92): perl-libs-5.26.3-419.el8_4.1.x86_64.rp  18 MB/s | 1.6 MB     00:00    
22:22:49 #11 13.14 (72/92): perl-macros-5.26.3-419.el8_4.1.x86_64.  13 MB/s |  72 kB     00:00    
22:22:49 #11 13.14 (73/92): perl-parent-0.237-1.el8.noarch.rpm     5.8 MB/s |  20 kB     00:00    
22:22:49 #11 13.15 (74/92): perl-podlators-4.11-1.el8.noarch.rpm    15 MB/s | 118 kB     00:00    
22:22:49 #11 13.15 (75/92): perl-threads-2.21-2.el8.x86_64.rpm      13 MB/s |  61 kB     00:00    
22:22:49 #11 13.16 (76/92): perl-threads-shared-1.58-2.el8.x86_64.  11 MB/s |  48 kB     00:00    
22:22:49 #11 13.25 (77/92): perl-interpreter-5.26.3-419.el8_4.1.x8  30 MB/s | 6.3 MB     00:00    
22:22:49 #11 13.25 (78/92): pkgconf-1.4.2-1.el8.x86_64.rpm         421 kB/s |  38 kB     00:00    
22:22:49 #11 13.25 (79/92): dnf-plugins-core-4.0.18-4.el8.noarch.r 175 kB/s |  69 kB     00:00    
22:22:49 #11 13.25 (80/92): pkgconf-m4-1.4.2-1.el8.noarch.rpm      3.8 MB/s |  17 kB     00:00    
22:22:49 #11 13.25 (81/92): pkgconf-pkg-config-1.4.2-1.el8.x86_64. 3.3 MB/s |  15 kB     00:00    
22:22:49 #11 13.26 (82/92): python3-dateutil-2.6.1-6.el8.noarch.rp  21 MB/s | 251 kB     00:00    
22:22:49 #11 13.26 (83/92): python3-dbus-1.2.4-15.el8.x86_64.rpm    13 MB/s | 134 kB     00:00    
22:22:49 #11 13.27 (84/92): python3-six-1.11.0-8.el8.noarch.rpm    5.2 MB/s |  38 kB     00:00    
22:22:49 #11 13.27 (85/92): unzip-6.0-45.el8_4.x86_64.rpm           24 MB/s | 195 kB     00:00    
22:22:49 #11 13.28 (86/92): yum-utils-4.0.18-4.el8.noarch.rpm      9.1 MB/s |  71 kB     00:00    
22:22:49 #11 13.28 (87/92): zip-3.0-23.el8.x86_64.rpm               26 MB/s | 270 kB     00:00    
22:22:49 #11 13.29 (88/92): python3-rpm-4.14.3-14.el8_4.x86_64.rpm  26 MB/s | 158 kB     00:00    
22:22:49 #11 13.30 (89/92): rpm-build-libs-4.14.3-14.el8_4.x86_64.  14 MB/s | 155 kB     00:00    
22:22:49 #11 13.31 (90/92): rpm-4.14.3-14.el8_4.x86_64.rpm          21 MB/s | 542 kB     00:00    
22:22:49 #11 13.32 (91/92): rpm-libs-4.14.3-14.el8_4.x86_64.rpm     13 MB/s | 339 kB     00:00    
22:22:49 #11 13.33 (92/92): python3-dnf-plugins-core-4.0.18-4.el8. 3.2 MB/s | 234 kB     00:00    
22:22:49 #11 13.33 --------------------------------------------------------------------------------
22:22:49 #11 13.33 Total                                            15 MB/s |  27 MB     00:01     
22:22:49 #11 13.43 Running transaction check
22:22:49 #11 13.50 Transaction check succeeded.
22:22:49 #11 13.50 Running transaction test
22:22:49 #11 13.81 Transaction test succeeded.
22:22:50 #11 13.81 Running transaction
22:22:53 #11 16.85   Preparing        :                                                        1/1 
22:22:53 #11 16.91   Upgrading        : rpm-libs-4.14.3-14.el8_4.x86_64                       1/96 
22:22:53 #11 17.02   Running scriptlet: rpm-libs-4.14.3-14.el8_4.x86_64                       1/96 
22:22:53 #11 17.10   Upgrading        : rpm-4.14.3-14.el8_4.x86_64                            2/96 
22:22:53 #11 17.13   Upgrading        : rpm-build-libs-4.14.3-14.el8_4.x86_64                 3/96 
22:22:53 #11 17.14   Running scriptlet: rpm-build-libs-4.14.3-14.el8_4.x86_64                 3/96 
22:22:53 #11 17.17   Installing       : unzip-6.0-45.el8_4.x86_64                             4/96 
22:22:53 #11 17.31   Installing       : groff-base-1.22.3-18.el8.x86_64                       5/96 
22:22:53 #11 17.34   Installing       : file-5.33-16.el8_3.1.x86_64                           6/96 
22:22:53 #11 17.36   Installing       : bzip2-1.0.6-26.el8.x86_64                             7/96 
22:22:53 #11 17.38   Installing       : python-srpm-macros-3-41.el8.noarch                    8/96 
22:22:53 #11 17.39   Installing       : python-rpm-macros-3-41.el8.noarch                     9/96 
22:22:53 #11 17.40   Installing       : python3-rpm-macros-3-41.el8.noarch                   10/96 
22:22:53 #11 17.43   Installing       : zip-3.0-23.el8.x86_64                                11/96 
22:22:53 #11 17.46   Upgrading        : python3-rpm-4.14.3-14.el8_4.x86_64                   12/96 
22:22:53 #11 17.48   Installing       : efi-srpm-macros-3-3.el8.noarch                       13/96 
22:22:53 #11 17.49   Installing       : python3-six-1.11.0-8.el8.noarch                      14/96 
22:22:53 #11 17.53   Installing       : python3-dateutil-1:2.6.1-6.el8.noarch                15/96 
22:22:53 #11 17.55   Installing       : pkgconf-m4-1.4.2-1.el8.noarch                        16/96 
22:22:53 #11 17.68   Installing       : patch-2.7.6-11.el8.x86_64                            17/96 
22:22:53 #11 17.76   Installing       : openssl-1:1.1.1g-15.el8_3.x86_64                     18/96 
22:22:54 #11 17.89   Installing       : ncurses-6.1-7.20180224.el8.x86_64                    19/96 
22:22:54 #11 17.91   Installing       : perl-Digest-1.17-395.el8.noarch                      20/96 
22:22:54 #11 17.92   Installing       : perl-Digest-MD5-2.55-396.el8.x86_64                  21/96 
22:22:54 #11 17.94   Installing       : perl-Data-Dumper-2.167-399.el8.x86_64                22/96 
22:22:54 #11 17.97   Installing       : perl-libnet-3.11-3.el8.noarch                        23/96 
22:22:54 #11 18.03   Installing       : perl-Net-SSLeay-1.88-1.module_el8.3.0+410+ff426aa3   24/96 
22:22:54 #11 18.06   Installing       : perl-URI-1.73-3.el8.noarch                           25/96 
22:22:54 #11 18.08   Installing       : perl-Pod-Escapes-1:1.07-395.el8.noarch               26/96 
22:22:54 #11 18.09   Installing       : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   27/96 
22:22:54 #11 18.11   Installing       : perl-IO-Socket-IP-0.39-5.el8.noarch                  28/96 
22:22:54 #11 18.13   Installing       : perl-Time-Local-1:1.280-1.el8.noarch                 29/96 
22:22:54 #11 18.16   Installing       : perl-IO-Socket-SSL-2.066-4.module_el8.3.0+410+ff42   30/96 
22:22:54 #11 18.18   Installing       : perl-Term-ANSIColor-4.06-396.el8.noarch              31/96 
22:22:54 #11 18.21   Installing       : perl-Term-Cap-1.17-395.el8.noarch                    32/96 
22:22:54 #11 18.23   Installing       : perl-File-Temp-0.230.600-1.el8.noarch                33/96 
22:22:54 #11 18.28   Installing       : perl-Pod-Simple-1:3.35-395.el8.noarch                34/96 
22:22:54 #11 18.30   Installing       : perl-HTTP-Tiny-0.074-1.el8.noarch                    35/96 
22:22:54 #11 18.32   Installing       : perl-podlators-4.11-1.el8.noarch                     36/96 
22:22:54 #11 18.34   Installing       : perl-Pod-Perldoc-3.28-396.el8.noarch                 37/96 
22:22:54 #11 18.36   Installing       : perl-Text-ParseWords-3.30-395.el8.noarch             38/96 
22:22:54 #11 18.37   Installing       : perl-Pod-Usage-4:1.69-395.el8.noarch                 39/96 
22:22:54 #11 18.39   Installing       : perl-MIME-Base64-3.15-396.el8.x86_64                 40/96 
22:22:54 #11 18.41   Installing       : perl-Storable-1:3.11-3.el8.x86_64                    41/96 
22:22:54 #11 18.43   Installing       : perl-Getopt-Long-1:2.50-4.el8.noarch                 42/96 
22:22:54 #11 18.45   Installing       : perl-Errno-1.28-419.el8_4.1.x86_64                   43/96 
22:22:54 #11 18.57   Installing       : perl-Socket-4:2.027-3.el8.x86_64                     44/96 
22:22:54 #11 18.82   Installing       : perl-Encode-4:2.97-3.el8.x86_64                      45/96 
22:22:54 #11 18.85   Installing       : perl-Carp-1.42-396.el8.noarch                        46/96 
22:22:55 #11 18.86   Installing       : perl-Exporter-5.72-396.el8.noarch                    47/96 
22:22:55 #11 19.07   Installing       : perl-libs-4:5.26.3-419.el8_4.1.x86_64                48/96 
22:22:55 #11 19.10   Installing       : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64           49/96 
22:22:55 #11 19.12   Installing       : perl-parent-1:0.237-1.el8.noarch                     50/96 
22:22:55 #11 19.13   Installing       : perl-macros-4:5.26.3-419.el8_4.1.x86_64              51/96 
22:22:55 #11 19.14   Installing       : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         52/96 
22:22:55 #11 19.17   Installing       : perl-Unicode-Normalize-1.25-396.el8.x86_64           53/96 
22:22:55 #11 19.18   Installing       : perl-File-Path-2.15-2.el8.noarch                     54/96 
22:22:55 #11 19.21   Installing       : perl-IO-1.38-419.el8_4.1.x86_64                      55/96 
22:22:55 #11 19.23   Installing       : perl-PathTools-3.74-1.el8.x86_64                     56/96 
22:22:55 #11 19.25   Installing       : perl-constant-1.33-396.el8.noarch                    57/96 
22:22:55 #11 19.26   Installing       : perl-threads-1:2.21-2.el8.x86_64                     58/96 
22:22:56 #11 19.28   Installing       : perl-threads-shared-1.58-2.el8.x86_64                59/96 
22:22:56 #11 19.83   Installing       : perl-interpreter-4:5.26.3-419.el8_4.1.x86_64         60/96 
22:22:56 #11 19.96   Installing       : libtool-ltdl-2.4.6-25.el8.x86_64                     61/96 
22:22:56 #11 19.97   Running scriptlet: libtool-ltdl-2.4.6-25.el8.x86_64                     61/96 
22:22:56 #11 19.98   Installing       : libpkgconf-1.4.2-1.el8.x86_64                        62/96 
22:22:56 #11 20.00   Installing       : pkgconf-1.4.2-1.el8.x86_64                           63/96 
22:22:56 #11 20.02   Installing       : pkgconf-pkg-config-1.4.2-1.el8.x86_64                64/96 
22:22:56 #11 20.05   Installing       : libbabeltrace-1.5.4-3.el8.x86_64                     65/96 
22:22:56 #11 20.07   Running scriptlet: libbabeltrace-1.5.4-3.el8.x86_64                     65/96 
22:22:56 #11 20.08   Installing       : emacs-filesystem-1:26.1-5.el8.noarch                 66/96 
22:22:56 #11 20.10   Installing       : desktop-file-utils-0.23-8.el8.x86_64                 67/96 
22:22:56 #11 20.12   Installing       : elfutils-debuginfod-client-0.182-3.el8.x86_64        68/96 
22:22:56 #11 20.20   Installing       : elfutils-0.182-3.el8.x86_64                          69/96 
22:22:56 #11 20.25   Installing       : diffutils-3.6-6.el8.x86_64                           70/96 
22:22:56 #11 20.27   Running scriptlet: diffutils-3.6-6.el8.x86_64                           70/96 
22:22:56 #11 20.29   Installing       : dbus-glib-0.110-2.el8.x86_64                         71/96 
22:22:56 #11 20.31   Running scriptlet: dbus-glib-0.110-2.el8.x86_64                         71/96 
22:22:56 #11 20.34   Installing       : python3-dbus-1.2.4-15.el8.x86_64                     72/96 
22:22:56 #11 20.47   Installing       : python3-dnf-plugins-core-4.0.18-4.el8.noarch         73/96 
22:22:56 #11 20.50   Installing       : dnf-plugins-core-4.0.18-4.el8.noarch                 74/96 
22:22:56 #11 20.56   Installing       : zstd-1.4.4-1.el8.x86_64                              75/96 
22:22:56 #11 20.58   Installing       : rust-srpm-macros-5-2.el8.noarch                      76/96 
22:22:56 #11 20.59   Installing       : qt5-srpm-macros-5.12.5-3.el8.noarch                  77/96 
22:22:56 #11 20.60   Installing       : perl-srpm-macros-1-25.el8.noarch                     78/96 
22:22:56 #11 20.62   Installing       : openblas-srpm-macros-2-2.el8.noarch                  79/96 
22:22:56 #11 20.63   Installing       : ocaml-srpm-macros-5-4.el8.noarch                     80/96 
22:22:56 #11 20.66   Installing       : libipt-1.6.1-8.el8.x86_64                            81/96 
22:22:56 #11 20.68   Installing       : libatomic_ops-7.6.2-3.el8.x86_64                     82/96 
22:22:57 #11 20.71   Installing       : gc-7.6.4-3.el8.x86_64                                83/96 
22:22:57 #11 21.08   Installing       : guile-5:2.0.14-7.el8.x86_64                          84/96 
22:22:57 #11 21.12   Running scriptlet: guile-5:2.0.14-7.el8.x86_64                          84/96 
22:22:57 #11 21.50   Installing       : gdb-headless-8.2-15.el8.x86_64                       85/96 
22:22:57 #11 21.64   Installing       : go-srpm-macros-2-17.el8.noarch                       86/96 
22:22:57 #11 21.65   Installing       : ghc-srpm-macros-1.4.2-7.el8.noarch                   87/96 
22:22:57 #11 21.67   Installing       : dwz-0.12-9.el8.x86_64                                88/96 
22:22:57 #11 21.70   Installing       : redhat-rpm-config-125-1.el8.noarch                   89/96 
22:22:57 #11 21.76   Installing       : rpm-build-4.14.3-14.el8_4.x86_64                     90/96 
22:22:57 #11 21.78   Installing       : yum-utils-4.0.18-4.el8.noarch                        91/96 
22:22:57 #11 21.81   Installing       : rpmlint-1.10-14.el8.noarch                           92/96 
22:22:57 #11 21.83   Cleanup          : python3-rpm-4.14.3-13.el8.x86_64                     93/96 
22:22:57 #11 21.84   Cleanup          : rpm-build-libs-4.14.3-13.el8.x86_64                  94/96 
22:22:57 #11 21.85   Running scriptlet: rpm-build-libs-4.14.3-13.el8.x86_64                  94/96 
22:22:58 #11 21.88   Cleanup          : rpm-4.14.3-13.el8.x86_64                             95/96 
22:22:58 #11 21.90   Cleanup          : rpm-libs-4.14.3-13.el8.x86_64                        96/96 
22:22:58 #11 21.90   Running scriptlet: rpm-libs-4.14.3-13.el8.x86_64                        96/96 
22:22:58 #11 21.93   Running scriptlet: guile-5:2.0.14-7.el8.x86_64                          96/96 
22:22:58 #11 21.94   Running scriptlet: rpm-libs-4.14.3-13.el8.x86_64                        96/96 
22:22:58 #11 22.07   Verifying        : desktop-file-utils-0.23-8.el8.x86_64                  1/96 
22:22:58 #11 22.07   Verifying        : dwz-0.12-9.el8.x86_64                                 2/96 
22:22:58 #11 22.07   Verifying        : efi-srpm-macros-3-3.el8.noarch                        3/96 
22:22:58 #11 22.07   Verifying        : gc-7.6.4-3.el8.x86_64                                 4/96 
22:22:58 #11 22.07   Verifying        : gdb-headless-8.2-15.el8.x86_64                        5/96 
22:22:58 #11 22.07   Verifying        : ghc-srpm-macros-1.4.2-7.el8.noarch                    6/96 
22:22:58 #11 22.07   Verifying        : go-srpm-macros-2-17.el8.noarch                        7/96 
22:22:58 #11 22.07   Verifying        : guile-5:2.0.14-7.el8.x86_64                           8/96 
22:22:58 #11 22.07   Verifying        : libatomic_ops-7.6.2-3.el8.x86_64                      9/96 
22:22:58 #11 22.07   Verifying        : libipt-1.6.1-8.el8.x86_64                            10/96 
22:22:58 #11 22.07   Verifying        : ocaml-srpm-macros-5-4.el8.noarch                     11/96 
22:22:58 #11 22.07   Verifying        : openblas-srpm-macros-2-2.el8.noarch                  12/96 
22:22:58 #11 22.07   Verifying        : perl-Digest-1.17-395.el8.noarch                      13/96 
22:22:58 #11 22.07   Verifying        : perl-Digest-MD5-2.55-396.el8.x86_64                  14/96 
22:22:58 #11 22.07   Verifying        : perl-IO-Socket-IP-0.39-5.el8.noarch                  15/96 
22:22:58 #11 22.07   Verifying        : perl-IO-Socket-SSL-2.066-4.module_el8.3.0+410+ff42   16/96 
22:22:58 #11 22.07   Verifying        : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   17/96 
22:22:58 #11 22.07   Verifying        : perl-Net-SSLeay-1.88-1.module_el8.3.0+410+ff426aa3   18/96 
22:22:58 #11 22.07   Verifying        : perl-URI-1.73-3.el8.noarch                           19/96 
22:22:58 #11 22.07   Verifying        : perl-libnet-3.11-3.el8.noarch                        20/96 
22:22:58 #11 22.07   Verifying        : perl-srpm-macros-1-25.el8.noarch                     21/96 
22:22:58 #11 22.07   Verifying        : python-rpm-macros-3-41.el8.noarch                    22/96 
22:22:58 #11 22.07   Verifying        : python-srpm-macros-3-41.el8.noarch                   23/96 
22:22:58 #11 22.07   Verifying        : python3-rpm-macros-3-41.el8.noarch                   24/96 
22:22:58 #11 22.07   Verifying        : qt5-srpm-macros-5.12.5-3.el8.noarch                  25/96 
22:22:58 #11 22.07   Verifying        : redhat-rpm-config-125-1.el8.noarch                   26/96 
22:22:58 #11 22.07   Verifying        : rpm-build-4.14.3-14.el8_4.x86_64                     27/96 
22:22:58 #11 22.07   Verifying        : rpmlint-1.10-14.el8.noarch                           28/96 
22:22:58 #11 22.07   Verifying        : rust-srpm-macros-5-2.el8.noarch                      29/96 
22:22:58 #11 22.07   Verifying        : zstd-1.4.4-1.el8.x86_64                              30/96 
22:22:58 #11 22.07   Verifying        : bzip2-1.0.6-26.el8.x86_64                            31/96 
22:22:58 #11 22.07   Verifying        : dbus-glib-0.110-2.el8.x86_64                         32/96 
22:22:58 #11 22.07   Verifying        : diffutils-3.6-6.el8.x86_64                           33/96 
22:22:58 #11 22.07   Verifying        : dnf-plugins-core-4.0.18-4.el8.noarch                 34/96 
22:22:58 #11 22.07   Verifying        : elfutils-0.182-3.el8.x86_64                          35/96 
22:22:58 #11 22.07   Verifying        : elfutils-debuginfod-client-0.182-3.el8.x86_64        36/96 
22:22:58 #11 22.07   Verifying        : emacs-filesystem-1:26.1-5.el8.noarch                 37/96 
22:22:58 #11 22.07   Verifying        : file-5.33-16.el8_3.1.x86_64                          38/96 
22:22:58 #11 22.07   Verifying        : groff-base-1.22.3-18.el8.x86_64                      39/96 
22:22:58 #11 22.07   Verifying        : libbabeltrace-1.5.4-3.el8.x86_64                     40/96 
22:22:58 #11 22.07   Verifying        : libpkgconf-1.4.2-1.el8.x86_64                        41/96 
22:22:58 #11 22.07   Verifying        : libtool-ltdl-2.4.6-25.el8.x86_64                     42/96 
22:22:58 #11 22.07   Verifying        : ncurses-6.1-7.20180224.el8.x86_64                    43/96 
22:22:58 #11 22.07   Verifying        : openssl-1:1.1.1g-15.el8_3.x86_64                     44/96 
22:22:58 #11 22.07   Verifying        : patch-2.7.6-11.el8.x86_64                            45/96 
22:22:58 #11 22.07   Verifying        : perl-Carp-1.42-396.el8.noarch                        46/96 
22:22:58 #11 22.07   Verifying        : perl-Data-Dumper-2.167-399.el8.x86_64                47/96 
22:22:58 #11 22.07   Verifying        : perl-Encode-4:2.97-3.el8.x86_64                      48/96 
22:22:58 #11 22.07   Verifying        : perl-Errno-1.28-419.el8_4.1.x86_64                   49/96 
22:22:58 #11 22.07   Verifying        : perl-Exporter-5.72-396.el8.noarch                    50/96 
22:22:58 #11 22.07   Verifying        : perl-File-Path-2.15-2.el8.noarch                     51/96 
22:22:58 #11 22.07   Verifying        : perl-File-Temp-0.230.600-1.el8.noarch                52/96 
22:22:58 #11 22.07   Verifying        : perl-Getopt-Long-1:2.50-4.el8.noarch                 53/96 
22:22:58 #11 22.07   Verifying        : perl-HTTP-Tiny-0.074-1.el8.noarch                    54/96 
22:22:58 #11 22.07   Verifying        : perl-IO-1.38-419.el8_4.1.x86_64                      55/96 
22:22:58 #11 22.07   Verifying        : perl-MIME-Base64-3.15-396.el8.x86_64                 56/96 
22:22:58 #11 22.07   Verifying        : perl-PathTools-3.74-1.el8.x86_64                     57/96 
22:22:58 #11 22.07   Verifying        : perl-Pod-Escapes-1:1.07-395.el8.noarch               58/96 
22:22:58 #11 22.07   Verifying        : perl-Pod-Perldoc-3.28-396.el8.noarch                 59/96 
22:22:58 #11 22.07   Verifying        : perl-Pod-Simple-1:3.35-395.el8.noarch                60/96 
22:22:58 #11 22.07   Verifying        : perl-Pod-Usage-4:1.69-395.el8.noarch                 61/96 
22:22:58 #11 22.07   Verifying        : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64           62/96 
22:22:58 #11 22.07   Verifying        : perl-Socket-4:2.027-3.el8.x86_64                     63/96 
22:22:58 #11 22.07   Verifying        : perl-Storable-1:3.11-3.el8.x86_64                    64/96 
22:22:58 #11 22.07   Verifying        : perl-Term-ANSIColor-4.06-396.el8.noarch              65/96 
22:22:58 #11 22.07   Verifying        : perl-Term-Cap-1.17-395.el8.noarch                    66/96 
22:22:58 #11 22.07   Verifying        : perl-Text-ParseWords-3.30-395.el8.noarch             67/96 
22:22:58 #11 22.07   Verifying        : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         68/96 
22:22:58 #11 22.07   Verifying        : perl-Time-Local-1:1.280-1.el8.noarch                 69/96 
22:22:58 #11 22.07   Verifying        : perl-Unicode-Normalize-1.25-396.el8.x86_64           70/96 
22:22:58 #11 22.07   Verifying        : perl-constant-1.33-396.el8.noarch                    71/96 
22:22:58 #11 22.07   Verifying        : perl-interpreter-4:5.26.3-419.el8_4.1.x86_64         72/96 
22:22:58 #11 22.07   Verifying        : perl-libs-4:5.26.3-419.el8_4.1.x86_64                73/96 
22:22:58 #11 22.07   Verifying        : perl-macros-4:5.26.3-419.el8_4.1.x86_64              74/96 
22:22:58 #11 22.07   Verifying        : perl-parent-1:0.237-1.el8.noarch                     75/96 
22:22:58 #11 22.08   Verifying        : perl-podlators-4.11-1.el8.noarch                     76/96 
22:22:58 #11 22.08   Verifying        : perl-threads-1:2.21-2.el8.x86_64                     77/96 
22:22:58 #11 22.08   Verifying        : perl-threads-shared-1.58-2.el8.x86_64                78/96 
22:22:58 #11 22.08   Verifying        : pkgconf-1.4.2-1.el8.x86_64                           79/96 
22:22:58 #11 22.08   Verifying        : pkgconf-m4-1.4.2-1.el8.noarch                        80/96 
22:22:58 #11 22.08   Verifying        : pkgconf-pkg-config-1.4.2-1.el8.x86_64                81/96 
22:22:58 #11 22.08   Verifying        : python3-dateutil-1:2.6.1-6.el8.noarch                82/96 
22:22:58 #11 22.08   Verifying        : python3-dbus-1.2.4-15.el8.x86_64                     83/96 
22:22:58 #11 22.08   Verifying        : python3-dnf-plugins-core-4.0.18-4.el8.noarch         84/96 
22:22:58 #11 22.08   Verifying        : python3-six-1.11.0-8.el8.noarch                      85/96 
22:22:58 #11 22.08   Verifying        : unzip-6.0-45.el8_4.x86_64                            86/96 
22:22:58 #11 22.08   Verifying        : yum-utils-4.0.18-4.el8.noarch                        87/96 
22:22:58 #11 22.08   Verifying        : zip-3.0-23.el8.x86_64                                88/96 
22:22:58 #11 22.08   Verifying        : python3-rpm-4.14.3-14.el8_4.x86_64                   89/96 
22:22:58 #11 22.08   Verifying        : python3-rpm-4.14.3-13.el8.x86_64                     90/96 
22:22:58 #11 22.08   Verifying        : rpm-4.14.3-14.el8_4.x86_64                           91/96 
22:22:58 #11 22.08   Verifying        : rpm-4.14.3-13.el8.x86_64                             92/96 
22:22:58 #11 22.08   Verifying        : rpm-build-libs-4.14.3-14.el8_4.x86_64                93/96 
22:22:58 #11 22.08   Verifying        : rpm-build-libs-4.14.3-13.el8.x86_64                  94/96 
22:22:58 #11 22.08   Verifying        : rpm-libs-4.14.3-14.el8_4.x86_64                      95/96 
22:22:59 #11 22.08   Verifying        : rpm-libs-4.14.3-13.el8.x86_64                        96/96 
22:22:59 #11 22.90 
22:22:59 #11 22.90 Upgraded:
22:22:59 #11 22.90   python3-rpm-4.14.3-14.el8_4.x86_64        rpm-4.14.3-14.el8_4.x86_64         
22:22:59 #11 22.90   rpm-build-libs-4.14.3-14.el8_4.x86_64     rpm-libs-4.14.3-14.el8_4.x86_64    
22:22:59 #11 22.90 Installed:
22:22:59 #11 22.90   bzip2-1.0.6-26.el8.x86_64                                                     
22:22:59 #11 22.90   dbus-glib-0.110-2.el8.x86_64                                                  
22:22:59 #11 22.90   desktop-file-utils-0.23-8.el8.x86_64                                          
22:22:59 #11 22.90   diffutils-3.6-6.el8.x86_64                                                    
22:22:59 #11 22.90   dnf-plugins-core-4.0.18-4.el8.noarch                                          
22:22:59 #11 22.90   dwz-0.12-9.el8.x86_64                                                         
22:22:59 #11 22.90   efi-srpm-macros-3-3.el8.noarch                                                
22:22:59 #11 22.90   elfutils-0.182-3.el8.x86_64                                                   
22:22:59 #11 22.90   elfutils-debuginfod-client-0.182-3.el8.x86_64                                 
22:22:59 #11 22.90   emacs-filesystem-1:26.1-5.el8.noarch                                          
22:22:59 #11 22.90   file-5.33-16.el8_3.1.x86_64                                                   
22:22:59 #11 22.90   gc-7.6.4-3.el8.x86_64                                                         
22:22:59 #11 22.90   gdb-headless-8.2-15.el8.x86_64                                                
22:22:59 #11 22.90   ghc-srpm-macros-1.4.2-7.el8.noarch                                            
22:22:59 #11 22.90   go-srpm-macros-2-17.el8.noarch                                                
22:22:59 #11 22.90   groff-base-1.22.3-18.el8.x86_64                                               
22:22:59 #11 22.90   guile-5:2.0.14-7.el8.x86_64                                                   
22:22:59 #11 22.90   libatomic_ops-7.6.2-3.el8.x86_64                                              
22:22:59 #11 22.90   libbabeltrace-1.5.4-3.el8.x86_64                                              
22:22:59 #11 22.90   libipt-1.6.1-8.el8.x86_64                                                     
22:22:59 #11 22.90   libpkgconf-1.4.2-1.el8.x86_64                                                 
22:22:59 #11 22.90   libtool-ltdl-2.4.6-25.el8.x86_64                                              
22:22:59 #11 22.90   ncurses-6.1-7.20180224.el8.x86_64                                             
22:22:59 #11 22.90   ocaml-srpm-macros-5-4.el8.noarch                                              
22:22:59 #11 22.90   openblas-srpm-macros-2-2.el8.noarch                                           
22:22:59 #11 22.90   openssl-1:1.1.1g-15.el8_3.x86_64                                              
22:22:59 #11 22.90   patch-2.7.6-11.el8.x86_64                                                     
22:22:59 #11 22.90   perl-Carp-1.42-396.el8.noarch                                                 
22:22:59 #11 22.90   perl-Data-Dumper-2.167-399.el8.x86_64                                         
22:22:59 #11 22.90   perl-Digest-1.17-395.el8.noarch                                               
22:22:59 #11 22.90   perl-Digest-MD5-2.55-396.el8.x86_64                                           
22:22:59 #11 22.90   perl-Encode-4:2.97-3.el8.x86_64                                               
22:22:59 #11 22.90   perl-Errno-1.28-419.el8_4.1.x86_64                                            
22:22:59 #11 22.90   perl-Exporter-5.72-396.el8.noarch                                             
22:22:59 #11 22.90   perl-File-Path-2.15-2.el8.noarch                                              
22:22:59 #11 22.90   perl-File-Temp-0.230.600-1.el8.noarch                                         
22:22:59 #11 22.90   perl-Getopt-Long-1:2.50-4.el8.noarch                                          
22:22:59 #11 22.90   perl-HTTP-Tiny-0.074-1.el8.noarch                                             
22:22:59 #11 22.90   perl-IO-1.38-419.el8_4.1.x86_64                                               
22:22:59 #11 22.90   perl-IO-Socket-IP-0.39-5.el8.noarch                                           
22:22:59 #11 22.90   perl-IO-Socket-SSL-2.066-4.module_el8.3.0+410+ff426aa3.noarch                 
22:22:59 #11 22.90   perl-MIME-Base64-3.15-396.el8.x86_64                                          
22:22:59 #11 22.90   perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch                 
22:22:59 #11 22.90   perl-Net-SSLeay-1.88-1.module_el8.3.0+410+ff426aa3.x86_64                     
22:22:59 #11 22.90   perl-PathTools-3.74-1.el8.x86_64                                              
22:22:59 #11 22.90   perl-Pod-Escapes-1:1.07-395.el8.noarch                                        
22:22:59 #11 22.90   perl-Pod-Perldoc-3.28-396.el8.noarch                                          
22:22:59 #11 22.90   perl-Pod-Simple-1:3.35-395.el8.noarch                                         
22:22:59 #11 22.90   perl-Pod-Usage-4:1.69-395.el8.noarch                                          
22:22:59 #11 22.90   perl-Scalar-List-Utils-3:1.49-2.el8.x86_64                                    
22:22:59 #11 22.90   perl-Socket-4:2.027-3.el8.x86_64                                              
22:22:59 #11 22.90   perl-Storable-1:3.11-3.el8.x86_64                                             
22:22:59 #11 22.90   perl-Term-ANSIColor-4.06-396.el8.noarch                                       
22:22:59 #11 22.90   perl-Term-Cap-1.17-395.el8.noarch                                             
22:22:59 #11 22.90   perl-Text-ParseWords-3.30-395.el8.noarch                                      
22:22:59 #11 22.90   perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch                                  
22:22:59 #11 22.90   perl-Time-Local-1:1.280-1.el8.noarch                                          
22:22:59 #11 22.90   perl-URI-1.73-3.el8.noarch                                                    
22:22:59 #11 22.90   perl-Unicode-Normalize-1.25-396.el8.x86_64                                    
22:22:59 #11 22.90   perl-constant-1.33-396.el8.noarch                                             
22:22:59 #11 22.90   perl-interpreter-4:5.26.3-419.el8_4.1.x86_64                                  
22:22:59 #11 22.90   perl-libnet-3.11-3.el8.noarch                                                 
22:22:59 #11 22.90   perl-libs-4:5.26.3-419.el8_4.1.x86_64                                         
22:22:59 #11 22.90   perl-macros-4:5.26.3-419.el8_4.1.x86_64                                       
22:22:59 #11 22.90   perl-parent-1:0.237-1.el8.noarch                                              
22:22:59 #11 22.90   perl-podlators-4.11-1.el8.noarch                                              
22:22:59 #11 22.90   perl-srpm-macros-1-25.el8.noarch                                              
22:22:59 #11 22.90   perl-threads-1:2.21-2.el8.x86_64                                              
22:22:59 #11 22.90   perl-threads-shared-1.58-2.el8.x86_64                                         
22:22:59 #11 22.90   pkgconf-1.4.2-1.el8.x86_64                                                    
22:22:59 #11 22.90   pkgconf-m4-1.4.2-1.el8.noarch                                                 
22:22:59 #11 22.90   pkgconf-pkg-config-1.4.2-1.el8.x86_64                                         
22:22:59 #11 22.90   python-rpm-macros-3-41.el8.noarch                                             
22:22:59 #11 22.90   python-srpm-macros-3-41.el8.noarch                                            
22:22:59 #11 22.90   python3-dateutil-1:2.6.1-6.el8.noarch                                         
22:22:59 #11 22.90   python3-dbus-1.2.4-15.el8.x86_64                                              
22:22:59 #11 22.90   python3-dnf-plugins-core-4.0.18-4.el8.noarch                                  
22:22:59 #11 22.90   python3-rpm-macros-3-41.el8.noarch                                            
22:22:59 #11 22.90   python3-six-1.11.0-8.el8.noarch                                               
22:22:59 #11 22.90   qt5-srpm-macros-5.12.5-3.el8.noarch                                           
22:22:59 #11 22.90   redhat-rpm-config-125-1.el8.noarch                                            
22:22:59 #11 22.90   rpm-build-4.14.3-14.el8_4.x86_64                                              
22:22:59 #11 22.90   rpmlint-1.10-14.el8.noarch                                                    
22:22:59 #11 22.90   rust-srpm-macros-5-2.el8.noarch                                               
22:22:59 #11 22.90   unzip-6.0-45.el8_4.x86_64                                                     
22:22:59 #11 22.90   yum-utils-4.0.18-4.el8.noarch                                                 
22:22:59 #11 22.90   zip-3.0-23.el8.x86_64                                                         
22:22:59 #11 22.90   zstd-1.4.4-1.el8.x86_64                                                       
22:22:59 #11 22.90 
22:22:59 #11 22.90 Complete!
22:22:59 #11 DONE 23.6s
22:22:59 
22:22:59 #13 [stage-1 6/9] COPY SPECS /root/rpmbuild/SPECS
22:22:59 #13 sha256:46b7711c2b55986ab42e22d72ce6ad8d3e8407fe58d8f79b5011012a976c15da
22:23:00 #13 DONE 0.1s
22:23:00 
22:23:00 #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
22:23:00 #14 sha256:e95d8cb2a8d19ee36dfa7da2537098b7e7206c3a5820ec00e6dff646cb0ed4f9
22:23:01 #14 1.521 Last metadata expiration check: 0:00:16 ago on Tue Oct 19 22:22:45 2021.
22:23:02 #14 2.576 Package bash-4.4.19-14.el8.x86_64 is already installed.
22:23:02 #14 2.577 Package bash-4.4.19-14.el8.x86_64 is already installed.
22:23:02 #14 2.583 Package ca-certificates-2020.2.41-80.0.el8_2.noarch is already installed.
22:23:02 #14 2.584 Package libarchive-3.3.3-1.el8.x86_64 is already installed.
22:23:02 #14 2.586 Package pkgconf-pkg-config-1.4.2-1.el8.x86_64 is already installed.
22:23:02 #14 2.586 Package systemd-239-45.el8.x86_64 is already installed.
22:23:02 #14 2.587 Package tar-2:1.30-5.el8.x86_64 is already installed.
22:23:02 #14 2.588 Package bash-4.4.19-14.el8.x86_64 is already installed.
22:23:03 #14 3.031 Dependencies resolved.
22:23:03 #14 3.039 =========================================================================================
22:23:03 #14 3.039  Package                        Arch    Version                         Repository   Size
22:23:03 #14 3.039 =========================================================================================
22:23:03 #14 3.039 Installing:
22:23:03 #14 3.039  cmake                          x86_64  3.18.2-11.el8_4                 appstream   9.8 M
22:23:03 #14 3.039  device-mapper-devel            x86_64  8:1.02.175-5.el8                powertools  282 k
22:23:03 #14 3.039  gcc                            x86_64  8.4.1-1.el8                     appstream    23 M
22:23:03 #14 3.039  git                            x86_64  2.27.0-1.el8                    appstream   164 k
22:23:03 #14 3.039  glibc-static                   x86_64  2.28-151.el8                    powertools  2.1 M
22:23:03 #14 3.039  libseccomp-devel               x86_64  2.5.1-1.el8                     appstream    57 k
22:23:03 #14 3.039  libselinux-devel               x86_64  2.9-5.el8                       baseos      200 k
22:23:03 #14 3.039  libtool                        x86_64  2.4.6-25.el8                    appstream   709 k
22:23:03 #14 3.039  libtool-ltdl-devel             x86_64  2.4.6-25.el8                    appstream   184 k
22:23:03 #14 3.039  make                           x86_64  1:4.2.1-10.el8                  baseos      498 k
22:23:03 #14 3.039  selinux-policy-devel           noarch  3.14.3-67.el8_4.2               baseos      1.5 M
22:23:03 #14 3.039  systemd-devel                  x86_64  239-45.el8_4.3                  baseos      380 k
22:23:03 #14 3.039  which                          x86_64  2.21-12.el8                     baseos       49 k
22:23:03 #14 3.039 Upgrading:
22:23:03 #14 3.039  bash                           x86_64  4.4.20-1.el8_4                  baseos      1.5 M
22:23:03 #14 3.039  ca-certificates                noarch  2021.2.50-80.0.el8_4            baseos      390 k
22:23:03 #14 3.039  systemd                        x86_64  239-45.el8_4.3                  baseos      3.6 M
22:23:03 #14 3.039  systemd-libs                   x86_64  239-45.el8_4.3                  baseos      1.1 M
22:23:03 #14 3.039  systemd-pam                    x86_64  239-45.el8_4.3                  baseos      469 k
22:23:03 #14 3.039  systemd-udev                   x86_64  239-45.el8_4.3                  baseos      1.4 M
22:23:03 #14 3.039 Installing dependencies:
22:23:03 #14 3.039  annobin                        x86_64  9.50-1.el8                      appstream   107 k
22:23:03 #14 3.039  autoconf                       noarch  2.69-27.el8                     appstream   710 k
22:23:03 #14 3.039  automake                       noarch  1.16.1-7.el8                    appstream   713 k
22:23:03 #14 3.039  checkpolicy                    x86_64  2.9-1.el8                       baseos      348 k
22:23:03 #14 3.039  cmake-data                     noarch  3.18.2-11.el8_4                 appstream   1.6 M
22:23:03 #14 3.039  cmake-filesystem               x86_64  3.18.2-11.el8_4                 appstream    44 k
22:23:03 #14 3.039  cmake-rpm-macros               noarch  3.18.2-11.el8_4                 appstream    44 k
22:23:03 #14 3.039  cpp                            x86_64  8.4.1-1.el8                     appstream    10 M
22:23:03 #14 3.039  git-core                       x86_64  2.27.0-1.el8                    appstream   5.7 M
22:23:03 #14 3.039  git-core-doc                   noarch  2.27.0-1.el8                    appstream   2.5 M
22:23:03 #14 3.039  glibc-devel                    x86_64  2.28-151.el8                    baseos      1.0 M
22:23:03 #14 3.039  glibc-headers                  x86_64  2.28-151.el8                    baseos      478 k
22:23:03 #14 3.039  isl                            x86_64  0.16.1-6.el8                    appstream   841 k
22:23:03 #14 3.039  kbd-legacy                     noarch  2.0.4-10.el8                    baseos      481 k
22:23:03 #14 3.039  kbd-misc                       noarch  2.0.4-10.el8                    baseos      1.5 M
22:23:03 #14 3.039  kernel-headers                 x86_64  4.18.0-305.19.1.el8_4           baseos      7.1 M
22:23:03 #14 3.039  libedit                        x86_64  3.1-23.20170329cvs.el8          baseos      102 k
22:23:03 #14 3.039  libgomp                        x86_64  8.4.1-1.el8                     baseos      204 k
22:23:03 #14 3.039  libmpc                         x86_64  1.1.0-9.1.el8                   appstream    61 k
22:23:03 #14 3.039  libselinux-utils               x86_64  2.9-5.el8                       baseos      243 k
22:23:03 #14 3.039  libsepol-devel                 x86_64  2.9-2.el8                       baseos       86 k
22:23:03 #14 3.039  libuv                          x86_64  1:1.41.1-1.el8_4                appstream   156 k
22:23:03 #14 3.039  libxcrypt-devel                x86_64  4.1.1-4.el8                     baseos       25 k
22:23:03 #14 3.039  libxcrypt-static               x86_64  4.1.1-4.el8                     powertools   53 k
22:23:03 #14 3.039  m4                             x86_64  1.4.18-7.el8                    baseos      223 k
22:23:03 #14 3.039  openssh                        x86_64  8.0p1-6.el8_4.2                 baseos      521 k
22:23:03 #14 3.039  openssh-clients                x86_64  8.0p1-6.el8_4.2                 baseos      667 k
22:23:03 #14 3.039  pcre2-devel                    x86_64  10.32-2.el8                     baseos      605 k
22:23:03 #14 3.039  pcre2-utf16                    x86_64  10.32-2.el8                     baseos      229 k
22:23:03 #14 3.039  pcre2-utf32                    x86_64  10.32-2.el8                     baseos      220 k
22:23:03 #14 3.039  perl-Error                     noarch  1:0.17025-2.el8                 appstream    46 k
22:23:03 #14 3.039  perl-Git                       noarch  2.27.0-1.el8                    appstream    77 k
22:23:03 #14 3.039  perl-TermReadKey               x86_64  2.37-7.el8                      appstream    40 k
22:23:03 #14 3.039  perl-Thread-Queue              noarch  3.13-1.el8                      appstream    24 k
22:23:03 #14 3.039  policycoreutils                x86_64  2.9-14.el8                      baseos      373 k
22:23:03 #14 3.039  policycoreutils-devel          x86_64  2.9-14.el8                      baseos      292 k
22:23:03 #14 3.039  policycoreutils-python-utils   noarch  2.9-14.el8                      baseos      252 k
22:23:03 #14 3.039  python3-audit                  x86_64  3.0-0.17.20191104git1c2f876.el8 baseos       86 k
22:23:03 #14 3.039  python3-libselinux             x86_64  2.9-5.el8                       baseos      283 k
22:23:03 #14 3.039  python3-libsemanage            x86_64  2.9-6.el8                       baseos      127 k
22:23:03 #14 3.039  python3-policycoreutils        noarch  2.9-14.el8                      baseos      2.2 M
22:23:03 #14 3.039  python3-setools                x86_64  4.3.0-2.el8                     baseos      626 k
22:23:03 #14 3.039  rpm-plugin-selinux             x86_64  4.14.3-14.el8_4                 baseos       76 k
22:23:03 #14 3.039  selinux-policy                 noarch  3.14.3-67.el8_4.2               baseos      628 k
22:23:03 #14 3.039  selinux-policy-minimum         noarch  3.14.3-67.el8_4.2               baseos       13 M
22:23:03 #14 3.039  vim-filesystem                 noarch  2:8.0.1763-15.el8               appstream    48 k
22:23:03 #14 3.039  xkeyboard-config               noarch  2.28-1.el8                      appstream   782 k
22:23:03 #14 3.039 Installing weak dependencies:
22:23:03 #14 3.039  kbd                            x86_64  2.0.4-10.el8                    baseos      390 k
22:23:03 #14 3.039  libxkbcommon                   x86_64  0.9.1-1.el8                     appstream   116 k
22:23:03 #14 3.039 
22:23:03 #14 3.039 Transaction Summary
22:23:03 #14 3.039 =========================================================================================
22:23:03 #14 3.039 Install  62 Packages
22:23:03 #14 3.039 Upgrade   6 Packages
22:23:03 #14 3.039 
22:23:03 #14 3.042 Total download size: 104 M
22:23:03 #14 3.043 Downloading Packages:
22:23:03 go: downloading github.com/pkg/errors v0.9.1
22:23:03 go: downloading github.com/sirupsen/logrus v1.8.1
22:23:03 go: downloading github.com/urfave/cli/v2 v2.3.0
22:23:03 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
22:23:03 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
22:23:03 go: downloading github.com/google/uuid v1.3.0
22:23:03 go: downloading github.com/moby/vpnkit v0.5.0
22:23:03 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
22:23:03 go: downloading github.com/gofrs/flock v0.8.1
22:23:03 go: downloading github.com/gorilla/mux v1.8.0
22:23:03 go: downloading github.com/moby/sys/mountinfo v0.4.1
22:23:03 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
22:23:03 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
22:23:04 go: downloading github.com/u-root/u-root v7.0.0+incompatible
22:23:05 #14 5.656 (1/68): annobin-9.50-1.el8.x86_64.rpm           463 kB/s | 107 kB     00:00    
22:23:05 #14 5.667 (2/68): autoconf-2.69-27.el8.noarch.rpm         2.9 MB/s | 710 kB     00:00    
22:23:05 #14 5.759 (3/68): cmake-data-3.18.2-11.el8_4.noarch.rpm    18 MB/s | 1.6 MB     00:00    
22:23:05 #14 5.765 (4/68): cmake-filesystem-3.18.2-11.el8_4.x86_64 8.3 MB/s |  44 kB     00:00    
22:23:05 #14 5.787 (5/68): automake-1.16.1-7.el8.noarch.rpm        1.9 MB/s | 713 kB     00:00    
22:23:05 #14 5.788 (6/68): cmake-rpm-macros-3.18.2-11.el8_4.noarch 1.9 MB/s |  44 kB     00:00    
22:23:06 #14 6.162 (7/68): cmake-3.18.2-11.el8_4.x86_64.rpm         19 MB/s | 9.8 MB     00:00    
22:23:06 #14 6.202 (8/68): git-2.27.0-1.el8.x86_64.rpm             4.1 MB/s | 164 kB     00:00    
22:23:06 go: downloading github.com/russross/blackfriday/v2 v2.1.0
22:23:06 #14 6.485 (9/68): git-core-2.27.0-1.el8.x86_64.rpm         20 MB/s | 5.7 MB     00:00    
22:23:06 #14 6.887 (10/68): cpp-8.4.1-1.el8.x86_64.rpm             9.5 MB/s |  10 MB     00:01    
22:23:06 #14 6.961 (11/68): git-core-doc-2.27.0-1.el8.noarch.rpm   5.3 MB/s | 2.5 MB     00:00    
22:23:06 #14 6.969 (12/68): isl-0.16.1-6.el8.x86_64.rpm             10 MB/s | 841 kB     00:00    
22:23:06 #14 6.970 (13/68): libmpc-1.1.0-9.1.el8.x86_64.rpm        7.3 MB/s |  61 kB     00:00    
22:23:06 #14 6.979 (14/68): libseccomp-devel-2.5.1-1.el8.x86_64.rp 5.6 MB/s |  57 kB     00:00    
22:23:07 #14 7.854 (15/68): gcc-8.4.1-1.el8.x86_64.rpm              11 MB/s |  23 MB     00:02    
22:23:07 #14 7.857 (16/68): libtool-ltdl-devel-2.4.6-25.el8.x86_64 210 kB/s | 184 kB     00:00    
22:23:07 #14 7.876 (17/68): libtool-2.4.6-25.el8.x86_64.rpm        783 kB/s | 709 kB     00:00    
22:23:07 #14 7.877 (18/68): libxkbcommon-0.9.1-1.el8.x86_64.rpm    5.7 MB/s | 116 kB     00:00    
22:23:07 #14 7.879 (19/68): libuv-1.41.1-1.el8_4.x86_64.rpm        6.4 MB/s | 156 kB     00:00    
22:23:07 #14 7.880 (20/68): perl-Error-0.17025-2.el8.noarch.rpm     12 MB/s |  46 kB     00:00    
22:23:07 #14 7.882 (21/68): perl-Git-2.27.0-1.el8.noarch.rpm        18 MB/s |  77 kB     00:00    
22:23:07 #14 7.883 (22/68): perl-TermReadKey-2.37-7.el8.x86_64.rpm 9.9 MB/s |  40 kB     00:00    
22:23:07 #14 7.885 (23/68): perl-Thread-Queue-3.13-1.el8.noarch.rp 4.7 MB/s |  24 kB     00:00    
22:23:07 #14 7.891 (24/68): vim-filesystem-8.0.1763-15.el8.noarch. 5.3 MB/s |  48 kB     00:00    
22:23:07 #14 7.915 (25/68): checkpolicy-2.9-1.el8.x86_64.rpm        12 MB/s | 348 kB     00:00    
22:23:07 #14 7.936 (26/68): xkeyboard-config-2.28-1.el8.noarch.rpm  15 MB/s | 782 kB     00:00    
22:23:07 #14 7.965 (27/68): glibc-devel-2.28-151.el8.x86_64.rpm     14 MB/s | 1.0 MB     00:00    
22:23:07 #14 7.968 (28/68): glibc-headers-2.28-151.el8.x86_64.rpm  9.0 MB/s | 478 kB     00:00    
22:23:07 #14 7.988 (29/68): kbd-2.0.4-10.el8.x86_64.rpm            7.4 MB/s | 390 kB     00:00    
22:23:07 #14 7.993 (30/68): kbd-legacy-2.0.4-10.el8.noarch.rpm      17 MB/s | 481 kB     00:00    
22:23:07 #14 8.000 (31/68): libedit-3.1-23.20170329cvs.el8.x86_64.  16 MB/s | 102 kB     00:00    
22:23:07 #14 8.020 (32/68): kbd-misc-2.0.4-10.el8.noarch.rpm        28 MB/s | 1.5 MB     00:00    
22:23:07 #14 8.023 (33/68): libgomp-8.4.1-1.el8.x86_64.rpm         9.0 MB/s | 204 kB     00:00    
22:23:07 #14 8.033 (34/68): libselinux-devel-2.9-5.el8.x86_64.rpm   16 MB/s | 200 kB     00:00    
22:23:07 #14 8.038 (35/68): libselinux-utils-2.9-5.el8.x86_64.rpm   16 MB/s | 243 kB     00:00    
22:23:07 #14 8.039 (36/68): libsepol-devel-2.9-2.el8.x86_64.rpm     14 MB/s |  86 kB     00:00    
22:23:07 #14 8.047 (37/68): libxcrypt-devel-4.1.1-4.el8.x86_64.rpm 2.9 MB/s |  25 kB     00:00    
22:23:07 #14 8.057 (38/68): m4-1.4.18-7.el8.x86_64.rpm              13 MB/s | 223 kB     00:00    
22:23:07 #14 8.071 (39/68): make-4.2.1-10.el8.x86_64.rpm            20 MB/s | 498 kB     00:00    
22:23:07 #14 8.079 (40/68): openssh-clients-8.0p1-6.el8_4.2.x86_64  88 MB/s | 667 kB     00:00    
22:23:07 #14 8.083 (41/68): openssh-8.0p1-6.el8_4.2.x86_64.rpm      20 MB/s | 521 kB     00:00    
22:23:07 #14 8.096 (42/68): pcre2-devel-10.32-2.el8.x86_64.rpm      37 MB/s | 605 kB     00:00    
22:23:08 #14 8.097 (43/68): pcre2-utf16-10.32-2.el8.x86_64.rpm      17 MB/s | 229 kB     00:00    
22:23:08 #14 8.105 (44/68): pcre2-utf32-10.32-2.el8.x86_64.rpm      26 MB/s | 220 kB     00:00    
22:23:08 #14 8.110 (45/68): policycoreutils-2.9-14.el8.x86_64.rpm   30 MB/s | 373 kB     00:00    
22:23:08 #14 8.123 (46/68): policycoreutils-python-utils-2.9-14.el  20 MB/s | 252 kB     00:00    
22:23:08 #14 8.133 (47/68): python3-audit-3.0-0.17.20191104git1c2f 8.7 MB/s |  86 kB     00:00    
22:23:08 #14 8.147 (48/68): python3-libselinux-2.9-5.el8.x86_64.rp  20 MB/s | 283 kB     00:00    
22:23:08 #14 8.155 (49/68): python3-libsemanage-2.9-6.el8.x86_64.r  18 MB/s | 127 kB     00:00    
22:23:08 #14 8.162 (50/68): policycoreutils-devel-2.9-14.el8.x86_6 5.0 MB/s | 292 kB     00:00    
22:23:08 #14 8.193 (51/68): python3-setools-4.3.0-2.el8.x86_64.rpm  21 MB/s | 626 kB     00:00    
22:23:08 #14 8.208 (52/68): rpm-plugin-selinux-4.14.3-14.el8_4.x86 5.1 MB/s |  76 kB     00:00    
22:23:08 #14 8.216 (53/68): selinux-policy-3.14.3-67.el8_4.2.noarc  82 MB/s | 628 kB     00:00    
22:23:08 #14 8.242 (54/68): python3-policycoreutils-2.9-14.el8.noa  26 MB/s | 2.2 MB     00:00    
22:23:08 #14 8.280 (55/68): kernel-headers-4.18.0-305.19.1.el8_4.x  25 MB/s | 7.1 MB     00:00    
22:23:08 #14 8.291 (56/68): selinux-policy-devel-3.14.3-67.el8_4.2  20 MB/s | 1.5 MB     00:00    
22:23:08 #14 8.298 (57/68): systemd-devel-239-45.el8_4.3.x86_64.rp  21 MB/s | 380 kB     00:00    
22:23:08 #14 8.300 (58/68): which-2.21-12.el8.x86_64.rpm           5.4 MB/s |  49 kB     00:00    
22:23:08 #14 8.312 (59/68): device-mapper-devel-1.02.175-5.el8.x86  21 MB/s | 282 kB     00:00    
22:23:08 #14 8.319 (60/68): libxcrypt-static-4.1.1-4.el8.x86_64.rp 7.8 MB/s |  53 kB     00:00    
22:23:08 #14 8.368 (61/68): bash-4.4.20-1.el8_4.x86_64.rpm          32 MB/s | 1.5 MB     00:00    
22:23:08 #14 8.380 (62/68): ca-certificates-2021.2.50-80.0.el8_4.n  36 MB/s | 390 kB     00:00    
22:23:08 #14 8.529 (63/68): selinux-policy-minimum-3.14.3-67.el8_4  46 MB/s |  13 MB     00:00    
22:23:08 #14 8.551 (64/68): systemd-239-45.el8_4.3.x86_64.rpm       21 MB/s | 3.6 MB     00:00    
22:23:08 #14 8.562 (65/68): systemd-libs-239-45.el8_4.3.x86_64.rpm  34 MB/s | 1.1 MB     00:00    
22:23:08 #14 8.567 (66/68): systemd-pam-239-45.el8_4.3.x86_64.rpm   31 MB/s | 469 kB     00:00    
22:23:08 #14 8.582 (67/68): glibc-static-2.28-151.el8.x86_64.rpm   7.3 MB/s | 2.1 MB     00:00    
22:23:08 #14 8.588 (68/68): systemd-udev-239-45.el8_4.3.x86_64.rpm  54 MB/s | 1.4 MB     00:00    
22:23:08 #14 8.592 --------------------------------------------------------------------------------
22:23:08 #14 8.593 Total                                            19 MB/s | 104 MB     00:05     
22:23:08 #14 8.740 Running transaction check
22:23:08 #14 8.888 Transaction check succeeded.
22:23:08 #14 8.888 Running transaction test
22:23:09 #14 9.901 Transaction test succeeded.
22:23:09 #14 9.903 Running transaction
22:23:11 #14 11.11   Preparing        :                                                        1/1 
22:23:11 #14 11.15   Running scriptlet: bash-4.4.20-1.el8_4.x86_64                             1/1 
22:23:11 #14 11.32   Upgrading        : bash-4.4.20-1.el8_4.x86_64                            1/74 
22:23:11 #14 11.34   Running scriptlet: bash-4.4.20-1.el8_4.x86_64                            1/74 
22:23:11 #14 11.37   Installing       : python3-libselinux-2.9-5.el8.x86_64                   2/74 
22:23:11 #14 11.40   Installing       : m4-1.4.18-7.el8.x86_64                                3/74 
22:23:11 #14 11.42   Running scriptlet: m4-1.4.18-7.el8.x86_64                                3/74 
22:23:11 #14 11.48   Installing       : autoconf-2.69-27.el8.noarch                           4/74 
22:23:11 #14 11.50   Running scriptlet: autoconf-2.69-27.el8.noarch                           4/74 
22:23:11 #14 11.56   Installing       : make-1:4.2.1-10.el8.x86_64                            5/74 
22:23:11 + for f in rootlesskit rootlesskit-docker-proxy
22:23:11 + GOBIN=/usr/local/bin
22:23:11 + GO111MODULE=on
22:23:11 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
22:23:11 #14 11.57   Running scriptlet: make-1:4.2.1-10.el8.x86_64                            5/74 
22:23:11 #14 11.70   Upgrading        : systemd-libs-239-45.el8_4.3.x86_64                    6/74 
22:23:11 #14 11.73   Running scriptlet: systemd-libs-239-45.el8_4.3.x86_64                    6/74 
22:23:11 #14 11.78   Installing       : checkpolicy-2.9-1.el8.x86_64                          7/74 
22:23:11 #14 11.81   Installing       : libmpc-1.1.0-9.1.el8.x86_64                           8/74 
22:23:11 #14 11.82   Installing       : cmake-rpm-macros-3.18.2-11.el8_4.noarch               9/74 
22:23:12 + return
22:23:12 # Build the CLI
22:23:12 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20211015144600-e57b5f7 GITCOMMIT=e57b5f7 LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
22:23:12 Building dynamic docker-linux-arm-v6
22:23:12 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 --ldflags     -w     -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"     -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-19T22:21:12Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"       -buildmode=pie github.com/docker/cli/cmd/docker
22:23:13 #14 11.84   Installing       : cmake-filesystem-3.18.2-11.el8_4.x86_64              10/74 
22:23:13 #14 12.88   Installing       : cpp-8.4.1-1.el8.x86_64                               11/74 
22:23:13 #14 12.89   Running scriptlet: cpp-8.4.1-1.el8.x86_64                               11/74 
22:23:13 #14 12.91   Installing       : python3-libsemanage-2.9-6.el8.x86_64                 12/74 
22:23:13 #14 13.02   Installing       : python3-setools-4.3.0-2.el8.x86_64                   13/74 
22:23:13 #14 13.06   Installing       : libgomp-8.4.1-1.el8.x86_64                           14/74 
22:23:13 #14 13.09   Running scriptlet: libgomp-8.4.1-1.el8.x86_64                           14/74 
22:23:13 #14 13.11   Running scriptlet: openssh-8.0p1-6.el8_4.2.x86_64                       15/74 
22:23:13 #14 13.18   Installing       : openssh-8.0p1-6.el8_4.2.x86_64                       15/74 
22:23:13 #14 13.21   Installing       : python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_   16/74 
22:23:13 #14 13.25   Installing       : pcre2-utf32-10.32-2.el8.x86_64                       17/74 
22:23:13 #14 13.29   Installing       : pcre2-utf16-10.32-2.el8.x86_64                       18/74 
22:23:13 #14 13.37   Installing       : pcre2-devel-10.32-2.el8.x86_64                       19/74 
22:23:13 #14 13.40   Installing       : libsepol-devel-2.9-2.el8.x86_64                      20/74 
22:23:13 #14 13.45   Installing       : libselinux-devel-2.9-5.el8.x86_64                    21/74 
22:23:13 #14 13.49   Installing       : libselinux-utils-2.9-5.el8.x86_64                    22/74 
22:23:13 #14 13.53   Installing       : policycoreutils-2.9-14.el8.x86_64                    23/74 
22:23:13 #14 13.55   Running scriptlet: policycoreutils-2.9-14.el8.x86_64                    23/74 
22:23:13 #14 13.78   Installing       : python3-policycoreutils-2.9-14.el8.noarch            24/74 
22:23:13 #14 13.83   Installing       : policycoreutils-python-utils-2.9-14.el8.noarch       25/74 
22:23:13 #14 13.85   Installing       : rpm-plugin-selinux-4.14.3-14.el8_4.x86_64            26/74 
22:23:13 #14 13.87   Installing       : selinux-policy-3.14.3-67.el8_4.2.noarch              27/74 
22:23:13 #14 13.89   Running scriptlet: selinux-policy-3.14.3-67.el8_4.2.noarch              27/74 
22:23:15 #14 13.92   Running scriptlet: selinux-policy-minimum-3.14.3-67.el8_4.2.noarch      28/74 
22:23:15 #14 15.34   Installing       : selinux-policy-minimum-3.14.3-67.el8_4.2.noarch      28/74 
22:23:17 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/static:/v -w /v alpine chown -R 1000:1000 build/mac/arm64
22:23:17 cd /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/cli && VERSION=0.0.0-20211015144600-e57b5f7 docker buildx bake --set binary.platform=darwin/amd64,darwin/arm64 binary
22:23:17 #1 [internal] booting buildkit
22:23:17 #1 pulling image moby/buildkit:buildx-stable-1
22:23:17 #1 pulling image moby/buildkit:buildx-stable-1 3.0s done
22:23:17 #1 creating container buildx_buildkit_clever_chaum0
22:23:18 #1 creating container buildx_buildkit_clever_chaum0 1.3s done
22:23:18 #1 DONE 4.3s
22:23:19 
22:23:19 #2 [internal] load build definition from Dockerfile
22:23:19 #2 transferring dockerfile: 2.55kB done
22:23:19 #2 DONE 0.1s
22:23:19 
22:23:19 #3 [internal] load .dockerignore
22:23:19 #3 transferring context: 174B done
22:23:19 #3 DONE 0.0s
22:23:19 
22:23:19 #4 resolve image config for docker.io/docker/dockerfile:1.3
22:23:19 #4 ...
22:23:19 
22:23:19 #5 [auth] docker/dockerfile:pull token for registry-1.docker.io
22:23:19 #5 DONE 0.0s
22:23:19 
22:23:19 #4 resolve image config for docker.io/docker/dockerfile:1.3
22:23:19 #4 DONE 0.7s
22:23:19 
22:23:19 #6 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
22:23:19 #6 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done
22:23:19 #6 DONE 0.0s
22:23:19 
22:23:19 #6 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
22:23:19 #6 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.1s done
22:23:20 #6 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030
22:23:20 #6 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done
22:23:20 #6 DONE 0.3s
22:23:20 
22:23:20 #11 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
22:23:20 #11 DONE 0.0s
22:23:20 
22:23:20 #12 [auth] library/golang:pull token for registry-1.docker.io
22:23:20 #12 DONE 0.0s
22:23:20 
22:23:20 #13 [auth] tonistiigi/xx:pull token for registry-1.docker.io
22:23:20 #13 DONE 0.0s
22:23:20 
22:23:20 #10 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.0.0-rc.2
22:23:21 #10 ...
22:23:21 
22:23:21 #8 [darwin/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
22:23:21 #8 DONE 1.1s
22:23:21 
22:23:21 #7 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
22:23:21 #7 DONE 1.1s
22:23:21 
22:23:21 #9 [linux/amd64 internal] load metadata for docker.io/library/golang:1.16.9-alpine
22:23:21 #9 DONE 1.2s
22:23:21 
22:23:21 #10 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.0.0-rc.2
22:23:21 #10 DONE 1.2s
22:23:21 
22:23:21 #27 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
22:23:21 #27 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.1s done
22:23:21 #27 DONE 0.0s
22:23:21 
22:23:21 #22 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
22:23:21 #22 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
22:23:21 #22 DONE 0.1s
22:23:21 
22:23:21 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669
22:23:21 #15 resolve docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669 0.1s done
22:23:22 #15 sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a 0B / 13.43kB 0.2s
22:23:22 #15 sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a 13.43kB / 13.43kB 0.3s done
22:23:22 #15 extracting sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a
22:23:22 #15 extracting sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a 0.2s done
22:23:22 #15 DONE 0.7s
22:23:22 
22:23:22 #14 [linux/amd64 gostable 1/1] FROM docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
22:23:22 #14 resolve docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11 0.1s done
22:23:22 #14 sha256:36803fd6ed32d2fbeb27157ae8bd9eac927a87d33ede687fc8c596fb1432e948 156B / 156B 0.3s done
22:23:22 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 14.68MB / 105.80MB 0.5s
22:23:22 #14 sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd 154B / 154B 0.2s done
22:23:22 #14 sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 281.51kB / 281.51kB 0.2s done
22:23:22 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 29.36MB / 105.80MB 0.6s
22:23:22 #14 sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 2.81MB / 2.81MB 0.1s done
22:23:22 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 41.94MB / 105.80MB 0.8s
22:23:22 #14 extracting sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e
22:23:23 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 50.33MB / 105.80MB 0.9s
22:23:23 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 56.62MB / 105.80MB 1.1s
22:23:23 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 63.96MB / 105.80MB 1.2s
22:23:23 #14 extracting sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 0.5s done
22:23:23 #14 extracting sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262
22:23:23 #14 15.40   Running scriptlet: selinux-policy-minimum-3.14.3-67.el8_4.2.noarch      28/74 
22:23:23 #14 22.21   Installing       : policycoreutils-devel-2.9-14.el8.x86_64              29/74 
22:23:23 #14 22.46   Installing       : selinux-policy-devel-3.14.3-67.el8_4.2.noarch        30/74 
22:23:23 #14 22.49   Running scriptlet: selinux-policy-devel-3.14.3-67.el8_4.2.noarch        30/74 
22:23:23 #14 22.51   Installing       : libedit-3.1-23.20170329cvs.el8.x86_64                31/74 
22:23:23 #14 22.60   Installing       : openssh-clients-8.0p1-6.el8_4.2.x86_64               32/74 
22:23:23 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 74.45MB / 105.80MB 1.4s
22:23:23 #14 extracting sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 0.3s done
22:23:23 #14 extracting sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd
22:23:23 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 82.84MB / 105.80MB 1.5s
22:23:23 #14 extracting sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd 0.1s done
22:23:23 #14 23.32   Installing       : git-core-2.27.0-1.el8.x86_64                         33/74 
22:23:23 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 91.23MB / 105.80MB 1.7s
22:23:23 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 104.86MB / 105.80MB 1.8s
22:23:23 #14 23.73   Installing       : git-core-doc-2.27.0-1.el8.noarch                     34/74 
22:23:23 #14 24.04   Installing       : kernel-headers-4.18.0-305.19.1.el8_4.x86_64          35/74 
22:23:23 #14 24.09   Running scriptlet: glibc-headers-2.28-151.el8.x86_64                    36/74 
22:23:24 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 105.80MB / 105.80MB 2.0s done
22:23:24 #14 extracting sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2
22:23:24 #14 24.17   Installing       : glibc-headers-2.28-151.el8.x86_64                    36/74 
22:23:24 #14 24.19   Installing       : libxcrypt-devel-4.1.1-4.el8.x86_64                   37/74 
22:23:24 #14 24.31   Installing       : glibc-devel-2.28-151.el8.x86_64                      38/74 
22:23:24 #14 24.34   Running scriptlet: glibc-devel-2.28-151.el8.x86_64                      38/74 
22:23:24 #14 24.36   Installing       : libxcrypt-static-4.1.1-4.el8.x86_64                  39/74 
22:23:24 #14 24.76   Installing       : glibc-static-2.28-151.el8.x86_64                     40/74 
22:23:24 #14 24.97   Installing       : kbd-misc-2.0.4-10.el8.noarch                         41/74 
22:23:25 #14 25.06   Installing       : kbd-legacy-2.0.4-10.el8.noarch                       42/74 
22:23:25 #14 25.13   Installing       : kbd-2.0.4-10.el8.x86_64                              43/74 
22:23:25 #14 25.27   Installing       : xkeyboard-config-2.28-1.el8.noarch                   44/74 
22:23:25 #14 25.31   Installing       : libxkbcommon-0.9.1-1.el8.x86_64                      45/74 
22:23:25 #14 25.38   Upgrading        : systemd-pam-239-45.el8_4.3.x86_64                    46/74 
22:23:25 #14 25.40   Running scriptlet: systemd-239-45.el8_4.3.x86_64                        47/74 
22:23:25 #14 25.85   Upgrading        : systemd-239-45.el8_4.3.x86_64                        47/74 
22:23:25 #14 25.89   Running scriptlet: systemd-239-45.el8_4.3.x86_64                        47/74 
22:23:25 #14 26.01   Installing       : systemd-devel-239-45.el8_4.3.x86_64                  48/74 
22:23:25 #14 26.03   Installing       : vim-filesystem-2:8.0.1763-15.el8.noarch              49/74 
22:23:26 #14 26.05   Installing       : perl-Thread-Queue-3.13-1.el8.noarch                  50/74 
22:23:26 #14 26.13   Installing       : automake-1.16.1-7.el8.noarch                         51/74 
22:23:26 #14 26.16   Installing       : perl-TermReadKey-2.37-7.el8.x86_64                   52/74 
22:23:26 #14 26.18   Installing       : perl-Error-1:0.17025-2.el8.noarch                    53/74 
22:23:26 #14 26.20   Installing       : perl-Git-2.27.0-1.el8.noarch                         54/74 
22:23:26 #14 26.23   Installing       : git-2.27.0-1.el8.x86_64                              55/74 
22:23:26 #14 26.26   Installing       : libuv-1:1.41.1-1.el8_4.x86_64                        56/74 
22:23:27 #14 ...
22:23:27 
22:23:27 #21 [internal] load build context
22:23:27 #21 transferring context: 51.23MB 5.1s done
22:23:27 #21 DONE 5.2s
22:23:27 
22:23:27 #22 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
22:23:27 #22 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 2.7s done
22:23:27 #22 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8
22:23:27 #14 26.64   Installing       : cmake-data-3.18.2-11.el8_4.noarch                    57/74 
22:23:27 #14 27.58   Installing       : cmake-3.18.2-11.el8_4.x86_64                         58/74 
22:23:27 #14 27.69   Installing       : isl-0.16.1-6.el8.x86_64                              59/74 
22:23:29 #14 27.70   Running scriptlet: isl-0.16.1-6.el8.x86_64                              59/74 
22:23:29 #14 29.37   Installing       : gcc-8.4.1-1.el8.x86_64                               60/74 
22:23:29 #14 29.39   Running scriptlet: gcc-8.4.1-1.el8.x86_64                               60/74 
22:23:29 #14 29.43   Installing       : annobin-9.50-1.el8.x86_64                            61/74 
22:23:29 #14 29.52   Installing       : libtool-2.4.6-25.el8.x86_64                          62/74 
22:23:29 #14 29.53   Running scriptlet: libtool-2.4.6-25.el8.x86_64                          62/74 
22:23:29 #14 29.56   Installing       : libtool-ltdl-devel-2.4.6-25.el8.x86_64               63/74 
22:23:29 #14 29.58   Installing       : device-mapper-devel-8:1.02.175-5.el8.x86_64          64/74 
22:23:29 #14 29.77   Upgrading        : systemd-udev-239-45.el8_4.3.x86_64                   65/74 
22:23:29 #14 29.80   Running scriptlet: systemd-udev-239-45.el8_4.3.x86_64                   65/74 
22:23:29 #14 30.02   Running scriptlet: ca-certificates-2021.2.50-80.0.el8_4.noarch          66/74 
22:23:29 #14 30.06   Upgrading        : ca-certificates-2021.2.50-80.0.el8_4.noarch          66/74 
22:23:30 #14 30.08   Running scriptlet: ca-certificates-2021.2.50-80.0.el8_4.noarch          66/74 
22:23:30 #14 30.35   Installing       : which-2.21-12.el8.x86_64                             67/74 
22:23:30 #14 30.38   Installing       : libseccomp-devel-2.5.1-1.el8.x86_64                  68/74 
22:23:30 #14 30.40   Cleanup          : ca-certificates-2020.2.41-80.0.el8_2.noarch          69/74 
22:23:30 #14 30.42   Cleanup          : systemd-udev-239-45.el8.x86_64                       70/74 
22:23:30 #14 30.43   Running scriptlet: systemd-udev-239-45.el8.x86_64                       70/74 
22:23:30 #14 30.47   Running scriptlet: systemd-239-45.el8.x86_64                            71/74 
22:23:30 #14 30.49   Cleanup          : systemd-239-45.el8.x86_64                            71/74 
22:23:30 #14 30.53   Cleanup          : systemd-libs-239-45.el8.x86_64                       72/74 
22:23:30 #14 30.55   Cleanup          : bash-4.4.19-14.el8.x86_64                            73/74 
22:23:30 #14 30.55   Running scriptlet: bash-4.4.19-14.el8.x86_64                            73/74 
22:23:30 #14 30.57   Cleanup          : systemd-pam-239-45.el8.x86_64                        74/74 
22:23:30 #14 30.58   Running scriptlet: ca-certificates-2021.2.50-80.0.el8_4.noarch          74/74 
22:23:31 #14 30.86   Running scriptlet: systemd-pam-239-45.el8.x86_64                        74/74 
22:23:31 #14 31.06   Running scriptlet: systemd-239-45.el8_4.3.x86_64                        74/74 
22:23:31 #14 31.11   Running scriptlet: systemd-udev-239-45.el8_4.3.x86_64                   74/74 
22:23:31 #14 31.18   Verifying        : annobin-9.50-1.el8.x86_64                             1/74 
22:23:31 #14 31.18   Verifying        : autoconf-2.69-27.el8.noarch                           2/74 
22:23:31 #14 31.18   Verifying        : automake-1.16.1-7.el8.noarch                          3/74 
22:23:31 #14 31.18   Verifying        : cmake-3.18.2-11.el8_4.x86_64                          4/74 
22:23:31 #14 31.18   Verifying        : cmake-data-3.18.2-11.el8_4.noarch                     5/74 
22:23:31 #14 31.18   Verifying        : cmake-filesystem-3.18.2-11.el8_4.x86_64               6/74 
22:23:31 #14 31.18   Verifying        : cmake-rpm-macros-3.18.2-11.el8_4.noarch               7/74 
22:23:31 #14 31.18   Verifying        : cpp-8.4.1-1.el8.x86_64                                8/74 
22:23:31 #14 31.18   Verifying        : gcc-8.4.1-1.el8.x86_64                                9/74 
22:23:31 #14 31.18   Verifying        : git-2.27.0-1.el8.x86_64                              10/74 
22:23:31 #14 31.18   Verifying        : git-core-2.27.0-1.el8.x86_64                         11/74 
22:23:31 #14 31.18   Verifying        : git-core-doc-2.27.0-1.el8.noarch                     12/74 
22:23:31 #14 31.18   Verifying        : isl-0.16.1-6.el8.x86_64                              13/74 
22:23:31 #14 31.18   Verifying        : libmpc-1.1.0-9.1.el8.x86_64                          14/74 
22:23:31 #14 31.18   Verifying        : libseccomp-devel-2.5.1-1.el8.x86_64                  15/74 
22:23:31 #14 31.18   Verifying        : libtool-2.4.6-25.el8.x86_64                          16/74 
22:23:31 #14 31.18   Verifying        : libtool-ltdl-devel-2.4.6-25.el8.x86_64               17/74 
22:23:31 #14 31.18   Verifying        : libuv-1:1.41.1-1.el8_4.x86_64                        18/74 
22:23:31 #14 31.18   Verifying        : libxkbcommon-0.9.1-1.el8.x86_64                      19/74 
22:23:31 #14 31.18   Verifying        : perl-Error-1:0.17025-2.el8.noarch                    20/74 
22:23:31 #14 31.18   Verifying        : perl-Git-2.27.0-1.el8.noarch                         21/74 
22:23:31 #14 31.18   Verifying        : perl-TermReadKey-2.37-7.el8.x86_64                   22/74 
22:23:31 #14 31.18   Verifying        : perl-Thread-Queue-3.13-1.el8.noarch                  23/74 
22:23:31 #14 31.18   Verifying        : vim-filesystem-2:8.0.1763-15.el8.noarch              24/74 
22:23:31 #14 31.18   Verifying        : xkeyboard-config-2.28-1.el8.noarch                   25/74 
22:23:31 #14 31.18   Verifying        : checkpolicy-2.9-1.el8.x86_64                         26/74 
22:23:31 #14 31.18   Verifying        : glibc-devel-2.28-151.el8.x86_64                      27/74 
22:23:31 #14 31.18   Verifying        : glibc-headers-2.28-151.el8.x86_64                    28/74 
22:23:31 #14 31.18   Verifying        : kbd-2.0.4-10.el8.x86_64                              29/74 
22:23:31 #14 31.18   Verifying        : kbd-legacy-2.0.4-10.el8.noarch                       30/74 
22:23:31 #14 31.18   Verifying        : kbd-misc-2.0.4-10.el8.noarch                         31/74 
22:23:31 #14 31.18   Verifying        : kernel-headers-4.18.0-305.19.1.el8_4.x86_64          32/74 
22:23:31 #14 31.18   Verifying        : libedit-3.1-23.20170329cvs.el8.x86_64                33/74 
22:23:31 #14 31.18   Verifying        : libgomp-8.4.1-1.el8.x86_64                           34/74 
22:23:31 #14 31.18   Verifying        : libselinux-devel-2.9-5.el8.x86_64                    35/74 
22:23:31 #14 31.18   Verifying        : libselinux-utils-2.9-5.el8.x86_64                    36/74 
22:23:31 #14 31.18   Verifying        : libsepol-devel-2.9-2.el8.x86_64                      37/74 
22:23:31 #14 31.18   Verifying        : libxcrypt-devel-4.1.1-4.el8.x86_64                   38/74 
22:23:31 #14 31.18   Verifying        : m4-1.4.18-7.el8.x86_64                               39/74 
22:23:31 #14 31.18   Verifying        : make-1:4.2.1-10.el8.x86_64                           40/74 
22:23:31 #14 31.18   Verifying        : openssh-8.0p1-6.el8_4.2.x86_64                       41/74 
22:23:31 #14 31.18   Verifying        : openssh-clients-8.0p1-6.el8_4.2.x86_64               42/74 
22:23:31 #14 31.18   Verifying        : pcre2-devel-10.32-2.el8.x86_64                       43/74 
22:23:31 #14 31.18   Verifying        : pcre2-utf16-10.32-2.el8.x86_64                       44/74 
22:23:31 #14 31.18   Verifying        : pcre2-utf32-10.32-2.el8.x86_64                       45/74 
22:23:31 #14 31.18   Verifying        : policycoreutils-2.9-14.el8.x86_64                    46/74 
22:23:31 #14 31.18   Verifying        : policycoreutils-devel-2.9-14.el8.x86_64              47/74 
22:23:31 #14 31.18   Verifying        : policycoreutils-python-utils-2.9-14.el8.noarch       48/74 
22:23:31 #14 31.18   Verifying        : python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_   49/74 
22:23:31 #14 31.18   Verifying        : python3-libselinux-2.9-5.el8.x86_64                  50/74 
22:23:31 #14 31.18   Verifying        : python3-libsemanage-2.9-6.el8.x86_64                 51/74 
22:23:31 #14 31.18   Verifying        : python3-policycoreutils-2.9-14.el8.noarch            52/74 
22:23:31 #14 31.18   Verifying        : python3-setools-4.3.0-2.el8.x86_64                   53/74 
22:23:31 #14 31.18   Verifying        : rpm-plugin-selinux-4.14.3-14.el8_4.x86_64            54/74 
22:23:31 #14 31.18   Verifying        : selinux-policy-3.14.3-67.el8_4.2.noarch              55/74 
22:23:31 #14 31.18   Verifying        : selinux-policy-devel-3.14.3-67.el8_4.2.noarch        56/74 
22:23:31 #14 31.18   Verifying        : selinux-policy-minimum-3.14.3-67.el8_4.2.noarch      57/74 
22:23:31 #14 31.18   Verifying        : systemd-devel-239-45.el8_4.3.x86_64                  58/74 
22:23:31 #14 31.18   Verifying        : which-2.21-12.el8.x86_64                             59/74 
22:23:31 #14 31.18   Verifying        : device-mapper-devel-8:1.02.175-5.el8.x86_64          60/74 
22:23:31 #14 31.18   Verifying        : glibc-static-2.28-151.el8.x86_64                     61/74 
22:23:31 #14 31.18   Verifying        : libxcrypt-static-4.1.1-4.el8.x86_64                  62/74 
22:23:31 #14 31.18   Verifying        : bash-4.4.20-1.el8_4.x86_64                           63/74 
22:23:31 #14 31.18   Verifying        : bash-4.4.19-14.el8.x86_64                            64/74 
22:23:31 #14 31.18   Verifying        : ca-certificates-2021.2.50-80.0.el8_4.noarch          65/74 
22:23:31 #14 31.18   Verifying        : ca-certificates-2020.2.41-80.0.el8_2.noarch          66/74 
22:23:31 #14 31.18   Verifying        : systemd-239-45.el8_4.3.x86_64                        67/74 
22:23:31 #14 31.18   Verifying        : systemd-239-45.el8.x86_64                            68/74 
22:23:31 #14 31.18   Verifying        : systemd-libs-239-45.el8_4.3.x86_64                   69/74 
22:23:31 #14 31.18   Verifying        : systemd-libs-239-45.el8.x86_64                       70/74 
22:23:31 #14 31.18   Verifying        : systemd-pam-239-45.el8_4.3.x86_64                    71/74 
22:23:31 #14 31.18   Verifying        : systemd-pam-239-45.el8.x86_64                        72/74 
22:23:31 #14 31.18   Verifying        : systemd-udev-239-45.el8_4.3.x86_64                   73/74 
22:23:31 #14 31.18   Verifying        : systemd-udev-239-45.el8.x86_64                       74/74 
22:23:31 #14 31.87 
22:23:31 #14 31.87 Upgraded:
22:23:31 #14 31.87   bash-4.4.20-1.el8_4.x86_64        ca-certificates-2021.2.50-80.0.el8_4.noarch
22:23:31 #14 31.87   systemd-239-45.el8_4.3.x86_64     systemd-libs-239-45.el8_4.3.x86_64         
22:23:31 #14 31.87   systemd-pam-239-45.el8_4.3.x86_64 systemd-udev-239-45.el8_4.3.x86_64         
22:23:31 #14 31.87 Installed:
22:23:31 #14 31.87   annobin-9.50-1.el8.x86_64                                                     
22:23:31 #14 31.87   autoconf-2.69-27.el8.noarch                                                   
22:23:31 #14 31.87   automake-1.16.1-7.el8.noarch                                                  
22:23:31 #14 31.87   checkpolicy-2.9-1.el8.x86_64                                                  
22:23:31 #14 31.87   cmake-3.18.2-11.el8_4.x86_64                                                  
22:23:31 #14 31.87   cmake-data-3.18.2-11.el8_4.noarch                                             
22:23:31 #14 31.87   cmake-filesystem-3.18.2-11.el8_4.x86_64                                       
22:23:31 #14 31.87   cmake-rpm-macros-3.18.2-11.el8_4.noarch                                       
22:23:31 #14 31.87   cpp-8.4.1-1.el8.x86_64                                                        
22:23:31 #14 31.87   device-mapper-devel-8:1.02.175-5.el8.x86_64                                   
22:23:31 #14 31.87   gcc-8.4.1-1.el8.x86_64                                                        
22:23:31 #14 31.87   git-2.27.0-1.el8.x86_64                                                       
22:23:31 #14 31.87   git-core-2.27.0-1.el8.x86_64                                                  
22:23:31 #14 31.87   git-core-doc-2.27.0-1.el8.noarch                                              
22:23:31 #14 31.87   glibc-devel-2.28-151.el8.x86_64                                               
22:23:31 #14 31.87   glibc-headers-2.28-151.el8.x86_64                                             
22:23:31 #14 31.87   glibc-static-2.28-151.el8.x86_64                                              
22:23:31 #14 31.87   isl-0.16.1-6.el8.x86_64                                                       
22:23:31 #14 31.87   kbd-2.0.4-10.el8.x86_64                                                       
22:23:31 #14 31.87   kbd-legacy-2.0.4-10.el8.noarch                                                
22:23:31 #14 31.87   kbd-misc-2.0.4-10.el8.noarch                                                  
22:23:31 #14 31.87   kernel-headers-4.18.0-305.19.1.el8_4.x86_64                                   
22:23:31 #14 31.87   libedit-3.1-23.20170329cvs.el8.x86_64                                         
22:23:31 #14 31.87   libgomp-8.4.1-1.el8.x86_64                                                    
22:23:31 #14 31.87   libmpc-1.1.0-9.1.el8.x86_64                                                   
22:23:31 #14 31.87   libseccomp-devel-2.5.1-1.el8.x86_64                                           
22:23:31 #14 31.87   libselinux-devel-2.9-5.el8.x86_64                                             
22:23:31 #14 31.87   libselinux-utils-2.9-5.el8.x86_64                                             
22:23:31 #14 31.87   libsepol-devel-2.9-2.el8.x86_64                                               
22:23:31 #14 31.87   libtool-2.4.6-25.el8.x86_64                                                   
22:23:31 #14 31.87   libtool-ltdl-devel-2.4.6-25.el8.x86_64                                        
22:23:31 #14 31.87   libuv-1:1.41.1-1.el8_4.x86_64                                                 
22:23:31 #14 31.87   libxcrypt-devel-4.1.1-4.el8.x86_64                                            
22:23:31 #14 31.87   libxcrypt-static-4.1.1-4.el8.x86_64                                           
22:23:31 #14 31.87   libxkbcommon-0.9.1-1.el8.x86_64                                               
22:23:31 #14 31.87   m4-1.4.18-7.el8.x86_64                                                        
22:23:31 #14 31.87   make-1:4.2.1-10.el8.x86_64                                                    
22:23:31 #14 31.87   openssh-8.0p1-6.el8_4.2.x86_64                                                
22:23:31 #14 31.87   openssh-clients-8.0p1-6.el8_4.2.x86_64                                        
22:23:31 #14 31.87   pcre2-devel-10.32-2.el8.x86_64                                                
22:23:31 #14 31.87   pcre2-utf16-10.32-2.el8.x86_64                                                
22:23:31 #14 31.87   pcre2-utf32-10.32-2.el8.x86_64                                                
22:23:31 #14 31.87   perl-Error-1:0.17025-2.el8.noarch                                             
22:23:31 #14 31.87   perl-Git-2.27.0-1.el8.noarch                                                  
22:23:31 #14 31.87   perl-TermReadKey-2.37-7.el8.x86_64                                            
22:23:31 #14 31.87   perl-Thread-Queue-3.13-1.el8.noarch                                           
22:23:31 #14 31.87   policycoreutils-2.9-14.el8.x86_64                                             
22:23:31 #14 31.87   policycoreutils-devel-2.9-14.el8.x86_64                                       
22:23:31 #14 31.87   policycoreutils-python-utils-2.9-14.el8.noarch                                
22:23:31 #14 31.87   python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_64                          
22:23:31 #14 31.87   python3-libselinux-2.9-5.el8.x86_64                                           
22:23:31 #14 31.87   python3-libsemanage-2.9-6.el8.x86_64                                          
22:23:31 #14 31.87   python3-policycoreutils-2.9-14.el8.noarch                                     
22:23:31 #14 31.87   python3-setools-4.3.0-2.el8.x86_64                                            
22:23:31 #14 31.87   rpm-plugin-selinux-4.14.3-14.el8_4.x86_64                                     
22:23:31 #14 31.87   selinux-policy-3.14.3-67.el8_4.2.noarch                                       
22:23:31 #14 31.87   selinux-policy-devel-3.14.3-67.el8_4.2.noarch                                 
22:23:31 #14 31.87   selinux-policy-minimum-3.14.3-67.el8_4.2.noarch                               
22:23:31 #14 31.87   systemd-devel-239-45.el8_4.3.x86_64                                           
22:23:31 #14 31.87   vim-filesystem-2:8.0.1763-15.el8.noarch                                       
22:23:31 #14 31.87   which-2.21-12.el8.x86_64                                                      
22:23:31 #14 31.87   xkeyboard-config-2.28-1.el8.noarch                                            
22:23:31 #14 31.87 
22:23:31 #14 31.87 Complete!
22:23:32 #22 ...
22:23:32 
22:23:32 #14 [linux/amd64 gostable 1/1] FROM docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
22:23:32 #14 extracting sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 7.9s done
22:23:32 #14 extracting sha256:36803fd6ed32d2fbeb27157ae8bd9eac927a87d33ede687fc8c596fb1432e948 0.0s done
22:23:32 #14 DONE 9.9s
22:23:32 
22:23:32 #16 [linux/amd64 build-base-alpine 1/3] COPY --from=xx / /
22:23:32 #14 DONE 32.9s
22:23:32 
22:23:32 #16 [stage-1 8/9] COPY --from=golang /usr/local/go /usr/local/go
22:23:32 #16 sha256:c62989efe97e73528cdd289338190b40f6216267a154cf22c2b52e084454dda2
22:23:34 #16 DONE 1.8s
22:23:34 
22:23:34 #17 [linux/amd64 build-base-alpine 2/3] RUN apk add --no-cache clang lld llvm file git
22:23:34 #17 0.142 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
22:23:35 #17 1.254 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
22:23:35 #17 1.547 (1/18) Installing libffi (3.3-r2)
22:23:35 #17 1.553 (2/18) Installing libgcc (10.3.1_git20210424-r2)
22:23:35 #17 1.564 (3/18) Installing libstdc++ (10.3.1_git20210424-r2)
22:23:35 #17 1.598 (4/18) Installing xz-libs (5.2.5-r0)
22:23:35 #17 1.604 (5/18) Installing libxml2 (2.9.12-r1)
22:23:35 #17 1.624 (6/18) Installing llvm11-libs (11.1.0-r2)
22:23:36 #17 2.828 (7/18) Installing clang-libs (11.1.0-r1)
22:23:37 #16 DONE 3.7s
22:23:37 
22:23:37 #17 [stage-1 9/9] WORKDIR /root/rpmbuild
22:23:37 #17 sha256:1b28d00bb5cc7b9450298a37c96bb05683cad0d148e37a36dff9783c9f57f4b0
22:23:37 #17 DONE 0.0s
22:23:37 
22:23:37 #18 exporting to image
22:23:37 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
22:23:37 #18 exporting layers
22:23:37 #17 3.810 (8/18) Installing clang (11.1.0-r1)
22:23:38 #17 4.217 (9/18) Installing libmagic (5.40-r1)
22:23:38 #17 4.274 (10/18) Installing file (5.40-r1)
22:23:38 #17 4.277 (11/18) Installing brotli-libs (1.0.9-r5)
22:23:38 #17 4.290 (12/18) Installing nghttp2-libs (1.43.0-r0)
22:23:38 #17 4.296 (13/18) Installing libcurl (7.79.1-r0)
22:23:38 #17 4.313 (14/18) Installing expat (2.4.1-r0)
22:23:38 #17 4.320 (15/18) Installing pcre2 (10.36-r0)
22:23:38 #17 4.333 (16/18) Installing git (2.32.0-r0)
22:23:38 #17 4.490 (17/18) Installing lld (11.1.0-r0)
22:23:38 #17 4.538 (18/18) Installing llvm11 (11.1.0-r2)
22:23:38 #17 5.061 Executing busybox-1.33.1-r3.trigger
22:23:38 #17 5.072 OK: 285 MiB in 33 packages
22:23:40 #17 DONE 6.9s
22:23:40 
22:23:40 #18 [linux/amd64 build-base-alpine 3/3] WORKDIR /go/src/github.com/docker/cli
22:23:40 #18 DONE 0.2s
22:23:40 
22:23:40 #19 [linux/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
22:23:41 #19 0.145 skipping packages installation on darwin
22:23:41 #19 DONE 0.2s
22:23:41 
22:23:41 #25 [linux/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
22:23:41 #25 0.179 skipping packages installation on darwin
22:23:41 #25 DONE 0.2s
22:23:41 
22:23:41 #26 [linux/amd64 build 1/2] RUN --mount=type=cache,target=/root/.cache     GO111MODULE=auto go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0
22:23:41 #18 exporting layers 4.9s done
22:23:41 #18 writing image sha256:b5746210787af3cf220043b8ca8bbd1c1214602a562bf92a46d89019b4bfd3a7 done
22:23:41 #18 naming to docker.io/rpmbuild-centos-8/x86_64 done
22:23:41 #18 DONE 4.9s
22:23:41 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm/rpmbuild/centos-8/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm/rpmbuild/centos-8/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-8/x86_64 -ba --define '_gitcommit_cli e57b5f7' --define '_gitcommit_engine 6f6b9d2' --define '_release 0' --define '_version 0.0.0.20211015144600.e57b5f7' --define '_origversion 0.0.0-20211015144600-e57b5f7' --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
22:23:42 #26 0.824 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
22:23:42 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.HQio3h
22:23:42 + umask 022
22:23:42 + cd /root/rpmbuild/BUILD
22:23:42 + cd /root/rpmbuild/BUILD
22:23:42 + rm -rf src
22:23:42 + /usr/bin/mkdir -p src
22:23:42 + cd src
22:23:42 + /usr/bin/tar -xof -
22:23:42 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
22:23:42 #26 1.336 go: downloading github.com/akavel/rsrc v0.10.2
22:23:43 + STATUS=0
22:23:43 + '[' 0 -ne 0 ']'
22:23:43 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
22:23:43 + /usr/bin/tar -xof -
22:23:43 + STATUS=0
22:23:43 + '[' 0 -ne 0 ']'
22:23:43 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
22:23:43 + exit 0
22:23:43 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.xspA2f
22:23:43 + umask 022
22:23:43 + cd /root/rpmbuild/BUILD
22:23:43 + cd src
22:23:43 + export DOCKER_GITCOMMIT=6f6b9d2
22:23:43 + DOCKER_GITCOMMIT=6f6b9d2
22:23:43 + mkdir -p /go/src/github.com/docker
22:23:43 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
22:23:43 + pushd /root/rpmbuild/BUILD/src/engine
22:23:43 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
22:23:43 + TMP_GOPATH=/go
22:23:43 + hack/dockerfile/install/install.sh tini
22:23:43 + RM_GOPATH=0
22:23:43 + TMP_GOPATH=/go
22:23:43 + : /usr/local/bin
22:23:43 + '[' -z /go ']'
22:23:43 + export GOPATH=/go
22:23:43 + GOPATH=/go
22:23:43 + case "$(go env GOARCH)" in
22:23:43 ++ go env GOARCH
22:23:43 + export GO_BUILDMODE=-buildmode=pie
22:23:43 + GO_BUILDMODE=-buildmode=pie
22:23:43 ++ dirname hack/dockerfile/install/install.sh
22:23:43 + dir=hack/dockerfile/install
22:23:43 + bin=tini
22:23:43 + shift
22:23:43 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
22:23:43 + . hack/dockerfile/install/tini.installer
22:23:43 ++ : v0.19.0
22:23:43 Install tini version v0.19.0
22:23:43 + install_tini
22:23:43 + echo 'Install tini version v0.19.0'
22:23:43 + git clone https://github.com/krallin/tini.git /go/tini
22:23:43 Cloning into '/go/tini'...
22:23:43 + cd /go/tini
22:23:43 + git checkout -q v0.19.0
22:23:43 + cmake .
22:23:44 -- The C compiler identification is GNU 8.4.1
22:23:44 -- Detecting C compiler ABI info
22:23:44 -- Detecting C compiler ABI info - done
22:23:44 -- Check for working C compiler: /usr/bin/cc - skipped
22:23:44 -- Detecting C compile features
22:23:44 -- Detecting C compile features - done
22:23:44 -- Performing Test HAS_BUILTIN_FORTIFY
22:23:44 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
22:23:44 -- Configuring done
22:23:44 -- Generating done
22:23:44 -- Build files have been written to: /go/tini
22:23:44 + make tini-static
22:23:44 Scanning dependencies of target tini-static
22:23:44 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:23:44 [100%] Linking C executable tini-static
22:23:44 [100%] Built target tini-static
22:23:44 + mkdir -p /usr/local/bin
22:23:44 + cp tini-static /usr/local/bin/docker-init
22:23:44 + VERSION=0.0.0-20211015144600-e57b5f7
22:23:44 + PRODUCT=docker
22:23:44 + hack/make.sh dynbinary
22:23:44 
22:23:44 Removing bundles/
22:23:44 
22:23:44 ---> Making bundle: dynbinary (in bundles/dynbinary)
22:23:44 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
22:23:44 GOOS="" GOARCH="" GOARM=""
22:23:45 #26 DONE 4.5s
22:23:45 
22:23:45 #20 [linux/amd64 build 1/2] RUN --mount=type=cache,target=/root/.cache     GO111MODULE=auto go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0
22:23:45 #20 0.813 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
22:23:45 #20 1.334 go: downloading github.com/akavel/rsrc v0.10.2
22:23:45 #20 DONE 4.5s
22:23:45 
22:23:45 #22 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
22:23:47 #22 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 22.5s done
22:23:47 #22 DONE 25.2s
22:23:52 
22:23:52 #28 [linux/amd64 build 2/2] RUN --mount=type=bind,target=.,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
22:24:00 #28 7.298 Building static docker-darwin-arm64
22:24:00 #28 7.302 + go build -o /out/docker-darwin-arm64 -tags ' pkcs11' --ldflags '    -w          -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-19T22:23:59Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"      ' '-buildmode=pie' github.com/docker/cli/cmd/docker
22:24:02 #28 ...
22:24:02 
22:24:02 #23 [linux/amd64 build 2/2] RUN --mount=type=bind,target=.,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
22:24:02 #23 7.258 Building static docker-darwin-amd64
22:24:02 #23 7.263 + go build -o /out/docker-darwin-amd64 -tags ' pkcs11' --ldflags '    -w          -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-19T22:23:59Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"      ' '-buildmode=pie' github.com/docker/cli/cmd/docker
22:24:34 make[2]: Entering directory '/root/build-deb/cli'
22:24:34 scripts/docs/generate-man.sh
22:25:21 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
22:25:21 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
22:25:21 GOOS="" GOARCH="" GOARM=""
22:25:21 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
22:25:21 
22:25:21 + popd
22:25:21 ~/rpmbuild/BUILD/src
22:25:21 + exit 0
22:25:21 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Ocp9Ni
22:25:21 + umask 022
22:25:21 + cd /root/rpmbuild/BUILD
22:25:21 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64 '!=' / ']'
22:25:21 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
22:25:21 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
22:25:21 + mkdir -p /root/rpmbuild/BUILDROOT
22:25:21 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
22:25:21 + cd src
22:25:21 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
22:25:21 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin/dockerd
22:25:21 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
22:25:21 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin/docker-proxy
22:25:21 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin/docker-init
22:25:21 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/lib/systemd/system/docker.service
22:25:21 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/lib/systemd/system/docker.socket
22:25:21 + /usr/lib/rpm/check-buildroot
22:25:21 + /usr/lib/rpm/redhat/brp-ldconfig
22:25:21 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
22:25:21 + /usr/lib/rpm/brp-compress
22:25:21 + /usr/lib/rpm/brp-strip /usr/bin/strip
22:25:21 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
22:25:21 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
22:25:21 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
22:25:21 + /usr/lib/rpm/brp-python-bytecompile '' 1
22:25:21 + /usr/lib/rpm/brp-python-hardlink
22:25:21 + PYTHON3=/usr/libexec/platform-python
22:25:21 + /usr/lib/rpm/redhat/brp-mangle-shebangs
22:25:21 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.eB915f
22:25:21 + umask 022
22:25:21 + cd /root/rpmbuild/BUILD
22:25:21 + cd src
22:25:21 ++ engine/bundles/dynbinary-daemon/dockerd --version
22:25:21 + ver='Docker version 0.0.0-20211015144600-e57b5f7, build 6f6b9d2'
22:25:21 + test 'Docker version 0.0.0-20211015144600-e57b5f7, build 6f6b9d2' = 'Docker version 0.0.0-20211015144600-e57b5f7, build 6f6b9d2'
22:25:21 + echo 'PASS: daemon version OK'
22:25:21 PASS: daemon version OK
22:25:21 + exit 0
22:25:21 Processing files: docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
22:25:21 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin/docker-proxy
22:25:21 Provides: docker-ce = 3:0.0.0.20211015144600.e57b5f7-0.el8 docker-ce(x86-64) = 3:0.0.0.20211015144600.e57b5f7-0.el8
22:25:21 Requires(interp): /bin/sh /bin/sh /bin/sh
22:25:21 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
22:25:21 Requires(post): /bin/sh
22:25:21 Requires(preun): /bin/sh
22:25:21 Requires(postun): /bin/sh
22:25:21 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)
22:25:21 Conflicts: docker docker-ee docker-engine-cs docker-io
22:25:21 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
22:25:21 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
22:25:21 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.src.rpm
22:25:29 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64.rpm
22:25:29 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.QSV3wh
22:25:29 + umask 022
22:25:29 + cd /root/rpmbuild/BUILD
22:25:29 + cd src
22:25:29 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
22:25:29 + exit 0
22:25:29 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3NBqbj
22:25:29 + umask 022
22:25:29 + cd /root/rpmbuild/BUILD
22:25:29 + cd /root/rpmbuild/BUILD
22:25:29 + rm -rf src
22:25:29 + /usr/bin/mkdir -p src
22:25:29 + cd src
22:25:29 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
22:25:29 + /usr/bin/tar -xof -
22:25:29 + STATUS=0
22:25:29 + '[' 0 -ne 0 ']'
22:25:29 + /usr/bin/tar -xof -
22:25:29 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
22:25:29 + STATUS=0
22:25:29 + '[' 0 -ne 0 ']'
22:25:29 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
22:25:29 + exit 0
22:25:29 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Ou5qYh
22:25:29 + umask 022
22:25:29 + cd /root/rpmbuild/BUILD
22:25:29 + cd src
22:25:29 + mkdir -p /go/src/github.com/docker
22:25:29 + rm -f /go/src/github.com/docker/cli
22:25:29 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
22:25:29 + pushd /go/src/github.com/docker/cli
22:25:29 + VERSION=0.0.0-20211015144600-e57b5f7
22:25:29 + GITCOMMIT=e57b5f7
22:25:29 + GO_LINKMODE=dynamic
22:25:29 + ./scripts/build/binary
22:25:29 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
22:25:29 Building dynamic docker-linux-amd64
22:25:29 + go build -o build/docker-linux-amd64 -tags ' pkcs11' --ldflags '    -w     -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"     -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-19T22:25:28Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"      ' -buildmode=pie github.com/docker/cli/cmd/docker
22:25:42 Project root: /go/src/github.com/docker/cli
22:25:42 Generating man pages into /go/src/github.com/docker/cli/man/man1
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
22:25:42 2021/10/19 22:25:38 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
22:25:42 make[2]: Leaving directory '/root/build-deb/cli'
22:25:42 # Build the scan-plugin
22:25:42 # TODO change once we support scan-plugin on other architectures
22:25:42 if [ "armhf" = "amd64" ]; then \
22:25:42 	cd /go/src/github.com/docker/scan-cli-plugin \
22:25:42 	&& PLATFORM_BINARY=docker-scan COMMIT=35651ca TAG_NAME=v0.8.0 make native-build \
22:25:42 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
22:25:42 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
22:25:42 fi
22:25:42 # Build the CLI plugins
22:25:42 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
22:25:42 set -e;cd /sources && \
22:25:42 	tar xzf plugin-installers.tgz; \
22:25:42 	for installer in plugins/*.installer; do \
22:25:42 		LDFLAGS='' bash ${installer} build; \
22:25:42 	done
22:25:42 Cloning into '/go/src/github.com/docker/buildx'...
22:25:42 Fetching origin
22:25:42 + GO111MODULE=on
22:25:42 + 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
22:26:50 + DISABLE_WARN_OUTSIDE_CONTAINER=1
22:26:50 + make manpages
22:26:50 scripts/docs/generate-man.sh
22:27:03 make[1]: Leaving directory '/root/build-deb'
22:27:03    debian/rules override_dh_auto_test
22:27:03 make[1]: Entering directory '/root/build-deb'
22:27:03 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
22:27:03 	test "$ver" = "Docker version 0.0.0-20211015144600-e57b5f7, build 6f6b9d2" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
22:27:03 PASS: daemon version OK
22:27:03 ver="$(cli/build/docker --version)"; \
22:27:03 	test "$ver" = "Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
22:27:03 PASS: cli version OK
22:27:03 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
22:27:03 # TODO change once we support scan-plugin on other architectures
22:27:03 if [ "armhf" = "amd64" ]; then \
22:27:03 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
22:27:03 		test "$ver" = "v0.8.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
22:27:03 fi
22:27:03 make[1]: Leaving directory '/root/build-deb'
22:27:03    create-stamp debian/debhelper-build-stamp
22:27:03  debian/rules binary
22:27:03 dh binary --with=bash-completion
22:27:03    dh_testroot
22:27:03    dh_prep
22:27:03    debian/rules override_dh_auto_install
22:27:03 make[1]: Entering directory '/root/build-deb'
22:27:03 # docker-ce-cli install
22:27:03 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
22:27:03 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
22:27:03 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
22:27:03 set -e;cd /sources && \
22:27:03 	tar xzf plugin-installers.tgz; \
22:27:03 	for installer in plugins/*.installer; do \
22:27:03 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
22:27:03 		PREFIX=/usr/libexec/docker/cli-plugins \
22:27:03 			bash ${installer} install_plugin; \
22:27:03 	done
22:27:03 # docker-ce install
22:27:03 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
22:27:03 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
22:27:03 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7 debian/docker-ce/usr/bin/dockerd
22:27:03 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7 debian/docker-ce/usr/bin/docker-proxy
22:27:03 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
22:27:03 # docker-scan-plugin install
22:27:03 # TODO change once we support scan-plugin on other architectures
22:27:03 if [ "armhf" = "amd64" ]; then \
22:27:03 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
22:27:03 fi
22:27:03 # docker-ce-rootless-extras install
22:27:03 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
22:27:03 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
22:27:03 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
22:27:03 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
22:27:03 # TODO: how can we install vpnkit?
22:27:03 make[1]: Leaving directory '/root/build-deb'
22:27:03    debian/rules override_dh_install
22:27:03 make[1]: Entering directory '/root/build-deb'
22:27:03 dh_install
22:27:03 # TODO Can we do this from within our container?
22:27:03 dh_apparmor --profile-name=docker-ce -pdocker-ce
22:27:03 make[1]: Leaving directory '/root/build-deb'
22:27:03    dh_installdocs
22:27:03    dh_installchangelogs
22:27:03    dh_installman
22:27:03    dh_bash-completion
22:27:03    dh_systemd_enable
22:27:03    debian/rules override_dh_installinit
22:27:03 make[1]: Entering directory '/root/build-deb'
22:27:03 # use "docker" as our service name, not "docker-ce"
22:27:03 dh_installinit --name=docker
22:27:03 make[1]: Leaving directory '/root/build-deb'
22:27:03    dh_systemd_start
22:27:03    dh_perl
22:27:03    dh_link
22:27:03    dh_strip_nondeterminism
22:27:03    dh_compress
22:27:03    dh_fixperms
22:27:03    dh_missing
22:27:03    debian/rules override_dh_strip
22:27:03 make[1]: Entering directory '/root/build-deb'
22:27:03 # Go has lots of problems with stripping, so just don't
22:27:03 make[1]: Leaving directory '/root/build-deb'
22:27:03    dh_makeshlibs
22:27:03    debian/rules override_dh_shlibdeps
22:27:03 make[1]: Entering directory '/root/build-deb'
22:27:03 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
22:27:03 make[1]: Leaving directory '/root/build-deb'
22:27:03    dh_installdeb
22:27:03    debian/rules override_dh_gencontrol
22:27:03 make[1]: Entering directory '/root/build-deb'
22:27:03 # Use separate version for the scan-plugin package, then generate the other control files as usual
22:27:03 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
22:27:03 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
22:27:03 if [ "armhf" = "amd64" ]; then \
22:27:03 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
22:27:03 fi
22:27:03 dh_gencontrol --remaining-packages
22:27:03 make[1]: Leaving directory '/root/build-deb'
22:27:03    dh_md5sums
22:27:03    debian/rules override_dh_builddeb
22:27:03 make[1]: Entering directory '/root/build-deb'
22:27:03 dh_builddeb -- -Zxz
22:27:03 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb'.
22:27:03 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb'.
22:27:09 #23 ...
22:27:09 
22:27:09 #28 [linux/amd64 build 2/2] RUN --mount=type=bind,target=.,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
22:27:09 #28 DONE 196.2s
22:27:09 
22:27:09 #23 [linux/amd64 build 2/2] RUN --mount=type=bind,target=.,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
22:27:09 #23 ...
22:27:09 
22:27:09 #29 [darwin/arm64 binary 1/1] COPY --from=build /out .
22:27:09 #29 DONE 0.1s
22:27:09 
22:27:09 #23 [linux/amd64 build 2/2] RUN --mount=type=bind,target=.,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
22:27:10 #23 DONE 197.5s
22:27:10 
22:27:10 #24 [darwin/amd64 binary 1/1] COPY --from=build /out .
22:27:10 #24 DONE 0.1s
22:27:10 
22:27:10 #30 exporting to client
22:27:10 #30 copying files darwin/amd64 22B
22:27:10 #30 copying files darwin/arm64 22B
22:27:12 #30 copying files darwin/amd64 54.15MB 1.8s done
22:27:12 #30 copying files darwin/arm64 50.09MB 1.8s done
22:27:12 #30 DONE 1.8s
22:27:12 dest=$PWD/build/mac; cd /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/cli/build && for platform in *; do \
22:27:12 	arch=$(echo $platform | cut -d_ -f2); \
22:27:12 	mkdir -p $dest/$arch/docker; \
22:27:12 	cp $platform/docker-darwin-* $dest/$arch/docker/docker && \
22:27:12 	tar -C $dest/$arch -c -z -f $dest/$arch/docker-0.0.0-20211015144600-e57b5f7.tgz docker; \
22:27:12 done
22:27:22 cp: cannot stat 'docker/docker-darwin-*': Not a directory
22:27:22 cp: cannot stat 'docker-linux-amd64/docker-darwin-*': Not a directory
22:27:22 make[1]: *** [Makefile:72: cross-mac] Error 1
22:27:22 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/static'
22:27:22 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/static'
22:27:22 make -C /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/docker VERSION=0.0.0-20211015144600-e57b5f7 DOCKER_CROSSPLATFORMS=windows/amd64 DOCKER_BUILD_OPTS="" cross
22:27:22 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/docker'
22:27:23 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 .
22:27:24 #1 [internal] load build definition from Dockerfile
22:27:24 #1 sha256:d45ab0980a69bedb2a1de7958bcf74b73b040ba116cddd6710558b297a3ec979
22:27:24 #1 transferring dockerfile: 39B done
22:27:24 #1 DONE 0.0s
22:27:24 
22:27:24 #2 [internal] load .dockerignore
22:27:24 #2 sha256:4ed77fd51750c8bead5aa8221f826276cfc4823bafdd44ec143a81f4a599f7ed
22:27:24 #2 transferring context: 34B done
22:27:24 #2 DONE 0.0s
22:27:24 
22:27:24 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
22:27:24 #4 sha256:a4e83bf255f4bb1d709e7e73a49022e651e30cd5229ed9d42a3e17c33e742601
22:27:24 #4 DONE 0.0s
22:27:24 
22:27:24 #3 resolve image config for docker.io/docker/dockerfile:1.3
22:27:24 #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
22:27:24 #3 DONE 0.1s
22:27:24 
22:27:24 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
22:27:24 #5 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952
22:27:24 #5 CACHED
22:27:24 
22:27:24 #6 [internal] load build definition from Dockerfile
22:27:24 #6 sha256:bec335d35eedd7a4159e10560070d25dd01f9126ba6cfb988fb061b93c801069
22:27:24 #6 DONE 0.0s
22:27:24 
22:27:24 #7 [internal] load .dockerignore
22:27:24 #7 sha256:97d54329538a1f60c55611e5c54e2bafe1325008bc60f10fd1762b5fe49e5be6
22:27:24 #7 DONE 0.0s
22:27:24 
22:27:24 #11 [auth] djs55/vpnkit:pull token for registry-1.docker.io
22:27:24 #11 sha256:bc6bf97c55c77c6518836a710fbe8ddf451b906e7b48957e896178134b1bd312
22:27:24 #11 DONE 0.0s
22:27:24 
22:27:24 #12 [auth] library/golang:pull token for registry-1.docker.io
22:27:24 #12 sha256:2500ecf38e8a01f9bef0de96dc9c920cd01ed496049eab0d5676ccb3c1521cb5
22:27:24 #12 DONE 0.0s
22:27:24 
22:27:24 #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
22:27:24 #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
22:27:24 #8 DONE 0.1s
22:27:24 
22:27:24 #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
22:27:24 #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
22:27:24 #10 DONE 0.1s
22:27:24 
22:27:24 #9 [internal] load metadata for docker.io/library/golang:1.16.9-bullseye
22:27:24 #9 sha256:d1483ad508b97cbe2844b5f09783babdf48c519cb5644dc3bb85f55762761899
22:27:24 #9 DONE 0.1s
22:27:24 
22:27:24 #13 [base 1/3] FROM docker.io/library/golang:1.16.9-bullseye@sha256:0fd88ab64b3cd8c2fe9dcf5329a1e063350f86e48ca729f1247497f19f207031
22:27:24 #13 sha256:47a69324b37832c26a391e3017d3c2600dd977cb4c637d295e4924d982175be5
22:27:24 #13 DONE 0.0s
22:27:24 
22:27:24 #43 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
22:27:24 #43 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
22:27:24 #43 DONE 0.0s
22:27:24 
22:27:24 #41 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
22:27:24 #41 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
22:27:24 #41 DONE 0.0s
22:27:24 
22:27:24 #14 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
22:27:24 #14 sha256:0254560cd3862739c4c57f8f11be749e7e9d1b35250a79af4668fa7360a57c2e
22:27:24 #14 CACHED
22:27:24 
22:27:24 #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
22:27:24 #15 sha256:33468275bd6a72e0bc8adb9ad29413126b48c6bdb5d4579eb3bad41eb59c4d8a
22:27:24 #15 CACHED
22:27:24 
22:27:24 #25 [internal] load build context
22:27:24 #25 sha256:699cf5d2992fc4a732f10bc4a05b362354a65c81f06185e6c77d2e7a99840a05
22:27:25 #25 transferring context: 513.12kB 0.6s done
22:27:25 #25 DONE 0.7s
22:27:25 
22:27:25 #16 [cross-true 1/6] RUN dpkg --add-architecture arm64
22:27:25 #16 sha256:6cf6b9d8131852c85567b88f1945d90d1be78e15fa40d56abf55f24ab85467bb
22:27:25 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb'.
22:27:25 #16 DONE 1.1s
22:27:25 
22:27:25 #17 [cross-true 2/6] RUN dpkg --add-architecture armel
22:27:25 #17 sha256:b6463546e94fc92a6e626ca1e8e25b05fbee1f7034b5a5fbfedf2a34cec3f65b
22:27:26 #17 DONE 0.9s
22:27:26 
22:27:26 #18 [cross-true 3/6] RUN dpkg --add-architecture armhf
22:27:26 #18 sha256:7ffaa9dee5c9f2ddd5923c2c3f7b77b0fbee5e0bc68cb392401988157b1e524c
22:27:27 #18 DONE 0.9s
22:27:27 
22:27:27 #19 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
22:27:27 #19 sha256:d02144267888e5047c009af560e875c3bb3447e6ca2944eb6ed934c34f772b7d
22:27:28 #19 DONE 0.7s
22:27:28 
22:27:28 #20 [cross-true 5/6] RUN dpkg --add-architecture s390x
22:27:28 #20 sha256:c02fed6c460feed4812a228f6ff5627b9fde69f90b5cbe4ad58d95db28d14af0
22:27:29 #20 DONE 0.8s
22:27:29 
22:27:29 #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
22:27:29 #21 sha256:fbb8bea096c2a910fa94b328af45f6c8e83a50b23f7a5afe8876135f70585b01
22:27:30 #21 1.060 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
22:27:30 #21 1.060 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
22:27:30 #21 1.080 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
22:27:30 #21 1.284 Get:4 http://security.debian.org/debian-security bullseye-security/main s390x Packages [67.7 kB]
22:27:30 #21 1.314 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [72.0 kB]
22:27:30 #21 1.319 Get:6 http://security.debian.org/debian-security bullseye-security/main armel Packages [66.0 kB]
22:27:30 #21 1.321 Get:7 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [67.8 kB]
22:27:30 #21 1.322 Get:8 http://security.debian.org/debian-security bullseye-security/main armhf Packages [70.9 kB]
22:27:30 #21 1.322 Get:9 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [71.6 kB]
22:27:30 #21 1.581 Get:10 http://deb.debian.org/debian bullseye/main arm64 Packages [8068 kB]
22:27:30 #21 1.802 Get:11 http://deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
22:27:30 #21 1.971 Get:12 http://deb.debian.org/debian bullseye/main armel Packages [7863 kB]
22:27:31 #21 2.118 Get:13 http://deb.debian.org/debian bullseye/main armhf Packages [7942 kB]
22:27:31 #21 2.254 Get:14 http://deb.debian.org/debian bullseye/main s390x Packages [7874 kB]
22:27:31 #21 2.402 Get:15 http://deb.debian.org/debian bullseye/main amd64 Packages [8180 kB]
22:27:31 #21 2.556 Get:16 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [2300 B]
22:27:31 #21 2.556 Get:17 http://deb.debian.org/debian bullseye-updates/main armel Packages [2308 B]
22:27:31 #21 2.556 Get:18 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2300 B]
22:27:31 #21 2.557 Get:19 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2304 B]
22:27:31 #21 2.558 Get:20 http://deb.debian.org/debian bullseye-updates/main s390x Packages [2304 B]
22:27:31 #21 2.559 Get:21 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2308 B]
22:27:41 #21 10.92 Fetched 48.6 MB in 10s (4797 kB/s)
22:27:45 #21 10.92 Reading package lists...
22:27:48 #21 15.81 Reading package lists...
22:27:48 #21 19.23 Building dependency tree...
22:27:49 #21 20.64 The following additional packages will be installed:
22:27:49 #21 20.64   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
22:27:49 #21 20.64   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
22:27:49 #21 20.64   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
22:27:49 #21 20.64   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
22:27:49 #21 20.64   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
22:27:49 #21 20.64   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
22:27:49 #21 20.64   cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file
22:27:49 #21 20.64   g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf
22:27:49 #21 20.64   g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu
22:27:49 #21 20.64   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu
22:27:49 #21 20.64   g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
22:27:49 #21 20.64   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
22:27:49 #21 20.64   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
22:27:49 #21 20.64   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
22:27:49 #21 20.64   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
22:27:49 #21 20.64   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
22:27:49 #21 20.64   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
22:27:49 #21 20.64   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
22:27:49 #21 20.64   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
22:27:49 #21 20.64   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
22:27:49 #21 20.64   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
22:27:49 #21 20.64   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
22:27:49 #21 20.64   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
22:27:49 #21 20.64   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
22:27:49 #21 20.64   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
22:27:49 #21 20.64   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
22:27:49 #21 20.64   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
22:27:49 #21 20.64   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
22:27:49 #21 20.64   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
22:27:49 #21 20.64   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
22:27:49 #21 20.64   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
22:27:49 #21 20.64   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
22:27:49 #21 20.65   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
22:27:49 #21 20.65   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
22:27:49 #21 20.65   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
22:27:49 #21 20.65   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
22:27:49 #21 20.65   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
22:27:49 #21 20.65   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
22:27:49 #21 20.65   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
22:27:49 #21 20.65   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
22:27:49 #21 20.65   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
22:27:49 #21 20.65   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
22:27:49 #21 20.65   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
22:27:49 #21 20.65   linux-libc-dev-s390x-cross patch xz-utils
22:27:49 #21 20.66 Suggested packages:
22:27:49 #21 20.66   binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch
22:27:49 #21 20.66   debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu
22:27:49 #21 20.66   gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex
22:27:49 #21 20.66   bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi
22:27:49 #21 20.66   gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu
22:27:49 #21 20.66   libyaml-shell-perl ed diffutils-doc
22:27:49 #21 20.66 Recommended packages:
22:27:49 #21 20.66   fakeroot build-essential libalgorithm-merge-perl libwww-perl
22:27:49 #21 20.66   libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl
22:27:51 #21 21.88 The following NEW packages will be installed:
22:27:51 #21 21.88   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
22:27:51 #21 21.88   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
22:27:51 #21 21.88   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
22:27:51 #21 21.88   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
22:27:51 #21 21.88   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
22:27:51 #21 21.88   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
22:27:51 #21 21.88   cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64
22:27:51 #21 21.88   crossbuild-essential-armel crossbuild-essential-armhf
22:27:51 #21 21.88   crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev
22:27:51 #21 21.88   file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi
22:27:51 #21 21.88   g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu
22:27:51 #21 21.88   g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi
22:27:51 #21 21.88   g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu
22:27:51 #21 21.88   gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
22:27:51 #21 21.88   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
22:27:51 #21 21.88   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
22:27:51 #21 21.88   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
22:27:51 #21 21.88   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
22:27:51 #21 21.88   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
22:27:51 #21 21.88   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
22:27:51 #21 21.88   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
22:27:51 #21 21.88   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
22:27:51 #21 21.88   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
22:27:51 #21 21.88   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
22:27:51 #21 21.88   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
22:27:51 #21 21.88   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
22:27:51 #21 21.89   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
22:27:51 #21 21.89   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
22:27:51 #21 21.89   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
22:27:51 #21 21.89   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
22:27:51 #21 21.89   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
22:27:51 #21 21.89   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
22:27:51 #21 21.89   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
22:27:51 #21 21.89   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
22:27:51 #21 21.89   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
22:27:51 #21 21.89   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
22:27:51 #21 21.89   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
22:27:51 #21 21.89   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
22:27:51 #21 21.89   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
22:27:51 #21 21.89   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
22:27:51 #21 21.89   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
22:27:51 #21 21.89   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
22:27:51 #21 21.89   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
22:27:51 #21 21.89   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
22:27:51 #21 21.89   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
22:27:51 #21 21.89   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
22:27:51 #21 21.89   linux-libc-dev-s390x-cross patch xz-utils
22:27:51 #21 22.21 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded.
22:27:51 #21 22.21 Need to get 787 MB of archives.
22:27:51 #21 22.21 After this operation, 3385 MB of additional disk space will be used.
22:27:51 #21 22.21 Get:1 http://deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
22:27:51 #21 22.21 Get:2 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
22:27:51 #21 22.22 Get:3 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
22:27:51 #21 22.22 Get:4 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
22:27:51 #21 22.22 Get:5 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
22:27:51 #21 22.22 Get:6 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
22:27:51 #21 22.22 Get:7 http://deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB]
22:27:51 #21 22.24 Get:8 http://deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB]
22:27:51 #21 22.27 Get:9 http://deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB]
22:27:51 #21 22.29 Get:10 http://deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB]
22:27:51 #21 22.31 Get:11 http://deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB]
22:27:51 #21 22.32 Get:12 http://deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
22:27:51 #21 22.32 Get:13 http://deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB]
22:27:51 #21 22.67 Get:14 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB]
22:27:51 #21 22.67 Get:15 http://deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB]
22:27:52 #21 23.03 Get:16 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB]
22:27:52 #21 23.03 Get:17 http://deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB]
22:27:52 #21 23.39 Get:18 http://deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
22:27:52 #21 23.39 Get:19 http://deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB]
22:27:52 #21 23.76 Get:20 http://deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
22:27:52 #21 23.76 Get:21 http://deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB]
22:27:53 #21 24.09 Get:22 http://deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
22:27:53 #21 24.09 Get:23 http://deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB]
22:27:53 #21 24.09 Get:24 http://deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB]
22:27:53 #21 24.09 Get:25 http://deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
22:27:53 #21 24.09 Get:26 http://deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
22:27:53 #21 24.09 Get:27 http://deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB]
22:27:53 #21 24.09 Get:28 http://deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB]
22:27:53 #21 24.09 Get:29 http://deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB]
22:27:53 #21 24.10 Get:30 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB]
22:27:53 #21 24.10 Get:31 http://deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB]
22:27:53 #21 24.10 Get:32 http://deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB]
22:27:53 #21 24.10 Get:33 http://deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B]
22:27:53 #21 24.10 Get:34 http://deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB]
22:27:53 #21 24.12 Get:35 http://deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB]
22:27:53 #21 24.12 Get:36 http://deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB]
22:27:53 #21 24.14 Get:37 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB]
22:27:53 #21 24.14 Get:38 http://deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB]
22:27:53 #21 24.14 Get:39 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB]
22:27:53 #21 24.15 Get:40 http://deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB]
22:27:53 #21 24.57 Get:41 http://deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B]
22:27:53 #21 24.57 Get:42 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB]
22:27:53 #21 24.58 Get:43 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB]
22:27:53 #21 24.59 Get:44 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB]
22:27:53 #21 24.60 Get:45 http://deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB]
22:27:54 #21 24.98 Get:46 http://deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B]
22:27:54 #21 24.98 Get:47 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
22:27:54 #21 24.98 Get:48 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB]
22:27:54 #21 25.00 Get:49 http://deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB]
22:27:54 #21 25.00 Get:50 http://deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
22:27:54 #21 25.00 Get:51 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
22:27:54 #21 25.07 Get:52 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
22:27:54 #21 25.07 Get:53 http://deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
22:27:54 #21 25.07 Get:54 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
22:27:54 #21 25.07 Get:55 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
22:27:54 #21 25.07 Get:56 http://deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
22:27:54 #21 25.08 Get:57 http://deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
22:27:54 #21 25.08 Get:58 http://deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB]
22:27:54 #21 25.08 Get:59 http://deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB]
22:27:54 #21 25.12 Get:60 http://deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
22:27:54 #21 25.17 Get:61 http://deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
22:27:54 #21 25.17 Get:62 http://deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB]
22:27:54 #21 25.17 Get:63 http://deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB]
22:27:54 #21 25.18 Get:64 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B]
22:27:54 #21 25.18 Get:65 http://deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB]
22:27:54 #21 25.19 Get:66 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB]
22:27:54 #21 25.19 Get:67 http://deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB]
22:27:54 #21 25.19 Get:68 http://deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B]
22:27:54 #21 25.19 Get:69 http://deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB]
22:27:54 #21 25.20 Get:70 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB]
22:27:54 #21 25.21 Get:71 http://deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB]
22:27:54 #21 25.21 Get:72 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB]
22:27:54 #21 25.22 Get:73 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB]
22:27:54 #21 25.61 Get:74 http://deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B]
22:27:54 #21 25.61 Get:75 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB]
22:27:54 #21 25.62 Get:76 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB]
22:27:54 #21 25.63 Get:77 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB]
22:27:54 #21 25.65 Get:78 http://deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB]
22:27:55 #21 26.04 Get:79 http://deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B]
22:27:55 #21 26.04 Get:80 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B]
22:27:55 #21 26.05 Get:81 http://deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB]
22:27:55 #21 26.05 Get:82 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB]
22:27:55 #21 26.05 Get:83 http://deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB]
22:27:55 #21 26.06 Get:84 http://deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B]
22:27:55 #21 26.06 Get:85 http://deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB]
22:27:55 #21 26.07 Get:86 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB]
22:27:55 #21 26.07 Get:87 http://deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB]
22:27:55 #21 26.08 Get:88 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB]
22:27:55 #21 26.08 Get:89 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB]
22:27:55 #21 26.46 Get:90 http://deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B]
22:27:55 #21 26.46 Get:91 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB]
22:27:55 #21 26.47 Get:92 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB]
22:27:55 #21 26.48 Get:93 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB]
22:27:55 #21 26.50 Get:94 http://deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB]
22:27:55 #21 26.85 Get:95 http://deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B]
22:27:55 #21 26.86 Get:96 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B]
22:27:55 #21 26.86 Get:97 http://deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB]
22:27:55 #21 26.87 Get:98 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB]
22:27:56 #21 26.87 Get:99 http://deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB]
22:27:56 #21 26.87 Get:100 http://deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB]
22:27:56 #21 26.87 Get:101 http://deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B]
22:27:56 #21 26.87 Get:102 http://deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB]
22:27:56 #21 26.88 Get:103 http://deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB]
22:27:56 #21 26.89 Get:104 http://deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB]
22:27:56 #21 26.90 Get:105 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB]
22:27:56 #21 26.91 Get:106 http://deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB]
22:27:56 #21 26.91 Get:107 http://deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB]
22:27:56 #21 26.91 Get:108 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB]
22:27:56 #21 26.92 Get:109 http://deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB]
22:27:56 #21 27.33 Get:110 http://deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B]
22:27:56 #21 27.33 Get:111 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB]
22:27:56 #21 27.34 Get:112 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB]
22:27:57 #21 27.97 Get:113 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB]
22:27:57 #21 28.29 Get:114 http://deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB]
22:27:57 #21 28.64 Get:115 http://deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B]
22:27:57 make[1]: Leaving directory '/root/build-deb'
22:27:57  dpkg-genbuildinfo
22:27:57  dpkg-genchanges  >../docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.changes
22:27:57 dpkg-genchanges: info: including full source code in upload
22:27:57  dpkg-source -I.git --after-build .
22:27:57 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
22:27:57 + destination=/build
22:27:57 + mkdir -p /build
22:27:57 + mv -v /root/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye.dsc /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye.tar.gz /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.buildinfo /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.changes /root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb /build
22:27:57 copied '/root/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb'
22:27:57 removed '/root/docker-ce-cli_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb'
22:27:57 copied '/root/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb'
22:27:57 removed '/root/docker-ce-rootless-extras_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb'
22:27:57 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye.dsc' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye.dsc'
22:27:57 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye.dsc'
22:27:57 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye.tar.gz'
22:27:57 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye.tar.gz'
22:27:57 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.buildinfo'
22:27:57 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.buildinfo'
22:27:57 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.changes' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.changes'
22:27:57 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.changes'
22:27:57 copied '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb'
22:27:57 removed '/root/docker-ce_0.0.0-20211015144600-e57b5f7-0~raspbian-bullseye_armhf.deb'
22:27:57 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-bullseye"
22:27:57 make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/deb'
[Pipeline] sh
22:27:57 #21 28.65 Get:116 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B]
22:27:57 #21 28.65 Get:117 http://deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB]
22:27:57 #21 28.65 Get:118 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB]
22:27:57 #21 28.66 Get:119 http://deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB]
22:27:57 #21 28.66 Get:120 http://deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB]
22:27:57 #21 28.66 Get:121 http://deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B]
22:27:57 #21 28.66 Get:122 http://deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB]
22:27:57 #21 28.67 Get:123 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB]
22:27:57 #21 28.67 Get:124 http://deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB]
22:27:57 #21 28.68 Get:125 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB]
22:27:57 #21 28.69 Get:126 http://deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB]
22:27:58 + make clean
22:27:58 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588:/v -w /v alpine chown -R 1000:1000 src
22:27:58 #21 29.07 Get:127 http://deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B]
22:27:58 #21 29.07 Get:128 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB]
22:27:58 #21 29.08 Get:129 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB]
22:27:58 #21 29.09 Get:130 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB]
22:27:58 #21 29.10 Get:131 http://deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB]
22:27:58 Project root: /go/src/github.com/docker/cli
22:27:58 Generating man pages into /go/src/github.com/docker/cli/man/man1
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
22:27:58 2021/10/19 22:27:54 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
22:27:58 ~/rpmbuild/BUILD/src
22:27:58 + popd
22:27:58 + pushd /root/rpmbuild/BUILD/src/plugins
22:27:58 + for installer in *.installer
22:27:58 + '[' buildx.installer '!=' scan.installer ']'
22:27:58 + bash buildx.installer build
22:27:58 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
22:27:58 Cloning into '/go/src/github.com/docker/buildx'...
22:27:58 Fetching origin
22:27:58 + GO111MODULE=on
22:27:58 + 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
22:27:58 #21 29.47 Get:132 http://deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B]
22:27:58 #21 29.47 Get:133 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B]
22:27:58 #21 29.76 debconf: delaying package configuration, since apt-utils is not installed
22:27:58 #21 29.90 Fetched 787 MB in 8s (105 MB/s)
22:27:58 #21 29.93 Selecting previously unselected package liblocale-gettext-perl.
22:27:58 rm -f -r src
22:27:59 #21 29.93 (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.)
22:27:59 #21 29.94 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
22:27:59 #21 29.94 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
22:27:59 #21 29.97 Selecting previously unselected package bzip2.
22:27:59 #21 29.97 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ...
22:27:59 #21 29.97 Unpacking bzip2 (1.0.8-4) ...
22:27:59 #21 30.00 Selecting previously unselected package libmagic-mgc.
22:27:59 #21 30.00 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ...
22:27:59 #21 30.01 Unpacking libmagic-mgc (1:5.39-3) ...
22:27:59 #21 30.09 Selecting previously unselected package libmagic1:amd64.
22:27:59 #21 30.09 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ...
22:27:59 #21 30.10 Unpacking libmagic1:amd64 (1:5.39-3) ...
22:27:59 #21 30.13 Selecting previously unselected package file.
22:27:59 #21 30.14 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ...
22:27:59 #21 30.14 Unpacking file (1:5.39-3) ...
22:27:59 #21 30.18 Selecting previously unselected package xz-utils.
22:27:59 make -C rpm clean
22:27:59 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm'
22:27:59 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
22:27:59 rm -f -r rpmbuild/
22:27:59 docker builder prune -f --filter until=24h
22:27:59 Total reclaimed space: 0B
22:27:59 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm'
22:27:59 make -C deb clean
22:27:59 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/deb'
22:27:59 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/deb:/v -w /v alpine chown -R 1000:1000 debbuild
22:27:59 #21 30.18 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ...
22:27:59 #21 30.18 Unpacking xz-utils (5.2.5-2) ...
22:27:59 #21 30.23 Selecting previously unselected package binutils-aarch64-linux-gnu.
22:27:59 #21 30.23 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ...
22:27:59 #21 30.23 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
22:27:59 #21 30.57 Selecting previously unselected package binutils-arm-linux-gnueabi.
22:27:59 #21 30.57 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ...
22:27:59 #21 30.58 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ...
22:27:59 #21 30.87 Selecting previously unselected package binutils-arm-linux-gnueabihf.
22:27:59 #21 30.87 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ...
22:27:59 #21 30.88 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
22:28:00 #21 31.18 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
22:28:00 #21 31.18 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ...
22:28:00 #21 31.19 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ...
22:28:00 #21 31.46 Selecting previously unselected package binutils-s390x-linux-gnu.
22:28:00 rm -f -r debbuild
22:28:00 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/deb:/v -w /v alpine chown -R 1000:1000 sources
22:28:00 #21 31.47 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ...
22:28:00 #21 31.47 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ...
22:28:00 #21 31.70 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64.
22:28:00 #21 31.70 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
22:28:00 #21 31.70 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
22:28:00 #21 31.74 Selecting previously unselected package cpp-10-aarch64-linux-gnu.
22:28:00 #21 31.74 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
22:28:00 #21 31.74 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
22:28:01 rm -f -r sources
22:28:01 docker builder prune -f --filter until=24h
22:28:01 Total reclaimed space: 0B
22:28:01 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/deb'
22:28:01 make -C static clean
22:28:01 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/static'
22:28:01 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/static:/v -w /v alpine chown -R 1000:1000 build
22:28:01 rm -f -r build
22:28:01 docker builder prune -f --filter until=24h
22:28:01 Total reclaimed space: 0B
22:28:01 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
22:28:05 #21 36.15 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64.
22:28:05 #21 36.16 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ...
22:28:05 #21 36.16 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
22:28:05 #21 36.20 Selecting previously unselected package cpp-10-arm-linux-gnueabi.
22:28:05 #21 36.20 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
22:28:05 #21 36.21 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
22:28:09 #21 40.34 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64.
22:28:09 #21 40.34 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ...
22:28:09 #21 40.35 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
22:28:09 #21 40.38 Selecting previously unselected package cpp-10-arm-linux-gnueabihf.
22:28:09 #21 40.38 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
22:28:09 #21 40.39 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
22:28:13 #21 44.53 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64.
22:28:13 #21 44.53 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
22:28:13 #21 44.54 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
22:28:13 #21 44.57 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu.
22:28:13 #21 44.57 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
22:28:13 #21 44.58 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
22:28:18 #21 48.59 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64.
22:28:18 #21 48.59 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
22:28:18 #21 48.59 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
22:28:18 #21 48.63 Selecting previously unselected package cpp-10-s390x-linux-gnu.
22:28:18 #21 48.63 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
22:28:18 #21 48.63 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
22:28:22 #21 52.58 Selecting previously unselected package cpp-aarch64-linux-gnu.
22:28:22 #21 52.58 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
22:28:22 #21 52.58 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ...
22:28:22 #21 52.61 Selecting previously unselected package cpp-arm-linux-gnueabi.
22:28:22 #21 52.61 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
22:28:22 #21 52.62 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ...
22:28:22 #21 52.65 Selecting previously unselected package cpp-arm-linux-gnueabihf.
22:28:22 #21 52.65 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
22:28:22 #21 52.65 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
22:28:22 #21 52.68 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
22:28:22 #21 52.68 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
22:28:22 #21 52.68 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
22:28:22 #21 52.71 Selecting previously unselected package cpp-s390x-linux-gnu.
22:28:22 #21 52.71 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
22:28:22 #21 52.71 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ...
22:28:22 #21 52.74 Selecting previously unselected package cross-config.
22:28:22 #21 52.74 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ...
22:28:22 #21 52.75 Unpacking cross-config (2.6.18+nmu1) ...
22:28:22 #21 52.78 Selecting previously unselected package gcc-10-cross-base.
22:28:22 #21 52.78 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ...
22:28:22 #21 52.78 Unpacking gcc-10-cross-base (10.2.1-6cross1) ...
22:28:22 #21 52.81 Selecting previously unselected package libc6-arm64-cross.
22:28:22 #21 52.82 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ...
22:28:22 #21 52.82 Unpacking libc6-arm64-cross (2.31-9cross4) ...
22:28:22 #21 52.94 Selecting previously unselected package libgcc-s1-arm64-cross.
22:28:22 #21 52.95 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ...
22:28:22 #21 52.95 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ...
22:28:22 #21 52.98 Selecting previously unselected package libgomp1-arm64-cross.
22:28:22 #21 52.98 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ...
22:28:22 #21 52.98 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ...
22:28:22 #21 53.02 Selecting previously unselected package libitm1-arm64-cross.
22:28:22 #21 53.02 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ...
22:28:22 #21 53.02 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ...
22:28:22 #21 53.05 Selecting previously unselected package libatomic1-arm64-cross.
22:28:22 #21 53.05 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ...
22:28:22 #21 53.06 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ...
22:28:22 #21 53.09 Selecting previously unselected package libasan6-arm64-cross.
22:28:22 #21 53.09 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ...
22:28:22 #21 53.10 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ...
22:28:22 #21 53.32 Selecting previously unselected package liblsan0-arm64-cross.
22:28:22 #21 53.32 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ...
22:28:22 #21 53.32 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ...
22:28:22 #21 53.43 Selecting previously unselected package libtsan0-arm64-cross.
22:28:22 #21 53.43 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ...
22:28:22 #21 53.44 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ...
22:28:22 #21 53.66 Selecting previously unselected package libstdc++6-arm64-cross.
22:28:22 #21 53.66 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ...
22:28:22 #21 53.66 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ...
22:28:22 #21 53.74 Selecting previously unselected package libubsan1-arm64-cross.
22:28:22 #21 53.74 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ...
22:28:22 #21 53.74 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ...
22:28:22 #21 53.84 Selecting previously unselected package libgcc-10-dev-arm64-cross.
22:28:23 #21 53.84 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
22:28:23 #21 53.84 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
22:28:23 #21 53.99 Selecting previously unselected package gcc-10-aarch64-linux-gnu.
22:28:23 #21 53.99 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
22:28:23 #21 54.00 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
22:28:28 #21 58.95 Selecting previously unselected package gcc-aarch64-linux-gnu.
22:28:28 #21 58.96 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
22:28:28 #21 58.96 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ...
22:28:28 #21 58.99 Selecting previously unselected package linux-libc-dev-arm64-cross.
22:28:28 #21 58.99 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ...
22:28:28 #21 58.99 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
22:28:28 #21 59.18 Selecting previously unselected package libc6-dev-arm64-cross.
22:28:28 #21 59.18 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ...
22:28:28 #21 59.18 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ...
22:28:28 #21 59.43 Selecting previously unselected package libstdc++-10-dev-arm64-cross.
22:28:28 #21 59.44 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
22:28:28 #21 59.44 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
22:28:28 #21 59.69 Selecting previously unselected package g++-10-aarch64-linux-gnu.
22:28:28 #21 59.70 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
22:28:28 #21 59.70 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
22:28:34 #21 64.44 Selecting previously unselected package g++-aarch64-linux-gnu.
22:28:34 #21 64.45 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
22:28:34 #21 64.45 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ...
22:28:34 #21 64.47 Selecting previously unselected package patch.
22:28:34 #21 64.48 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ...
22:28:34 #21 64.48 Unpacking patch (2.7.6-7) ...
22:28:34 #21 64.52 Selecting previously unselected package dpkg-dev.
22:28:34 #21 64.52 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ...
22:28:34 #21 64.53 Unpacking dpkg-dev (1.20.9) ...
22:28:34 #21 64.66 Selecting previously unselected package libconfig-inifiles-perl.
22:28:34 #21 64.67 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ...
22:28:34 #21 64.67 Unpacking libconfig-inifiles-perl (3.000003-1) ...
22:28:34 #21 64.71 Selecting previously unselected package libio-string-perl.
22:28:34 #21 64.71 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ...
22:28:34 #21 64.71 Unpacking libio-string-perl (1.08-3.1) ...
22:28:34 #21 64.75 Selecting previously unselected package libicu67:amd64.
22:28:34 #21 64.75 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ...
22:28:34 #21 64.75 Unpacking libicu67:amd64 (67.1-7) ...
22:28:34 #21 65.57 Selecting previously unselected package libxml2:amd64.
22:28:34 #21 65.57 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
22:28:34 #21 65.57 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
22:28:34 #21 65.65 Selecting previously unselected package libxml-namespacesupport-perl.
22:28:34 #21 65.66 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
22:28:34 #21 65.66 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
22:28:34 #21 65.69 Selecting previously unselected package libxml-sax-base-perl.
22:28:34 #21 65.69 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ...
22:28:34 #21 65.69 Unpacking libxml-sax-base-perl (1.09-1.1) ...
22:28:34 #21 65.73 Selecting previously unselected package libxml-sax-perl.
22:28:34 #21 65.73 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ...
22:28:34 #21 65.74 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
22:28:34 #21 65.78 Selecting previously unselected package libxml-libxml-perl.
22:28:35 #21 65.78 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
22:28:35 #21 65.78 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
22:28:35 #21 65.84 Selecting previously unselected package libxml-simple-perl.
22:28:35 #21 65.85 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ...
22:28:35 #21 65.85 Unpacking libxml-simple-perl (2.25-1) ...
22:28:35 #21 65.89 Selecting previously unselected package libyaml-perl.
22:28:35 #21 65.89 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ...
22:28:35 #21 65.89 Unpacking libyaml-perl (1.30-1) ...
22:28:35 #21 65.93 Selecting previously unselected package libconfig-auto-perl.
22:28:35 #21 65.93 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ...
22:28:35 #21 65.93 Unpacking libconfig-auto-perl (0.44-1.1) ...
22:28:35 #21 65.96 Selecting previously unselected package libfile-which-perl.
22:28:35 #21 65.96 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ...
22:28:35 #21 65.96 Unpacking libfile-which-perl (1.23-1) ...
22:28:35 #21 65.99 Selecting previously unselected package libfile-homedir-perl.
22:28:35 #21 65.99 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ...
22:28:35 #21 65.99 Unpacking libfile-homedir-perl (1.006-1) ...
22:28:35 #21 66.02 Selecting previously unselected package libdebian-dpkgcross-perl.
22:28:35 #21 66.03 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ...
22:28:35 #21 66.03 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ...
22:28:35 #21 66.06 Selecting previously unselected package dpkg-cross.
22:28:35 #21 66.07 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ...
22:28:35 #21 66.07 Unpacking dpkg-cross (2.6.18+nmu1) ...
22:28:35 #21 66.10 Selecting previously unselected package crossbuild-essential-arm64.
22:28:35 #21 66.10 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ...
22:28:35 #21 66.11 Unpacking crossbuild-essential-arm64 (12.9) ...
22:28:35 #21 66.13 Selecting previously unselected package libc6-armel-cross.
22:28:35 #21 66.14 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ...
22:28:35 #21 66.14 Unpacking libc6-armel-cross (2.31-9cross4) ...
22:28:35 #21 66.26 Selecting previously unselected package libgcc-s1-armel-cross.
22:28:35 #21 66.26 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ...
22:28:35 #21 66.27 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ...
22:28:35 #21 66.29 Selecting previously unselected package libgomp1-armel-cross.
22:28:35 #21 66.30 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ...
22:28:35 #21 66.30 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ...
22:28:35 #21 66.34 Selecting previously unselected package libatomic1-armel-cross.
22:28:35 #21 66.34 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ...
22:28:35 #21 66.34 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ...
22:28:35 #21 66.37 Selecting previously unselected package libasan6-armel-cross.
22:28:35 #21 66.37 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ...
22:28:35 #21 66.38 Unpacking libasan6-armel-cross (10.2.1-6cross1) ...
22:28:35 #21 66.59 Selecting previously unselected package libstdc++6-armel-cross.
22:28:35 #21 66.60 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ...
22:28:35 #21 66.60 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ...
22:28:35 #21 66.66 Selecting previously unselected package libubsan1-armel-cross.
22:28:35 #21 66.67 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ...
22:28:35 #21 66.67 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ...
22:28:35 #21 66.77 Selecting previously unselected package libgcc-10-dev-armel-cross.
22:28:35 #21 66.77 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
22:28:35 #21 66.77 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
22:28:35 #21 66.89 Selecting previously unselected package gcc-10-arm-linux-gnueabi.
22:28:36 #21 66.89 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
22:28:36 #21 66.89 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
22:28:41 #21 71.57 Selecting previously unselected package gcc-arm-linux-gnueabi.
22:28:41 #21 71.57 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
22:28:41 #21 71.58 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ...
22:28:41 #21 71.60 Selecting previously unselected package linux-libc-dev-armel-cross.
22:28:41 #21 71.60 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ...
22:28:41 #21 71.61 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ...
22:28:41 #21 71.78 Selecting previously unselected package libc6-dev-armel-cross.
22:28:41 #21 71.78 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ...
22:28:41 #21 71.79 Unpacking libc6-dev-armel-cross (2.31-9cross4) ...
22:28:41 #21 72.01 Selecting previously unselected package libstdc++-10-dev-armel-cross.
22:28:41 #21 72.01 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
22:28:41 #21 72.01 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
22:28:41 #21 72.27 Selecting previously unselected package g++-10-arm-linux-gnueabi.
22:28:41 #21 72.27 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
22:28:41 #21 72.28 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
22:28:46 #21 76.80 Selecting previously unselected package g++-arm-linux-gnueabi.
22:28:46 #21 76.80 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
22:28:46 #21 76.81 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ...
22:28:46 #21 77.04 Selecting previously unselected package crossbuild-essential-armel.
22:28:46 #21 77.04 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ...
22:28:46 #21 77.08 Unpacking crossbuild-essential-armel (12.9) ...
22:28:46 #21 77.15 Selecting previously unselected package libc6-armhf-cross.
22:28:46 #21 77.15 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ...
22:28:46 #21 77.15 Unpacking libc6-armhf-cross (2.31-9cross4) ...
22:28:46 #21 77.26 Selecting previously unselected package libgcc-s1-armhf-cross.
22:28:46 #21 77.27 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ...
22:28:46 #21 77.27 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ...
22:28:46 #21 77.30 Selecting previously unselected package libgomp1-armhf-cross.
22:28:46 #21 77.30 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ...
22:28:46 #21 77.30 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ...
22:28:46 #21 77.34 Selecting previously unselected package libatomic1-armhf-cross.
22:28:46 #21 77.34 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ...
22:28:46 #21 77.36 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ...
22:28:46 #21 77.39 Selecting previously unselected package libasan6-armhf-cross.
22:28:46 #21 77.39 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ...
22:28:46 #21 77.39 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ...
22:28:46 #21 77.61 Selecting previously unselected package libstdc++6-armhf-cross.
22:28:46 #21 77.62 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ...
22:28:46 #21 77.62 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ...
22:28:46 #21 77.69 Selecting previously unselected package libubsan1-armhf-cross.
22:28:46 #21 77.69 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ...
22:28:46 #21 77.69 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ...
22:28:46 #21 77.79 Selecting previously unselected package libgcc-10-dev-armhf-cross.
22:28:46 #21 77.79 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
22:28:46 #21 77.79 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
22:28:46 #21 77.90 Selecting previously unselected package gcc-10-arm-linux-gnueabihf.
22:28:47 #21 77.90 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
22:28:47 #21 77.91 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
22:28:52 #21 82.97 Selecting previously unselected package gcc-arm-linux-gnueabihf.
22:28:52 #21 82.98 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
22:28:52 #21 83.09 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
22:28:52 #21 83.33 Selecting previously unselected package linux-libc-dev-armhf-cross.
22:28:52 #21 83.33 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ...
22:28:52 #21 83.41 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
22:28:53 #21 83.84 Selecting previously unselected package libc6-dev-armhf-cross.
22:28:53 #21 83.85 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ...
22:28:53 #21 83.88 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ...
22:28:53 #21 84.21 Selecting previously unselected package libstdc++-10-dev-armhf-cross.
22:28:53 #21 84.21 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
22:28:53 #21 84.22 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
22:28:53 #21 84.64 Selecting previously unselected package g++-10-arm-linux-gnueabihf.
22:28:53 #21 84.65 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
22:28:53 #21 84.66 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
22:28:58 #21 89.08 Selecting previously unselected package g++-arm-linux-gnueabihf.
22:28:58 #21 89.08 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
22:28:58 #21 89.09 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ...
22:28:58 #21 89.12 Selecting previously unselected package crossbuild-essential-armhf.
22:28:58 #21 89.12 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ...
22:28:58 #21 89.12 Unpacking crossbuild-essential-armhf (12.9) ...
22:28:58 #21 89.15 Selecting previously unselected package libc6-ppc64el-cross.
22:28:58 #21 89.16 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ...
22:28:58 #21 89.16 Unpacking libc6-ppc64el-cross (2.31-9cross4) ...
22:28:58 #21 89.32 Selecting previously unselected package libgcc-s1-ppc64el-cross.
22:28:58 #21 89.32 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ...
22:28:58 #21 89.33 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
22:28:58 #21 89.36 Selecting previously unselected package libgomp1-ppc64el-cross.
22:28:58 #21 89.36 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ...
22:28:58 #21 89.37 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ...
22:28:58 #21 89.40 Selecting previously unselected package libitm1-ppc64el-cross.
22:28:58 #21 89.41 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ...
22:28:58 #21 89.41 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ...
22:28:58 #21 89.44 Selecting previously unselected package libatomic1-ppc64el-cross.
22:28:58 #21 89.45 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ...
22:28:58 #21 89.45 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ...
22:28:58 #21 89.48 Selecting previously unselected package libasan6-ppc64el-cross.
22:28:58 #21 89.48 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ...
22:28:58 #21 89.48 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ...
22:28:58 #21 89.72 Selecting previously unselected package liblsan0-ppc64el-cross.
22:28:58 #21 89.73 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
22:28:58 #21 89.73 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ...
22:28:58 #21 89.84 Selecting previously unselected package libtsan0-ppc64el-cross.
22:28:59 #21 89.84 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
22:28:59 #21 89.85 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ...
22:28:59 #21 90.08 Selecting previously unselected package libstdc++6-ppc64el-cross.
22:28:59 #21 90.08 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ...
22:28:59 #21 90.08 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
22:28:59 #21 90.16 Selecting previously unselected package libubsan1-ppc64el-cross.
22:28:59 #21 90.16 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ...
22:28:59 #21 90.17 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ...
22:28:59 #21 90.28 Selecting previously unselected package libquadmath0-ppc64el-cross.
22:28:59 #21 90.28 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ...
22:28:59 #21 90.28 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
22:28:59 #21 90.32 Selecting previously unselected package libgcc-10-dev-ppc64el-cross.
22:28:59 #21 90.32 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
22:28:59 #21 90.32 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
22:28:59 #21 90.50 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu.
22:28:59 #21 90.50 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
22:28:59 #21 90.50 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
22:29:04 #21 95.05 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
22:29:04 #21 95.05 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
22:29:04 #21 95.05 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
22:29:04 #21 95.09 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
22:29:04 #21 95.09 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ...
22:29:04 #21 95.09 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
22:29:04 #21 95.28 Selecting previously unselected package libc6-dev-ppc64el-cross.
22:29:04 #21 95.28 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ...
22:29:04 #21 95.28 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ...
22:29:04 #21 95.69 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross.
22:29:04 #21 95.70 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
22:29:04 #21 95.70 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
22:29:05 #21 96.05 Selecting previously unselected package g++-10-powerpc64le-linux-gnu.
22:29:05 #21 96.06 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
22:29:05 #21 96.08 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
22:29:10 #21 100.4 Selecting previously unselected package g++-powerpc64le-linux-gnu.
22:29:10 #21 100.4 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
22:29:10 #21 100.4 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
22:29:10 #21 100.5 Selecting previously unselected package crossbuild-essential-ppc64el.
22:29:10 #21 100.5 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ...
22:29:10 #21 100.5 Unpacking crossbuild-essential-ppc64el (12.9) ...
22:29:10 #21 100.5 Selecting previously unselected package libc6-s390x-cross.
22:29:10 #21 100.5 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ...
22:29:10 #21 100.5 Unpacking libc6-s390x-cross (2.31-9cross4) ...
22:29:10 #21 100.6 Selecting previously unselected package libgcc-s1-s390x-cross.
22:29:10 #21 100.6 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ...
22:29:10 #21 100.6 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ...
22:29:10 #21 100.7 Selecting previously unselected package libgomp1-s390x-cross.
22:29:10 #21 100.7 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ...
22:29:10 #21 100.7 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ...
22:29:10 #21 100.7 Selecting previously unselected package libitm1-s390x-cross.
22:29:10 #21 100.7 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ...
22:29:10 #21 100.7 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ...
22:29:10 #21 100.7 Selecting previously unselected package libatomic1-s390x-cross.
22:29:10 #21 100.7 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ...
22:29:10 #21 100.7 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ...
22:29:10 #21 100.8 Selecting previously unselected package libasan6-s390x-cross.
22:29:10 #21 100.8 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ...
22:29:10 #21 100.8 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ...
22:29:10 #21 101.0 Selecting previously unselected package libstdc++6-s390x-cross.
22:29:10 #21 101.0 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ...
22:29:10 #21 101.0 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ...
22:29:10 #21 101.1 Selecting previously unselected package libubsan1-s390x-cross.
22:29:10 #21 101.1 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ...
22:29:10 #21 101.1 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ...
22:29:10 #21 101.2 Selecting previously unselected package libgcc-10-dev-s390x-cross.
22:29:10 #21 101.2 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
22:29:10 #21 101.2 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
22:29:10 #21 101.3 Selecting previously unselected package gcc-10-s390x-linux-gnu.
22:29:10 #21 101.3 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
22:29:10 #21 101.3 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
22:29:14 #21 105.5 Selecting previously unselected package gcc-s390x-linux-gnu.
22:29:14 #21 105.5 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
22:29:14 #21 105.5 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ...
22:29:14 #21 105.6 Selecting previously unselected package linux-libc-dev-s390x-cross.
22:29:14 #21 105.6 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ...
22:29:14 #21 105.6 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
22:29:14 #21 105.8 Selecting previously unselected package libc6-dev-s390x-cross.
22:29:14 #21 105.8 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ...
22:29:14 #21 105.8 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ...
22:29:15 #21 106.0 Selecting previously unselected package libstdc++-10-dev-s390x-cross.
22:29:15 #21 106.0 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
22:29:15 #21 106.0 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
22:29:15 #21 106.3 Selecting previously unselected package g++-10-s390x-linux-gnu.
22:29:15 #21 106.3 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
22:29:15 #21 106.3 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
22:29:19 #21 110.5 Selecting previously unselected package g++-s390x-linux-gnu.
22:29:19 #21 110.5 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
22:29:19 #21 110.5 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ...
22:29:19 #21 110.5 Selecting previously unselected package crossbuild-essential-s390x.
22:29:19 #21 110.5 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ...
22:29:19 #21 110.5 Unpacking crossbuild-essential-s390x (12.9) ...
22:29:19 #21 110.6 Setting up libconfig-inifiles-perl (3.000003-1) ...
22:29:19 #21 110.6 Setting up libfile-which-perl (1.23-1) ...
22:29:19 #21 110.6 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ...
22:29:19 #21 110.6 Setting up libc6-armhf-cross (2.31-9cross4) ...
22:29:19 #21 110.6 Setting up binutils-s390x-linux-gnu (2.35.2-2) ...
22:29:19 #21 110.6 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
22:29:19 #21 110.7 Setting up libicu67:amd64 (67.1-7) ...
22:29:19 #21 110.7 Setting up libmagic-mgc (1:5.39-3) ...
22:29:19 #21 110.7 Setting up libc6-ppc64el-cross (2.31-9cross4) ...
22:29:19 #21 110.7 Setting up libc6-s390x-cross (2.31-9cross4) ...
22:29:19 #21 110.7 Setting up libmagic1:amd64 (1:5.39-3) ...
22:29:19 #21 110.7 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
22:29:19 #21 110.7 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
22:29:19 #21 110.8 Setting up file (1:5.39-3) ...
22:29:19 #21 110.8 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
22:29:19 #21 110.8 Setting up bzip2 (1.0.8-4) ...
22:29:19 #21 110.8 Setting up libyaml-perl (1.30-1) ...
22:29:19 #21 110.8 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ...
22:29:19 #21 110.8 Setting up libxml-sax-base-perl (1.09-1.1) ...
22:29:19 #21 110.8 Setting up libio-string-perl (1.08-3.1) ...
22:29:19 #21 110.8 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
22:29:19 #21 110.8 Setting up cross-config (2.6.18+nmu1) ...
22:29:19 #21 111.0 Setting up xz-utils (5.2.5-2) ...
22:29:19 #21 111.0 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
22:29:19 #21 111.0 Setting up libc6-arm64-cross (2.31-9cross4) ...
22:29:19 #21 111.0 Setting up patch (2.7.6-7) ...
22:29:19 ~/rpmbuild/BUILD/src
22:29:19 + popd
22:29:19 + exit 0
22:29:19 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0iGnZe
22:29:19 + umask 022
22:29:19 + cd /root/rpmbuild/BUILD
22:29:19 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64 '!=' / ']'
22:29:19 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
22:29:19 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
22:29:19 + mkdir -p /root/rpmbuild/BUILDROOT
22:29:19 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
22:29:19 + cd src
22:29:19 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin
22:29:19 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin/docker
22:29:19 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
22:29:19 + pushd /root/rpmbuild/BUILD/src/plugins
22:29:19 + for installer in *.installer
22:29:19 + '[' buildx.installer '!=' scan.installer ']'
22:29:19 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
22:29:19 + PREFIX=/usr/libexec/docker/cli-plugins
22:29:19 + bash buildx.installer install_plugin
22:29:19 ~/rpmbuild/BUILD/src
22:29:19 + popd
22:29:19 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/bash-completion/completions
22:29:19 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/zsh/vendor-completions
22:29:19 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/fish/vendor_completions.d
22:29:19 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/bash-completion/completions/docker
22:29:19 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/zsh/vendor-completions/_docker
22:29:19 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/fish/vendor_completions.d/docker.fish
22:29:19 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/man/man1
22:29:19 + 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.20211015144600.e57b5f7-0.el8.x86_64/usr/share/man/man1
22:29:19 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/man/man5
22:29:19 + 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.20211015144600.e57b5f7-0.el8.x86_64/usr/share/man/man5
22:29:19 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/man/man8
22:29:19 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/man/man8
22:29:19 + mkdir -p build-docs
22:29:19 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
22:29:19 + cp cli/LICENSE build-docs/LICENSE
22:29:19 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
22:29:19 + cp cli/MAINTAINERS build-docs/MAINTAINERS
22:29:19 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
22:29:19 + cp cli/NOTICE build-docs/NOTICE
22:29:19 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
22:29:19 + cp cli/README.md build-docs/README.md
22:29:19 + /usr/lib/rpm/check-buildroot
22:29:19 + /usr/lib/rpm/redhat/brp-ldconfig
22:29:19 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
22:29:19 + /usr/lib/rpm/brp-compress
22:29:19 + /usr/lib/rpm/brp-strip /usr/bin/strip
22:29:19 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
22:29:19 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
22:29:19 + /usr/lib/rpm/brp-python-bytecompile '' 1
22:29:19 + /usr/lib/rpm/brp-python-hardlink
22:29:19 + PYTHON3=/usr/libexec/platform-python
22:29:19 + /usr/lib/rpm/redhat/brp-mangle-shebangs
22:29:19 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.46gUqf
22:29:19 + umask 022
22:29:19 + cd /root/rpmbuild/BUILD
22:29:19 + cd src
22:29:19 ++ cli/build/docker --version
22:29:19 + ver='Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7'
22:29:19 + test 'Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7' = 'Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7'
22:29:19 + echo 'PASS: cli version OK'
22:29:19 PASS: cli version OK
22:29:19 + exit 0
22:29:19 Processing files: docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
22:29:19 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5N0MEh
22:29:19 + umask 022
22:29:19 + cd /root/rpmbuild/BUILD
22:29:19 + cd src
22:29:19 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/doc/docker-ce-cli
22:29:19 + export LC_ALL=C
22:29:19 + LC_ALL=C
22:29:19 + export DOCDIR
22:29:19 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/doc/docker-ce-cli
22:29:19 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/doc/docker-ce-cli
22:29:19 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/doc/docker-ce-cli
22:29:19 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/doc/docker-ce-cli
22:29:19 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/share/doc/docker-ce-cli
22:29:19 + exit 0
22:29:19 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
22:29:19 Provides: docker-ce-cli = 1:0.0.0.20211015144600.e57b5f7-0.el8 docker-ce-cli(x86-64) = 1:0.0.0.20211015144600.e57b5f7-0.el8
22:29:19 Requires(interp): /bin/sh
22:29:19 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
22:29:19 Requires(post): /bin/sh
22:29:19 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)
22:29:19 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
22:29:19 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
22:29:19 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.src.rpm
22:29:20 #21 111.0 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
22:29:20 #21 111.0 Setting up gcc-10-cross-base (10.2.1-6cross1) ...
22:29:20 #21 111.0 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ...
22:29:20 #21 111.1 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
22:29:20 #21 111.1 Setting up libc6-armel-cross (2.31-9cross4) ...
22:29:20 #21 111.1 Setting up libitm1-s390x-cross (10.2.1-6cross1) ...
22:29:20 #21 111.1 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ...
22:29:20 #21 111.1 Setting up libc6-dev-s390x-cross (2.31-9cross4) ...
22:29:20 #21 111.1 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
22:29:20 #21 111.1 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
22:29:20 #21 111.1 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
22:29:20 #21 111.2 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ...
22:29:20 #21 111.2 Setting up libc6-dev-armel-cross (2.31-9cross4) ...
22:29:20 #21 111.2 Setting up libfile-homedir-perl (1.006-1) ...
22:29:20 #21 111.2 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
22:29:20 #21 111.2 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ...
22:29:20 #21 111.2 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
22:29:20 #21 111.2 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
22:29:20 #21 111.2 Setting up liblocale-gettext-perl (1.07-4+b1) ...
22:29:20 #21 111.2 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
22:29:20 #21 111.3 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
22:29:20 #21 111.3 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
22:29:20 #21 111.3 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ...
22:29:20 #21 111.3 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
22:29:20 #21 111.3 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ...
22:29:20 #21 111.3 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ...
22:29:20 #21 111.3 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ...
22:29:20 #21 111.3 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ...
22:29:20 #21 111.3 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ...
22:29:20 #21 111.4 Setting up libgomp1-armel-cross (10.2.1-6cross1) ...
22:29:20 #21 111.4 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ...
22:29:20 #21 111.4 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
22:29:20 #21 111.4 Setting up libasan6-arm64-cross (10.2.1-6cross1) ...
22:29:20 #21 111.4 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ...
22:29:20 #21 111.4 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ...
22:29:20 #21 111.4 Setting up libc6-dev-armhf-cross (2.31-9cross4) ...
22:29:20 #21 111.4 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ...
22:29:20 #21 111.4 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ...
22:29:20 #21 111.5 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ...
22:29:20 #21 111.5 Setting up libc6-dev-arm64-cross (2.31-9cross4) ...
22:29:20 #21 111.5 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ...
22:29:20 #21 111.5 Setting up libatomic1-armel-cross (10.2.1-6cross1) ...
22:29:20 #21 111.5 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ...
22:29:20 #21 111.5 Setting up libxml-sax-perl (1.02+dfsg-1) ...
22:29:20 #21 111.6 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
22:29:20 #21 111.7 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
22:29:20 #21 111.8 
22:29:20 #21 111.8 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
22:29:20 #21 111.8 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ...
22:29:20 #21 111.8 Setting up dpkg-dev (1.20.9) ...
22:29:20 #21 111.9 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ...
22:29:20 #21 111.9 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ...
22:29:20 #21 111.9 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ...
22:29:20 #21 111.9 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ...
22:29:20 #21 111.9 Setting up libubsan1-armel-cross (10.2.1-6cross1) ...
22:29:20 #21 111.9 Setting up libasan6-armhf-cross (10.2.1-6cross1) ...
22:29:20 #21 111.9 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
22:29:21 #21 112.0 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ...
22:29:21 #21 112.0 Setting up libitm1-arm64-cross (10.2.1-6cross1) ...
22:29:21 #21 112.0 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ...
22:29:21 #21 112.0 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
22:29:21 #21 112.0 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
22:29:21 #21 112.0 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
22:29:21 #21 112.1 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
22:29:21 #21 112.2 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
22:29:21 #21 112.3 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
22:29:21 #21 112.3 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
22:29:21 #21 112.3 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
22:29:21 #21 112.3 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
22:29:21 #21 112.3 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
22:29:21 #21 112.4 Setting up libasan6-armel-cross (10.2.1-6cross1) ...
22:29:21 #21 112.4 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ...
22:29:21 #21 112.4 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ...
22:29:21 #21 112.4 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
22:29:21 #21 112.4 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
22:29:21 #21 112.4 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ...
22:29:21 #21 112.4 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
22:29:21 #21 112.4 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ...
22:29:21 #21 112.4 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
22:29:21 #21 112.5 Setting up libasan6-s390x-cross (10.2.1-6cross1) ...
22:29:21 #21 112.5 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
22:29:21 #21 112.5 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ...
22:29:21 #21 112.5 Setting up libxml-simple-perl (2.25-1) ...
22:29:21 #21 112.5 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
22:29:21 #21 112.5 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
22:29:21 #21 112.5 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ...
22:29:21 #21 112.5 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
22:29:21 #21 112.5 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ...
22:29:21 #21 112.6 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
22:29:21 #21 112.6 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
22:29:21 #21 112.6 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
22:29:21 #21 112.6 Setting up libconfig-auto-perl (0.44-1.1) ...
22:29:21 #21 112.6 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
22:29:21 #21 112.6 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
22:29:21 #21 112.6 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
22:29:21 #21 112.6 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
22:29:21 #21 112.6 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ...
22:29:21 #21 112.7 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
22:29:21 #21 112.7 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ...
22:29:21 #21 112.7 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ...
22:29:21 #21 112.7 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
22:29:21 #21 112.7 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
22:29:21 #21 112.7 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
22:29:21 #21 112.7 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ...
22:29:21 #21 112.7 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ...
22:29:21 #21 112.8 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
22:29:21 #21 112.8 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
22:29:22 #21 112.8 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ...
22:29:22 #21 112.8 Setting up dpkg-cross (2.6.18+nmu1) ...
22:29:22 #21 112.8 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
22:29:22 #21 112.8 Setting up crossbuild-essential-armel (12.9) ...
22:29:22 #21 112.8 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ...
22:29:22 #21 112.9 Setting up crossbuild-essential-armhf (12.9) ...
22:29:22 #21 112.9 Setting up crossbuild-essential-arm64 (12.9) ...
22:29:22 #21 112.9 Setting up crossbuild-essential-s390x (12.9) ...
22:29:22 #21 112.9 Setting up crossbuild-essential-ppc64el (12.9) ...
22:29:22 #21 112.9 Processing triggers for libc-bin (2.31-13+deb11u2) ...
22:29:23 #21 DONE 114.4s
22:29:23 
22:29:23 #32 [containerd 1/3] 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
22:29:23 #32 sha256:d1c6a96ee82ef04b0f20866f4911a13a37ea25c4d8531199855dbc5a08a7541f
22:29:23 #32 ...
22:29:23 
22:29:23 #36 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer /
22:29:23 #36 sha256:c3d4e957becf280358112c3db92a981fb7027a016e29c19f77d39f139b096593
22:29:23 #36 DONE 0.2s
22:29:23 
22:29:23 #37 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
22:29:23 #37 sha256:a4129886abeb60ea1dca69128d58539daedd539e3d7914201fae8ac435c4511b
22:29:25 #37 1.625 + RM_GOPATH=0
22:29:25 #37 1.625 + TMP_GOPATH=
22:29:25 #37 1.625 + : /build
22:29:25 #37 1.625 + '[' -z '' ']'
22:29:25 #37 1.625 ++ mktemp -d
22:29:25 #37 1.626 + export GOPATH=/tmp/tmp.MJKrgbxlyL
22:29:25 #37 1.626 + GOPATH=/tmp/tmp.MJKrgbxlyL
22:29:25 #37 1.626 + RM_GOPATH=1
22:29:25 #37 1.626 + case "$(go env GOARCH)" in
22:29:25 #37 1.626 ++ go env GOARCH
22:29:25 #37 1.641 + export GO_BUILDMODE=-buildmode=pie
22:29:25 #37 1.641 + GO_BUILDMODE=-buildmode=pie
22:29:25 #37 1.650 Install rootlesskit version v0.14.4
22:29:25 #37 1.650 ++ dirname /install.sh
22:29:25 #37 1.650 + dir=/
22:29:25 #37 1.650 + bin=rootlesskit
22:29:25 #37 1.650 + shift
22:29:25 #37 1.650 + '[' '!' -f //rootlesskit.installer ']'
22:29:25 #37 1.650 + . //rootlesskit.installer
22:29:25 #37 1.650 ++ : v0.14.4
22:29:25 #37 1.650 + install_rootlesskit
22:29:25 #37 1.650 + case "$1" in
22:29:25 #37 1.650 + export CGO_ENABLED=0
22:29:25 #37 1.650 + CGO_ENABLED=0
22:29:25 #37 1.650 + _install_rootlesskit
22:29:25 #37 1.650 + echo 'Install rootlesskit version v0.14.4'
22:29:25 #37 1.650 + for f in rootlesskit rootlesskit-docker-proxy
22:29:25 #37 1.650 + GOBIN=/build
22:29:25 #37 1.650 + GO111MODULE=on
22:29:25 #37 1.650 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
22:29:25 #37 2.117 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
22:29:26 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64.rpm
22:29:26 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.E4X8fh
22:29:26 + umask 022
22:29:26 + cd /root/rpmbuild/BUILD
22:29:26 + cd src
22:29:26 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
22:29:26 + exit 0
22:29:26 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.7hNOyh
22:29:26 + umask 022
22:29:26 + cd /root/rpmbuild/BUILD
22:29:26 + cd /root/rpmbuild/BUILD
22:29:26 + rm -rf src
22:29:26 + /usr/bin/mkdir -p src
22:29:26 + cd src
22:29:26 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
22:29:26 + /usr/bin/tar -xof -
22:29:26 + STATUS=0
22:29:26 + '[' 0 -ne 0 ']'
22:29:26 + /usr/bin/tar -xof -
22:29:26 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
22:29:26 #37 3.297 go: downloading github.com/sirupsen/logrus v1.8.1
22:29:26 #37 3.298 go: downloading github.com/pkg/errors v0.9.1
22:29:26 #37 3.326 go: downloading github.com/urfave/cli/v2 v2.3.0
22:29:27 + STATUS=0
22:29:27 + '[' 0 -ne 0 ']'
22:29:27 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
22:29:27 + exit 0
22:29:27 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1fUbtg
22:29:27 + umask 022
22:29:27 + cd /root/rpmbuild/BUILD
22:29:27 + cd src
22:29:27 + export DOCKER_GITCOMMIT=6f6b9d2
22:29:27 + DOCKER_GITCOMMIT=6f6b9d2
22:29:27 + mkdir -p /go/src/github.com/docker
22:29:27 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
22:29:27 + TMP_GOPATH=/go
22:29:27 + GOPROXY=https://proxy.golang.org
22:29:27 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
22:29:27 + RM_GOPATH=0
22:29:27 + TMP_GOPATH=/go
22:29:27 + : /usr/local/bin
22:29:27 + '[' -z /go ']'
22:29:27 + export GOPATH=/go
22:29:27 + GOPATH=/go
22:29:27 + case "$(go env GOARCH)" in
22:29:27 ++ go env GOARCH
22:29:27 + export GO_BUILDMODE=-buildmode=pie
22:29:27 + GO_BUILDMODE=-buildmode=pie
22:29:27 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
22:29:27 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
22:29:27 + bin=rootlesskit
22:29:27 + shift
22:29:27 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
22:29:27 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
22:29:27 ++ : v0.14.4
22:29:27 + install_rootlesskit dynamic
22:29:27 + case "$1" in
22:29:27 + install_rootlesskit_dynamic
22:29:27 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
22:29:27 + ROOTLESSKIT_LDFLAGS=-linkmode=external
22:29:27 + export BUILD_MODE=-buildmode=pie
22:29:27 + BUILD_MODE=-buildmode=pie
22:29:27 + _install_rootlesskit
22:29:27 Install rootlesskit version v0.14.4
22:29:27 + echo 'Install rootlesskit version v0.14.4'
22:29:27 + for f in rootlesskit rootlesskit-docker-proxy
22:29:27 + GOBIN=/usr/local/bin
22:29:27 + GO111MODULE=on
22:29:27 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
22:29:27 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
22:29:27 #37 3.486 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
22:29:28 go: downloading github.com/pkg/errors v0.9.1
22:29:28 go: downloading github.com/sirupsen/logrus v1.8.1
22:29:28 go: downloading github.com/urfave/cli/v2 v2.3.0
22:29:28 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
22:29:28 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
22:29:28 go: downloading github.com/google/uuid v1.3.0
22:29:28 go: downloading github.com/moby/vpnkit v0.5.0
22:29:28 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
22:29:28 go: downloading github.com/gofrs/flock v0.8.1
22:29:28 go: downloading github.com/gorilla/mux v1.8.0
22:29:28 go: downloading github.com/moby/sys/mountinfo v0.4.1
22:29:28 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
22:29:28 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
22:29:28 go: downloading github.com/u-root/u-root v7.0.0+incompatible
22:29:28 #37 5.041 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
22:29:28 go: downloading github.com/russross/blackfriday/v2 v2.1.0
22:29:28 #37 5.292 go: downloading github.com/google/uuid v1.3.0
22:29:28 #37 5.292 go: downloading github.com/moby/vpnkit v0.5.0
22:29:28 #37 5.341 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
22:29:29 #37 5.444 go: downloading github.com/gofrs/flock v0.8.1
22:29:29 #37 5.488 go: downloading github.com/gorilla/mux v1.8.0
22:29:29 #37 5.600 go: downloading github.com/moby/sys/mountinfo v0.4.1
22:29:29 #37 5.776 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
22:29:29 #37 5.846 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
22:29:30 #37 6.502 go: downloading github.com/u-root/u-root v7.0.0+incompatible
22:29:32 #37 8.409 go: downloading github.com/russross/blackfriday/v2 v2.1.0
22:29:33 #37 ...
22:29:33 
22:29:33 #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
22:29:33 #22 sha256:f63f955bc83aedae89d1740d7c48c80a9aeed3cedfc99c2b1ee690d5b98feaad
22:29:33 #22 2.045 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
22:29:33 #22 2.062 Hit:2 http://deb.debian.org/debian bullseye InRelease
22:29:33 #22 2.063 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
22:29:33 #22 2.319 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [71.6 kB]
22:29:33 #22 2.355 Get:5 http://security.debian.org/debian-security bullseye-security/main armhf Packages [70.9 kB]
22:29:33 #22 2.356 Get:6 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [67.8 kB]
22:29:33 #22 2.356 Get:7 http://security.debian.org/debian-security bullseye-security/main armel Packages [66.0 kB]
22:29:33 #22 2.361 Get:8 http://security.debian.org/debian-security bullseye-security/main s390x Packages [67.7 kB]
22:29:33 #22 2.822 Get:9 http://deb.debian.org/debian bullseye/main s390x Packages [7874 kB]
22:29:33 #22 3.221 Get:10 http://deb.debian.org/debian bullseye/main armhf Packages [7942 kB]
22:29:33 #22 3.655 Get:11 http://deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
22:29:33 #22 4.063 Get:12 http://deb.debian.org/debian bullseye/main armel Packages [7863 kB]
22:29:33 #22 4.491 Get:13 http://deb.debian.org/debian bullseye/main arm64 Packages [8068 kB]
22:29:33 #22 4.803 Get:14 http://deb.debian.org/debian bullseye-updates/main armel Packages [2308 B]
22:29:33 #22 4.804 Get:15 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2304 B]
22:29:33 #22 4.804 Get:16 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2308 B]
22:29:33 #22 4.805 Get:17 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [2300 B]
22:29:33 #22 4.806 Get:18 http://deb.debian.org/debian bullseye-updates/main s390x Packages [2304 B]
22:29:33 #22 ...
22:29:33 
22:29:33 #24 [tini 1/3] 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
22:29:33 #24 sha256:627a527142435437248e4c7e7a72de0a3314850f1b5c13a1b03a0151e3d28226
22:29:33 #24 2.358 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
22:29:33 #24 2.376 Hit:2 http://deb.debian.org/debian bullseye InRelease
22:29:33 #24 2.377 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
22:29:33 #24 2.686 Get:4 http://deb.debian.org/debian bullseye/main armel Packages [7863 kB]
22:29:33 #24 3.120 Get:5 http://deb.debian.org/debian bullseye/main arm64 Packages [8068 kB]
22:29:33 #24 3.824 Get:6 http://deb.debian.org/debian bullseye/main armhf Packages [7942 kB]
22:29:33 #24 4.499 Get:7 http://deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
22:29:33 #24 4.948 Get:8 http://security.debian.org/debian-security bullseye-security/main s390x Packages [67.7 kB]
22:29:33 #24 4.952 Get:9 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [67.8 kB]
22:29:33 #24 4.959 Get:10 http://security.debian.org/debian-security bullseye-security/main armel Packages [66.0 kB]
22:29:33 #24 4.959 Get:11 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [71.6 kB]
22:29:33 #24 4.959 Get:12 http://security.debian.org/debian-security bullseye-security/main armhf Packages [70.9 kB]
22:29:33 #24 4.975 Get:13 http://deb.debian.org/debian bullseye/main s390x Packages [7874 kB]
22:29:33 #24 5.336 Get:14 http://deb.debian.org/debian bullseye-updates/main armel Packages [2308 B]
22:29:33 #24 5.336 Get:15 http://deb.debian.org/debian bullseye-updates/main s390x Packages [2304 B]
22:29:33 #24 5.336 Get:16 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2304 B]
22:29:33 #24 5.336 Get:17 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2308 B]
22:29:33 #24 5.337 Get:18 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [2300 B]
22:29:34 + for f in rootlesskit rootlesskit-docker-proxy
22:29:34 + GOBIN=/usr/local/bin
22:29:34 + GO111MODULE=on
22:29:34 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
22:29:35 + return
22:29:35 + exit 0
22:29:35 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.hn6HWh
22:29:35 + umask 022
22:29:35 + cd /root/rpmbuild/BUILD
22:29:35 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64 '!=' / ']'
22:29:35 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
22:29:35 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
22:29:35 + mkdir -p /root/rpmbuild/BUILDROOT
22:29:35 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
22:29:35 + cd src
22:29:35 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin/dockerd-rootless.sh
22:29:35 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin/dockerd-rootless-setuptool.sh
22:29:35 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin/rootlesskit
22:29:35 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64/usr/bin/rootlesskit-docker-proxy
22:29:35 + /usr/lib/rpm/check-buildroot
22:29:35 + /usr/lib/rpm/redhat/brp-ldconfig
22:29:35 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
22:29:35 + /usr/lib/rpm/brp-compress
22:29:35 + /usr/lib/rpm/brp-strip /usr/bin/strip
22:29:35 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
22:29:35 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
22:29:35 + /usr/lib/rpm/brp-python-bytecompile '' 1
22:29:35 + /usr/lib/rpm/brp-python-hardlink
22:29:35 + PYTHON3=/usr/libexec/platform-python
22:29:35 + /usr/lib/rpm/redhat/brp-mangle-shebangs
22:29:35 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Iu0bUg
22:29:35 + umask 022
22:29:35 + cd /root/rpmbuild/BUILD
22:29:35 + cd src
22:29:35 + /usr/local/bin/rootlesskit -v
22:29:35 rootlesskit version 0.14.4
22:29:35 + exit 0
22:29:35 Processing files: docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
22:29:35 Provides: docker-ce-rootless-extras = 0:0.0.0.20211015144600.e57b5f7-0.el8 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20211015144600.e57b5f7-0.el8
22:29:35 Requires(interp): /bin/sh /bin/sh /bin/sh
22:29:35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
22:29:35 Requires(post): /bin/sh
22:29:35 Requires(preun): /bin/sh
22:29:35 Requires(postun): /bin/sh
22:29:35 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)
22:29:35 Conflicts: rootlesskit
22:29:35 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
22:29:36 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.src.rpm
22:29:36 #24 ...
22:29:36 
22:29:36 #32 [containerd 1/3] 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
22:29:36 #32 sha256:d1c6a96ee82ef04b0f20866f4911a13a37ea25c4d8531199855dbc5a08a7541f
22:29:36 #32 2.334 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
22:29:36 #32 2.351 Hit:2 http://deb.debian.org/debian bullseye InRelease
22:29:36 #32 2.351 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
22:29:36 #32 2.666 Get:4 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [67.8 kB]
22:29:36 #32 2.743 Get:5 http://security.debian.org/debian-security bullseye-security/main armel Packages [66.0 kB]
22:29:36 #32 2.743 Get:6 http://security.debian.org/debian-security bullseye-security/main armhf Packages [70.9 kB]
22:29:36 #32 2.743 Get:7 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [71.6 kB]
22:29:36 #32 2.743 Get:8 http://security.debian.org/debian-security bullseye-security/main s390x Packages [67.7 kB]
22:29:36 #32 3.254 Get:9 http://deb.debian.org/debian bullseye/main armel Packages [7863 kB]
22:29:36 #32 3.691 Get:10 http://deb.debian.org/debian bullseye/main s390x Packages [7874 kB]
22:29:36 #32 4.347 Get:11 http://deb.debian.org/debian bullseye/main arm64 Packages [8068 kB]
22:29:36 #32 4.881 Get:12 http://deb.debian.org/debian bullseye/main ppc64el Packages [8029 kB]
22:29:36 #32 5.435 Get:13 http://deb.debian.org/debian bullseye/main armhf Packages [7942 kB]
22:29:36 #32 5.844 Get:14 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2308 B]
22:29:36 #32 5.844 Get:15 http://deb.debian.org/debian bullseye-updates/main s390x Packages [2304 B]
22:29:36 #32 5.844 Get:16 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2304 B]
22:29:36 #32 5.844 Get:17 http://deb.debian.org/debian bullseye-updates/main armel Packages [2308 B]
22:29:36 #32 5.845 Get:18 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [2300 B]
22:29:38 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64.rpm
22:29:38 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.p4tJVg
22:29:38 + umask 022
22:29:38 + cd /root/rpmbuild/BUILD
22:29:38 + cd src
22:29:38 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.el8.x86_64
22:29:38 + exit 0
22:29:38 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fjTaSi
22:29:38 + umask 022
22:29:38 + cd /root/rpmbuild/BUILD
22:29:38 + cd /root/rpmbuild/BUILD
22:29:38 + rm -rf src
22:29:38 + /usr/bin/mkdir -p src
22:29:38 + cd src
22:29:38 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
22:29:38 + /usr/bin/tar -xof -
22:29:38 + STATUS=0
22:29:38 + '[' 0 -ne 0 ']'
22:29:38 + /usr/bin/tar -xof -
22:29:38 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
22:29:38 + STATUS=0
22:29:38 + '[' 0 -ne 0 ']'
22:29:38 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
22:29:38 + exit 0
22:29:38 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.m9nS8h
22:29:38 + umask 022
22:29:38 + cd /root/rpmbuild/BUILD
22:29:38 + cd src
22:29:38 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
22:29:38 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
22:29:38 + bash -c 'GOPROXY="https://proxy.golang.org" TAG_NAME="v0.8.0" COMMIT="35651ca" PLATFORM_BINARY=docker-scan make native-build'
22:29:38 GO111MODULE=on make -f builder.Makefile build
22:29:38 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
22:29:38 mkdir -p bin
22:29:38 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
22:29:39 go: downloading github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
22:29:39 go: downloading github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
22:29:39 go: downloading github.com/spf13/cobra v1.0.0
22:29:39 go: downloading vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
22:29:39 go: downloading github.com/docker/distribution v2.7.1+incompatible
22:29:39 go: downloading github.com/docker/go-connections v0.4.0
22:29:40 go: downloading github.com/sirupsen/logrus v1.4.2
22:29:40 go: downloading github.com/spf13/pflag v1.0.3
22:29:40 go: downloading github.com/theupdateframework/notary v0.6.1
22:29:40 go: downloading github.com/opencontainers/image-spec v1.0.1
22:29:40 go: downloading github.com/docker/go-units v0.4.0
22:29:40 go: downloading github.com/Masterminds/semver/v3 v3.1.0
22:29:40 go: downloading github.com/google/uuid v1.1.1
22:29:40 go: downloading github.com/mitchellh/go-homedir v1.1.0
22:29:40 go: downloading github.com/opencontainers/go-digest v1.0.0
22:29:40 go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
22:29:40 go: downloading github.com/docker/go v1.5.1-1
22:29:40 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
22:29:40 go: downloading github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
22:29:40 go: downloading github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f
22:29:40 go: downloading github.com/morikuni/aec v1.0.0
22:29:40 go: downloading gopkg.in/square/go-jose.v2 v2.5.1
22:29:40 go: downloading github.com/containerd/containerd v1.3.4
22:29:40 go: downloading google.golang.org/grpc v1.23.1
22:29:40 go: downloading golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
22:29:40 go: downloading github.com/docker/docker-credential-helpers v0.6.3
22:29:40 go: downloading github.com/gorilla/mux v1.7.4
22:29:40 go: downloading github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
22:29:40 go: downloading github.com/gogo/protobuf v1.3.1
22:29:41 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:29:41 go: downloading github.com/golang/protobuf v1.3.2
22:29:41 go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
22:29:41 go: downloading github.com/docker/go-metrics v0.0.1
22:29:41 go: downloading github.com/prometheus/client_golang v1.1.0
22:29:41 go: downloading github.com/beorn7/perks v1.0.1
22:29:41 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
22:29:41 go: downloading github.com/prometheus/common v0.6.0
22:29:41 go: downloading github.com/prometheus/procfs v0.0.3
22:29:41 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
22:29:46 #32 ...
22:29:46 
22:29:46 #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
22:29:46 #22 sha256:f63f955bc83aedae89d1740d7c48c80a9aeed3cedfc99c2b1ee690d5b98feaad
22:29:46 #22 21.92 Fetched 40.2 MB in 20s (1995 kB/s)
22:29:52 #22 21.92 Reading package lists...
22:29:52 #22 ...
22:29:52 
22:29:52 #32 [containerd 1/3] 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
22:29:52 #32 sha256:d1c6a96ee82ef04b0f20866f4911a13a37ea25c4d8531199855dbc5a08a7541f
22:29:52 #32 22.70 Fetched 40.2 MB in 21s (1950 kB/s)
22:29:54 #32 22.70 Reading package lists...
22:29:54 #32 ...
22:29:54 
22:29:54 #37 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
22:29:54 #37 sha256:a4129886abeb60ea1dca69128d58539daedd539e3d7914201fae8ac435c4511b
22:29:54 #37 30.43 + for f in rootlesskit rootlesskit-docker-proxy
22:29:54 #37 30.43 + GOBIN=/build
22:29:54 #37 30.43 + GO111MODULE=on
22:29:54 #37 30.43 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
22:29:56 #37 ...
22:29:56 
22:29:56 #24 [tini 1/3] 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
22:29:56 #24 sha256:627a527142435437248e4c7e7a72de0a3314850f1b5c13a1b03a0151e3d28226
22:29:56 #24 22.27 Fetched 40.2 MB in 20s (1993 kB/s)
22:29:56 #24 22.27 Reading package lists...
22:29:56 #24 31.79 Reading package lists...
22:29:56 #24 ...
22:29:56 
22:29:56 #32 [containerd 1/3] 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
22:29:56 #32 sha256:d1c6a96ee82ef04b0f20866f4911a13a37ea25c4d8531199855dbc5a08a7541f
22:29:56 #32 22.70 Reading package lists...
22:29:57 #32 32.01 Reading package lists...
22:29:57 #32 ...
22:29:57 
22:29:57 #37 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         /install.sh rootlesskit      && "/build"/rootlesskit --version      && "/build"/rootlesskit-docker-proxy --help
22:29:57 #37 sha256:a4129886abeb60ea1dca69128d58539daedd539e3d7914201fae8ac435c4511b
22:29:57 #37 33.65 rootlesskit version 0.14.4
22:29:57 #37 33.65 Usage of /build/rootlesskit-docker-proxy:
22:29:57 #37 33.65   -container-ip string
22:29:57 #37 33.65     	container ip
22:29:57 #37 33.65   -container-port int
22:29:57 #37 33.65     	container port (default -1)
22:29:57 #37 33.65   -host-ip string
22:29:57 #37 33.65     	host ip
22:29:57 #37 33.65   -host-port int
22:29:57 #37 33.65     	host port (default -1)
22:29:57 #37 33.65   -proto string
22:29:57 #37 33.65     	proxy protocol (default "tcp")
22:29:57 #37 DONE 34.0s
22:29:57 
22:29:57 #38 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build
22:29:57 #38 sha256:1a42c6728210bb51c147e5192151ab8388825e930237765dfe0b1008f301ed23
22:29:57 #38 DONE 0.1s
22:29:57 
22:29:57 #39 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build
22:29:57 #39 sha256:69611f4d620e2b6a927085c8f709dc620d87d5438af720d74deb76065af92994
22:29:57 #39 DONE 0.1s
22:29:57 
22:29:57 #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
22:29:57 #22 sha256:f63f955bc83aedae89d1740d7c48c80a9aeed3cedfc99c2b1ee690d5b98feaad
22:29:57 #22 21.92 Reading package lists...
22:30:01 #22 31.55 Reading package lists...
22:30:01 #22 ...
22:30:01 
22:30:01 #42 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
22:30:01 #42 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
22:30:01 #42 CACHED
22:30:01 
22:30:01 #44 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
22:30:01 #44 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
22:30:01 #44 CACHED
22:30:01 
22:30:01 #32 [containerd 1/3] 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
22:30:01 #32 sha256:d1c6a96ee82ef04b0f20866f4911a13a37ea25c4d8531199855dbc5a08a7541f
22:30:04 #32 32.01 Reading package lists...
22:30:04 #32 ...
22:30:04 
22:30:04 #24 [tini 1/3] 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
22:30:04 #24 sha256:627a527142435437248e4c7e7a72de0a3314850f1b5c13a1b03a0151e3d28226
22:30:04 #24 31.79 Reading package lists...
22:30:06 #24 41.07 Building dependency tree...
22:30:06 #24 42.75 Reading state information...
22:30:07 #24 44.23 The following additional packages will be installed:
22:30:07 #24 44.24   cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd
22:30:07 #24 44.26 Suggested packages:
22:30:07 #24 44.26   cmake-doc ninja-build lrzip
22:30:07 #24 44.26 Recommended packages:
22:30:07 #24 44.26   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
22:30:08 #24 44.76 The following NEW packages will be installed:
22:30:08 #24 44.77   cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd
22:30:08 #24 45.23 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
22:30:08 #24 45.23 Need to get 8419 kB of archives.
22:30:08 #24 45.23 After this operation, 34.9 MB of additional disk space will be used.
22:30:08 #24 45.23 Get:1 http://deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
22:30:08 #24 45.23 Get:2 http://deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
22:30:08 #24 45.24 Get:3 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB]
22:30:08 #24 45.25 Get:4 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
22:30:08 #24 45.25 Get:5 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
22:30:08 #24 45.26 Get:6 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
22:30:08 #24 45.26 Get:7 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
22:30:08 #24 45.26 Get:8 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB]
22:30:09 #24 45.78 debconf: delaying package configuration, since apt-utils is not installed
22:30:09 #24 46.08 Fetched 8419 kB in 0s (22.3 MB/s)
22:30:09 #24 46.16 Selecting previously unselected package xxd.
22:30:09 #24 46.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 ... 30211 files and directories currently installed.)
22:30:09 #24 46.22 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ...
22:30:09 #24 46.23 Unpacking xxd (2:8.2.2434-3) ...
22:30:09 #24 46.34 Selecting previously unselected package vim-common.
22:30:09 #24 46.34 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ...
22:30:09 #24 46.36 Unpacking vim-common (2:8.2.2434-3) ...
22:30:09 #24 46.49 Selecting previously unselected package cmake-data.
22:30:09 #24 46.49 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ...
22:30:09 #24 46.50 Unpacking cmake-data (3.18.4-2) ...
22:30:10 #24 ...
22:30:10 
22:30:10 #32 [containerd 1/3] 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
22:30:10 #32 sha256:d1c6a96ee82ef04b0f20866f4911a13a37ea25c4d8531199855dbc5a08a7541f
22:30:10 #32 32.01 Reading package lists...
22:30:10 #32 41.74 Building dependency tree...
22:30:10 #32 43.46 Reading state information...
22:30:10 #32 45.07 The following additional packages will be installed:
22:30:10 #32 45.08   libbtrfs0
22:30:10 #32 45.16 The following NEW packages will be installed:
22:30:10 #32 45.17   libbtrfs-dev libbtrfs0
22:30:10 #32 45.48 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
22:30:10 #32 45.48 Need to get 460 kB of archives.
22:30:10 #32 45.48 After this operation, 1237 kB of additional disk space will be used.
22:30:10 #32 45.48 Get:1 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
22:30:10 #32 45.49 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
22:30:10 #32 46.10 debconf: delaying package configuration, since apt-utils is not installed
22:30:10 #32 46.35 Fetched 460 kB in 0s (1628 kB/s)
22:30:10 #32 46.41 Selecting previously unselected package libbtrfs0:amd64.
22:30:10 #32 46.41 (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.)
22:30:10 #32 46.46 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
22:30:10 #32 46.47 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
22:30:10 #32 46.54 Selecting previously unselected package libbtrfs-dev:amd64.
22:30:10 #32 46.54 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
22:30:10 #32 46.55 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
22:30:10 #32 46.74 Setting up libbtrfs0:amd64 (5.10.1-2) ...
22:30:10 #32 46.77 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
22:30:10 #32 46.78 Processing triggers for libc-bin (2.31-13+deb11u2) ...
22:30:10 #32 DONE 47.1s
22:30:10 
22:30:10 #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
22:30:10 #22 sha256:f63f955bc83aedae89d1740d7c48c80a9aeed3cedfc99c2b1ee690d5b98feaad
22:30:10 #22 31.55 Reading package lists...
22:30:10 #22 41.42 Building dependency tree...
22:30:10 #22 42.92 Reading state information...
22:30:10 #22 44.29 The following additional packages will be installed:
22:30:10 #22 44.30   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
22:30:10 #22 44.30   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
22:30:10 #22 44.30   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
22:30:10 #22 44.30   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
22:30:10 #22 44.30   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
22:30:10 #22 44.32   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
22:30:10 #22 44.32   mingw-w64-common mingw-w64-x86-64-dev
22:30:10 #22 44.34 Suggested packages:
22:30:10 #22 44.34   gcc-10-locales seccomp wine64
22:30:10 #22 44.96 The following NEW packages will be installed:
22:30:10 #22 44.97   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
22:30:10 #22 44.97   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
22:30:10 #22 44.97   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
22:30:10 #22 44.97   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
22:30:10 #22 44.97   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
22:30:10 #22 44.97   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
22:30:10 #22 44.98   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
22:30:10 #22 44.98   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
22:30:10 #22 44.98   mingw-w64-x86-64-dev
22:30:10 #22 45.35 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
22:30:10 #22 45.35 Need to get 115 MB of archives.
22:30:10 #22 45.35 After this operation, 645 MB of additional disk space will be used.
22:30:10 #22 45.35 Get:1 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
22:30:10 #22 45.38 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]
22:30:10 #22 45.42 Get:3 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
22:30:10 #22 45.42 Get:4 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
22:30:10 #22 45.42 Get:5 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
22:30:10 #22 45.43 Get:6 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
22:30:10 #22 45.48 Get:7 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
22:30:10 #22 45.54 Get:8 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
22:30:10 #22 45.54 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]
22:30:10 #22 45.74 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]
22:30:10 #22 46.16 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]
22:30:10 #22 46.31 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]
22:30:10 #22 46.49 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]
22:30:10 #22 46.93 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]
22:30:10 #22 47.08 Get:15 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
22:30:10 #22 47.08 Get:16 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
22:30:10 #22 47.09 Get:17 http://deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
22:30:10 #22 47.09 Get:18 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
22:30:10 #22 47.10 Get:19 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
22:30:10 #22 47.10 Get:20 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
22:30:10 #22 47.10 Get:21 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
22:30:10 #22 47.11 Get:22 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
22:30:10 #22 47.11 Get:23 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
22:30:10 #22 47.12 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
22:30:10 #22 47.16 Get:25 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
22:30:10 #22 47.18 Get:26 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
22:30:10 #22 47.19 Get:27 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
22:30:10 #22 47.19 Get:28 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
22:30:10 #22 47.19 Get:29 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB]
22:30:10 #22 47.19 Get:30 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
22:30:10 #22 ...
22:30:10 
22:30:10 #33 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer /
22:30:10 #33 sha256:0acf411e1804b0f3af1244ef7ed1247b2cc4fcb5b510598d0cfb55ebf584024e
22:30:10 #33 DONE 0.2s
22:30:10 
22:30:10 #34 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
22:30:10 #34 sha256:893599d91bfacd184aced5eaf55c3a82ad35605530bcec8488dc2a857764f877
22:30:11 #34 1.023 + RM_GOPATH=0
22:30:11 #34 1.023 + TMP_GOPATH=
22:30:11 #34 1.025 + : /build
22:30:11 #34 1.026 + '[' -z '' ']'
22:30:11 #34 1.027 ++ mktemp -d
22:30:11 #34 1.028 + export GOPATH=/tmp/tmp.cDhZR0sRQv
22:30:11 #34 1.028 + GOPATH=/tmp/tmp.cDhZR0sRQv
22:30:11 #34 1.029 + RM_GOPATH=1
22:30:11 #34 1.029 + case "$(go env GOARCH)" in
22:30:11 #34 1.030 ++ go env GOARCH
22:30:11 #34 1.044 + export GO_BUILDMODE=-buildmode=pie
22:30:11 #34 1.044 + GO_BUILDMODE=-buildmode=pie
22:30:11 #34 1.044 ++ dirname /install.sh
22:30:11 #34 1.045 + dir=/
22:30:11 #34 1.049 + bin=containerd
22:30:11 #34 1.049 + shift
22:30:11 #34 1.049 + '[' '!' -f //containerd.installer ']'
22:30:11 #34 1.049 + . //containerd.installer
22:30:11 #34 1.049 ++ set -e
22:30:11 #34 1.053 ++ : v1.5.7
22:30:11 #34 1.053 + install_containerd
22:30:11 #34 1.054 + echo 'Install containerd version v1.5.7'
22:30:11 #34 1.054 Install containerd version v1.5.7
22:30:11 #34 1.054 + git clone https://github.com/containerd/containerd.git /tmp/tmp.cDhZR0sRQv/src/github.com/containerd/containerd
22:30:11 #34 1.060 Cloning into '/tmp/tmp.cDhZR0sRQv/src/github.com/containerd/containerd'...
22:30:13 #34 ...
22:30:13 
22:30:13 #24 [tini 1/3] 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
22:30:13 #24 sha256:627a527142435437248e4c7e7a72de0a3314850f1b5c13a1b03a0151e3d28226
22:30:13 #24 47.51 Selecting previously unselected package libarchive13:amd64.
22:30:13 #24 47.51 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ...
22:30:13 #24 47.53 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
22:30:13 #24 47.66 Selecting previously unselected package libjsoncpp24:amd64.
22:30:13 #24 47.68 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ...
22:30:13 #24 47.68 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
22:30:13 #24 47.75 Selecting previously unselected package librhash0:amd64.
22:30:13 #24 47.75 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ...
22:30:13 #24 47.77 Unpacking librhash0:amd64 (1.4.1-2) ...
22:30:13 #24 47.87 Selecting previously unselected package libuv1:amd64.
22:30:13 #24 47.87 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ...
22:30:13 #24 47.88 Unpacking libuv1:amd64 (1.40.0-2) ...
22:30:13 #24 47.95 Selecting previously unselected package cmake.
22:30:13 #24 47.95 Preparing to unpack .../7-cmake_3.18.4-2_amd64.deb ...
22:30:13 #24 47.96 Unpacking cmake (3.18.4-2) ...
22:30:13 #24 49.43 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
22:30:13 #24 49.45 Setting up xxd (2:8.2.2434-3) ...
22:30:13 #24 49.46 Setting up libuv1:amd64 (1.40.0-2) ...
22:30:13 #24 49.47 Setting up vim-common (2:8.2.2434-3) ...
22:30:13 #24 49.49 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
22:30:13 #24 49.51 Setting up librhash0:amd64 (1.4.1-2) ...
22:30:13 #24 49.52 Setting up cmake-data (3.18.4-2) ...
22:30:13 #24 49.53 Setting up cmake (3.18.4-2) ...
22:30:13 #24 49.55 Processing triggers for libc-bin (2.31-13+deb11u2) ...
22:30:13 #24 DONE 49.9s
22:30:13 
22:30:13 #26 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer /
22:30:13 #26 sha256:4e972726d928f06b0f20cbcbaed27af717f6fe5f797d6496d1f5ccf5df3c7ab9
22:30:13 #26 DONE 0.1s
22:30:13 
22:30:13 #27 [tini 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh tini
22:30:13 #27 sha256:3f7eb689a50a9e92c398b1f9f493d6dc3ae5738967314ae5003e87738094364e
22:30:13 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
22:30:13 + popd
22:30:13 + exit 0
22:30:13 ~/rpmbuild/BUILD/src
22:30:13 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.d1OiXf
22:30:13 + umask 022
22:30:13 + cd /root/rpmbuild/BUILD
22:30:13 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64 '!=' / ']'
22:30:13 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64
22:30:13 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64
22:30:13 + mkdir -p /root/rpmbuild/BUILDROOT
22:30:13 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64
22:30:13 + cd src
22:30:13 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
22:30:13 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
22:30:13 + 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
22:30:13 + popd
22:30:13 + /usr/lib/rpm/check-buildroot
22:30:13 ~/rpmbuild/BUILD/src
22:30:13 + /usr/lib/rpm/redhat/brp-ldconfig
22:30:13 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
22:30:13 + /usr/lib/rpm/brp-compress
22:30:13 + /usr/lib/rpm/brp-strip /usr/bin/strip
22:30:13 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
22:30:13 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
22:30:13 + /usr/lib/rpm/brp-python-bytecompile '' 1
22:30:13 + /usr/lib/rpm/brp-python-hardlink
22:30:13 + PYTHON3=/usr/libexec/platform-python
22:30:13 + /usr/lib/rpm/redhat/brp-mangle-shebangs
22:30:13 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.zavDWi
22:30:13 + umask 022
22:30:13 + cd /root/rpmbuild/BUILD
22:30:13 + cd src
22:30:13 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
22:30:13 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
22:30:13 PASS: docker-scan version OK
22:30:13 + ver=v0.8.0
22:30:13 + test v0.8.0 = v0.8.0
22:30:13 + echo 'PASS: docker-scan version OK'
22:30:13 + exit 0
22:30:13 Processing files: docker-scan-plugin-0.8.0-0.el8.x86_64
22:30:13 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
22:30:13 Provides: docker-scan-plugin = 0:0.8.0-0.el8 docker-scan-plugin(x86-64) = 0:0.8.0-0.el8
22:30:13 Requires(interp): /bin/sh /bin/sh /bin/sh
22:30:13 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
22:30:13 Requires(post): /bin/sh
22:30:13 Requires(preun): /bin/sh
22:30:13 Requires(postun): /bin/sh
22:30:13 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64
22:30:13 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.8.0-0.el8.src.rpm
22:30:13 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.8.0-0.el8.x86_64.rpm
22:30:13 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.d8mn0f
22:30:13 + umask 022
22:30:13 + cd /root/rpmbuild/BUILD
22:30:13 + cd src
22:30:13 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64
22:30:13 + exit 0
22:30:14 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-8"
22:30:15 #27 1.575 + RM_GOPATH=0
22:30:15 #27 1.576 + TMP_GOPATH=
22:30:15 #27 1.576 + : /build
22:30:15 #27 1.576 + '[' -z '' ']'
22:30:15 #27 1.576 ++ mktemp -d
22:30:15 #27 1.577 + export GOPATH=/tmp/tmp.pttsj2SBQG
22:30:15 #27 1.577 + GOPATH=/tmp/tmp.pttsj2SBQG
22:30:15 #27 1.578 + RM_GOPATH=1
22:30:15 #27 1.578 + case "$(go env GOARCH)" in
22:30:15 #27 1.578 ++ go env GOARCH
22:30:15 #27 1.594 + export GO_BUILDMODE=-buildmode=pie
22:30:15 #27 1.594 + GO_BUILDMODE=-buildmode=pie
22:30:15 #27 1.595 ++ dirname /install.sh
22:30:15 #27 1.596 + dir=/
22:30:15 #27 1.598 + bin=tini
22:30:15 #27 1.599 + shift
22:30:15 #27 1.599 + '[' '!' -f //tini.installer ']'
22:30:15 #27 1.599 + . //tini.installer
22:30:15 #27 1.599 ++ : v0.19.0
22:30:15 #27 1.600 + install_tini
22:30:15 #27 1.600 + echo 'Install tini version v0.19.0'
22:30:15 #27 1.600 Install tini version v0.19.0
22:30:15 #27 1.600 + git clone https://github.com/krallin/tini.git /tmp/tmp.pttsj2SBQG/tini
22:30:15 #27 1.605 Cloning into '/tmp/tmp.pttsj2SBQG/tini'...
22:30:15 #27 2.076 + cd /tmp/tmp.pttsj2SBQG/tini
22:30:15 #27 2.076 + git checkout -q v0.19.0
22:30:15 #27 2.095 + cmake .
22:30:16 == Building packages for fedora-34 ==
22:30:16 mkdir -p "rpmbuild/fedora-34"
22:30:16 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster -t rpmbuild-fedora-34/x86_64 -f fedora-34/Dockerfile .
22:30:16 #27 2.500 -- The C compiler identification is GNU 10.2.1
22:30:16 #27 2.535 -- Detecting C compiler ABI info
22:30:16 #27 2.692 -- Detecting C compiler ABI info - done
22:30:16 #27 2.731 -- Check for working C compiler: /usr/bin/cc - skipped
22:30:16 #27 2.732 -- Detecting C compile features
22:30:16 #27 2.733 -- Detecting C compile features - done
22:30:16 #27 2.747 -- Performing Test HAS_BUILTIN_FORTIFY
22:30:16 #1 [internal] load build definition from Dockerfile
22:30:16 #1 sha256:cb23e229ee6318b0d487a45d92cd3b7ff2dad37b6e522ab6d8b4f01f49d65a5f
22:30:16 #1 transferring dockerfile: 847B done
22:30:16 #1 DONE 0.0s
22:30:16 
22:30:16 #2 [internal] load .dockerignore
22:30:16 #2 sha256:50dc957bfa8d7fa42fd903726b154eb435053069c1c6c5ef7c149948c49f0af7
22:30:16 #2 transferring context: 2B done
22:30:16 #2 DONE 0.0s
22:30:16 
22:30:16 #5 [auth] library/golang:pull token for registry-1.docker.io
22:30:16 #5 sha256:2da1c7aadb012cc5e50e151659bbed7073df3a04c010dcbc6d3c90f9b8da93d9
22:30:16 #5 DONE 0.0s
22:30:16 
22:30:16 #6 [auth] library/fedora:pull token for registry-1.docker.io
22:30:16 #6 sha256:5c635a8c65c2d41f7bcb05e097dc629b9e7927ae93ad825d035c8c37cac9269c
22:30:16 #27 2.853 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
22:30:16 #27 2.935 -- Configuring done
22:30:16 #27 2.944 -- Generating done
22:30:16 #27 2.948 -- Build files have been written to: /tmp/tmp.pttsj2SBQG/tini
22:30:16 #27 2.956 + make tini-static
22:30:16 #6 DONE 0.0s
22:30:16 
22:30:16 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
22:30:16 #4 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
22:30:16 #4 DONE 0.2s
22:30:16 
22:30:16 #3 [internal] load metadata for docker.io/library/fedora:34
22:30:16 #3 sha256:2ab299ebd37971d96850326dcaa5a0cb23054b855a5aa1654251805e7339f903
22:30:16 #27 3.194 Scanning dependencies of target tini-static
22:30:16 #27 3.239 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:30:16 #3 DONE 0.4s
22:30:16 
22:30:16 #9 [internal] load build context
22:30:16 #9 sha256:56b7f2a7b0e892f528c4b1c544449c67a628b68b1741f7a8394973db1056e196
22:30:16 #9 transferring context: 216B done
22:30:16 #9 DONE 0.0s
22:30:16 
22:30:16 #12 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
22:30:16 #12 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
22:30:16 #12 CACHED
22:30:16 
22:30:16 #7 [stage-1 1/6] FROM docker.io/library/fedora:34@sha256:9d71386ce04de67b68519d55ca3926cb960a7768d631e6d215eca69b6bb7c2a3
22:30:16 #7 sha256:fdaed8445d12cdaaf205a051776ab2a922da8c7ce663a3bba1a0bbb8f23997c0
22:30:16 #7 resolve docker.io/library/fedora:34@sha256:9d71386ce04de67b68519d55ca3926cb960a7768d631e6d215eca69b6bb7c2a3 done
22:30:16 #7 sha256:b1f95b4bf817417973513dff2fc70974f5f7792eb56506c8b992e49a98fe5c6d 529B / 529B done
22:30:16 #7 sha256:0e58495b280f3ace00dd8da68d5553753237b081f3ca4d894459c4924b279416 2.00kB / 2.00kB done
22:30:16 #7 sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 14.68MB / 65.00MB 0.2s
22:30:16 #7 sha256:9d71386ce04de67b68519d55ca3926cb960a7768d631e6d215eca69b6bb7c2a3 1.20kB / 1.20kB done
22:30:17 #7 sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 21.82MB / 65.00MB 0.3s
22:30:17 #7 sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 27.26MB / 65.00MB 0.4s
22:30:17 #7 sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 46.44MB / 65.00MB 0.6s
22:30:17 #7 sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 57.67MB / 65.00MB 0.7s
22:30:17 #7 sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 65.00MB / 65.00MB 0.8s
22:30:17 #27 3.992 [100%] Linking C executable tini-static
22:30:17 #27 4.328 [100%] Built target tini-static
22:30:17 #27 4.378 + mkdir -p /build
22:30:17 #7 sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 65.00MB / 65.00MB 1.1s done
22:30:17 #7 extracting sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 0.1s
22:30:17 #27 4.380 + cp tini-static /build/docker-init
22:30:17 #27 DONE 4.6s
22:30:17 
22:30:17 #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
22:30:17 #22 sha256:f63f955bc83aedae89d1740d7c48c80a9aeed3cedfc99c2b1ee690d5b98feaad
22:30:17 #22 47.90 debconf: delaying package configuration, since apt-utils is not installed
22:30:17 #22 48.22 Fetched 115 MB in 2s (53.8 MB/s)
22:30:17 #22 48.28 Selecting previously unselected package binutils-mingw-w64-i686.
22:30:17 #22 48.28 (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.)
22:30:17 #22 48.34 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
22:30:17 #22 48.35 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
22:30:17 #22 49.06 Selecting previously unselected package binutils-mingw-w64-x86-64.
22:30:17 #22 49.08 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
22:30:17 #22 49.09 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
22:30:17 #22 50.27 Selecting previously unselected package binutils-mingw-w64.
22:30:17 #22 50.27 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
22:30:17 #22 50.28 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
22:30:17 #22 50.36 Selecting previously unselected package libdevmapper1.02.1:amd64.
22:30:17 #22 50.36 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
22:30:17 #22 50.38 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
22:30:17 #22 50.48 Selecting previously unselected package dmsetup.
22:30:17 #22 50.49 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
22:30:17 #22 50.49 Unpacking dmsetup (2:1.02.175-2.1) ...
22:30:17 #22 50.59 Selecting previously unselected package mingw-w64-common.
22:30:17 #22 50.60 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
22:30:17 #22 50.60 Unpacking mingw-w64-common (8.0.0-1) ...
22:30:17 #22 52.85 Selecting previously unselected package mingw-w64-x86-64-dev.
22:30:17 #22 52.85 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
22:30:17 #22 52.86 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
22:30:19 #22 55.75 Selecting previously unselected package gcc-mingw-w64-base.
22:30:19 #22 55.76 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
22:30:19 #22 55.77 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
22:30:19 #22 55.87 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
22:30:19 #22 55.87 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
22:30:19 #22 55.88 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
22:30:21 #7 extracting sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 2.8s done
22:30:21 #7 DONE 4.1s
22:30:21 
22:30:21 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
22:30:21 #8 sha256:a19b8e70ac69d030ba25daf2d9e6149e926730a431017e536b9683fb3474f18e
22:30:22 #22 58.82 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
22:30:22 #22 58.83 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
22:30:22 #22 58.83 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
22:30:25 #8 4.029 Fedora 34 - x86_64                               24 MB/s |  74 MB     00:03    
22:30:27 #22 64.47 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
22:30:27 #22 64.48 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
22:30:27 #22 64.48 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
22:30:28 #22 ...
22:30:28 
22:30:28 #34 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
22:30:28 #34 sha256:893599d91bfacd184aced5eaf55c3a82ad35605530bcec8488dc2a857764f877
22:30:28 #34 17.23 + cd /tmp/tmp.cDhZR0sRQv/src/github.com/containerd/containerd
22:30:28 #34 17.23 + git checkout -q v1.5.7
22:30:29 #34 18.13 + export 'BUILDTAGS=netgo osusergo static_build'
22:30:29 #34 18.13 + BUILDTAGS='netgo osusergo static_build'
22:30:29 #34 18.13 + export EXTRA_FLAGS=-buildmode=pie
22:30:29 #34 18.13 + EXTRA_FLAGS=-buildmode=pie
22:30:29 #34 18.13 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
22:30:29 #34 18.13 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
22:30:29 #34 18.13 + '[' '' = dynamic ']'
22:30:29 #34 18.13 + make
22:30:29 #34 18.77 + bin/ctr
22:30:36 #34 ...
22:30:36 
22:30:36 #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
22:30:36 #22 sha256:f63f955bc83aedae89d1740d7c48c80a9aeed3cedfc99c2b1ee690d5b98feaad
22:30:36 #22 66.39 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
22:30:36 #22 66.39 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
22:30:36 #22 66.40 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
22:30:36 #22 67.99 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
22:30:36 #22 67.99 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
22:30:36 #22 68.00 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
22:30:36 #22 71.85 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
22:30:36 #22 71.85 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
22:30:36 #22 71.86 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
22:30:36 #22 73.52 Selecting previously unselected package g++-mingw-w64-x86-64.
22:30:36 #22 73.53 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
22:30:36 #22 73.53 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
22:30:36 #22 73.60 Selecting previously unselected package libapparmor1:amd64.
22:30:36 #22 73.61 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
22:30:37 #22 73.62 Unpacking libapparmor1:amd64 (2.13.6-10) ...
22:30:37 #22 73.68 Selecting previously unselected package libapparmor-dev:amd64.
22:30:37 #22 73.69 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
22:30:37 #22 73.70 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
22:30:37 #22 73.76 Selecting previously unselected package libbtrfs0:amd64.
22:30:37 #22 73.76 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
22:30:37 #22 73.77 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
22:30:37 #22 73.86 Selecting previously unselected package libbtrfs-dev:amd64.
22:30:37 #22 73.86 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
22:30:37 #22 73.87 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
22:30:37 #22 73.97 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
22:30:37 #22 73.97 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
22:30:37 #22 73.98 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
22:30:37 #22 74.02 Selecting previously unselected package libudev-dev:amd64.
22:30:37 #22 74.02 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
22:30:37 #22 74.03 Unpacking libudev-dev:amd64 (247.3-6) ...
22:30:37 #22 74.10 Selecting previously unselected package libsepol1-dev:amd64.
22:30:37 #22 74.11 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
22:30:37 #22 74.11 Unpacking libsepol1-dev:amd64 (3.1-1) ...
22:30:37 #22 74.26 Selecting previously unselected package libpcre2-16-0:amd64.
22:30:37 #22 74.26 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
22:30:37 #22 74.27 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
22:30:37 #22 74.36 Selecting previously unselected package libpcre2-32-0:amd64.
22:30:37 #22 74.37 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
22:30:37 #22 74.38 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
22:30:37 #22 74.48 Selecting previously unselected package libpcre2-posix2:amd64.
22:30:37 #22 74.48 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
22:30:37 #22 74.48 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
22:30:37 #22 74.53 Selecting previously unselected package libpcre2-dev:amd64.
22:30:37 #22 74.54 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
22:30:37 #22 74.54 Unpacking libpcre2-dev:amd64 (10.36-2) ...
22:30:38 #22 74.73 Selecting previously unselected package libselinux1-dev:amd64.
22:30:38 #22 74.73 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
22:30:38 #22 74.74 Unpacking libselinux1-dev:amd64 (3.1-3) ...
22:30:38 #22 74.85 Selecting previously unselected package libdevmapper-dev:amd64.
22:30:38 #22 74.86 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
22:30:38 #22 74.86 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
22:30:38 #22 74.91 Selecting previously unselected package libseccomp-dev:amd64.
22:30:38 #22 74.92 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ...
22:30:38 #22 74.92 Unpacking libseccomp-dev:amd64 (2.5.1-1) ...
22:30:38 #22 74.98 Selecting previously unselected package libsystemd-dev:amd64.
22:30:38 #22 74.99 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
22:30:38 #22 75.00 Unpacking libsystemd-dev:amd64 (247.3-6) ...
22:30:38 #22 75.22 Setting up libseccomp-dev:amd64 (2.5.1-1) ...
22:30:38 #22 75.25 Setting up libapparmor1:amd64 (2.13.6-10) ...
22:30:38 #22 75.26 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
22:30:38 #22 75.28 Setting up libsepol1-dev:amd64 (3.1-1) ...
22:30:38 #22 75.29 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
22:30:38 #22 75.30 Setting up libpcre2-16-0:amd64 (10.36-2) ...
22:30:38 #22 75.32 Setting up libbtrfs0:amd64 (5.10.1-2) ...
22:30:38 #22 75.33 Setting up libpcre2-32-0:amd64 (10.36-2) ...
22:30:38 #22 75.35 Setting up libudev-dev:amd64 (247.3-6) ...
22:30:38 #22 75.36 Setting up libpcre2-posix2:amd64 (10.36-2) ...
22:30:38 #22 75.38 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
22:30:38 #22 75.39 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
22:30:38 #22 75.41 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
22:30:38 #22 75.42 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
22:30:38 #22 75.43 Setting up mingw-w64-common (8.0.0-1) ...
22:30:38 #22 75.45 Setting up libsystemd-dev:amd64 (247.3-6) ...
22:30:38 #22 75.46 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
22:30:38 #22 75.47 Setting up libpcre2-dev:amd64 (10.36-2) ...
22:30:38 #22 75.48 Setting up libselinux1-dev:amd64 (3.1-3) ...
22:30:38 #22 75.50 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
22:30:38 #22 75.51 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
22:30:38 #22 75.52 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
22:30:38 #22 75.53 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
22:30:38 #22 75.54 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
22:30:38 #22 75.55 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
22:30:38 #22 75.56 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
22:30:38 #22 75.57 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
22:30:38 #22 75.58 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
22:30:38 #22 75.59 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
22:30:38 #22 75.61 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
22:30:38 #22 75.62 Setting up dmsetup (2:1.02.175-2.1) ...
22:30:38 #22 75.64 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
22:30:38 #22 75.65 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
22:30:38 #22 75.66 Processing triggers for libc-bin (2.31-13+deb11u2) ...
22:30:40 #22 DONE 76.9s
22:30:40 
22:30:40 #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
22:30:40 #23 sha256:22435a6f9dbd87ef75691c4f49088cb18c28f96521dd6acde796efa1a3870348
22:30:41 #23 1.242 Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
22:30:41 #23 1.250 Hit:2 http://deb.debian.org/debian bullseye InRelease
22:30:41 #23 1.250 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
22:30:43 #8 22.37 Fedora 34 openh264 (From Cisco) - x86_64        3.3 kB/s | 2.5 kB     00:00    
22:30:44 #8 23.54 Fedora Modular 34 - x86_64                      5.3 MB/s | 4.9 MB     00:00    
22:30:47 #8 26.04 Fedora 34 - x86_64 - Updates                     17 MB/s |  28 MB     00:01    
22:30:48 #23 2.002 Reading package lists...
22:30:54 #23 8.187 Reading package lists...
22:30:54 #23 13.17 Building dependency tree...
22:30:54 #23 14.35 Reading state information...
22:30:55 #8 34.22 Fedora Modular 34 - x86_64 - Updates            4.4 MB/s | 4.1 MB     00:00    
22:30:56 #23 15.62 The following additional packages will be installed:
22:30:56 #23 15.62   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
22:30:56 #23 15.62   gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
22:30:56 #23 15.62   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
22:30:56 #23 15.62   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
22:30:56 #23 15.62   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
22:30:56 #23 15.62   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64
22:30:56 #23 15.63   libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x
22:30:56 #23 15.65 Suggested packages:
22:30:56 #23 15.65   glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel
22:30:56 #23 15.65   libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf
22:30:56 #23 15.65   glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x
22:30:56 #23 15.65   libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf
22:30:56 #23 15.65   seccomp:ppc64el seccomp:s390x
22:30:56 #23 15.65 Recommended packages:
22:30:56 #23 15.65   libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel
22:30:56 #23 15.65   libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf
22:30:56 #23 15.65   libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el
22:30:56 #23 15.65   libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x
22:30:56 #23 16.11 The following NEW packages will be installed:
22:30:56 #23 16.11   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
22:30:56 #23 16.11   gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel
22:30:56 #23 16.11   libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x
22:30:56 #23 16.11   libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
22:30:56 #23 16.11   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
22:30:56 #23 16.11   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
22:30:56 #23 16.11   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
22:30:56 #23 16.12   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64
22:30:56 #23 16.12   libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el
22:30:56 #23 16.12   libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf
22:30:56 #23 16.12   libseccomp2:ppc64el libseccomp2:s390x
22:30:56 #23 16.48 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded.
22:30:56 #23 16.48 Need to get 15.9 MB of archives.
22:30:56 #23 16.48 After this operation, 72.9 MB of additional disk space will be used.
22:30:56 #23 16.48 Get:1 http://deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB]
22:30:56 #23 16.49 Get:2 http://deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB]
22:30:56 #23 16.49 Get:3 http://deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB]
22:30:56 #23 16.50 Get:4 http://deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB]
22:30:56 #23 16.50 Get:5 http://deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB]
22:30:56 #23 16.50 Get:6 http://deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB]
22:30:56 #23 16.50 Get:7 http://deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB]
22:30:56 #23 16.50 Get:8 http://deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u2 [2448 kB]
22:30:56 #23 16.54 Get:9 http://deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB]
22:30:56 #23 16.54 Get:10 http://deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB]
22:30:56 #23 16.55 Get:11 http://deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB]
22:30:56 #23 16.55 Get:12 http://deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB]
22:30:56 #23 16.55 Get:13 http://deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u2 [2831 kB]
22:30:56 #23 16.58 Get:14 http://deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB]
22:30:56 #23 16.59 Get:15 http://deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB]
22:30:56 #23 16.59 Get:16 http://deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB]
22:30:56 #23 16.59 Get:17 http://deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB]
22:30:56 #23 16.59 Get:18 http://deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u2 [2333 kB]
22:30:56 #23 16.62 Get:19 http://deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB]
22:30:56 #23 16.62 Get:20 http://deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB]
22:30:56 #23 16.63 Get:21 http://deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB]
22:30:56 #23 16.63 Get:22 http://deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB]
22:30:56 #23 16.63 Get:23 http://deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u2 [2458 kB]
22:30:56 #23 16.66 Get:24 http://deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
22:30:56 #23 16.66 Get:25 http://deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
22:30:56 #23 16.66 Get:26 http://deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB]
22:30:56 #23 16.67 Get:27 http://deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB]
22:30:56 #23 16.67 Get:28 http://deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u2 [2338 kB]
22:30:56 #23 16.70 Get:29 http://deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB]
22:30:57 #23 16.70 Get:30 http://deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB]
22:30:57 #23 16.70 Get:31 http://deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1 [46.4 kB]
22:30:57 #23 16.71 Get:32 http://deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1 [90.2 kB]
22:30:57 #23 16.71 Get:33 http://deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1 [54.2 kB]
22:30:57 #23 16.71 Get:34 http://deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1 [94.8 kB]
22:30:57 #23 16.71 Get:35 http://deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1 [46.3 kB]
22:30:57 #23 16.71 Get:36 http://deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1 [86.4 kB]
22:30:57 #23 16.71 Get:37 http://deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1 [47.2 kB]
22:30:57 #23 16.71 Get:38 http://deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1 [87.3 kB]
22:30:57 #23 16.71 Get:39 http://deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1 [47.0 kB]
22:30:57 #23 16.71 Get:40 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1 [88.9 kB]
22:30:57 #23 17.24 debconf: delaying package configuration, since apt-utils is not installed
22:30:57 #23 17.44 Fetched 15.9 MB in 1s (31.1 MB/s)
22:30:57 #23 17.49 Selecting previously unselected package gcc-10-base:armel.
22:30:57 #23 17.49 (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.)
22:30:57 #23 17.53 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ...
22:30:57 #23 17.53 Unpacking gcc-10-base:armel (10.2.1-6) ...
22:30:57 #23 17.58 Selecting previously unselected package gcc-10-base:armhf.
22:30:57 #23 17.59 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ...
22:30:57 #23 17.60 Unpacking gcc-10-base:armhf (10.2.1-6) ...
22:30:57 #23 17.65 Selecting previously unselected package gcc-10-base:ppc64el.
22:30:57 #23 17.65 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ...
22:30:57 #23 17.66 Unpacking gcc-10-base:ppc64el (10.2.1-6) ...
22:30:57 #23 17.71 Selecting previously unselected package gcc-10-base:s390x.
22:30:57 #23 17.71 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ...
22:30:57 #23 17.72 Unpacking gcc-10-base:s390x (10.2.1-6) ...
22:30:57 #23 17.77 Selecting previously unselected package gcc-10-base:arm64.
22:30:57 #23 17.78 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ...
22:30:57 #23 17.78 Unpacking gcc-10-base:arm64 (10.2.1-6) ...
22:30:58 #23 17.83 Selecting previously unselected package libgcc-s1:armel.
22:30:58 #23 17.84 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ...
22:30:58 #23 17.85 Unpacking libgcc-s1:armel (10.2.1-6) ...
22:30:58 #23 17.90 Selecting previously unselected package libcrypt1:armel.
22:30:58 #23 17.91 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ...
22:30:58 #23 17.91 Unpacking libcrypt1:armel (1:4.4.18-4) ...
22:30:58 #23 18.00 Selecting previously unselected package libc6:armel.
22:30:58 #23 18.00 Preparing to unpack .../07-libc6_2.31-13+deb11u2_armel.deb ...
22:30:58 #23 18.18 Unpacking libc6:armel (2.31-13+deb11u2) ...
22:30:59 #23 18.59 Selecting previously unselected package libapparmor1:armel.
22:30:59 #23 18.59 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ...
22:30:59 #23 18.59 Unpacking libapparmor1:armel (2.13.6-10) ...
22:30:59 #23 18.65 Selecting previously unselected package libapparmor-dev:armel.
22:30:59 #23 18.65 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ...
22:30:59 #23 18.66 Unpacking libapparmor-dev:armel (2.13.6-10) ...
22:30:59 #23 18.72 Selecting previously unselected package libgcc-s1:arm64.
22:30:59 #23 18.73 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ...
22:30:59 #23 18.73 Unpacking libgcc-s1:arm64 (10.2.1-6) ...
22:30:59 #23 18.78 Selecting previously unselected package libcrypt1:arm64.
22:30:59 #23 18.78 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ...
22:30:59 #23 18.79 Unpacking libcrypt1:arm64 (1:4.4.18-4) ...
22:30:59 #23 18.87 Selecting previously unselected package libc6:arm64.
22:30:59 #23 18.88 Preparing to unpack .../12-libc6_2.31-13+deb11u2_arm64.deb ...
22:30:59 #23 19.09 Unpacking libc6:arm64 (2.31-13+deb11u2) ...
22:30:59 #23 19.55 Selecting previously unselected package libapparmor1:arm64.
22:30:59 #23 19.55 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ...
22:30:59 #23 19.56 Unpacking libapparmor1:arm64 (2.13.6-10) ...
22:30:59 #23 19.61 Selecting previously unselected package libapparmor-dev:arm64.
22:30:59 #23 19.62 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ...
22:30:59 #23 19.62 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
22:30:59 #23 19.69 Selecting previously unselected package libgcc-s1:s390x.
22:30:59 #23 19.69 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ...
22:30:59 #23 19.70 Unpacking libgcc-s1:s390x (10.2.1-6) ...
22:31:00 #23 19.74 Selecting previously unselected package libcrypt1:s390x.
22:31:00 #23 19.75 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ...
22:31:00 #23 19.75 Unpacking libcrypt1:s390x (1:4.4.18-4) ...
22:31:00 #23 19.84 Selecting previously unselected package libc6:s390x.
22:31:00 #23 19.85 Preparing to unpack .../17-libc6_2.31-13+deb11u2_s390x.deb ...
22:31:00 #23 20.05 Unpacking libc6:s390x (2.31-13+deb11u2) ...
22:31:00 #8 39.03 Dependencies resolved.
22:31:00 #8 39.06 ================================================================================
22:31:00 #8 39.06  Package                       Arch     Version                 Repo       Size
22:31:00 #8 39.06 ================================================================================
22:31:00 #8 39.06 Installing:
22:31:00 #8 39.06  dnf-plugins-core              noarch   4.0.23-1.fc34           updates    35 k
22:31:00 #8 39.06  rpm-build                     x86_64   4.16.1.3-1.fc34         fedora    100 k
22:31:00 #8 39.06  rpmlint                       noarch   1.11-19.fc34            updates   185 k
22:31:00 #8 39.06 Upgrading:
22:31:00 #8 39.06  file-libs                     x86_64   5.39-7.fc34             updates   588 k
22:31:00 #8 39.06 Installing dependencies:
22:31:00 #8 39.06  binutils                      x86_64   2.35.2-6.fc34           updates   5.5 M
22:31:00 #8 39.06  binutils-gold                 x86_64   2.35.2-6.fc34           updates   716 k
22:31:00 #8 39.06  bzip2                         x86_64   1.0.8-6.fc34            fedora     53 k
22:31:00 #8 39.06  cpio                          x86_64   2.13-10.fc34            fedora    274 k
22:31:00 #8 39.06  dbus-libs                     x86_64   1:1.12.20-3.fc34        fedora    151 k
22:31:00 #8 39.06  desktop-file-utils            x86_64   0.26-3.fc34             fedora     74 k
22:31:00 #8 39.06  diffutils                     x86_64   3.7-8.fc34              fedora    391 k
22:31:00 #8 39.06  dwz                           x86_64   0.14-1.fc34             fedora    129 k
22:31:00 #8 39.06  ed                            x86_64   1.14.2-10.fc34          fedora     75 k
22:31:00 #8 39.06  efi-srpm-macros               noarch   5-4.fc34                updates    22 k
22:31:00 #8 39.06  elfutils                      x86_64   0.185-2.fc34            updates   517 k
22:31:00 #8 39.06  elfutils-debuginfod-client    x86_64   0.185-2.fc34            updates    36 k
22:31:00 #8 39.06  emacs-filesystem              noarch   1:27.2-5.fc34           updates   8.4 k
22:31:00 #8 39.06  enchant                       x86_64   1:1.6.0-27.fc34         fedora     59 k
22:31:00 #8 39.06  file                          x86_64   5.39-7.fc34             updates    50 k
22:31:00 #8 39.06  findutils                     x86_64   1:4.8.0-2.fc34          fedora    545 k
22:31:00 #8 39.06  fonts-srpm-macros             noarch   1:2.0.5-5.fc34          fedora     27 k
22:31:00 #8 39.06  fpc-srpm-macros               noarch   1.3-3.fc34              fedora    7.7 k
22:31:00 #8 39.06  gdb-minimal                   x86_64   10.2-3.fc34             updates   3.6 M
22:31:00 #8 39.06  gdk-pixbuf2                   x86_64   2.42.6-1.fc34           updates   471 k
22:31:00 #8 39.06  ghc-srpm-macros               noarch   1.5.0-4.fc34            fedora    7.8 k
22:31:00 #8 39.06  glib-networking               x86_64   2.68.2-1.fc34           updates   169 k
22:31:00 #8 39.06  gnat-srpm-macros              noarch   4-13.fc34               fedora    8.3 k
22:31:00 #8 39.06  go-srpm-macros                noarch   3.0.10-1.fc34           updates    25 k
22:31:00 #8 39.06  groff-base                    x86_64   1.22.4-7.fc34           fedora    1.1 M
22:31:00 #8 39.06  gsettings-desktop-schemas     x86_64   40.0-1.fc34             fedora    691 k
22:31:00 #8 39.06  hunspell                      x86_64   1.7.0-9.fc34            fedora    330 k
22:31:00 #8 39.06  hunspell-en-US                noarch   0.20140811.1-18.fc34    fedora    177 k
22:31:00 #8 39.06  hunspell-filesystem           x86_64   1.7.0-9.fc34            fedora    7.6 k
22:31:00 #8 39.06  info                          x86_64   6.7-10.fc34             fedora    227 k
22:31:00 #8 39.06  json-glib                     x86_64   1.6.6-1.fc34            updates   151 k
22:31:00 #8 39.06  kernel-srpm-macros            noarch   1.0-4.fc34              fedora    7.3 k
22:31:00 #8 39.06  less                          x86_64   581.2-1.fc34            updates   160 k
22:31:00 #8 39.06  libappstream-glib             x86_64   0.7.18-2.fc34           fedora    398 k
22:31:00 #8 39.06  libjpeg-turbo                 x86_64   2.0.90-3.fc34           updates   175 k
22:31:00 #8 39.06  libpipeline                   x86_64   1.5.3-2.fc34            fedora     49 k
22:31:00 #8 39.06  libpkgconf                    x86_64   1.7.3-6.fc34            fedora     36 k
22:31:00 #8 39.06  libpng                        x86_64   2:1.6.37-10.fc34        fedora    119 k
22:31:00 #8 39.06  libproxy                      x86_64   0.4.15-30.fc34          fedora     72 k
22:31:00 #8 39.06  libsoup                       x86_64   2.72.0-6.fc34           fedora    397 k
22:31:00 #8 39.06  libstemmer                    x86_64   0-16.585svn.fc34        fedora     86 k
22:31:00 #8 39.06  lua-srpm-macros               noarch   1-4.fc34                fedora    8.3 k
22:31:00 #8 39.06  man-db                        x86_64   2.9.3-3.fc34            fedora    1.1 M
22:31:00 #8 39.06  ncurses                       x86_64   6.2-4.20200222.fc34     fedora    396 k
22:31:00 #8 39.06  nim-srpm-macros               noarch   3-4.fc34                fedora    8.4 k
22:31:00 #8 39.06  ocaml-srpm-macros             noarch   6-4.fc34                fedora    7.8 k
22:31:00 #8 39.06  openblas-srpm-macros          noarch   2-9.fc34                fedora    7.4 k
22:31:00 #8 39.06  patch                         x86_64   2.7.6-14.fc34           fedora    130 k
22:31:00 #8 39.06  perl-AutoLoader               noarch   5.74-477.fc34           updates    31 k
22:31:00 #8 39.06  perl-B                        x86_64   1.80-477.fc34           updates   189 k
22:31:00 #8 39.06  perl-Carp                     noarch   1.50-458.fc34           fedora     29 k
22:31:00 #8 39.06  perl-Class-Struct             noarch   0.66-477.fc34           updates    32 k
22:31:00 #8 39.06  perl-Data-Dumper              x86_64   2.174-460.fc34          fedora     56 k
22:31:00 #8 39.06  perl-Digest                   noarch   1.20-1.fc34             updates    25 k
22:31:00 #8 39.06  perl-Digest-MD5               x86_64   2.58-2.fc34             fedora     36 k
22:31:00 #8 39.06  perl-DynaLoader               x86_64   1.47-477.fc34           updates    36 k
22:31:00 #8 39.06  perl-Encode                   x86_64   4:3.12-460.fc34         updates   1.7 M
22:31:00 #8 39.06  perl-Errno                    x86_64   1.30-477.fc34           updates    25 k
22:31:00 #8 39.06  perl-Exporter                 noarch   5.74-459.fc34           fedora     32 k
22:31:00 #8 39.06  perl-Fcntl                    x86_64   1.13-477.fc34           updates    31 k
22:31:00 #8 39.06  perl-File-Basename            noarch   2.85-477.fc34           updates    27 k
22:31:00 #8 39.06  perl-File-Path                noarch   2.18-2.fc34             fedora     36 k
22:31:00 #8 39.06  perl-File-Temp                noarch   1:0.231.100-2.fc34      fedora     60 k
22:31:00 #8 39.06  perl-File-stat                noarch   1.09-477.fc34           updates    27 k
22:31:00 #8 39.06  perl-FileHandle               noarch   2.03-477.fc34           updates    26 k
22:31:00 #8 39.06  perl-Getopt-Long              noarch   1:2.52-2.fc34           fedora     61 k
22:31:00 #8 39.06  perl-Getopt-Std               noarch   1.12-477.fc34           updates    26 k
22:31:00 #8 39.06  perl-HTTP-Tiny                noarch   0.078-1.fc34            updates    55 k
22:31:00 #8 39.06  perl-IO                       x86_64   1.43-477.fc34           updates    97 k
22:31:00 #8 39.06  perl-IO-Socket-IP             noarch   0.41-3.fc34             fedora     43 k
22:31:00 #8 39.06  perl-IPC-Open3                noarch   1.21-477.fc34           updates    33 k
22:31:00 #8 39.06  perl-MIME-Base64              x86_64   3.16-2.fc34             fedora     30 k
22:31:00 #8 39.06  perl-Net-SSLeay               x86_64   1.90-2.fc34             fedora    357 k
22:31:00 #8 39.06  perl-POSIX                    x86_64   1.94-477.fc34           updates   107 k
22:31:00 #8 39.06  perl-PathTools                x86_64   3.78-459.fc34           fedora     86 k
22:31:00 #8 39.06  perl-Pod-Escapes              noarch   1:1.07-458.fc34         fedora     20 k
22:31:00 #8 39.06  perl-Pod-Perldoc              noarch   3.28.01-459.fc34        fedora     85 k
22:31:00 #8 39.06  perl-Pod-Simple               noarch   1:3.42-2.fc34           fedora    216 k
22:31:00 #8 39.06  perl-Pod-Usage                noarch   4:2.01-2.fc34           fedora     41 k
22:31:00 #8 39.06  perl-Scalar-List-Utils        x86_64   4:1.56-459.fc34         fedora     72 k
22:31:00 #8 39.06  perl-SelectSaver              noarch   1.02-477.fc34           updates    22 k
22:31:00 #8 39.06  perl-Socket                   x86_64   4:2.032-1.fc34          updates    54 k
22:31:00 #8 39.06  perl-Storable                 x86_64   1:3.21-458.fc34         fedora     97 k
22:31:00 #8 39.06  perl-Symbol                   noarch   1.08-477.fc34           updates    24 k
22:31:00 #8 39.06  perl-Term-ANSIColor           noarch   5.01-459.fc34           fedora     49 k
22:31:00 #8 39.06  perl-Term-Cap                 noarch   1.17-458.fc34           fedora     22 k
22:31:00 #8 39.06  perl-Text-ParseWords          noarch   3.30-458.fc34           fedora     16 k
22:31:00 #8 39.06  perl-Text-Tabs+Wrap           noarch   2021.0726-1.fc34        updates    22 k
22:31:00 #8 39.06  perl-Time-Local               noarch   2:1.300-5.fc34          fedora     34 k
22:31:00 #8 39.06  perl-URI                      noarch   5.09-1.fc34             fedora    109 k
22:31:00 #8 39.06  perl-base                     noarch   2.27-477.fc34           updates    26 k
22:31:00 #8 39.06  perl-constant                 noarch   1.33-459.fc34           fedora     23 k
22:31:00 #8 39.06  perl-if                       noarch   0.60.800-477.fc34       updates    24 k
22:31:00 #8 39.06  perl-interpreter              x86_64   4:5.32.1-477.fc34       updates    81 k
22:31:00 #8 39.06  perl-libnet                   noarch   3.13-2.fc34             fedora    127 k
22:31:00 #8 39.06  perl-libs                     x86_64   4:5.32.1-477.fc34       updates   2.0 M
22:31:00 #8 39.06  perl-mro                      x86_64   1.23-477.fc34           updates    38 k
22:31:00 #8 39.06  perl-overload                 noarch   1.31-477.fc34           updates    56 k
22:31:00 #8 39.06  perl-overloading              noarch   0.02-477.fc34           updates    23 k
22:31:00 #8 39.06  perl-parent                   noarch   1:0.238-458.fc34        fedora     14 k
22:31:00 #8 39.06  perl-podlators                noarch   1:4.14-458.fc34         fedora    113 k
22:31:00 #8 39.06  perl-srpm-macros              noarch   1-39.fc34               fedora    8.5 k
22:31:00 #8 39.06  perl-subs                     noarch   1.03-477.fc34           updates    22 k
22:31:00 #8 39.06  perl-vars                     noarch   1.05-477.fc34           updates    23 k
22:31:00 #8 39.06  pkgconf                       x86_64   1.7.3-6.fc34            fedora     41 k
22:31:00 #8 39.06  pkgconf-m4                    noarch   1.7.3-6.fc34            fedora     14 k
22:31:00 #8 39.06  pkgconf-pkg-config            x86_64   1.7.3-6.fc34            fedora     10 k
22:31:00 #8 39.06  python-srpm-macros            noarch   3.9-38.fc34             updates    20 k
22:31:00 #8 39.06  python3-dateutil              noarch   1:2.8.1-3.fc34          fedora    289 k
22:31:00 #8 39.06  python3-dbus                  x86_64   1.2.18-1.fc34           updates   132 k
22:31:00 #8 39.06  python3-distro                noarch   1.5.0-5.fc34            fedora     36 k
22:31:00 #8 39.06  python3-dnf-plugins-core      noarch   4.0.23-1.fc34           updates   210 k
22:31:00 #8 39.06  python3-enchant               noarch   3.2.1-1.fc34            updates    78 k
22:31:00 #8 39.06  python3-file-magic            noarch   5.39-7.fc34             updates    17 k
22:31:00 #8 39.06  python3-setuptools            noarch   53.0.0-2.fc34           updates   840 k
22:31:00 #8 39.06  python3-six                   noarch   1.15.0-5.fc34           fedora     36 k
22:31:00 #8 39.06  qt5-srpm-macros               noarch   5.15.2-2.fc34           fedora    8.4 k
22:31:00 #8 39.06  redhat-rpm-config             noarch   183-3.fc34              updates    65 k
22:31:00 #8 39.06  rpmautospec-rpm-macros        noarch   0.2.5-1.fc34            updates   9.9 k
22:31:00 #8 39.06  rust-srpm-macros              noarch   18-1.fc34               updates   9.2 k
22:31:00 #8 39.06  shared-mime-info              x86_64   2.1-2.fc34              fedora    374 k
22:31:00 #8 39.06  unzip                         x86_64   6.0-50.fc34             fedora    181 k
22:31:00 #8 39.06  xxhash-libs                   x86_64   0.8.0-3.fc34            updates    40 k
22:31:00 #8 39.06  xz                            x86_64   5.2.5-5.fc34            fedora    216 k
22:31:00 #8 39.06  zip                           x86_64   3.0-28.fc34             fedora    260 k
22:31:00 #8 39.06  zstd                          x86_64   1.5.0-1.fc34            updates   643 k
22:31:00 #8 39.06 Installing weak dependencies:
22:31:00 #8 39.06  abattis-cantarell-fonts       noarch   0.301-2.fc34            fedora    369 k
22:31:00 #8 39.06  adobe-source-code-pro-fonts   noarch   2.030.1.050-10.fc34     fedora    834 k
22:31:00 #8 39.06  hunspell-en-GB                noarch   0.20140811.1-18.fc34    fedora    225 k
22:31:00 #8 39.06  perl-IO-Socket-SSL            noarch   2.070-2.fc34            fedora    214 k
22:31:00 #8 39.06  perl-Mozilla-CA               noarch   20200520-4.fc34         fedora     12 k
22:31:00 #8 39.06  perl-NDBM_File                x86_64   1.15-477.fc34           updates    32 k
22:31:00 #8 39.06 
22:31:00 #8 39.06 Transaction Summary
22:31:00 #8 39.06 ================================================================================
22:31:00 #8 39.06 Install  135 Packages
22:31:00 #8 39.06 Upgrade    1 Package
22:31:00 #8 39.06 
22:31:00 #8 39.06 Total download size: 31 M
22:31:00 #8 39.06 Downloading Packages:
22:31:00 #8 40.01 (1/136): abattis-cantarell-fonts-0.301-2.fc34.n 1.3 MB/s | 369 kB     00:00    
22:31:01 #23 20.51 Selecting previously unselected package libapparmor1:s390x.
22:31:01 #23 20.51 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ...
22:31:01 #23 20.52 Unpacking libapparmor1:s390x (2.13.6-10) ...
22:31:01 #23 20.58 Selecting previously unselected package libapparmor-dev:s390x.
22:31:01 #23 20.59 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ...
22:31:01 #23 20.59 Unpacking libapparmor-dev:s390x (2.13.6-10) ...
22:31:01 #23 20.66 Selecting previously unselected package libgcc-s1:armhf.
22:31:01 #23 20.66 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ...
22:31:01 #23 20.67 Unpacking libgcc-s1:armhf (10.2.1-6) ...
22:31:01 #23 20.71 Selecting previously unselected package libcrypt1:armhf.
22:31:01 #23 20.72 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ...
22:31:01 #23 20.72 Unpacking libcrypt1:armhf (1:4.4.18-4) ...
22:31:01 #8 40.01 (2/136): bzip2-1.0.8-6.fc34.x86_64.rpm          194 kB/s |  53 kB     00:00    
22:31:01 #8 40.09 (3/136): adobe-source-code-pro-fonts-2.030.1.05 2.3 MB/s | 834 kB     00:00    
22:31:01 #8 40.13 (4/136): cpio-2.13-10.fc34.x86_64.rpm           2.2 MB/s | 274 kB     00:00    
22:31:01 #8 40.13 (5/136): dbus-libs-1.12.20-3.fc34.x86_64.rpm    1.2 MB/s | 151 kB     00:00    
22:31:01 #8 40.14 (6/136): desktop-file-utils-0.26-3.fc34.x86_64. 1.6 MB/s |  74 kB     00:00    
22:31:01 #8 40.15 (7/136): ed-1.14.2-10.fc34.x86_64.rpm           9.3 MB/s |  75 kB     00:00    
22:31:01 #8 40.19 (8/136): dwz-0.14-1.fc34.x86_64.rpm             2.1 MB/s | 129 kB     00:00    
22:31:01 #8 40.20 (9/136): enchant-1.6.0-27.fc34.x86_64.rpm       1.1 MB/s |  59 kB     00:00    
22:31:01 #8 40.23 (10/136): diffutils-3.7-8.fc34.x86_64.rpm       4.0 MB/s | 391 kB     00:00    
22:31:01 #23 20.82 Selecting previously unselected package libc6:armhf.
22:31:01 #23 20.83 Preparing to unpack .../22-libc6_2.31-13+deb11u2_armhf.deb ...
22:31:01 #23 21.04 Unpacking libc6:armhf (2.31-13+deb11u2) ...
22:31:01 #8 40.24 (11/136): fonts-srpm-macros-2.0.5-5.fc34.noarch 749 kB/s |  27 kB     00:00    
22:31:01 #8 40.27 (12/136): findutils-4.8.0-2.fc34.x86_64.rpm     6.7 MB/s | 545 kB     00:00    
22:31:01 #8 40.28 (13/136): fpc-srpm-macros-1.3-3.fc34.noarch.rpm 171 kB/s | 7.7 kB     00:00    
22:31:01 #8 40.28 (14/136): ghc-srpm-macros-1.5.0-4.fc34.noarch.r 181 kB/s | 7.8 kB     00:00    
22:31:01 #8 40.33 (15/136): gsettings-desktop-schemas-40.0-1.fc34  13 MB/s | 691 kB     00:00    
22:31:01 #8 40.34 (16/136): gnat-srpm-macros-4-13.fc34.noarch.rpm 138 kB/s | 8.3 kB     00:00    
22:31:01 #8 40.39 (17/136): groff-base-1.22.4-7.fc34.x86_64.rpm   9.7 MB/s | 1.1 MB     00:00    
22:31:01 #8 40.42 (18/136): hunspell-1.7.0-9.fc34.x86_64.rpm      3.5 MB/s | 330 kB     00:00    
22:31:01 #8 40.43 (19/136): hunspell-en-GB-0.20140811.1-18.fc34.n 5.5 MB/s | 225 kB     00:00    
22:31:01 #8 40.43 (20/136): hunspell-en-US-0.20140811.1-18.fc34.n 3.9 MB/s | 177 kB     00:00    
22:31:01 #8 40.44 (21/136): hunspell-filesystem-1.7.0-9.fc34.x86_ 652 kB/s | 7.6 kB     00:00    
22:31:01 #8 40.45 (22/136): kernel-srpm-macros-1.0-4.fc34.noarch. 732 kB/s | 7.3 kB     00:00    
22:31:01 #8 40.45 (23/136): info-6.7-10.fc34.x86_64.rpm            13 MB/s | 227 kB     00:00    
22:31:01 #8 40.46 (24/136): libpipeline-1.5.3-2.fc34.x86_64.rpm   4.3 MB/s |  49 kB     00:00    
22:31:01 #8 40.46 (25/136): libpkgconf-1.7.3-6.fc34.x86_64.rpm    6.0 MB/s |  36 kB     00:00    
22:31:01 #8 40.47 (26/136): libpng-1.6.37-10.fc34.x86_64.rpm       14 MB/s | 119 kB     00:00    
22:31:01 #8 40.47 (27/136): libproxy-0.4.15-30.fc34.x86_64.rpm    7.0 MB/s |  72 kB     00:00    
22:31:01 #8 40.48 (28/136): libstemmer-0-16.585svn.fc34.x86_64.rp 6.5 MB/s |  86 kB     00:00    
22:31:01 #8 40.51 (29/136): libsoup-2.72.0-6.fc34.x86_64.rpm      8.8 MB/s | 397 kB     00:00    
22:31:01 #8 40.51 (30/136): lua-srpm-macros-1-4.fc34.noarch.rpm   282 kB/s | 8.3 kB     00:00    
22:31:01 #8 40.57 (31/136): ncurses-6.2-4.20200222.fc34.x86_64.rp 6.6 MB/s | 396 kB     00:00    
22:31:01 #8 40.63 (32/136): man-db-2.9.3-3.fc34.x86_64.rpm        9.5 MB/s | 1.1 MB     00:00    
22:31:01 #8 40.67 (33/136): libappstream-glib-0.7.18-2.fc34.x86_6 1.7 MB/s | 398 kB     00:00    
22:31:01 #8 40.67 (34/136): nim-srpm-macros-3-4.fc34.noarch.rpm    92 kB/s | 8.4 kB     00:00    
22:31:01 #8 40.67 (35/136): ocaml-srpm-macros-6-4.fc34.noarch.rpm 202 kB/s | 7.8 kB     00:00    
22:31:01 #8 40.67 (36/136): openblas-srpm-macros-2-9.fc34.noarch. 1.1 MB/s | 7.4 kB     00:00    
22:31:01 #8 40.68 (37/136): perl-Carp-1.50-458.fc34.noarch.rpm    3.8 MB/s |  29 kB     00:00    
22:31:01 #8 40.68 (38/136): patch-2.7.6-14.fc34.x86_64.rpm        9.4 MB/s | 130 kB     00:00    
22:31:01 #8 40.68 (39/136): perl-Data-Dumper-2.174-460.fc34.x86_6 5.6 MB/s |  56 kB     00:00    
22:31:01 #8 40.69 (40/136): perl-Digest-MD5-2.58-2.fc34.x86_64.rp 3.4 MB/s |  36 kB     00:00    
22:31:01 #8 40.69 (41/136): perl-Exporter-5.74-459.fc34.noarch.rp 3.4 MB/s |  32 kB     00:00    
22:31:01 #8 40.69 (42/136): perl-File-Path-2.18-2.fc34.noarch.rpm 3.9 MB/s |  36 kB     00:00    
22:31:01 #8 40.70 (43/136): perl-File-Temp-0.231.100-2.fc34.noarc 6.8 MB/s |  60 kB     00:00    
22:31:01 #8 40.71 (44/136): perl-Getopt-Long-2.52-2.fc34.noarch.r 4.4 MB/s |  61 kB     00:00    
22:31:01 #8 40.71 (45/136): perl-IO-Socket-IP-0.41-3.fc34.noarch. 3.2 MB/s |  43 kB     00:00    
22:31:01 #8 40.72 (46/136): perl-IO-Socket-SSL-2.070-2.fc34.noarc  11 MB/s | 214 kB     00:00    
22:31:01 #8 40.72 (47/136): perl-MIME-Base64-3.16-2.fc34.x86_64.r 2.1 MB/s |  30 kB     00:00    
22:31:01 #8 40.72 (48/136): perl-Mozilla-CA-20200520-4.fc34.noarc 770 kB/s |  12 kB     00:00    
22:31:01 #8 40.73 (49/136): perl-Pod-Escapes-1.07-458.fc34.noarch 2.0 MB/s |  20 kB     00:00    
22:31:01 #8 40.74 (50/136): perl-PathTools-3.78-459.fc34.x86_64.r 6.3 MB/s |  86 kB     00:00    
22:31:01 #8 40.79 (51/136): perl-Net-SSLeay-1.90-2.fc34.x86_64.rp 4.7 MB/s | 357 kB     00:00    
22:31:01 #8 40.80 (52/136): perl-Pod-Perldoc-3.28.01-459.fc34.noa 1.3 MB/s |  85 kB     00:00    
22:31:01 #8 40.83 (53/136): perl-Pod-Simple-3.42-2.fc34.noarch.rp 2.3 MB/s | 216 kB     00:00    
22:31:01 #8 40.83 (54/136): perl-Pod-Usage-2.01-2.fc34.noarch.rpm 1.0 MB/s |  41 kB     00:00    
22:31:01 #8 40.85 (55/136): perl-Scalar-List-Utils-1.56-459.fc34. 3.5 MB/s |  72 kB     00:00    
22:31:01 #8 40.85 (56/136): perl-Term-ANSIColor-5.01-459.fc34.noa 2.4 MB/s |  49 kB     00:00    
22:31:01 #8 40.86 (57/136): perl-Storable-3.21-458.fc34.x86_64.rp 3.4 MB/s |  97 kB     00:00    
22:31:01 #8 40.86 (58/136): perl-Text-ParseWords-3.30-458.fc34.no 1.8 MB/s |  16 kB     00:00    
22:31:01 #8 40.87 (59/136): perl-Term-Cap-1.17-458.fc34.noarch.rp 1.8 MB/s |  22 kB     00:00    
22:31:01 #8 40.87 (60/136): perl-Time-Local-1.300-5.fc34.noarch.r 2.5 MB/s |  34 kB     00:00    
22:31:01 #8 40.88 (61/136): perl-constant-1.33-459.fc34.noarch.rp 2.0 MB/s |  23 kB     00:00    
22:31:01 #8 40.88 (62/136): perl-URI-5.09-1.fc34.noarch.rpm       5.8 MB/s | 109 kB     00:00    
22:31:01 #8 40.89 (63/136): perl-libnet-3.13-2.fc34.noarch.rpm    8.9 MB/s | 127 kB     00:00    
22:31:01 #8 40.89 (64/136): perl-parent-0.238-458.fc34.noarch.rpm 1.2 MB/s |  14 kB     00:00    
22:31:01 #8 40.90 (65/136): perl-podlators-4.14-458.fc34.noarch.r 5.7 MB/s | 113 kB     00:00    
22:31:01 #8 40.91 (66/136): perl-srpm-macros-1-39.fc34.noarch.rpm 582 kB/s | 8.5 kB     00:00    
22:31:01 #8 40.91 (67/136): pkgconf-1.7.3-6.fc34.x86_64.rpm       2.3 MB/s |  41 kB     00:00    
22:31:01 #8 40.92 (68/136): pkgconf-m4-1.7.3-6.fc34.noarch.rpm    1.2 MB/s |  14 kB     00:00    
22:31:01 #8 40.92 (69/136): pkgconf-pkg-config-1.7.3-6.fc34.x86_6 838 kB/s |  10 kB     00:00    
22:31:01 #8 40.96 (70/136): python3-dateutil-2.8.1-3.fc34.noarch. 5.8 MB/s | 289 kB     00:00    
22:31:01 #8 40.96 (71/136): python3-distro-1.5.0-5.fc34.noarch.rp 759 kB/s |  36 kB     00:00    
22:31:01 #8 40.97 (72/136): python3-six-1.15.0-5.fc34.noarch.rpm  781 kB/s |  36 kB     00:00    
22:31:01 #8 41.00 (73/136): qt5-srpm-macros-5.15.2-2.fc34.noarch. 229 kB/s | 8.4 kB     00:00    
22:31:01 #8 41.04 (74/136): shared-mime-info-2.1-2.fc34.x86_64.rp 5.1 MB/s | 374 kB     00:00    
22:31:01 #23 21.49 Selecting previously unselected package libapparmor1:armhf.
22:31:01 #23 21.49 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ...
22:31:01 #23 21.50 Unpacking libapparmor1:armhf (2.13.6-10) ...
22:31:01 #23 21.59 Selecting previously unselected package libapparmor-dev:armhf.
22:31:01 #23 21.60 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ...
22:31:01 #23 21.60 Unpacking libapparmor-dev:armhf (2.13.6-10) ...
22:31:02 #8 41.06 (75/136): rpm-build-4.16.1.3-1.fc34.x86_64.rpm  1.0 MB/s | 100 kB     00:00    
22:31:02 #8 41.18 (76/136): unzip-6.0-50.fc34.x86_64.rpm          991 kB/s | 181 kB     00:00    
22:31:02 #8 41.24 (77/136): xz-5.2.5-5.fc34.x86_64.rpm            1.1 MB/s | 216 kB     00:00    
22:31:02 #8 41.30 (78/136): zip-3.0-28.fc34.x86_64.rpm            2.1 MB/s | 260 kB     00:00    
22:31:02 #23 21.68 Selecting previously unselected package libgcc-s1:ppc64el.
22:31:02 #23 21.70 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ...
22:31:02 #23 21.70 Unpacking libgcc-s1:ppc64el (10.2.1-6) ...
22:31:02 #23 21.77 Selecting previously unselected package libcrypt1:ppc64el.
22:31:02 #23 21.78 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ...
22:31:02 #23 21.79 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ...
22:31:02 #23 21.88 Selecting previously unselected package libc6:ppc64el.
22:31:02 #23 21.89 Preparing to unpack .../27-libc6_2.31-13+deb11u2_ppc64el.deb ...
22:31:02 #8 41.37 (79/136): binutils-gold-2.35.2-6.fc34.x86_64.rp 5.7 MB/s | 716 kB     00:00    
22:31:02 #8 41.38 (80/136): dnf-plugins-core-4.0.23-1.fc34.noarch 514 kB/s |  35 kB     00:00    
22:31:02 #8 41.46 (81/136): binutils-2.35.2-6.fc34.x86_64.rpm      20 MB/s | 5.5 MB     00:00    
22:31:02 #8 41.46 (82/136): efi-srpm-macros-5-4.fc34.noarch.rpm   230 kB/s |  22 kB     00:00    
22:31:02 #8 41.53 (83/136): elfutils-0.185-2.fc34.x86_64.rpm      3.3 MB/s | 517 kB     00:00    
22:31:02 #8 41.54 (84/136): emacs-filesystem-27.2-5.fc34.noarch.r 121 kB/s | 8.4 kB     00:00    
22:31:02 #8 41.54 (85/136): elfutils-debuginfod-client-0.185-2.fc 482 kB/s |  36 kB     00:00    
22:31:02 #8 41.54 (86/136): file-5.39-7.fc34.x86_64.rpm           4.2 MB/s |  50 kB     00:00    
22:31:02 #8 41.59 (87/136): gdk-pixbuf2-2.42.6-1.fc34.x86_64.rpm  8.6 MB/s | 471 kB     00:00    
22:31:02 #8 41.60 (88/136): glib-networking-2.68.2-1.fc34.x86_64. 3.0 MB/s | 169 kB     00:00    
22:31:02 #8 41.61 (89/136): go-srpm-macros-3.0.10-1.fc34.noarch.r 1.3 MB/s |  25 kB     00:00    
22:31:02 #8 41.70 (90/136): gdb-minimal-10.2-3.fc34.x86_64.rpm     22 MB/s | 3.6 MB     00:00    
22:31:02 #8 41.71 (91/136): json-glib-1.6.6-1.fc34.x86_64.rpm     1.4 MB/s | 151 kB     00:00    
22:31:02 #8 41.71 (92/136): less-581.2-1.fc34.x86_64.rpm          1.7 MB/s | 160 kB     00:00    
22:31:02 #8 41.71 (93/136): libjpeg-turbo-2.0.90-3.fc34.x86_64.rp  13 MB/s | 175 kB     00:00    
22:31:02 #8 41.72 (94/136): perl-AutoLoader-5.74-477.fc34.noarch. 4.2 MB/s |  31 kB     00:00    
22:31:02 #8 41.73 (95/136): perl-Class-Struct-0.66-477.fc34.noarc 2.4 MB/s |  32 kB     00:00    
22:31:02 #8 41.76 (96/136): perl-B-1.80-477.fc34.x86_64.rpm       3.8 MB/s | 189 kB     00:00    
22:31:02 #8 41.76 (97/136): perl-Digest-1.20-1.fc34.noarch.rpm    559 kB/s |  25 kB     00:00    
22:31:02 #8 41.78 (98/136): perl-Errno-1.30-477.fc34.x86_64.rpm   1.9 MB/s |  25 kB     00:00    
22:31:02 #23 22.10 Unpacking libc6:ppc64el (2.31-13+deb11u2) ...
22:31:02 #8 41.96 (99/136): perl-Fcntl-1.13-477.fc34.x86_64.rpm   163 kB/s |  31 kB     00:00    
22:31:02 #8 41.98 (100/136): perl-DynaLoader-1.47-477.fc34.x86_64 146 kB/s |  36 kB     00:00    
22:31:02 #8 41.98 (101/136): perl-File-Basename-2.85-477.fc34.noa 1.6 MB/s |  27 kB     00:00    
22:31:02 #8 41.99 (102/136): perl-File-stat-1.09-477.fc34.noarch. 2.6 MB/s |  27 kB     00:00    
22:31:02 #8 41.99 (103/136): perl-Getopt-Std-1.12-477.fc34.noarch 3.4 MB/s |  26 kB     00:00    
22:31:02 #8 42.00 (104/136): perl-HTTP-Tiny-0.078-1.fc34.noarch.r 7.2 MB/s |  55 kB     00:00    
22:31:02 #8 42.01 (105/136): perl-FileHandle-2.03-477.fc34.noarch 1.1 MB/s |  26 kB     00:00    
22:31:02 #8 42.02 (106/136): perl-IPC-Open3-1.21-477.fc34.noarch. 2.4 MB/s |  33 kB     00:00    
22:31:02 #8 42.02 (107/136): perl-IO-1.43-477.fc34.x86_64.rpm     4.7 MB/s |  97 kB     00:00    
22:31:02 #8 42.03 (108/136): perl-NDBM_File-1.15-477.fc34.x86_64. 2.4 MB/s |  32 kB     00:00    
22:31:02 #8 42.04 (109/136): perl-POSIX-1.94-477.fc34.x86_64.rpm  6.1 MB/s | 107 kB     00:00    
22:31:02 #8 42.05 (110/136): perl-SelectSaver-1.02-477.fc34.noarc 1.5 MB/s |  22 kB     00:00    
22:31:02 #8 42.06 (111/136): perl-Socket-2.032-1.fc34.x86_64.rpm  3.0 MB/s |  54 kB     00:00    
22:31:02 #8 42.06 (112/136): perl-Symbol-1.08-477.fc34.noarch.rpm 1.8 MB/s |  24 kB     00:00    
22:31:02 #8 42.06 (113/136): perl-Text-Tabs+Wrap-2021.0726-1.fc34 3.3 MB/s |  22 kB     00:00    
22:31:03 #8 42.07 (114/136): perl-base-2.27-477.fc34.noarch.rpm   3.1 MB/s |  26 kB     00:00    
22:31:03 #8 42.08 (115/136): perl-if-0.60.800-477.fc34.noarch.rpm 1.9 MB/s |  24 kB     00:00    
22:31:03 #8 42.09 (116/136): perl-interpreter-5.32.1-477.fc34.x86 4.8 MB/s |  81 kB     00:00    
22:31:03 #8 42.10 (117/136): perl-mro-1.23-477.fc34.x86_64.rpm    3.8 MB/s |  38 kB     00:00    
22:31:03 #8 42.12 (118/136): perl-overload-1.31-477.fc34.noarch.r 3.5 MB/s |  56 kB     00:00    
22:31:03 #8 42.16 (119/136): perl-Encode-3.12-460.fc34.x86_64.rpm 4.2 MB/s | 1.7 MB     00:00    
22:31:03 #8 42.17 (120/136): perl-overloading-0.02-477.fc34.noarc 464 kB/s |  23 kB     00:00    
22:31:03 #8 42.17 (121/136): perl-vars-1.05-477.fc34.noarch.rpm   3.7 MB/s |  23 kB     00:00    
22:31:03 #8 42.18 (122/136): perl-subs-1.03-477.fc34.noarch.rpm   1.2 MB/s |  22 kB     00:00    
22:31:03 #8 42.24 (123/136): perl-libs-5.32.1-477.fc34.x86_64.rpm  12 MB/s | 2.0 MB     00:00    
22:31:03 #8 42.25 (124/136): python-srpm-macros-3.9-38.fc34.noarc 274 kB/s |  20 kB     00:00    
22:31:03 #8 42.25 (125/136): python3-dbus-1.2.18-1.fc34.x86_64.rp 1.8 MB/s | 132 kB     00:00    
22:31:03 #8 42.26 (126/136): python3-dnf-plugins-core-4.0.23-1.fc  13 MB/s | 210 kB     00:00    
22:31:03 #8 42.26 (127/136): python3-file-magic-5.39-7.fc34.noarc 1.8 MB/s |  17 kB     00:00    
22:31:03 #8 42.27 (128/136): python3-enchant-3.2.1-1.fc34.noarch. 4.9 MB/s |  78 kB     00:00    
22:31:03 #8 42.28 (129/136): redhat-rpm-config-183-3.fc34.noarch. 5.4 MB/s |  65 kB     00:00    
22:31:03 #8 42.28 (130/136): rpmautospec-rpm-macros-0.2.5-1.fc34. 721 kB/s | 9.9 kB     00:00    
22:31:03 #8 42.37 (131/136): python3-setuptools-53.0.0-2.fc34.noa 7.5 MB/s | 840 kB     00:00    
22:31:03 #23 22.72 Selecting previously unselected package libapparmor1:ppc64el.
22:31:03 #23 22.72 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ...
22:31:03 #23 22.73 Unpacking libapparmor1:ppc64el (2.13.6-10) ...
22:31:03 #23 22.78 Selecting previously unselected package libapparmor-dev:ppc64el.
22:31:03 #23 22.78 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ...
22:31:03 #23 22.79 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ...
22:31:03 #23 22.88 Selecting previously unselected package libseccomp2:s390x.
22:31:03 #23 22.89 Preparing to unpack .../30-libseccomp2_2.5.1-1_s390x.deb ...
22:31:03 #23 22.89 Unpacking libseccomp2:s390x (2.5.1-1) ...
22:31:03 #23 22.95 Selecting previously unselected package libseccomp-dev:s390x.
22:31:03 #23 22.95 Preparing to unpack .../31-libseccomp-dev_2.5.1-1_s390x.deb ...
22:31:03 #23 22.96 Unpacking libseccomp-dev:s390x (2.5.1-1) ...
22:31:03 #23 23.03 Selecting previously unselected package libseccomp2:ppc64el.
22:31:03 #23 23.03 Preparing to unpack .../32-libseccomp2_2.5.1-1_ppc64el.deb ...
22:31:03 #23 23.03 Unpacking libseccomp2:ppc64el (2.5.1-1) ...
22:31:03 #8 42.37 (132/136): rust-srpm-macros-18-1.fc34.noarch.rp 104 kB/s | 9.2 kB     00:00    
22:31:03 #8 42.38 (133/136): rpmlint-1.11-19.fc34.noarch.rpm      1.8 MB/s | 185 kB     00:00    
22:31:03 #8 42.39 (134/136): xxhash-libs-0.8.0-3.fc34.x86_64.rpm  2.3 MB/s |  40 kB     00:00    
22:31:03 #8 42.50 (135/136): file-libs-5.39-7.fc34.x86_64.rpm     4.9 MB/s | 588 kB     00:00    
22:31:03 #8 42.55 (136/136): zstd-1.5.0-1.fc34.x86_64.rpm         3.6 MB/s | 643 kB     00:00    
22:31:03 #8 42.55 --------------------------------------------------------------------------------
22:31:03 #8 42.55 Total                                           9.0 MB/s |  31 MB     00:03     
22:31:03 #23 23.07 Selecting previously unselected package libseccomp-dev:ppc64el.
22:31:03 #23 23.08 Preparing to unpack .../33-libseccomp-dev_2.5.1-1_ppc64el.deb ...
22:31:03 #23 23.08 Unpacking libseccomp-dev:ppc64el (2.5.1-1) ...
22:31:03 #23 23.15 Selecting previously unselected package libseccomp2:armhf.
22:31:03 #23 23.16 Preparing to unpack .../34-libseccomp2_2.5.1-1_armhf.deb ...
22:31:03 #23 23.17 Unpacking libseccomp2:armhf (2.5.1-1) ...
22:31:03 #23 23.22 Selecting previously unselected package libseccomp-dev:armhf.
22:31:03 #23 23.22 Preparing to unpack .../35-libseccomp-dev_2.5.1-1_armhf.deb ...
22:31:03 #23 23.22 Unpacking libseccomp-dev:armhf (2.5.1-1) ...
22:31:03 #23 23.29 Selecting previously unselected package libseccomp2:armel.
22:31:03 #23 23.29 Preparing to unpack .../36-libseccomp2_2.5.1-1_armel.deb ...
22:31:03 #23 23.31 Unpacking libseccomp2:armel (2.5.1-1) ...
22:31:03 #23 23.35 Selecting previously unselected package libseccomp-dev:armel.
22:31:03 #23 23.36 Preparing to unpack .../37-libseccomp-dev_2.5.1-1_armel.deb ...
22:31:03 #23 23.36 Unpacking libseccomp-dev:armel (2.5.1-1) ...
22:31:03 #23 23.43 Selecting previously unselected package libseccomp2:arm64.
22:31:03 #23 23.43 Preparing to unpack .../38-libseccomp2_2.5.1-1_arm64.deb ...
22:31:03 #23 23.44 Unpacking libseccomp2:arm64 (2.5.1-1) ...
22:31:03 #23 23.48 Selecting previously unselected package libseccomp-dev:arm64.
22:31:03 #23 23.49 Preparing to unpack .../39-libseccomp-dev_2.5.1-1_arm64.deb ...
22:31:03 #23 23.49 Unpacking libseccomp-dev:arm64 (2.5.1-1) ...
22:31:03 #23 23.57 Setting up gcc-10-base:arm64 (10.2.1-6) ...
22:31:03 #23 23.59 Setting up gcc-10-base:armel (10.2.1-6) ...
22:31:04 #23 23.61 Setting up gcc-10-base:armhf (10.2.1-6) ...
22:31:04 #23 23.62 Setting up gcc-10-base:ppc64el (10.2.1-6) ...
22:31:04 #23 23.63 Setting up gcc-10-base:s390x (10.2.1-6) ...
22:31:04 #23 23.65 Setting up libcrypt1:arm64 (1:4.4.18-4) ...
22:31:04 #23 23.66 Setting up libcrypt1:armel (1:4.4.18-4) ...
22:31:04 #23 23.67 Setting up libcrypt1:armhf (1:4.4.18-4) ...
22:31:04 #23 23.69 Setting up libcrypt1:ppc64el (1:4.4.18-4) ...
22:31:04 #23 23.70 Setting up libcrypt1:s390x (1:4.4.18-4) ...
22:31:04 #23 23.71 Setting up libgcc-s1:arm64 (10.2.1-6) ...
22:31:04 #23 23.72 Setting up libgcc-s1:armel (10.2.1-6) ...
22:31:04 #23 23.73 Setting up libgcc-s1:armhf (10.2.1-6) ...
22:31:04 #23 23.75 Setting up libgcc-s1:ppc64el (10.2.1-6) ...
22:31:04 #23 23.76 Setting up libgcc-s1:s390x (10.2.1-6) ...
22:31:04 #23 23.78 Setting up libc6:arm64 (2.31-13+deb11u2) ...
22:31:05 #8 44.32 Running transaction check
22:31:05 #8 44.40 Transaction check succeeded.
22:31:05 #8 44.40 Running transaction test
22:31:05 #23 24.98 Setting up libc6:armel (2.31-13+deb11u2) ...
22:31:05 #8 44.86 Transaction test succeeded.
22:31:05 #8 44.86 Running transaction
22:31:06 #8 45.75   Preparing        :                                                        1/1 
22:31:06 #8 45.78   Installing       : elfutils-debuginfod-client-0.185-2.fc34.x86_64       1/137 
22:31:06 #8 45.83   Installing       : binutils-gold-2.35.2-6.fc34.x86_64                   2/137 
22:31:06 #8 45.94   Installing       : binutils-2.35.2-6.fc34.x86_64                        3/137 
22:31:06 #8 45.98   Running scriptlet: binutils-2.35.2-6.fc34.x86_64                        3/137 
22:31:06 #8 45.99   Running scriptlet: groff-base-1.22.4-7.fc34.x86_64                      4/137 
22:31:06 #23 26.19 Setting up libc6:armhf (2.31-13+deb11u2) ...
22:31:07 #8 46.04   Installing       : groff-base-1.22.4-7.fc34.x86_64                      4/137 
22:31:07 #8 46.08   Running scriptlet: groff-base-1.22.4-7.fc34.x86_64                      4/137 
22:31:07 #8 46.10   Installing       : xz-5.2.5-5.fc34.x86_64                               5/137 
22:31:07 #8 46.14   Installing       : unzip-6.0-50.fc34.x86_64                             6/137 
22:31:07 #8 46.18   Installing       : findutils-1:4.8.0-2.fc34.x86_64                      7/137 
22:31:07 #8 46.20   Installing       : cpio-2.13-10.fc34.x86_64                             8/137 
22:31:07 #8 46.23   Installing       : bzip2-1.0.8-6.fc34.x86_64                            9/137 
22:31:07 #8 46.24   Installing       : zip-3.0-28.fc34.x86_64                              10/137 
22:31:07 #8 46.31   Installing       : elfutils-0.185-2.fc34.x86_64                        11/137 
22:31:07 #8 46.38   Upgrading        : file-libs-5.39-7.fc34.x86_64                        12/137 
22:31:07 #8 46.39   Installing       : file-5.39-7.fc34.x86_64                             13/137 
22:31:07 #8 46.40   Installing       : python3-file-magic-5.39-7.fc34.noarch               14/137 
22:31:07 #8 46.45   Installing       : zstd-1.5.0-1.fc34.x86_64                            15/137 
22:31:07 #8 46.46   Installing       : xxhash-libs-0.8.0-3.fc34.x86_64                     16/137 
22:31:07 #8 46.56   Installing       : gdb-minimal-10.2-3.fc34.x86_64                      17/137 
22:31:07 #8 46.57   Installing       : rust-srpm-macros-18-1.fc34.noarch                   18/137 
22:31:07 #8 46.57   Installing       : rpmautospec-rpm-macros-0.2.5-1.fc34.noarch          19/137 
22:31:07 #8 46.65   Installing       : python3-setuptools-53.0.0-2.fc34.noarch             20/137 
22:31:07 #8 46.69   Installing       : python3-distro-1.5.0-5.fc34.noarch                  21/137 
22:31:07 #8 46.70   Installing       : libjpeg-turbo-2.0.90-3.fc34.x86_64                  22/137 
22:31:07 #8 46.71   Installing       : less-581.2-1.fc34.x86_64                            23/137 
22:31:07 #8 46.76   Installing       : json-glib-1.6.6-1.fc34.x86_64                       24/137 
22:31:07 #23 27.41 Setting up libc6:ppc64el (2.31-13+deb11u2) ...
22:31:07 #8 46.79   Installing       : emacs-filesystem-1:27.2-5.fc34.noarch               25/137 
22:31:07 #8 46.80   Installing       : desktop-file-utils-0.26-3.fc34.x86_64               26/137 
22:31:07 #8 46.81   Installing       : efi-srpm-macros-5-4.fc34.noarch                     27/137 
22:31:07 #8 46.86   Installing       : shared-mime-info-2.1-2.fc34.x86_64                  28/137 
22:31:07 #8 46.90   Running scriptlet: shared-mime-info-2.1-2.fc34.x86_64                  28/137 
22:31:07 #8 46.91   Installing       : qt5-srpm-macros-5.15.2-2.fc34.noarch                29/137 
22:31:07 #8 46.91   Installing       : python3-six-1.15.0-5.fc34.noarch                    30/137 
22:31:07 #8 46.93   Installing       : python3-dateutil-1:2.8.1-3.fc34.noarch              31/137 
22:31:07 #8 46.96   Installing       : pkgconf-m4-1.7.3-6.fc34.noarch                      32/137 
22:31:07 #8 46.97   Installing       : perl-srpm-macros-1-39.fc34.noarch                   33/137 
22:31:07 #8 46.97   Installing       : openblas-srpm-macros-2-9.fc34.noarch                34/137 
22:31:07 #8 46.98   Installing       : ocaml-srpm-macros-6-4.fc34.noarch                   35/137 
22:31:07 #8 47.01   Installing       : nim-srpm-macros-3-4.fc34.noarch                     36/137 
22:31:07 #8 47.02   Installing       : ncurses-6.2-4.20200222.fc34.x86_64                  37/137 
22:31:07 #8 47.02   Installing       : perl-Digest-1.20-1.fc34.noarch                      38/137 
22:31:07 #8 47.05   Installing       : perl-Digest-MD5-2.58-2.fc34.x86_64                  39/137 
22:31:07 #8 47.06   Installing       : perl-B-1.80-477.fc34.x86_64                         40/137 
22:31:07 #8 47.10   Installing       : perl-FileHandle-2.03-477.fc34.noarch                41/137 
22:31:07 #8 47.11   Installing       : perl-AutoLoader-5.74-477.fc34.noarch                42/137 
22:31:08 #8 47.11   Installing       : perl-Data-Dumper-2.174-460.fc34.x86_64              43/137 
22:31:08 #8 47.15   Installing       : perl-libnet-3.13-2.fc34.noarch                      44/137 
22:31:08 #8 47.16   Installing       : perl-base-2.27-477.fc34.noarch                      45/137 
22:31:08 #8 47.17   Installing       : perl-URI-5.09-1.fc34.noarch                         46/137 
22:31:08 #8 47.23   Installing       : perl-Net-SSLeay-1.90-2.fc34.x86_64                  47/137 
22:31:08 #8 47.27   Installing       : perl-Time-Local-2:1.300-5.fc34.noarch               48/137 
22:31:08 #8 47.27   Installing       : perl-Mozilla-CA-20200520-4.fc34.noarch              49/137 
22:31:08 #8 47.34   Installing       : perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch         50/137 
22:31:08 #8 47.35   Installing       : perl-if-0.60.800-477.fc34.noarch                    51/137 
22:31:08 #8 47.35   Installing       : perl-IO-Socket-IP-0.41-3.fc34.noarch                52/137 
22:31:08 #8 47.40   Installing       : perl-File-Path-2.18-2.fc34.noarch                   53/137 
22:31:08 #8 47.41   Installing       : perl-IO-Socket-SSL-2.070-2.fc34.noarch              54/137 
22:31:08 #8 47.42   Installing       : perl-Pod-Escapes-1:1.07-458.fc34.noarch             55/137 
22:31:08 #8 47.46   Installing       : perl-Term-ANSIColor-5.01-459.fc34.noarch            56/137 
22:31:08 #8 47.48   Installing       : perl-Class-Struct-0.66-477.fc34.noarch              57/137 
22:31:08 #8 47.50   Installing       : perl-POSIX-1.94-477.fc34.x86_64                     58/137 
22:31:08 #8 47.53   Installing       : perl-IPC-Open3-1.21-477.fc34.noarch                 59/137 
22:31:08 #8 47.54   Installing       : perl-subs-1.03-477.fc34.noarch                      60/137 
22:31:08 #8 47.54   Installing       : perl-File-Temp-1:0.231.100-2.fc34.noarch            61/137 
22:31:08 #8 47.58   Installing       : perl-HTTP-Tiny-0.078-1.fc34.noarch                  62/137 
22:31:08 #8 47.59   Installing       : perl-Pod-Simple-1:3.42-2.fc34.noarch                63/137 
22:31:08 #8 47.61   Installing       : perl-Term-Cap-1.17-458.fc34.noarch                  64/137 
22:31:08 #8 47.62   Installing       : perl-Socket-4:2.032-1.fc34.x86_64                   65/137 
22:31:08 #8 47.66   Installing       : perl-SelectSaver-1.02-477.fc34.noarch               66/137 
22:31:08 #8 47.66   Installing       : perl-Symbol-1.08-477.fc34.noarch                    67/137 
22:31:08 #8 47.67   Installing       : perl-File-stat-1.09-477.fc34.noarch                 68/137 
22:31:08 #8 47.70   Installing       : perl-podlators-1:4.14-458.fc34.noarch               69/137 
22:31:08 #8 47.71   Installing       : perl-Pod-Perldoc-3.28.01-459.fc34.noarch            70/137 
22:31:08 #8 47.71   Installing       : perl-Text-ParseWords-3.30-458.fc34.noarch           71/137 
22:31:08 #8 47.75   Installing       : perl-Fcntl-1.13-477.fc34.x86_64                     72/137 
22:31:08 #8 47.75   Installing       : perl-mro-1.23-477.fc34.x86_64                       73/137 
22:31:08 #8 47.82   Installing       : perl-IO-1.43-477.fc34.x86_64                        74/137 
22:31:08 #8 47.83   Installing       : perl-overloading-0.02-477.fc34.noarch               75/137 
22:31:08 #8 47.84   Installing       : perl-Pod-Usage-4:2.01-2.fc34.noarch                 76/137 
22:31:08 #8 47.87   Installing       : perl-MIME-Base64-3.16-2.fc34.x86_64                 77/137 
22:31:08 #8 47.88   Installing       : perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64       78/137 
22:31:08 #8 47.91   Installing       : perl-constant-1.33-459.fc34.noarch                  79/137 
22:31:08 #8 47.91   Installing       : perl-parent-1:0.238-458.fc34.noarch                 80/137 
22:31:08 #8 47.92   Installing       : perl-Errno-1.30-477.fc34.x86_64                     81/137 
22:31:08 #8 47.92   Installing       : perl-File-Basename-2.85-477.fc34.noarch             82/137 
22:31:08 #8 47.95   Installing       : perl-Getopt-Std-1.12-477.fc34.noarch                83/137 
22:31:08 #8 47.96   Installing       : perl-Storable-1:3.21-458.fc34.x86_64                84/137 
22:31:08 #8 47.97   Installing       : perl-overload-1.31-477.fc34.noarch                  85/137 
22:31:08 #8 48.00   Installing       : perl-vars-1.05-477.fc34.noarch                      86/137 
22:31:08 #8 48.00   Installing       : perl-Getopt-Long-1:2.52-2.fc34.noarch               87/137 
22:31:08 #8 48.01   Installing       : perl-Carp-1.50-458.fc34.noarch                      88/137 
22:31:09 #8 48.05   Installing       : perl-Exporter-5.74-459.fc34.noarch                  89/137 
22:31:09 #8 48.05   Installing       : perl-DynaLoader-1.47-477.fc34.x86_64                90/137 
22:31:09 #8 48.06   Installing       : perl-PathTools-3.78-459.fc34.x86_64                 91/137 
22:31:09 #8 48.11   Installing       : perl-NDBM_File-1.15-477.fc34.x86_64                 92/137 
22:31:09 #8 48.17   Installing       : perl-Encode-4:3.12-460.fc34.x86_64                  93/137 
22:31:09 #8 48.31   Installing       : perl-libs-4:5.32.1-477.fc34.x86_64                  94/137 
22:31:09 #8 48.37   Installing       : perl-interpreter-4:5.32.1-477.fc34.x86_64           95/137 
22:31:09 #8 48.38   Installing       : lua-srpm-macros-1-4.fc34.noarch                     96/137 
22:31:09 #8 48.39   Installing       : libstemmer-0-16.585svn.fc34.x86_64                  97/137 
22:31:09 #23 28.66 Setting up libc6:s390x (2.31-13+deb11u2) ...
22:31:09 #8 48.43   Installing       : libproxy-0.4.15-30.fc34.x86_64                      98/137 
22:31:09 #8 48.44   Installing       : libpng-2:1.6.37-10.fc34.x86_64                      99/137 
22:31:09 #8 48.45   Installing       : gdk-pixbuf2-2.42.6-1.fc34.x86_64                   100/137 
22:31:09 #8 48.48   Installing       : libpkgconf-1.7.3-6.fc34.x86_64                     101/137 
22:31:09 #8 48.56   Installing       : pkgconf-1.7.3-6.fc34.x86_64                        102/137 
22:31:09 #8 48.57   Installing       : pkgconf-pkg-config-1.7.3-6.fc34.x86_64             103/137 
22:31:09 #8 48.59   Installing       : libpipeline-1.5.3-2.fc34.x86_64                    104/137 
22:31:09 #8 48.64   Running scriptlet: man-db-2.9.3-3.fc34.x86_64                         105/137 
22:31:09 #8 48.67   Installing       : man-db-2.9.3-3.fc34.x86_64                         105/137 
22:31:09 #8 48.73   Running scriptlet: man-db-2.9.3-3.fc34.x86_64                         105/137 
22:31:09 #8 48.74   Installing       : kernel-srpm-macros-1.0-4.fc34.noarch               106/137 
22:31:09 #8 48.75   Installing       : info-6.7-10.fc34.x86_64                            107/137 
22:31:09 #8 48.81   Installing       : ed-1.14.2-10.fc34.x86_64                           108/137 
22:31:09 #8 48.81   Installing       : patch-2.7.6-14.fc34.x86_64                         109/137 
22:31:09 #8 48.85   Installing       : hunspell-filesystem-1.7.0-9.fc34.x86_64            110/137 
22:31:09 #8 48.85   Installing       : hunspell-en-US-0.20140811.1-18.fc34.noarch         111/137 
22:31:09 #8 48.86   Installing       : hunspell-1.7.0-9.fc34.x86_64                       112/137 
22:31:09 #8 48.91   Installing       : enchant-1:1.6.0-27.fc34.x86_64                     113/137 
22:31:09 #8 48.95   Installing       : python3-enchant-3.2.1-1.fc34.noarch                114/137 
22:31:09 #8 48.96   Installing       : gnat-srpm-macros-4-13.fc34.noarch                  115/137 
22:31:09 #8 49.00   Installing       : ghc-srpm-macros-1.5.0-4.fc34.noarch                116/137 
22:31:09 #8 49.01   Installing       : fpc-srpm-macros-1.3-3.fc34.noarch                  117/137 
22:31:09 #8 49.03   Installing       : dwz-0.14-1.fc34.x86_64                             118/137 
22:31:09 #8 49.04   Installing       : fonts-srpm-macros-1:2.0.5-5.fc34.noarch            119/137 
22:31:09 #8 49.08   Installing       : go-srpm-macros-3.0.10-1.fc34.noarch                120/137 
22:31:09 #8 49.10   Installing       : python-srpm-macros-3.9-38.fc34.noarch              121/137 
22:31:09 #8 49.11   Installing       : redhat-rpm-config-183-3.fc34.noarch                122/137 
22:31:10 #23 29.89 Setting up libapparmor1:arm64 (2.13.6-10) ...
22:31:10 #23 29.91 Setting up libapparmor1:armel (2.13.6-10) ...
22:31:10 #23 29.92 Setting up libapparmor1:armhf (2.13.6-10) ...
22:31:10 #23 29.92 Setting up libapparmor1:ppc64el (2.13.6-10) ...
22:31:10 #8 49.16   Installing       : diffutils-3.7-8.fc34.x86_64                        123/137 
22:31:10 #8 49.17   Installing       : dbus-libs-1:1.12.20-3.fc34.x86_64                  124/137 
22:31:10 #8 49.21   Installing       : python3-dbus-1.2.18-1.fc34.x86_64                  125/137 
22:31:10 #8 49.22   Installing       : python3-dnf-plugins-core-4.0.23-1.fc34.noarch      126/137 
22:31:10 #8 49.27   Installing       : adobe-source-code-pro-fonts-2.030.1.050-10.fc34.   127/137 
22:31:10 #8 49.32   Installing       : abattis-cantarell-fonts-0.301-2.fc34.noarch        128/137 
22:31:10 #8 49.33   Installing       : gsettings-desktop-schemas-40.0-1.fc34.x86_64       129/137 
22:31:10 #23 29.94 Setting up libapparmor1:s390x (2.13.6-10) ...
22:31:10 #23 29.95 Setting up libseccomp2:arm64 (2.5.1-1) ...
22:31:10 #23 29.97 Setting up libseccomp2:armel (2.5.1-1) ...
22:31:10 #23 29.98 Setting up libseccomp2:armhf (2.5.1-1) ...
22:31:10 #23 29.99 Setting up libseccomp2:ppc64el (2.5.1-1) ...
22:31:10 #23 30.00 Setting up libseccomp2:s390x (2.5.1-1) ...
22:31:10 #23 30.01 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
22:31:10 #23 30.02 Setting up libapparmor-dev:armel (2.13.6-10) ...
22:31:10 #23 30.04 Setting up libapparmor-dev:armhf (2.13.6-10) ...
22:31:10 #23 30.05 Setting up libapparmor-dev:ppc64el (2.13.6-10) ...
22:31:10 #23 30.06 Setting up libapparmor-dev:s390x (2.13.6-10) ...
22:31:10 #23 30.07 Setting up libseccomp-dev:arm64 (2.5.1-1) ...
22:31:10 #23 30.09 Setting up libseccomp-dev:armel (2.5.1-1) ...
22:31:10 #23 30.09 Setting up libseccomp-dev:armhf (2.5.1-1) ...
22:31:10 #23 30.10 Setting up libseccomp-dev:ppc64el (2.5.1-1) ...
22:31:10 #23 30.11 Setting up libseccomp-dev:s390x (2.5.1-1) ...
22:31:10 #23 30.13 Processing triggers for libc-bin (2.31-13+deb11u2) ...
22:31:10 #8 49.38   Installing       : glib-networking-2.68.2-1.fc34.x86_64               130/137 
22:31:10 #8 49.39   Installing       : libsoup-2.72.0-6.fc34.x86_64                       131/137 
22:31:10 #8 49.43   Installing       : libappstream-glib-0.7.18-2.fc34.x86_64             132/137 
22:31:10 #8 49.48   Installing       : rpmlint-1.11-19.fc34.noarch                        133/137 
22:31:10 #8 49.53   Installing       : dnf-plugins-core-4.0.23-1.fc34.noarch              134/137 
22:31:10 #8 49.54   Installing       : rpm-build-4.16.1.3-1.fc34.x86_64                   135/137 
22:31:10 #8 49.58   Installing       : hunspell-en-GB-0.20140811.1-18.fc34.noarch         136/137 
22:31:10 #8 49.59   Cleanup          : file-libs-5.39-6.fc34.x86_64                       137/137 
22:31:10 #23 DONE 30.5s
22:31:10 
22:31:10 #28 [binary-base 1/6] COPY --from=tini        /build/ /usr/local/bin/
22:31:10 #28 sha256:4ccaf62c55da8eb865002dc60315302edf5d7a0310f368b6e376c6b22b58488a
22:31:10 #28 DONE 0.1s
22:31:10 
22:31:10 #29 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer /
22:31:10 #29 sha256:4341dbebcca3a5a256e4e557800bd39ae62459c0f89ad06427edb7da063e1206
22:31:10 #29 DONE 0.1s
22:31:10 
22:31:10 #30 [runc 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh runc
22:31:10 #30 sha256:0a3306ab824338ce38fed6103dc3820911f321821439677d0e206292418e10b0
22:31:11 #30 0.922 + RM_GOPATH=0
22:31:12 #30 0.922 + TMP_GOPATH=
22:31:12 #30 0.922 + : /build
22:31:12 #30 0.922 + '[' -z '' ']'
22:31:12 #30 0.922 ++ mktemp -d
22:31:12 #30 0.924 + export GOPATH=/tmp/tmp.dqowxEsdRj
22:31:12 #30 0.924 + GOPATH=/tmp/tmp.dqowxEsdRj
22:31:12 #30 0.924 + RM_GOPATH=1
22:31:12 #30 0.924 + case "$(go env GOARCH)" in
22:31:12 #30 0.925 ++ go env GOARCH
22:31:12 #30 0.932 + export GO_BUILDMODE=-buildmode=pie
22:31:12 #30 0.932 + GO_BUILDMODE=-buildmode=pie
22:31:12 #30 0.933 ++ dirname /install.sh
22:31:12 #30 0.933 + dir=/
22:31:12 #30 0.933 + bin=runc
22:31:12 #30 0.933 + shift
22:31:12 #30 0.933 + '[' '!' -f //runc.installer ']'
22:31:12 #30 0.933 + . //runc.installer
22:31:12 #30 0.933 ++ set -e
22:31:12 #30 0.934 ++ : v1.0.2
22:31:12 #30 0.934 + install_runc
22:31:12 #30 0.934 + RUNC_BUILDTAGS=seccomp
22:31:12 #30 0.934 + echo 'Install runc version v1.0.2 (build tags: seccomp)'
22:31:12 #30 0.934 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.dqowxEsdRj/src/github.com/opencontainers/runc
22:31:12 #30 0.934 Install runc version v1.0.2 (build tags: seccomp)
22:31:12 #30 0.935 Cloning into '/tmp/tmp.dqowxEsdRj/src/github.com/opencontainers/runc'...
22:31:13 #8 49.61   Running scriptlet: file-libs-5.39-6.fc34.x86_64                       137/137 
22:31:13 #8 52.78   Verifying        : abattis-cantarell-fonts-0.301-2.fc34.noarch          1/137 
22:31:13 #8 52.78   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-10.fc34.     2/137 
22:31:13 #8 52.78   Verifying        : bzip2-1.0.8-6.fc34.x86_64                            3/137 
22:31:13 #8 52.78   Verifying        : cpio-2.13-10.fc34.x86_64                             4/137 
22:31:13 #8 52.78   Verifying        : dbus-libs-1:1.12.20-3.fc34.x86_64                    5/137 
22:31:13 #8 52.78   Verifying        : desktop-file-utils-0.26-3.fc34.x86_64                6/137 
22:31:13 #8 52.78   Verifying        : diffutils-3.7-8.fc34.x86_64                          7/137 
22:31:13 #8 52.78   Verifying        : dwz-0.14-1.fc34.x86_64                               8/137 
22:31:13 #8 52.78   Verifying        : ed-1.14.2-10.fc34.x86_64                             9/137 
22:31:13 #8 52.78   Verifying        : enchant-1:1.6.0-27.fc34.x86_64                      10/137 
22:31:13 #8 52.78   Verifying        : findutils-1:4.8.0-2.fc34.x86_64                     11/137 
22:31:13 #8 52.78   Verifying        : fonts-srpm-macros-1:2.0.5-5.fc34.noarch             12/137 
22:31:13 #8 52.78   Verifying        : fpc-srpm-macros-1.3-3.fc34.noarch                   13/137 
22:31:13 #8 52.78   Verifying        : ghc-srpm-macros-1.5.0-4.fc34.noarch                 14/137 
22:31:13 #8 52.78   Verifying        : gnat-srpm-macros-4-13.fc34.noarch                   15/137 
22:31:13 #8 52.78   Verifying        : groff-base-1.22.4-7.fc34.x86_64                     16/137 
22:31:13 #8 52.78   Verifying        : gsettings-desktop-schemas-40.0-1.fc34.x86_64        17/137 
22:31:13 #8 52.78   Verifying        : hunspell-1.7.0-9.fc34.x86_64                        18/137 
22:31:13 #8 52.78   Verifying        : hunspell-en-GB-0.20140811.1-18.fc34.noarch          19/137 
22:31:13 #8 52.78   Verifying        : hunspell-en-US-0.20140811.1-18.fc34.noarch          20/137 
22:31:13 #8 52.78   Verifying        : hunspell-filesystem-1.7.0-9.fc34.x86_64             21/137 
22:31:13 #8 52.78   Verifying        : info-6.7-10.fc34.x86_64                             22/137 
22:31:13 #8 52.78   Verifying        : kernel-srpm-macros-1.0-4.fc34.noarch                23/137 
22:31:13 #8 52.78   Verifying        : libappstream-glib-0.7.18-2.fc34.x86_64              24/137 
22:31:13 #8 52.78   Verifying        : libpipeline-1.5.3-2.fc34.x86_64                     25/137 
22:31:13 #8 52.78   Verifying        : libpkgconf-1.7.3-6.fc34.x86_64                      26/137 
22:31:13 #8 52.78   Verifying        : libpng-2:1.6.37-10.fc34.x86_64                      27/137 
22:31:13 #8 52.78   Verifying        : libproxy-0.4.15-30.fc34.x86_64                      28/137 
22:31:13 #8 52.78   Verifying        : libsoup-2.72.0-6.fc34.x86_64                        29/137 
22:31:13 #8 52.78   Verifying        : libstemmer-0-16.585svn.fc34.x86_64                  30/137 
22:31:13 #8 52.78   Verifying        : lua-srpm-macros-1-4.fc34.noarch                     31/137 
22:31:13 #8 52.78   Verifying        : man-db-2.9.3-3.fc34.x86_64                          32/137 
22:31:13 #8 52.78   Verifying        : ncurses-6.2-4.20200222.fc34.x86_64                  33/137 
22:31:13 #8 52.78   Verifying        : nim-srpm-macros-3-4.fc34.noarch                     34/137 
22:31:13 #8 52.78   Verifying        : ocaml-srpm-macros-6-4.fc34.noarch                   35/137 
22:31:13 #8 52.78   Verifying        : openblas-srpm-macros-2-9.fc34.noarch                36/137 
22:31:13 #8 52.78   Verifying        : patch-2.7.6-14.fc34.x86_64                          37/137 
22:31:13 #8 52.78   Verifying        : perl-Carp-1.50-458.fc34.noarch                      38/137 
22:31:13 #8 52.78   Verifying        : perl-Data-Dumper-2.174-460.fc34.x86_64              39/137 
22:31:13 #8 52.78   Verifying        : perl-Digest-MD5-2.58-2.fc34.x86_64                  40/137 
22:31:13 #8 52.78   Verifying        : perl-Exporter-5.74-459.fc34.noarch                  41/137 
22:31:13 #8 52.78   Verifying        : perl-File-Path-2.18-2.fc34.noarch                   42/137 
22:31:13 #8 52.78   Verifying        : perl-File-Temp-1:0.231.100-2.fc34.noarch            43/137 
22:31:13 #8 52.78   Verifying        : perl-Getopt-Long-1:2.52-2.fc34.noarch               44/137 
22:31:13 #8 52.78   Verifying        : perl-IO-Socket-IP-0.41-3.fc34.noarch                45/137 
22:31:13 #8 52.78   Verifying        : perl-IO-Socket-SSL-2.070-2.fc34.noarch              46/137 
22:31:13 #8 52.78   Verifying        : perl-MIME-Base64-3.16-2.fc34.x86_64                 47/137 
22:31:13 #8 52.78   Verifying        : perl-Mozilla-CA-20200520-4.fc34.noarch              48/137 
22:31:13 #8 52.78   Verifying        : perl-Net-SSLeay-1.90-2.fc34.x86_64                  49/137 
22:31:13 #8 52.78   Verifying        : perl-PathTools-3.78-459.fc34.x86_64                 50/137 
22:31:13 #8 52.78   Verifying        : perl-Pod-Escapes-1:1.07-458.fc34.noarch             51/137 
22:31:13 #8 52.78   Verifying        : perl-Pod-Perldoc-3.28.01-459.fc34.noarch            52/137 
22:31:13 #8 52.78   Verifying        : perl-Pod-Simple-1:3.42-2.fc34.noarch                53/137 
22:31:13 #8 52.79   Verifying        : perl-Pod-Usage-4:2.01-2.fc34.noarch                 54/137 
22:31:13 #8 52.79   Verifying        : perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64       55/137 
22:31:13 #8 52.79   Verifying        : perl-Storable-1:3.21-458.fc34.x86_64                56/137 
22:31:13 #8 52.79   Verifying        : perl-Term-ANSIColor-5.01-459.fc34.noarch            57/137 
22:31:13 #8 52.79   Verifying        : perl-Term-Cap-1.17-458.fc34.noarch                  58/137 
22:31:13 #8 52.79   Verifying        : perl-Text-ParseWords-3.30-458.fc34.noarch           59/137 
22:31:13 #8 52.79   Verifying        : perl-Time-Local-2:1.300-5.fc34.noarch               60/137 
22:31:13 #8 52.79   Verifying        : perl-URI-5.09-1.fc34.noarch                         61/137 
22:31:13 #8 52.79   Verifying        : perl-constant-1.33-459.fc34.noarch                  62/137 
22:31:13 #8 52.79   Verifying        : perl-libnet-3.13-2.fc34.noarch                      63/137 
22:31:13 #8 52.79   Verifying        : perl-parent-1:0.238-458.fc34.noarch                 64/137 
22:31:13 #8 52.79   Verifying        : perl-podlators-1:4.14-458.fc34.noarch               65/137 
22:31:13 #8 52.79   Verifying        : perl-srpm-macros-1-39.fc34.noarch                   66/137 
22:31:13 #8 52.79   Verifying        : pkgconf-1.7.3-6.fc34.x86_64                         67/137 
22:31:13 #8 52.79   Verifying        : pkgconf-m4-1.7.3-6.fc34.noarch                      68/137 
22:31:13 #8 52.79   Verifying        : pkgconf-pkg-config-1.7.3-6.fc34.x86_64              69/137 
22:31:13 #8 52.79   Verifying        : python3-dateutil-1:2.8.1-3.fc34.noarch              70/137 
22:31:13 #8 52.79   Verifying        : python3-distro-1.5.0-5.fc34.noarch                  71/137 
22:31:13 #8 52.79   Verifying        : python3-six-1.15.0-5.fc34.noarch                    72/137 
22:31:13 #8 52.79   Verifying        : qt5-srpm-macros-5.15.2-2.fc34.noarch                73/137 
22:31:13 #8 52.79   Verifying        : rpm-build-4.16.1.3-1.fc34.x86_64                    74/137 
22:31:13 #8 52.79   Verifying        : shared-mime-info-2.1-2.fc34.x86_64                  75/137 
22:31:13 #8 52.79   Verifying        : unzip-6.0-50.fc34.x86_64                            76/137 
22:31:13 #8 52.79   Verifying        : xz-5.2.5-5.fc34.x86_64                              77/137 
22:31:13 #8 52.79   Verifying        : zip-3.0-28.fc34.x86_64                              78/137 
22:31:13 #8 52.79   Verifying        : binutils-2.35.2-6.fc34.x86_64                       79/137 
22:31:13 #8 52.79   Verifying        : binutils-gold-2.35.2-6.fc34.x86_64                  80/137 
22:31:13 #8 52.79   Verifying        : dnf-plugins-core-4.0.23-1.fc34.noarch               81/137 
22:31:13 #8 52.79   Verifying        : efi-srpm-macros-5-4.fc34.noarch                     82/137 
22:31:13 #8 52.79   Verifying        : elfutils-0.185-2.fc34.x86_64                        83/137 
22:31:13 #8 52.79   Verifying        : elfutils-debuginfod-client-0.185-2.fc34.x86_64      84/137 
22:31:13 #8 52.79   Verifying        : emacs-filesystem-1:27.2-5.fc34.noarch               85/137 
22:31:13 #8 52.79   Verifying        : file-5.39-7.fc34.x86_64                             86/137 
22:31:13 #8 52.79   Verifying        : gdb-minimal-10.2-3.fc34.x86_64                      87/137 
22:31:13 #8 52.79   Verifying        : gdk-pixbuf2-2.42.6-1.fc34.x86_64                    88/137 
22:31:13 #8 52.79   Verifying        : glib-networking-2.68.2-1.fc34.x86_64                89/137 
22:31:13 #8 52.79   Verifying        : go-srpm-macros-3.0.10-1.fc34.noarch                 90/137 
22:31:13 #8 52.79   Verifying        : json-glib-1.6.6-1.fc34.x86_64                       91/137 
22:31:13 #8 52.79   Verifying        : less-581.2-1.fc34.x86_64                            92/137 
22:31:13 #8 52.79   Verifying        : libjpeg-turbo-2.0.90-3.fc34.x86_64                  93/137 
22:31:13 #8 52.79   Verifying        : perl-AutoLoader-5.74-477.fc34.noarch                94/137 
22:31:13 #8 52.79   Verifying        : perl-B-1.80-477.fc34.x86_64                         95/137 
22:31:13 #8 52.79   Verifying        : perl-Class-Struct-0.66-477.fc34.noarch              96/137 
22:31:13 #8 52.79   Verifying        : perl-Digest-1.20-1.fc34.noarch                      97/137 
22:31:13 #8 52.79   Verifying        : perl-DynaLoader-1.47-477.fc34.x86_64                98/137 
22:31:13 #8 52.79   Verifying        : perl-Encode-4:3.12-460.fc34.x86_64                  99/137 
22:31:13 #8 52.79   Verifying        : perl-Errno-1.30-477.fc34.x86_64                    100/137 
22:31:13 #8 52.79   Verifying        : perl-Fcntl-1.13-477.fc34.x86_64                    101/137 
22:31:13 #8 52.79   Verifying        : perl-File-Basename-2.85-477.fc34.noarch            102/137 
22:31:13 #8 52.79   Verifying        : perl-File-stat-1.09-477.fc34.noarch                103/137 
22:31:13 #8 52.79   Verifying        : perl-FileHandle-2.03-477.fc34.noarch               104/137 
22:31:13 #8 52.79   Verifying        : perl-Getopt-Std-1.12-477.fc34.noarch               105/137 
22:31:13 #8 52.79   Verifying        : perl-HTTP-Tiny-0.078-1.fc34.noarch                 106/137 
22:31:13 #8 52.79   Verifying        : perl-IO-1.43-477.fc34.x86_64                       107/137 
22:31:13 #8 52.79   Verifying        : perl-IPC-Open3-1.21-477.fc34.noarch                108/137 
22:31:13 #8 52.79   Verifying        : perl-NDBM_File-1.15-477.fc34.x86_64                109/137 
22:31:13 #8 52.79   Verifying        : perl-POSIX-1.94-477.fc34.x86_64                    110/137 
22:31:13 #8 52.79   Verifying        : perl-SelectSaver-1.02-477.fc34.noarch              111/137 
22:31:13 #8 52.79   Verifying        : perl-Socket-4:2.032-1.fc34.x86_64                  112/137 
22:31:13 #8 52.79   Verifying        : perl-Symbol-1.08-477.fc34.noarch                   113/137 
22:31:13 #8 52.79   Verifying        : perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch        114/137 
22:31:13 #8 52.79   Verifying        : perl-base-2.27-477.fc34.noarch                     115/137 
22:31:13 #8 52.79   Verifying        : perl-if-0.60.800-477.fc34.noarch                   116/137 
22:31:13 #8 52.79   Verifying        : perl-interpreter-4:5.32.1-477.fc34.x86_64          117/137 
22:31:13 #8 52.79   Verifying        : perl-libs-4:5.32.1-477.fc34.x86_64                 118/137 
22:31:13 #8 52.79   Verifying        : perl-mro-1.23-477.fc34.x86_64                      119/137 
22:31:13 #8 52.79   Verifying        : perl-overload-1.31-477.fc34.noarch                 120/137 
22:31:13 #8 52.79   Verifying        : perl-overloading-0.02-477.fc34.noarch              121/137 
22:31:13 #8 52.79   Verifying        : perl-subs-1.03-477.fc34.noarch                     122/137 
22:31:13 #8 52.79   Verifying        : perl-vars-1.05-477.fc34.noarch                     123/137 
22:31:13 #8 52.79   Verifying        : python-srpm-macros-3.9-38.fc34.noarch              124/137 
22:31:13 #8 52.79   Verifying        : python3-dbus-1.2.18-1.fc34.x86_64                  125/137 
22:31:13 #8 52.79   Verifying        : python3-dnf-plugins-core-4.0.23-1.fc34.noarch      126/137 
22:31:13 #8 52.79   Verifying        : python3-enchant-3.2.1-1.fc34.noarch                127/137 
22:31:13 #8 52.79   Verifying        : python3-file-magic-5.39-7.fc34.noarch              128/137 
22:31:13 #8 52.79   Verifying        : python3-setuptools-53.0.0-2.fc34.noarch            129/137 
22:31:13 #8 52.79   Verifying        : redhat-rpm-config-183-3.fc34.noarch                130/137 
22:31:13 #8 52.79   Verifying        : rpmautospec-rpm-macros-0.2.5-1.fc34.noarch         131/137 
22:31:13 #8 52.79   Verifying        : rpmlint-1.11-19.fc34.noarch                        132/137 
22:31:13 #8 52.79   Verifying        : rust-srpm-macros-18-1.fc34.noarch                  133/137 
22:31:13 #8 52.79   Verifying        : xxhash-libs-0.8.0-3.fc34.x86_64                    134/137 
22:31:13 #8 52.79   Verifying        : zstd-1.5.0-1.fc34.x86_64                           135/137 
22:31:13 #8 52.79   Verifying        : file-libs-5.39-7.fc34.x86_64                       136/137 
22:31:13 #8 52.79   Verifying        : file-libs-5.39-6.fc34.x86_64                       137/137 
22:31:13 #8 52.94 
22:31:13 #8 52.94 Upgraded:
22:31:13 #8 52.94   file-libs-5.39-7.fc34.x86_64                                                  
22:31:13 #8 52.94 Installed:
22:31:13 #8 52.94   abattis-cantarell-fonts-0.301-2.fc34.noarch                                   
22:31:13 #8 52.94   adobe-source-code-pro-fonts-2.030.1.050-10.fc34.noarch                        
22:31:13 #8 52.94   binutils-2.35.2-6.fc34.x86_64                                                 
22:31:13 #8 52.94   binutils-gold-2.35.2-6.fc34.x86_64                                            
22:31:13 #8 52.94   bzip2-1.0.8-6.fc34.x86_64                                                     
22:31:13 #8 52.94   cpio-2.13-10.fc34.x86_64                                                      
22:31:13 #8 52.94   dbus-libs-1:1.12.20-3.fc34.x86_64                                             
22:31:13 #8 52.94   desktop-file-utils-0.26-3.fc34.x86_64                                         
22:31:13 #8 52.94   diffutils-3.7-8.fc34.x86_64                                                   
22:31:13 #8 52.94   dnf-plugins-core-4.0.23-1.fc34.noarch                                         
22:31:13 #8 52.94   dwz-0.14-1.fc34.x86_64                                                        
22:31:13 #8 52.94   ed-1.14.2-10.fc34.x86_64                                                      
22:31:13 #8 52.94   efi-srpm-macros-5-4.fc34.noarch                                               
22:31:13 #8 52.94   elfutils-0.185-2.fc34.x86_64                                                  
22:31:13 #8 52.94   elfutils-debuginfod-client-0.185-2.fc34.x86_64                                
22:31:13 #8 52.94   emacs-filesystem-1:27.2-5.fc34.noarch                                         
22:31:13 #8 52.94   enchant-1:1.6.0-27.fc34.x86_64                                                
22:31:13 #8 52.94   file-5.39-7.fc34.x86_64                                                       
22:31:13 #8 52.94   findutils-1:4.8.0-2.fc34.x86_64                                               
22:31:13 #8 52.94   fonts-srpm-macros-1:2.0.5-5.fc34.noarch                                       
22:31:13 #8 52.94   fpc-srpm-macros-1.3-3.fc34.noarch                                             
22:31:13 #8 52.94   gdb-minimal-10.2-3.fc34.x86_64                                                
22:31:13 #8 52.94   gdk-pixbuf2-2.42.6-1.fc34.x86_64                                              
22:31:13 #8 52.94   ghc-srpm-macros-1.5.0-4.fc34.noarch                                           
22:31:13 #8 52.94   glib-networking-2.68.2-1.fc34.x86_64                                          
22:31:13 #8 52.94   gnat-srpm-macros-4-13.fc34.noarch                                             
22:31:13 #8 52.94   go-srpm-macros-3.0.10-1.fc34.noarch                                           
22:31:13 #8 52.94   groff-base-1.22.4-7.fc34.x86_64                                               
22:31:13 #8 52.94   gsettings-desktop-schemas-40.0-1.fc34.x86_64                                  
22:31:13 #8 52.94   hunspell-1.7.0-9.fc34.x86_64                                                  
22:31:13 #8 52.94   hunspell-en-GB-0.20140811.1-18.fc34.noarch                                    
22:31:13 #8 52.94   hunspell-en-US-0.20140811.1-18.fc34.noarch                                    
22:31:13 #8 52.94   hunspell-filesystem-1.7.0-9.fc34.x86_64                                       
22:31:13 #8 52.94   info-6.7-10.fc34.x86_64                                                       
22:31:13 #8 52.94   json-glib-1.6.6-1.fc34.x86_64                                                 
22:31:13 #8 52.94   kernel-srpm-macros-1.0-4.fc34.noarch                                          
22:31:13 #8 52.94   less-581.2-1.fc34.x86_64                                                      
22:31:13 #8 52.94   libappstream-glib-0.7.18-2.fc34.x86_64                                        
22:31:13 #8 52.94   libjpeg-turbo-2.0.90-3.fc34.x86_64                                            
22:31:13 #8 52.94   libpipeline-1.5.3-2.fc34.x86_64                                               
22:31:13 #8 52.94   libpkgconf-1.7.3-6.fc34.x86_64                                                
22:31:13 #8 52.94   libpng-2:1.6.37-10.fc34.x86_64                                                
22:31:13 #8 52.94   libproxy-0.4.15-30.fc34.x86_64                                                
22:31:13 #8 52.94   libsoup-2.72.0-6.fc34.x86_64                                                  
22:31:13 #8 52.94   libstemmer-0-16.585svn.fc34.x86_64                                            
22:31:13 #8 52.94   lua-srpm-macros-1-4.fc34.noarch                                               
22:31:13 #8 52.94   man-db-2.9.3-3.fc34.x86_64                                                    
22:31:13 #8 52.94   ncurses-6.2-4.20200222.fc34.x86_64                                            
22:31:13 #8 52.94   nim-srpm-macros-3-4.fc34.noarch                                               
22:31:13 #8 52.94   ocaml-srpm-macros-6-4.fc34.noarch                                             
22:31:13 #8 52.94   openblas-srpm-macros-2-9.fc34.noarch                                          
22:31:13 #8 52.94   patch-2.7.6-14.fc34.x86_64                                                    
22:31:13 #8 52.94   perl-AutoLoader-5.74-477.fc34.noarch                                          
22:31:13 #8 52.94   perl-B-1.80-477.fc34.x86_64                                                   
22:31:13 #8 52.94   perl-Carp-1.50-458.fc34.noarch                                                
22:31:13 #8 52.94   perl-Class-Struct-0.66-477.fc34.noarch                                        
22:31:13 #8 52.94   perl-Data-Dumper-2.174-460.fc34.x86_64                                        
22:31:13 #8 52.94   perl-Digest-1.20-1.fc34.noarch                                                
22:31:13 #8 52.94   perl-Digest-MD5-2.58-2.fc34.x86_64                                            
22:31:13 #8 52.94   perl-DynaLoader-1.47-477.fc34.x86_64                                          
22:31:13 #8 52.94   perl-Encode-4:3.12-460.fc34.x86_64                                            
22:31:13 #8 52.94   perl-Errno-1.30-477.fc34.x86_64                                               
22:31:13 #8 52.94   perl-Exporter-5.74-459.fc34.noarch                                            
22:31:13 #8 52.94   perl-Fcntl-1.13-477.fc34.x86_64                                               
22:31:13 #8 52.94   perl-File-Basename-2.85-477.fc34.noarch                                       
22:31:13 #8 52.94   perl-File-Path-2.18-2.fc34.noarch                                             
22:31:13 #8 52.94   perl-File-Temp-1:0.231.100-2.fc34.noarch                                      
22:31:13 #8 52.94   perl-File-stat-1.09-477.fc34.noarch                                           
22:31:13 #8 52.94   perl-FileHandle-2.03-477.fc34.noarch                                          
22:31:13 #8 52.94   perl-Getopt-Long-1:2.52-2.fc34.noarch                                         
22:31:13 #8 52.94   perl-Getopt-Std-1.12-477.fc34.noarch                                          
22:31:13 #8 52.94   perl-HTTP-Tiny-0.078-1.fc34.noarch                                            
22:31:13 #8 52.94   perl-IO-1.43-477.fc34.x86_64                                                  
22:31:13 #8 52.94   perl-IO-Socket-IP-0.41-3.fc34.noarch                                          
22:31:13 #8 52.94   perl-IO-Socket-SSL-2.070-2.fc34.noarch                                        
22:31:13 #8 52.94   perl-IPC-Open3-1.21-477.fc34.noarch                                           
22:31:13 #8 52.94   perl-MIME-Base64-3.16-2.fc34.x86_64                                           
22:31:13 #8 52.94   perl-Mozilla-CA-20200520-4.fc34.noarch                                        
22:31:13 #8 52.94   perl-NDBM_File-1.15-477.fc34.x86_64                                           
22:31:13 #8 52.94   perl-Net-SSLeay-1.90-2.fc34.x86_64                                            
22:31:13 #8 52.94   perl-POSIX-1.94-477.fc34.x86_64                                               
22:31:13 #8 52.94   perl-PathTools-3.78-459.fc34.x86_64                                           
22:31:13 #8 52.94   perl-Pod-Escapes-1:1.07-458.fc34.noarch                                       
22:31:13 #8 52.94   perl-Pod-Perldoc-3.28.01-459.fc34.noarch                                      
22:31:13 #8 52.94   perl-Pod-Simple-1:3.42-2.fc34.noarch                                          
22:31:13 #8 52.94   perl-Pod-Usage-4:2.01-2.fc34.noarch                                           
22:31:13 #8 52.94   perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64                                 
22:31:13 #8 52.94   perl-SelectSaver-1.02-477.fc34.noarch                                         
22:31:13 #8 52.94   perl-Socket-4:2.032-1.fc34.x86_64                                             
22:31:13 #8 52.94   perl-Storable-1:3.21-458.fc34.x86_64                                          
22:31:13 #8 52.94   perl-Symbol-1.08-477.fc34.noarch                                              
22:31:13 #8 52.94   perl-Term-ANSIColor-5.01-459.fc34.noarch                                      
22:31:13 #8 52.94   perl-Term-Cap-1.17-458.fc34.noarch                                            
22:31:13 #8 52.94   perl-Text-ParseWords-3.30-458.fc34.noarch                                     
22:31:13 #8 52.94   perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch                                   
22:31:13 #8 52.94   perl-Time-Local-2:1.300-5.fc34.noarch                                         
22:31:13 #8 52.94   perl-URI-5.09-1.fc34.noarch                                                   
22:31:13 #8 52.94   perl-base-2.27-477.fc34.noarch                                                
22:31:13 #8 52.94   perl-constant-1.33-459.fc34.noarch                                            
22:31:13 #8 52.94   perl-if-0.60.800-477.fc34.noarch                                              
22:31:13 #8 52.94   perl-interpreter-4:5.32.1-477.fc34.x86_64                                     
22:31:13 #8 52.94   perl-libnet-3.13-2.fc34.noarch                                                
22:31:13 #8 52.94   perl-libs-4:5.32.1-477.fc34.x86_64                                            
22:31:13 #8 52.94   perl-mro-1.23-477.fc34.x86_64                                                 
22:31:13 #8 52.94   perl-overload-1.31-477.fc34.noarch                                            
22:31:13 #8 52.94   perl-overloading-0.02-477.fc34.noarch                                         
22:31:13 #8 52.94   perl-parent-1:0.238-458.fc34.noarch                                           
22:31:13 #8 52.94   perl-podlators-1:4.14-458.fc34.noarch                                         
22:31:13 #8 52.94   perl-srpm-macros-1-39.fc34.noarch                                             
22:31:13 #8 52.94   perl-subs-1.03-477.fc34.noarch                                                
22:31:13 #8 52.94   perl-vars-1.05-477.fc34.noarch                                                
22:31:13 #8 52.94   pkgconf-1.7.3-6.fc34.x86_64                                                   
22:31:13 #8 52.94   pkgconf-m4-1.7.3-6.fc34.noarch                                                
22:31:13 #8 52.94   pkgconf-pkg-config-1.7.3-6.fc34.x86_64                                        
22:31:13 #8 52.94   python-srpm-macros-3.9-38.fc34.noarch                                         
22:31:13 #8 52.94   python3-dateutil-1:2.8.1-3.fc34.noarch                                        
22:31:13 #8 52.94   python3-dbus-1.2.18-1.fc34.x86_64                                             
22:31:13 #8 52.94   python3-distro-1.5.0-5.fc34.noarch                                            
22:31:13 #8 52.94   python3-dnf-plugins-core-4.0.23-1.fc34.noarch                                 
22:31:13 #8 52.94   python3-enchant-3.2.1-1.fc34.noarch                                           
22:31:13 #8 52.94   python3-file-magic-5.39-7.fc34.noarch                                         
22:31:13 #8 52.94   python3-setuptools-53.0.0-2.fc34.noarch                                       
22:31:13 #8 52.94   python3-six-1.15.0-5.fc34.noarch                                              
22:31:13 #8 52.94   qt5-srpm-macros-5.15.2-2.fc34.noarch                                          
22:31:13 #8 52.94   redhat-rpm-config-183-3.fc34.noarch                                           
22:31:13 #8 52.94   rpm-build-4.16.1.3-1.fc34.x86_64                                              
22:31:13 #8 52.94   rpmautospec-rpm-macros-0.2.5-1.fc34.noarch                                    
22:31:13 #8 52.94   rpmlint-1.11-19.fc34.noarch                                                   
22:31:13 #8 52.94   rust-srpm-macros-18-1.fc34.noarch                                             
22:31:13 #8 52.94   shared-mime-info-2.1-2.fc34.x86_64                                            
22:31:13 #8 52.94   unzip-6.0-50.fc34.x86_64                                                      
22:31:13 #8 52.94   xxhash-libs-0.8.0-3.fc34.x86_64                                               
22:31:13 #8 52.94   xz-5.2.5-5.fc34.x86_64                                                        
22:31:13 #8 52.94   zip-3.0-28.fc34.x86_64                                                        
22:31:13 #8 52.94   zstd-1.5.0-1.fc34.x86_64                                                      
22:31:13 #8 52.94 
22:31:13 #8 52.94 Complete!
22:31:13 #8 DONE 53.1s
22:31:13 
22:31:13 #10 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
22:31:13 #10 sha256:dfe9f8145ad91f6ef7373bcd40b7d11008bd62a2ba9c281770835045ebba9a95
22:31:13 #10 DONE 0.1s
22:31:14 
22:31:14 #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
22:31:14 #11 sha256:1274e65316557363a3e6594c384271622a5b534ef176874936c012b3961451b1
22:31:16 #30 4.554 + cd /tmp/tmp.dqowxEsdRj/src/github.com/opencontainers/runc
22:31:16 #30 4.554 + git checkout -q v1.0.2
22:31:16 #30 4.851 + '[' -z '' ']'
22:31:16 #30 4.851 + target=static
22:31:16 #30 4.852 + make BUILDTAGS=seccomp static
22:31:16 #30 5.171 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 .
22:31:16 #11 2.501 Last metadata expiration check: 0:00:22 ago on Tue Oct 19 22:30:54 2021.
22:31:18 #11 3.882 Package bash-5.1.0-2.fc34.x86_64 is already installed.
22:31:18 #11 3.893 Package bash-5.1.0-2.fc34.x86_64 is already installed.
22:31:18 #11 3.893 Package ca-certificates-2021.2.50-1.0.fc34.noarch is already installed.
22:31:18 #11 3.894 Package libarchive-3.5.2-2.fc34.x86_64 is already installed.
22:31:18 #11 3.895 Package pkgconf-pkg-config-1.7.3-6.fc34.x86_64 is already installed.
22:31:18 #11 3.895 Package tar-2:1.34-1.fc34.x86_64 is already installed.
22:31:18 #11 3.914 Package bash-5.1.0-2.fc34.x86_64 is already installed.
22:31:18 #11 4.050 Dependencies resolved.
22:31:18 #11 4.073 ================================================================================
22:31:18 #11 4.073  Package                       Arch    Version                   Repo      Size
22:31:18 #11 4.073 ================================================================================
22:31:18 #11 4.073 Installing:
22:31:18 #11 4.073  btrfs-progs-devel             x86_64  5.14.2-1.fc34             updates   50 k
22:31:18 #11 4.073  cmake                         x86_64  3.20.5-1.fc34             updates  6.5 M
22:31:18 #11 4.073  device-mapper-devel           x86_64  1.02.175-1.fc34           fedora    45 k
22:31:18 #11 4.073  gcc                           x86_64  11.2.1-1.fc34             updates   32 M
22:31:18 #11 4.073  git                           x86_64  2.31.1-3.fc34             updates  121 k
22:31:18 #11 4.073  glibc-static                  x86_64  2.33-20.fc34              updates  1.7 M
22:31:18 #11 4.073  libseccomp-devel              x86_64  2.5.0-4.fc34              fedora    54 k
22:31:18 #11 4.073  libselinux-devel              x86_64  3.2-1.fc34                fedora   113 k
22:31:18 #11 4.073  libtool                       x86_64  2.4.6-40.fc34             fedora   579 k
22:31:18 #11 4.073  libtool-ltdl-devel            x86_64  2.4.6-40.fc34             fedora   153 k
22:31:18 #11 4.073  make                          x86_64  1:4.3-5.fc34              fedora   539 k
22:31:18 #11 4.073  selinux-policy-devel          noarch  34.21-1.fc34              updates  815 k
22:31:18 #11 4.073  systemd                       x86_64  248.9-1.fc34              updates  4.4 M
22:31:18 #11 4.073  systemd-devel                 x86_64  248.9-1.fc34              updates  437 k
22:31:18 #11 4.073  which                         x86_64  2.21-26.fc34              updates   42 k
22:31:18 #11 4.073 Upgrading:
22:31:18 #11 4.073  audit-libs                    x86_64  3.0.6-1.fc34              updates  116 k
22:31:18 #11 4.073  systemd-libs                  x86_64  248.9-1.fc34              updates  590 k
22:31:18 #11 4.073 Installing dependencies:
22:31:18 #11 4.073  acl                           x86_64  2.3.1-1.fc34              fedora    71 k
22:31:18 #11 4.073  annobin                       x86_64  9.79-2.fc34               updates  133 k
22:31:18 #11 4.073  autoconf                      noarch  2.69-36.fc34              fedora   667 k
22:31:18 #11 4.073  automake                      noarch  1.16.2-4.fc34             fedora   664 k
22:31:18 #11 4.073  btrfs-progs                   x86_64  5.14.2-1.fc34             updates  961 k
22:31:18 #11 4.073  checkpolicy                   x86_64  3.2-1.fc34                fedora   344 k
22:31:18 #11 4.073  cmake-data                    noarch  3.20.5-1.fc34             updates  1.5 M
22:31:18 #11 4.073  cmake-filesystem              x86_64  3.20.5-1.fc34             updates   16 k
22:31:18 #11 4.073  cmake-rpm-macros              noarch  3.20.5-1.fc34             updates   16 k
22:31:18 #11 4.073  cpp                           x86_64  11.2.1-1.fc34             updates   10 M
22:31:18 #11 4.073  cryptsetup-libs               x86_64  2.3.6-1.fc34              updates  474 k
22:31:18 #11 4.073  dbus                          x86_64  1:1.12.20-3.fc34          fedora   8.0 k
22:31:18 #11 4.073  dbus-broker                   x86_64  29-2.fc34                 updates  172 k
22:31:18 #11 4.073  dbus-common                   noarch  1:1.12.20-3.fc34          fedora    15 k
22:31:18 #11 4.073  device-mapper                 x86_64  1.02.175-1.fc34           fedora   144 k
22:31:18 #11 4.073  device-mapper-libs            x86_64  1.02.175-1.fc34           fedora   179 k
22:31:18 #11 4.073  e2fsprogs-libs                x86_64  1.45.6-5.fc34             fedora   220 k
22:31:18 #11 4.073  gc                            x86_64  8.0.4-5.fc34              fedora   105 k
22:31:18 #11 4.073  git-core                      x86_64  2.31.1-3.fc34             updates  3.6 M
22:31:18 #11 4.073  git-core-doc                  noarch  2.31.1-3.fc34             updates  2.3 M
22:31:18 #11 4.073  glibc-devel                   x86_64  2.33-20.fc34              updates   24 k
22:31:18 #11 4.073  glibc-headers-x86             noarch  2.33-20.fc34              updates  411 k
22:31:18 #11 4.073  guile22                       x86_64  2.2.7-2.fc34              fedora   6.5 M
22:31:18 #11 4.073  iptables-legacy-libs          x86_64  1.8.7-8.fc34              updates   40 k
22:31:18 #11 4.073  jsoncpp                       x86_64  1.9.4-3.fc34              fedora    96 k
22:31:18 #11 4.073  kernel-headers                x86_64  5.14.9-200.fc34           updates  1.3 M
22:31:18 #11 4.073  kmod-libs                     x86_64  29-2.fc34                 updates   63 k
22:31:18 #11 4.073  libargon2                     x86_64  20171227-6.fc34           fedora    29 k
22:31:18 #11 4.073  libbtrfs                      x86_64  5.14.2-1.fc34             updates   30 k
22:31:18 #11 4.073  libbtrfsutil                  x86_64  5.14.2-1.fc34             updates   32 k
22:31:18 #11 4.073  libcbor                       x86_64  0.7.0-3.fc34              fedora    57 k
22:31:18 #11 4.073  libedit                       x86_64  3.1-38.20210714cvs.fc34   updates  104 k
22:31:18 #11 4.073  libfido2                      x86_64  1.6.0-2.fc34              fedora    71 k
22:31:18 #11 4.073  libibverbs                    x86_64  37.0-1.fc34               updates  390 k
22:31:18 #11 4.073  libmpc                        x86_64  1.2.1-2.fc34              fedora    63 k
22:31:18 #11 4.073  libnl3                        x86_64  3.5.0-6.fc34              fedora   324 k
22:31:18 #11 4.073  libpcap                       x86_64  14:1.10.1-1.fc34          updates  171 k
22:31:18 #11 4.073  libseccomp                    x86_64  2.5.0-4.fc34              fedora    71 k
22:31:18 #11 4.073  libselinux-utils              x86_64  3.2-1.fc34                fedora   160 k
22:31:18 #11 4.073  libsepol-devel                x86_64  3.2-1.fc34                fedora    40 k
22:31:18 #11 4.073  libtool-ltdl                  x86_64  2.4.6-40.fc34             fedora    36 k
22:31:18 #11 4.073  libuv                         x86_64  1:1.42.0-2.fc34           updates  148 k
22:31:18 #11 4.073  libxcrypt-devel               x86_64  4.4.26-2.fc34             updates   29 k
22:31:18 #11 4.073  libxcrypt-static              x86_64  4.4.26-2.fc34             updates  103 k
22:31:18 #11 4.073  llvm-libs                     x86_64  12.0.1-1.fc34             updates   23 M
22:31:18 #11 4.073  lzo                           x86_64  2.10-4.fc34               fedora    66 k
22:31:18 #11 4.073  m4                            x86_64  1.4.18-17.fc34            fedora   212 k
22:31:18 #11 4.073  openssh                       x86_64  8.6p1-5.fc34              updates  437 k
22:31:18 #11 4.073  openssh-clients               x86_64  8.6p1-5.fc34              updates  678 k
22:31:18 #11 4.073  pcre2-devel                   x86_64  10.36-4.fc34              fedora   477 k
22:31:18 #11 4.073  pcre2-utf16                   x86_64  10.36-4.fc34              fedora   213 k
22:31:18 #11 4.073  pcre2-utf32                   x86_64  10.36-4.fc34              fedora   203 k
22:31:18 #11 4.073  perl-Error                    noarch  1:0.17029-5.fc34          fedora    42 k
22:31:18 #11 4.073  perl-File-Compare             noarch  1.100.600-477.fc34        updates   23 k
22:31:18 #11 4.073  perl-File-Copy                noarch  2.34-477.fc34             updates   30 k
22:31:18 #11 4.073  perl-File-Find                noarch  1.37-477.fc34             updates   36 k
22:31:18 #11 4.073  perl-Git                      noarch  2.31.1-3.fc34             updates   44 k
22:31:18 #11 4.073  perl-TermReadKey              x86_64  2.38-9.fc34               fedora    36 k
22:31:18 #11 4.073  perl-Thread-Queue             noarch  3.14-458.fc34             fedora    22 k
22:31:18 #11 4.073  perl-lib                      x86_64  0.65-477.fc34             updates   25 k
22:31:18 #11 4.073  perl-threads                  x86_64  1:2.25-458.fc34           fedora    58 k
22:31:18 #11 4.073  perl-threads-shared           x86_64  1.61-458.fc34             fedora    44 k
22:31:18 #11 4.073  policycoreutils               x86_64  3.2-1.fc34                fedora   206 k
22:31:18 #11 4.073  policycoreutils-devel         x86_64  3.2-1.fc34                fedora   140 k
22:31:18 #11 4.073  policycoreutils-python-utils  noarch  3.2-1.fc34                fedora    71 k
22:31:18 #11 4.073  python3-audit                 x86_64  3.0.6-1.fc34              updates   82 k
22:31:18 #11 4.073  python3-libselinux            x86_64  3.2-1.fc34                fedora   187 k
22:31:18 #11 4.073  python3-libsemanage           x86_64  3.2-1.fc34                fedora    83 k
22:31:18 #11 4.073  python3-policycoreutils       noarch  3.2-1.fc34                fedora   2.0 M
22:31:18 #11 4.073  python3-setools               x86_64  4.4.0-1.fc34              fedora   554 k
22:31:18 #11 4.073  rhash                         x86_64  1.4.0-3.fc34              fedora   182 k
22:31:18 #11 4.073  rpm-plugin-selinux            x86_64  4.16.1.3-1.fc34           fedora    22 k
22:31:18 #11 4.073  selinux-policy                noarch  34.21-1.fc34              updates   73 k
22:31:18 #11 4.073  selinux-policy-targeted       noarch  34.21-1.fc34              updates  6.3 M
22:31:18 #11 4.073  systemd-pam                   x86_64  248.9-1.fc34              updates  318 k
22:31:18 #11 4.073  systemd-rpm-macros            noarch  248.9-1.fc34              updates   27 k
22:31:18 #11 4.073  vim-filesystem                noarch  2:8.2.3512-1.fc34         updates   22 k
22:31:18 #11 4.073  xkeyboard-config              noarch  2.33-1.fc34               updates  783 k
22:31:18 #11 4.073 Installing weak dependencies:
22:31:18 #11 4.073  libxkbcommon                  x86_64  1.3.0-1.fc34              updates  144 k
22:31:18 #11 4.073  qrencode-libs                 x86_64  4.0.2-7.fc34              fedora    60 k
22:31:18 #11 4.073  systemd-networkd              x86_64  248.9-1.fc34              updates  475 k
22:31:18 #11 4.073 
22:31:18 #11 4.073 Transaction Summary
22:31:18 #11 4.073 ================================================================================
22:31:18 #11 4.073 Install  96 Packages
22:31:18 #11 4.073 Upgrade   2 Packages
22:31:18 #11 4.073 
22:31:18 #11 4.078 Total download size: 117 M
22:31:18 #11 4.078 Downloading Packages:
22:31:19 #11 5.215 (1/98): acl-2.3.1-1.fc34.x86_64.rpm             313 kB/s |  71 kB     00:00    
22:31:19 #11 5.265 (2/98): autoconf-2.69-36.fc34.noarch.rpm        2.3 MB/s | 667 kB     00:00    
22:31:19 #11 5.297 (3/98): automake-1.16.2-4.fc34.noarch.rpm       2.1 MB/s | 664 kB     00:00    
22:31:19 #11 5.329 (4/98): checkpolicy-3.2-1.fc34.x86_64.rpm       2.9 MB/s | 344 kB     00:00    
22:31:19 #11 5.334 (5/98): dbus-1.12.20-3.fc34.x86_64.rpm          121 kB/s | 8.0 kB     00:00    
22:31:19 #11 5.340 (6/98): device-mapper-1.02.175-1.fc34.x86_64.rp  15 MB/s | 144 kB     00:00    
22:31:19 #11 5.343 (7/98): device-mapper-devel-1.02.175-1.fc34.x86 5.0 MB/s |  45 kB     00:00    
22:31:19 #11 5.346 (8/98): dbus-common-1.12.20-3.fc34.noarch.rpm   908 kB/s |  15 kB     00:00    
22:31:19 #11 5.351 (9/98): device-mapper-libs-1.02.175-1.fc34.x86_  17 MB/s | 179 kB     00:00    
22:31:19 #11 5.354 (10/98): gc-8.0.4-5.fc34.x86_64.rpm              14 MB/s | 105 kB     00:00    
22:31:19 #11 5.385 (11/98): e2fsprogs-libs-1.45.6-5.fc34.x86_64.rp 5.1 MB/s | 220 kB     00:00    
22:31:19 #11 5.391 (12/98): jsoncpp-1.9.4-3.fc34.x86_64.rpm        2.7 MB/s |  96 kB     00:00    
22:31:19 #11 5.401 (13/98): libargon2-20171227-6.fc34.x86_64.rpm   2.1 MB/s |  29 kB     00:00    
22:31:19 #11 5.405 (14/98): libcbor-0.7.0-3.fc34.x86_64.rpm        5.6 MB/s |  57 kB     00:00    
22:31:19 #11 5.412 (15/98): libfido2-1.6.0-2.fc34.x86_64.rpm       7.2 MB/s |  71 kB     00:00    
22:31:19 #11 5.508 (16/98): guile22-2.2.7-2.fc34.x86_64.rpm         41 MB/s | 6.5 MB     00:00    
22:31:19 #11 5.513 (17/98): libmpc-1.2.1-2.fc34.x86_64.rpm         594 kB/s |  63 kB     00:00    
22:31:19 #11 5.542 (18/98): libnl3-3.5.0-6.fc34.x86_64.rpm         2.5 MB/s | 324 kB     00:00    
22:31:19 #11 5.546 (19/98): libseccomp-2.5.0-4.fc34.x86_64.rpm     1.9 MB/s |  71 kB     00:00    
22:31:19 #11 5.552 (20/98): libseccomp-devel-2.5.0-4.fc34.x86_64.r 6.0 MB/s |  54 kB     00:00    
22:31:19 #11 5.556 (21/98): libselinux-devel-3.2-1.fc34.x86_64.rpm 8.6 MB/s | 113 kB     00:00    
22:31:19 #11 5.586 (22/98): libselinux-utils-3.2-1.fc34.x86_64.rpm 3.9 MB/s | 160 kB     00:00    
22:31:19 #11 5.592 (23/98): libsepol-devel-3.2-1.fc34.x86_64.rpm   1.0 MB/s |  40 kB     00:00    
22:31:19 #11 5.598 (24/98): libtool-ltdl-2.4.6-40.fc34.x86_64.rpm  3.2 MB/s |  36 kB     00:00    
22:31:19 #11 5.610 (25/98): lzo-2.10-4.fc34.x86_64.rpm             6.4 MB/s |  66 kB     00:00    
22:31:19 #11 5.648 (26/98): libtool-2.4.6-40.fc34.x86_64.rpm       9.3 MB/s | 579 kB     00:00    
22:31:19 #11 5.655 (27/98): m4-1.4.18-17.fc34.x86_64.rpm           4.6 MB/s | 212 kB     00:00    
22:31:19 #11 5.691 (28/98): libtool-ltdl-devel-2.4.6-40.fc34.x86_6 1.5 MB/s | 153 kB     00:00    
22:31:19 #11 5.730 (29/98): make-4.3-5.fc34.x86_64.rpm             6.5 MB/s | 539 kB     00:00    
22:31:19 #11 5.771 (30/98): pcre2-devel-10.36-4.fc34.x86_64.rpm    4.1 MB/s | 477 kB     00:00    
22:31:19 #11 5.777 (31/98): pcre2-utf32-10.36-4.fc34.x86_64.rpm    4.4 MB/s | 203 kB     00:00    
22:31:19 #11 5.781 (32/98): pcre2-utf16-10.36-4.fc34.x86_64.rpm    4.2 MB/s | 213 kB     00:00    
22:31:19 #11 5.784 (33/98): perl-Error-0.17029-5.fc34.noarch.rpm   3.5 MB/s |  42 kB     00:00    
22:31:19 #11 5.787 (34/98): perl-TermReadKey-2.38-9.fc34.x86_64.rp 3.5 MB/s |  36 kB     00:00    
22:31:19 #11 5.795 (35/98): perl-threads-2.25-458.fc34.x86_64.rpm  5.3 MB/s |  58 kB     00:00    
22:31:19 #11 5.798 (36/98): perl-Thread-Queue-3.14-458.fc34.noarch 1.5 MB/s |  22 kB     00:00    
22:31:19 #11 5.801 (37/98): perl-threads-shared-1.61-458.fc34.x86_ 3.2 MB/s |  44 kB     00:00    
22:31:19 #11 5.847 (38/98): policycoreutils-3.2-1.fc34.x86_64.rpm  4.0 MB/s | 206 kB     00:00    
22:31:19 #11 5.853 (39/98): policycoreutils-devel-3.2-1.fc34.x86_6 2.7 MB/s | 140 kB     00:00    
22:31:19 #11 5.856 (40/98): policycoreutils-python-utils-3.2-1.fc3 1.3 MB/s |  71 kB     00:00    
22:31:19 #11 5.867 (41/98): python3-libsemanage-3.2-1.fc34.x86_64. 7.8 MB/s |  83 kB     00:00    
22:31:19 #11 5.908 (42/98): python3-libselinux-3.2-1.fc34.x86_64.r 3.0 MB/s | 187 kB     00:00    
22:31:19 #11 5.940 (43/98): python3-setools-4.4.0-1.fc34.x86_64.rp 7.5 MB/s | 554 kB     00:00    
22:31:19 #11 5.947 (44/98): qrencode-libs-4.0.2-7.fc34.x86_64.rpm  1.6 MB/s |  60 kB     00:00    
22:31:19 #11 6.002 (45/98): python3-policycoreutils-3.2-1.fc34.noa  14 MB/s | 2.0 MB     00:00    
22:31:19 #11 6.006 (46/98): rhash-1.4.0-3.fc34.x86_64.rpm          2.8 MB/s | 182 kB     00:00    
22:31:19 #11 6.009 (47/98): rpm-plugin-selinux-4.16.1.3-1.fc34.x86 363 kB/s |  22 kB     00:00    
22:31:20 #11 6.019 (48/98): btrfs-progs-devel-5.14.2-1.fc34.x86_64 5.3 MB/s |  50 kB     00:00    
22:31:20 #11 6.025 (49/98): annobin-9.79-2.fc34.x86_64.rpm         7.0 MB/s | 133 kB     00:00    
22:31:20 #11 6.080 (50/98): btrfs-progs-5.14.2-1.fc34.x86_64.rpm    13 MB/s | 961 kB     00:00    
22:31:20 #11 6.134 (51/98): cmake-data-3.20.5-1.fc34.noarch.rpm     14 MB/s | 1.5 MB     00:00    
22:31:20 #11 6.139 (52/98): cmake-filesystem-3.20.5-1.fc34.x86_64. 277 kB/s |  16 kB     00:00    
22:31:20 #11 6.149 (53/98): cmake-rpm-macros-3.20.5-1.fc34.noarch. 1.2 MB/s |  16 kB     00:00    
22:31:20 #11 6.214 (54/98): cryptsetup-libs-2.3.6-1.fc34.x86_64.rp 7.2 MB/s | 474 kB     00:00    
22:31:20 #11 6.330 (55/98): cmake-3.20.5-1.fc34.x86_64.rpm          21 MB/s | 6.5 MB     00:00    
22:31:20 #30 9.082 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
22:31:20 #11 6.504 (56/98): cpp-11.2.1-1.fc34.x86_64.rpm            28 MB/s |  10 MB     00:00    
22:31:20 #11 6.510 (57/98): dbus-broker-29-2.fc34.x86_64.rpm       583 kB/s | 172 kB     00:00    
22:31:20 #11 6.545 (58/98): git-2.31.1-3.fc34.x86_64.rpm           3.8 MB/s | 121 kB     00:00    
22:31:20 #11 6.659 (59/98): git-core-doc-2.31.1-3.fc34.noarch.rpm   21 MB/s | 2.3 MB     00:00    
22:31:20 #30 9.936 + mkdir -p /build
22:31:20 #11 6.731 (60/98): git-core-2.31.1-3.fc34.x86_64.rpm       17 MB/s | 3.6 MB     00:00    
22:31:20 #11 6.749 (61/98): glibc-devel-2.33-20.fc34.x86_64.rpm    270 kB/s |  24 kB     00:00    
22:31:21 #30 9.940 + cp runc /build/runc
22:31:21 #30 DONE 10.1s
22:31:21 
22:31:21 #34 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
22:31:21 #34 sha256:893599d91bfacd184aced5eaf55c3a82ad35605530bcec8488dc2a857764f877
22:31:21 #34 61.05 + bin/containerd
22:31:21 #11 7.147 (62/98): gcc-11.2.1-1.fc34.x86_64.rpm            39 MB/s |  32 MB     00:00    
22:31:21 #11 7.190 (63/98): glibc-headers-x86-2.33-20.fc34.noarch. 905 kB/s | 411 kB     00:00    
22:31:21 #11 7.236 (64/98): glibc-static-2.33-20.fc34.x86_64.rpm   3.5 MB/s | 1.7 MB     00:00    
22:31:21 #11 7.242 (65/98): iptables-legacy-libs-1.8.7-8.fc34.x86_ 803 kB/s |  40 kB     00:00    
22:31:21 #11 7.285 (66/98): kernel-headers-5.14.9-200.fc34.x86_64.  14 MB/s | 1.3 MB     00:00    
22:31:21 #11 7.293 (67/98): kmod-libs-29-2.fc34.x86_64.rpm         1.1 MB/s |  63 kB     00:00    
22:31:21 #11 7.303 (68/98): libbtrfsutil-5.14.2-1.fc34.x86_64.rpm  1.8 MB/s |  32 kB     00:00    
22:31:21 #11 7.308 (69/98): libedit-3.1-38.20210714cvs.fc34.x86_64 7.3 MB/s | 104 kB     00:00    
22:31:21 #11 7.311 (70/98): libbtrfs-5.14.2-1.fc34.x86_64.rpm      1.2 MB/s |  30 kB     00:00    
22:31:21 #11 7.324 (71/98): libuv-1.42.0-2.fc34.x86_64.rpm          11 MB/s | 148 kB     00:00    
22:31:21 #11 7.329 (72/98): libpcap-1.10.1-1.fc34.x86_64.rpm       7.8 MB/s | 171 kB     00:00    
22:31:21 #11 7.369 (73/98): libibverbs-37.0-1.fc34.x86_64.rpm      5.8 MB/s | 390 kB     00:00    
22:31:21 #11 7.373 (74/98): libxcrypt-devel-4.4.26-2.fc34.x86_64.r 614 kB/s |  29 kB     00:00    
22:31:21 #11 7.412 (75/98): libxcrypt-static-4.4.26-2.fc34.x86_64. 1.2 MB/s | 103 kB     00:00    
22:31:21 #11 7.419 (76/98): libxkbcommon-1.3.0-1.fc34.x86_64.rpm   3.1 MB/s | 144 kB     00:00    
22:31:21 #11 7.488 (77/98): openssh-8.6p1-5.fc34.x86_64.rpm        5.6 MB/s | 437 kB     00:00    
22:31:21 #11 7.531 (78/98): openssh-clients-8.6p1-5.fc34.x86_64.rp 6.0 MB/s | 678 kB     00:00    
22:31:21 #11 7.548 (79/98): perl-File-Copy-2.34-477.fc34.noarch.rp 2.0 MB/s |  30 kB     00:00    
22:31:21 #11 7.553 (80/98): perl-File-Compare-1.100.600-477.fc34.n 373 kB/s |  23 kB     00:00    
22:31:21 #11 7.557 (81/98): perl-File-Find-1.37-477.fc34.noarch.rp 4.3 MB/s |  36 kB     00:00    
22:31:21 #11 7.562 (82/98): perl-Git-2.31.1-3.fc34.noarch.rpm      4.9 MB/s |  44 kB     00:00    
22:31:21 #11 7.566 (83/98): perl-lib-0.65-477.fc34.x86_64.rpm      2.9 MB/s |  25 kB     00:00    
22:31:21 #11 7.580 (84/98): python3-audit-3.0.6-1.fc34.x86_64.rpm  5.0 MB/s |  82 kB     00:00    
22:31:21 #11 7.585 (85/98): selinux-policy-34.21-1.fc34.noarch.rpm 4.2 MB/s |  73 kB     00:00    
22:31:21 #11 7.662 (86/98): selinux-policy-devel-34.21-1.fc34.noar 9.9 MB/s | 815 kB     00:00    
22:31:21 #11 7.772 (87/98): systemd-248.9-1.fc34.x86_64.rpm         41 MB/s | 4.4 MB     00:00    
22:31:21 #11 7.849 (88/98): systemd-devel-248.9-1.fc34.x86_64.rpm  6.0 MB/s | 437 kB     00:00    
22:31:22 #11 8.145 (89/98): llvm-libs-12.0.1-1.fc34.x86_64.rpm      30 MB/s |  23 MB     00:00    
22:31:22 #11 8.185 (90/98): systemd-networkd-248.9-1.fc34.x86_64.r 1.4 MB/s | 475 kB     00:00    
22:31:22 #11 8.286 (91/98): selinux-policy-targeted-34.21-1.fc34.n 9.1 MB/s | 6.3 MB     00:00    
22:31:22 #11 8.319 (92/98): systemd-pam-248.9-1.fc34.x86_64.rpm    1.8 MB/s | 318 kB     00:00    
22:31:22 #11 8.322 (93/98): systemd-rpm-macros-248.9-1.fc34.noarch 204 kB/s |  27 kB     00:00    
22:31:22 #11 8.327 (94/98): which-2.21-26.fc34.x86_64.rpm          5.3 MB/s |  42 kB     00:00    
22:31:22 #11 8.332 (95/98): vim-filesystem-8.2.3512-1.fc34.noarch. 1.8 MB/s |  22 kB     00:00    
22:31:22 #11 8.347 (96/98): audit-libs-3.0.6-1.fc34.x86_64.rpm     5.9 MB/s | 116 kB     00:00    
22:31:22 #11 8.389 (97/98): xkeyboard-config-2.33-1.fc34.noarch.rp  12 MB/s | 783 kB     00:00    
22:31:22 #11 8.427 (98/98): systemd-libs-248.9-1.fc34.x86_64.rpm   6.1 MB/s | 590 kB     00:00    
22:31:22 #11 8.430 --------------------------------------------------------------------------------
22:31:22 #11 8.431 Total                                            27 MB/s | 117 MB     00:04     
22:31:23 #34 ...
22:31:23 
22:31:23 #31 [binary-base 2/6] COPY --from=runc        /build/ /usr/local/bin/
22:31:23 #31 sha256:ddc168c258477b6c326ea802028e2b90974299ee70c6490582d4a322455bd4f4
22:31:23 #31 DONE 0.1s
22:31:23 
22:31:23 #34 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod         PREFIX=/build /install.sh containerd
22:31:23 #34 sha256:893599d91bfacd184aced5eaf55c3a82ad35605530bcec8488dc2a857764f877
22:31:25 #11 10.67 Running transaction check
22:31:25 #11 10.77 Transaction check succeeded.
22:31:25 #11 10.77 Running transaction test
22:31:26 #11 12.17 Transaction test succeeded.
22:31:26 #11 12.17 Running transaction
22:31:27 #11 13.68   Running scriptlet: selinux-policy-targeted-34.21-1.fc34.noarch            1/1 
22:31:27 #11 13.80   Preparing        :                                                        1/1 
22:31:27 #11 13.85   Upgrading        : systemd-libs-248.9-1.fc34.x86_64                     1/100 
22:31:27 #11 13.86   Running scriptlet: systemd-libs-248.9-1.fc34.x86_64                     1/100 
22:31:27 #11 13.89   Upgrading        : audit-libs-3.0.6-1.fc34.x86_64                       2/100 
22:31:27 #11 13.90   Installing       : python3-libselinux-3.2-1.fc34.x86_64                 3/100 
22:31:27 #11 13.90   Installing       : perl-File-Find-1.37-477.fc34.noarch                  4/100 
22:31:27 #11 13.91   Installing       : perl-File-Copy-2.34-477.fc34.noarch                  5/100 
22:31:27 #11 13.92   Installing       : perl-File-Compare-1.100.600-477.fc34.noarch          6/100 
22:31:27 #11 13.92   Installing       : libedit-3.1-38.20210714cvs.fc34.x86_64               7/100 
22:31:27 #11 13.93   Installing       : cmake-rpm-macros-3.20.5-1.fc34.noarch                8/100 
22:31:27 #11 13.94   Installing       : cmake-filesystem-3.20.5-1.fc34.x86_64                9/100 
22:31:27 #11 13.94   Installing       : perl-threads-1:2.25-458.fc34.x86_64                 10/100 
22:31:27 #11 13.95   Installing       : m4-1.4.18-17.fc34.x86_64                            11/100 
22:31:27 #11 13.97   Installing       : autoconf-2.69-36.fc34.noarch                        12/100 
22:31:27 #11 13.98   Installing       : libtool-ltdl-2.4.6-40.fc34.x86_64                   13/100 
22:31:28 #11 13.99   Installing       : libseccomp-2.5.0-4.fc34.x86_64                      14/100 
22:31:28 #11 14.00   Installing       : libmpc-1.2.1-2.fc34.x86_64                          15/100 
22:31:28 #11 14.02   Installing       : checkpolicy-3.2-1.fc34.x86_64                       16/100 
22:31:28 #11 14.19   Installing       : cpp-11.2.1-1.fc34.x86_64                            17/100 
22:31:28 #11 14.20   Installing       : perl-threads-shared-1.61-458.fc34.x86_64            18/100 
22:31:28 #11 14.20   Installing       : perl-Thread-Queue-3.14-458.fc34.noarch              19/100 
22:31:28 #11 14.22   Installing       : automake-1.16.2-4.fc34.noarch                       20/100 
22:31:28 #11 14.82   Installing       : llvm-libs-12.0.1-1.fc34.x86_64                      21/100 
22:31:28 #11 14.83   Installing       : python3-libsemanage-3.2-1.fc34.x86_64               22/100 
22:31:28 #11 14.86   Installing       : python3-setools-4.4.0-1.fc34.x86_64                 23/100 
22:31:28 #11 14.87   Running scriptlet: openssh-8.6p1-5.fc34.x86_64                         24/100 
22:31:28 #11 14.92   Installing       : openssh-8.6p1-5.fc34.x86_64                         24/100 
22:31:28 #11 14.93   Installing       : python3-audit-3.0.6-1.fc34.x86_64                   25/100 
22:31:28 #11 14.93   Installing       : libbtrfs-5.14.2-1.fc34.x86_64                       26/100 
22:31:29 #11 14.98   Installing       : xkeyboard-config-2.33-1.fc34.noarch                 27/100 
22:31:29 #11 15.00   Installing       : libxkbcommon-1.3.0-1.fc34.x86_64                    28/100 
22:31:29 #11 15.01   Installing       : vim-filesystem-2:8.2.3512-1.fc34.noarch             29/100 
22:31:29 #11 15.01   Installing       : systemd-rpm-macros-248.9-1.fc34.noarch              30/100 
22:31:29 #11 15.02   Installing       : perl-lib-0.65-477.fc34.x86_64                       31/100 
22:31:29 #11 15.02   Installing       : libuv-1:1.42.0-2.fc34.x86_64                        32/100 
22:31:29 #11 15.03   Installing       : libbtrfsutil-5.14.2-1.fc34.x86_64                   33/100 
22:31:29 #11 15.03   Installing       : kmod-libs-29-2.fc34.x86_64                          34/100 
22:31:29 #11 15.14   Installing       : kernel-headers-5.14.9-200.fc34.x86_64               35/100 
22:31:29 #11 15.20   Installing       : glibc-headers-x86-2.33-20.fc34.noarch               36/100 
22:31:29 #11 15.21   Installing       : libxcrypt-devel-4.4.26-2.fc34.x86_64                37/100 
22:31:29 #11 15.21   Installing       : glibc-devel-2.33-20.fc34.x86_64                     38/100 
22:31:29 #11 15.33   Installing       : glibc-static-2.33-20.fc34.x86_64                    39/100 
22:31:29 #11 15.34   Installing       : libxcrypt-static-4.4.26-2.fc34.x86_64               40/100 
22:31:29 #11 15.36   Installing       : rhash-1.4.0-3.fc34.x86_64                           41/100 
22:31:29 #11 15.38   Installing       : qrencode-libs-4.0.2-7.fc34.x86_64                   42/100 
22:31:29 #11 15.39   Installing       : perl-TermReadKey-2.38-9.fc34.x86_64                 43/100 
22:31:29 #11 15.41   Installing       : perl-Error-1:0.17029-5.fc34.noarch                  44/100 
22:31:29 #11 15.42   Installing       : pcre2-utf32-10.36-4.fc34.x86_64                     45/100 
22:31:29 #11 15.44   Installing       : pcre2-utf16-10.36-4.fc34.x86_64                     46/100 
22:31:29 #11 15.45   Installing       : pcre2-devel-10.36-4.fc34.x86_64                     47/100 
22:31:29 #11 15.46   Installing       : lzo-2.10-4.fc34.x86_64                              48/100 
22:31:29 #11 15.47   Installing       : libsepol-devel-3.2-1.fc34.x86_64                    49/100 
22:31:29 #11 15.48   Installing       : libselinux-devel-3.2-1.fc34.x86_64                  50/100 
22:31:29 #11 15.49   Installing       : libselinux-utils-3.2-1.fc34.x86_64                  51/100 
22:31:29 #11 15.51   Installing       : policycoreutils-3.2-1.fc34.x86_64                   52/100 
22:31:29 #11 15.51   Running scriptlet: policycoreutils-3.2-1.fc34.x86_64                   52/100 
22:31:29 #11 15.52   Installing       : rpm-plugin-selinux-4.16.1.3-1.fc34.x86_64           53/100 
22:31:29 #11 15.53   Installing       : selinux-policy-34.21-1.fc34.noarch                  54/100 
22:31:29 #11 15.54   Running scriptlet: selinux-policy-34.21-1.fc34.noarch                  54/100 
22:31:29 #11 15.56   Running scriptlet: selinux-policy-targeted-34.21-1.fc34.noarch         55/100 
22:31:29 #11 15.75   Installing       : selinux-policy-targeted-34.21-1.fc34.noarch         55/100 
22:31:30 #11 15.76   Running scriptlet: selinux-policy-targeted-34.21-1.fc34.noarch         55/100 
22:31:30 #11 15.81   Installing       : python3-policycoreutils-3.2-1.fc34.noarch           56/100 
22:31:30 #11 15.82   Installing       : policycoreutils-python-utils-3.2-1.fc34.noarch      57/100 
22:31:30 #11 15.84   Installing       : libnl3-3.5.0-6.fc34.x86_64                          58/100 
22:31:30 #11 15.89   Installing       : libibverbs-37.0-1.fc34.x86_64                       59/100 
22:31:30 #11 15.92   Installing       : libpcap-14:1.10.1-1.fc34.x86_64                     60/100 
22:31:30 #11 15.96   Installing       : iptables-legacy-libs-1.8.7-8.fc34.x86_64            61/100 
22:31:30 #11 15.97   Installing       : libcbor-0.7.0-3.fc34.x86_64                         62/100 
22:31:30 #11 15.98   Installing       : libfido2-1.6.0-2.fc34.x86_64                        63/100 
22:31:30 #11 16.02   Installing       : openssh-clients-8.6p1-5.fc34.x86_64                 64/100 
22:31:30 #11 16.06   Running scriptlet: openssh-clients-8.6p1-5.fc34.x86_64                 64/100 
22:31:30 #11 16.14   Installing       : git-core-2.31.1-3.fc34.x86_64                       65/100 
22:31:30 #11 16.24   Installing       : git-core-doc-2.31.1-3.fc34.noarch                   66/100 
22:31:30 #11 16.31   Installing       : perl-Git-2.31.1-3.fc34.noarch                       67/100 
22:31:30 #11 16.35   Installing       : git-2.31.1-3.fc34.x86_64                            68/100 
22:31:30 #11 16.36   Installing       : libargon2-20171227-6.fc34.x86_64                    69/100 
22:31:30 #11 16.39   Installing       : jsoncpp-1.9.4-3.fc34.x86_64                         70/100 
22:31:30 #11 16.40   Installing       : gc-8.0.4-5.fc34.x86_64                              71/100 
22:31:30 #11 16.67   Installing       : guile22-2.2.7-2.fc34.x86_64                         72/100 
22:31:31 #11 16.72   Installing       : make-1:4.3-5.fc34.x86_64                            73/100 
22:31:31 #11 17.19   Installing       : gcc-11.2.1-1.fc34.x86_64                            74/100 
22:31:31 #11 17.23   Installing       : policycoreutils-devel-3.2-1.fc34.x86_64             75/100 
22:31:31 #11 17.37   Installing       : selinux-policy-devel-34.21-1.fc34.noarch            76/100 
22:31:31 #11 17.42   Running scriptlet: selinux-policy-devel-34.21-1.fc34.noarch            76/100 
22:31:31 #11 17.68   Installing       : cmake-data-3.20.5-1.fc34.noarch                     77/100 
22:31:31 #11 17.88   Installing       : cmake-3.20.5-1.fc34.x86_64                          78/100 
22:31:32 #11 17.93   Installing       : e2fsprogs-libs-1.45.6-5.fc34.x86_64                 79/100 
22:31:32 #11 17.96   Installing       : btrfs-progs-5.14.2-1.fc34.x86_64                    80/100 
22:31:32 #11 18.01   Installing       : acl-2.3.1-1.fc34.x86_64                             81/100 
22:31:32 #11 18.02   Installing       : device-mapper-1.02.175-1.fc34.x86_64                82/100 
22:31:32 #11 18.06   Installing       : device-mapper-libs-1.02.175-1.fc34.x86_64           83/100 
22:31:32 #11 18.07   Installing       : cryptsetup-libs-2.3.6-1.fc34.x86_64                 84/100 
22:31:32 #11 18.11   Installing       : dbus-1:1.12.20-3.fc34.x86_64                        85/100 
22:31:32 #11 18.11   Running scriptlet: systemd-networkd-248.9-1.fc34.x86_64                86/100 
22:31:32 #11 18.20   Installing       : systemd-networkd-248.9-1.fc34.x86_64                86/100 
22:31:32 #11 18.25   Running scriptlet: systemd-networkd-248.9-1.fc34.x86_64                86/100 
22:31:32 #11 18.27   Installing       : systemd-pam-248.9-1.fc34.x86_64                     87/100 
22:31:32 #11 18.33   Running scriptlet: systemd-248.9-1.fc34.x86_64                         88/100 
22:31:32 #11 18.92   Installing       : systemd-248.9-1.fc34.x86_64                         88/100 
22:31:33 #11 18.98   Running scriptlet: systemd-248.9-1.fc34.x86_64                         88/100 
22:31:33 #11 19.15   Installing       : dbus-common-1:1.12.20-3.fc34.noarch                 89/100 
22:31:33 #11 19.18   Running scriptlet: dbus-common-1:1.12.20-3.fc34.noarch                 89/100 
22:31:33 #11 19.20 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
22:31:33 #11 19.20 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
22:31:33 #11 19.20 
22:31:33 #11 19.20   Running scriptlet: dbus-broker-29-2.fc34.x86_64                        90/100 
22:31:33 #11 19.27   Installing       : dbus-broker-29-2.fc34.x86_64                        90/100 
22:31:33 #11 19.28   Running scriptlet: dbus-broker-29-2.fc34.x86_64                        90/100 
22:31:33 #11 19.30 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
22:31:33 #11 19.30 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
22:31:33 #11 19.30 
22:31:33 #11 19.32   Installing       : systemd-devel-248.9-1.fc34.x86_64                   91/100 
22:31:33 #11 19.35   Installing       : device-mapper-devel-1.02.175-1.fc34.x86_64          92/100 
22:31:33 #11 19.36   Installing       : btrfs-progs-devel-5.14.2-1.fc34.x86_64              93/100 
22:31:33 #11 19.42   Installing       : libtool-2.4.6-40.fc34.x86_64                        94/100 
22:31:33 #11 19.43   Installing       : annobin-9.79-2.fc34.x86_64                          95/100 
22:31:33 #11 19.46   Installing       : libtool-ltdl-devel-2.4.6-40.fc34.x86_64             96/100 
22:31:33 #11 19.47   Installing       : libseccomp-devel-2.5.0-4.fc34.x86_64                97/100 
22:31:33 #11 19.52   Installing       : which-2.21-26.fc34.x86_64                           98/100 
22:31:33 #11 19.53   Cleanup          : systemd-libs-248.7-1.fc34.x86_64                    99/100 
22:31:33 #11 19.57   Cleanup          : audit-libs-3.0.5-1.fc34.x86_64                     100/100 
22:31:33 #11 19.58   Running scriptlet: selinux-policy-targeted-34.21-1.fc34.noarch        100/100 
22:31:37 #11 19.61   Running scriptlet: audit-libs-3.0.5-1.fc34.x86_64                     100/100 
22:31:37 #11 23.11   Verifying        : acl-2.3.1-1.fc34.x86_64                              1/100 
22:31:37 #11 23.11   Verifying        : autoconf-2.69-36.fc34.noarch                         2/100 
22:31:37 #11 23.11   Verifying        : automake-1.16.2-4.fc34.noarch                        3/100 
22:31:37 #11 23.11   Verifying        : checkpolicy-3.2-1.fc34.x86_64                        4/100 
22:31:37 #11 23.11   Verifying        : dbus-1:1.12.20-3.fc34.x86_64                         5/100 
22:31:37 #11 23.11   Verifying        : dbus-common-1:1.12.20-3.fc34.noarch                  6/100 
22:31:37 #11 23.11   Verifying        : device-mapper-1.02.175-1.fc34.x86_64                 7/100 
22:31:37 #11 23.11   Verifying        : device-mapper-devel-1.02.175-1.fc34.x86_64           8/100 
22:31:37 #11 23.11   Verifying        : device-mapper-libs-1.02.175-1.fc34.x86_64            9/100 
22:31:37 #11 23.11   Verifying        : e2fsprogs-libs-1.45.6-5.fc34.x86_64                 10/100 
22:31:37 #11 23.11   Verifying        : gc-8.0.4-5.fc34.x86_64                              11/100 
22:31:37 #11 23.11   Verifying        : guile22-2.2.7-2.fc34.x86_64                         12/100 
22:31:37 #11 23.11   Verifying        : jsoncpp-1.9.4-3.fc34.x86_64                         13/100 
22:31:37 #11 23.11   Verifying        : libargon2-20171227-6.fc34.x86_64                    14/100 
22:31:37 #11 23.11   Verifying        : libcbor-0.7.0-3.fc34.x86_64                         15/100 
22:31:37 #11 23.11   Verifying        : libfido2-1.6.0-2.fc34.x86_64                        16/100 
22:31:37 #11 23.11   Verifying        : libmpc-1.2.1-2.fc34.x86_64                          17/100 
22:31:37 #11 23.11   Verifying        : libnl3-3.5.0-6.fc34.x86_64                          18/100 
22:31:37 #11 23.11   Verifying        : libseccomp-2.5.0-4.fc34.x86_64                      19/100 
22:31:37 #11 23.11   Verifying        : libseccomp-devel-2.5.0-4.fc34.x86_64                20/100 
22:31:37 #11 23.11   Verifying        : libselinux-devel-3.2-1.fc34.x86_64                  21/100 
22:31:37 #11 23.11   Verifying        : libselinux-utils-3.2-1.fc34.x86_64                  22/100 
22:31:37 #11 23.11   Verifying        : libsepol-devel-3.2-1.fc34.x86_64                    23/100 
22:31:37 #11 23.11   Verifying        : libtool-2.4.6-40.fc34.x86_64                        24/100 
22:31:37 #11 23.11   Verifying        : libtool-ltdl-2.4.6-40.fc34.x86_64                   25/100 
22:31:37 #11 23.11   Verifying        : libtool-ltdl-devel-2.4.6-40.fc34.x86_64             26/100 
22:31:37 #11 23.11   Verifying        : lzo-2.10-4.fc34.x86_64                              27/100 
22:31:37 #11 23.11   Verifying        : m4-1.4.18-17.fc34.x86_64                            28/100 
22:31:37 #11 23.11   Verifying        : make-1:4.3-5.fc34.x86_64                            29/100 
22:31:37 #11 23.11   Verifying        : pcre2-devel-10.36-4.fc34.x86_64                     30/100 
22:31:37 #11 23.11   Verifying        : pcre2-utf16-10.36-4.fc34.x86_64                     31/100 
22:31:37 #11 23.11   Verifying        : pcre2-utf32-10.36-4.fc34.x86_64                     32/100 
22:31:37 #11 23.11   Verifying        : perl-Error-1:0.17029-5.fc34.noarch                  33/100 
22:31:37 #11 23.11   Verifying        : perl-TermReadKey-2.38-9.fc34.x86_64                 34/100 
22:31:37 #11 23.11   Verifying        : perl-Thread-Queue-3.14-458.fc34.noarch              35/100 
22:31:37 #11 23.11   Verifying        : perl-threads-1:2.25-458.fc34.x86_64                 36/100 
22:31:37 #11 23.11   Verifying        : perl-threads-shared-1.61-458.fc34.x86_64            37/100 
22:31:37 #11 23.11   Verifying        : policycoreutils-3.2-1.fc34.x86_64                   38/100 
22:31:37 #11 23.11   Verifying        : policycoreutils-devel-3.2-1.fc34.x86_64             39/100 
22:31:37 #11 23.11   Verifying        : policycoreutils-python-utils-3.2-1.fc34.noarch      40/100 
22:31:37 #11 23.11   Verifying        : python3-libselinux-3.2-1.fc34.x86_64                41/100 
22:31:37 #11 23.11   Verifying        : python3-libsemanage-3.2-1.fc34.x86_64               42/100 
22:31:37 #11 23.11   Verifying        : python3-policycoreutils-3.2-1.fc34.noarch           43/100 
22:31:37 #11 23.11   Verifying        : python3-setools-4.4.0-1.fc34.x86_64                 44/100 
22:31:37 #11 23.11   Verifying        : qrencode-libs-4.0.2-7.fc34.x86_64                   45/100 
22:31:37 #11 23.11   Verifying        : rhash-1.4.0-3.fc34.x86_64                           46/100 
22:31:37 #11 23.11   Verifying        : rpm-plugin-selinux-4.16.1.3-1.fc34.x86_64           47/100 
22:31:37 #11 23.11   Verifying        : annobin-9.79-2.fc34.x86_64                          48/100 
22:31:37 #11 23.11   Verifying        : btrfs-progs-5.14.2-1.fc34.x86_64                    49/100 
22:31:37 #11 23.11   Verifying        : btrfs-progs-devel-5.14.2-1.fc34.x86_64              50/100 
22:31:37 #11 23.11   Verifying        : cmake-3.20.5-1.fc34.x86_64                          51/100 
22:31:37 #11 23.11   Verifying        : cmake-data-3.20.5-1.fc34.noarch                     52/100 
22:31:37 #11 23.11   Verifying        : cmake-filesystem-3.20.5-1.fc34.x86_64               53/100 
22:31:37 #11 23.11   Verifying        : cmake-rpm-macros-3.20.5-1.fc34.noarch               54/100 
22:31:37 #11 23.12   Verifying        : cpp-11.2.1-1.fc34.x86_64                            55/100 
22:31:37 #11 23.12   Verifying        : cryptsetup-libs-2.3.6-1.fc34.x86_64                 56/100 
22:31:37 #11 23.12   Verifying        : dbus-broker-29-2.fc34.x86_64                        57/100 
22:31:37 #11 23.12   Verifying        : gcc-11.2.1-1.fc34.x86_64                            58/100 
22:31:37 #11 23.12   Verifying        : git-2.31.1-3.fc34.x86_64                            59/100 
22:31:37 #11 23.12   Verifying        : git-core-2.31.1-3.fc34.x86_64                       60/100 
22:31:37 #11 23.12   Verifying        : git-core-doc-2.31.1-3.fc34.noarch                   61/100 
22:31:37 #11 23.12   Verifying        : glibc-devel-2.33-20.fc34.x86_64                     62/100 
22:31:37 #11 23.12   Verifying        : glibc-headers-x86-2.33-20.fc34.noarch               63/100 
22:31:37 #11 23.12   Verifying        : glibc-static-2.33-20.fc34.x86_64                    64/100 
22:31:37 #11 23.12   Verifying        : iptables-legacy-libs-1.8.7-8.fc34.x86_64            65/100 
22:31:37 #11 23.12   Verifying        : kernel-headers-5.14.9-200.fc34.x86_64               66/100 
22:31:37 #11 23.12   Verifying        : kmod-libs-29-2.fc34.x86_64                          67/100 
22:31:37 #11 23.12   Verifying        : libbtrfs-5.14.2-1.fc34.x86_64                       68/100 
22:31:37 #11 23.12   Verifying        : libbtrfsutil-5.14.2-1.fc34.x86_64                   69/100 
22:31:37 #11 23.12   Verifying        : libedit-3.1-38.20210714cvs.fc34.x86_64              70/100 
22:31:37 #11 23.12   Verifying        : libibverbs-37.0-1.fc34.x86_64                       71/100 
22:31:37 #11 23.12   Verifying        : libpcap-14:1.10.1-1.fc34.x86_64                     72/100 
22:31:37 #11 23.12   Verifying        : libuv-1:1.42.0-2.fc34.x86_64                        73/100 
22:31:37 #11 23.12   Verifying        : libxcrypt-devel-4.4.26-2.fc34.x86_64                74/100 
22:31:37 #11 23.12   Verifying        : libxcrypt-static-4.4.26-2.fc34.x86_64               75/100 
22:31:37 #11 23.12   Verifying        : libxkbcommon-1.3.0-1.fc34.x86_64                    76/100 
22:31:37 #11 23.12   Verifying        : llvm-libs-12.0.1-1.fc34.x86_64                      77/100 
22:31:37 #11 23.12   Verifying        : openssh-8.6p1-5.fc34.x86_64                         78/100 
22:31:37 #11 23.12   Verifying        : openssh-clients-8.6p1-5.fc34.x86_64                 79/100 
22:31:37 #11 23.12   Verifying        : perl-File-Compare-1.100.600-477.fc34.noarch         80/100 
22:31:37 #11 23.12   Verifying        : perl-File-Copy-2.34-477.fc34.noarch                 81/100 
22:31:37 #11 23.12   Verifying        : perl-File-Find-1.37-477.fc34.noarch                 82/100 
22:31:37 #11 23.12   Verifying        : perl-Git-2.31.1-3.fc34.noarch                       83/100 
22:31:37 #11 23.12   Verifying        : perl-lib-0.65-477.fc34.x86_64                       84/100 
22:31:37 #11 23.12   Verifying        : python3-audit-3.0.6-1.fc34.x86_64                   85/100 
22:31:37 #11 23.12   Verifying        : selinux-policy-34.21-1.fc34.noarch                  86/100 
22:31:37 #11 23.12   Verifying        : selinux-policy-devel-34.21-1.fc34.noarch            87/100 
22:31:37 #11 23.12   Verifying        : selinux-policy-targeted-34.21-1.fc34.noarch         88/100 
22:31:37 #11 23.12   Verifying        : systemd-248.9-1.fc34.x86_64                         89/100 
22:31:37 #11 23.12   Verifying        : systemd-devel-248.9-1.fc34.x86_64                   90/100 
22:31:37 #11 23.12   Verifying        : systemd-networkd-248.9-1.fc34.x86_64                91/100 
22:31:37 #11 23.12   Verifying        : systemd-pam-248.9-1.fc34.x86_64                     92/100 
22:31:37 #11 23.12   Verifying        : systemd-rpm-macros-248.9-1.fc34.noarch              93/100 
22:31:37 #11 23.12   Verifying        : vim-filesystem-2:8.2.3512-1.fc34.noarch             94/100 
22:31:37 #11 23.12   Verifying        : which-2.21-26.fc34.x86_64                           95/100 
22:31:37 #11 23.12   Verifying        : xkeyboard-config-2.33-1.fc34.noarch                 96/100 
22:31:37 #11 23.12   Verifying        : audit-libs-3.0.6-1.fc34.x86_64                      97/100 
22:31:37 #11 23.12   Verifying        : audit-libs-3.0.5-1.fc34.x86_64                      98/100 
22:31:37 #11 23.12   Verifying        : systemd-libs-248.9-1.fc34.x86_64                    99/100 
22:31:37 #11 23.12   Verifying        : systemd-libs-248.7-1.fc34.x86_64                   100/100 
22:31:37 #11 23.30 
22:31:37 #11 23.30 Upgraded:
22:31:37 #11 23.30   audit-libs-3.0.6-1.fc34.x86_64        systemd-libs-248.9-1.fc34.x86_64       
22:31:37 #11 23.30 Installed:
22:31:37 #11 23.30   acl-2.3.1-1.fc34.x86_64                                                       
22:31:37 #11 23.30   annobin-9.79-2.fc34.x86_64                                                    
22:31:37 #11 23.30   autoconf-2.69-36.fc34.noarch                                                  
22:31:37 #11 23.30   automake-1.16.2-4.fc34.noarch                                                 
22:31:37 #11 23.30   btrfs-progs-5.14.2-1.fc34.x86_64                                              
22:31:37 #11 23.30   btrfs-progs-devel-5.14.2-1.fc34.x86_64                                        
22:31:37 #11 23.30   checkpolicy-3.2-1.fc34.x86_64                                                 
22:31:37 #11 23.30   cmake-3.20.5-1.fc34.x86_64                                                    
22:31:37 #11 23.30   cmake-data-3.20.5-1.fc34.noarch                                               
22:31:37 #11 23.30   cmake-filesystem-3.20.5-1.fc34.x86_64                                         
22:31:37 #11 23.30   cmake-rpm-macros-3.20.5-1.fc34.noarch                                         
22:31:37 #11 23.30   cpp-11.2.1-1.fc34.x86_64                                                      
22:31:37 #11 23.30   cryptsetup-libs-2.3.6-1.fc34.x86_64                                           
22:31:37 #11 23.30   dbus-1:1.12.20-3.fc34.x86_64                                                  
22:31:37 #11 23.30   dbus-broker-29-2.fc34.x86_64                                                  
22:31:37 #11 23.30   dbus-common-1:1.12.20-3.fc34.noarch                                           
22:31:37 #11 23.30   device-mapper-1.02.175-1.fc34.x86_64                                          
22:31:37 #11 23.30   device-mapper-devel-1.02.175-1.fc34.x86_64                                    
22:31:37 #11 23.30   device-mapper-libs-1.02.175-1.fc34.x86_64                                     
22:31:37 #11 23.30   e2fsprogs-libs-1.45.6-5.fc34.x86_64                                           
22:31:37 #11 23.30   gc-8.0.4-5.fc34.x86_64                                                        
22:31:37 #11 23.30   gcc-11.2.1-1.fc34.x86_64                                                      
22:31:37 #11 23.30   git-2.31.1-3.fc34.x86_64                                                      
22:31:37 #11 23.30   git-core-2.31.1-3.fc34.x86_64                                                 
22:31:37 #11 23.30   git-core-doc-2.31.1-3.fc34.noarch                                             
22:31:37 #11 23.30   glibc-devel-2.33-20.fc34.x86_64                                               
22:31:37 #11 23.30   glibc-headers-x86-2.33-20.fc34.noarch                                         
22:31:37 #11 23.30   glibc-static-2.33-20.fc34.x86_64                                              
22:31:37 #11 23.30   guile22-2.2.7-2.fc34.x86_64                                                   
22:31:37 #11 23.30   iptables-legacy-libs-1.8.7-8.fc34.x86_64                                      
22:31:37 #11 23.30   jsoncpp-1.9.4-3.fc34.x86_64                                                   
22:31:37 #11 23.30   kernel-headers-5.14.9-200.fc34.x86_64                                         
22:31:37 #11 23.30   kmod-libs-29-2.fc34.x86_64                                                    
22:31:37 #11 23.30   libargon2-20171227-6.fc34.x86_64                                              
22:31:37 #11 23.30   libbtrfs-5.14.2-1.fc34.x86_64                                                 
22:31:37 #11 23.30   libbtrfsutil-5.14.2-1.fc34.x86_64                                             
22:31:37 #11 23.30   libcbor-0.7.0-3.fc34.x86_64                                                   
22:31:37 #11 23.30   libedit-3.1-38.20210714cvs.fc34.x86_64                                        
22:31:37 #11 23.30   libfido2-1.6.0-2.fc34.x86_64                                                  
22:31:37 #11 23.30   libibverbs-37.0-1.fc34.x86_64                                                 
22:31:37 #11 23.30   libmpc-1.2.1-2.fc34.x86_64                                                    
22:31:37 #11 23.30   libnl3-3.5.0-6.fc34.x86_64                                                    
22:31:37 #11 23.30   libpcap-14:1.10.1-1.fc34.x86_64                                               
22:31:37 #11 23.30   libseccomp-2.5.0-4.fc34.x86_64                                                
22:31:37 #11 23.30   libseccomp-devel-2.5.0-4.fc34.x86_64                                          
22:31:37 #11 23.30   libselinux-devel-3.2-1.fc34.x86_64                                            
22:31:37 #11 23.30   libselinux-utils-3.2-1.fc34.x86_64                                            
22:31:37 #11 23.30   libsepol-devel-3.2-1.fc34.x86_64                                              
22:31:37 #11 23.30   libtool-2.4.6-40.fc34.x86_64                                                  
22:31:37 #11 23.30   libtool-ltdl-2.4.6-40.fc34.x86_64                                             
22:31:37 #11 23.30   libtool-ltdl-devel-2.4.6-40.fc34.x86_64                                       
22:31:37 #11 23.30   libuv-1:1.42.0-2.fc34.x86_64                                                  
22:31:37 #11 23.30   libxcrypt-devel-4.4.26-2.fc34.x86_64                                          
22:31:37 #11 23.30   libxcrypt-static-4.4.26-2.fc34.x86_64                                         
22:31:37 #11 23.30   libxkbcommon-1.3.0-1.fc34.x86_64                                              
22:31:37 #11 23.30   llvm-libs-12.0.1-1.fc34.x86_64                                                
22:31:37 #11 23.30   lzo-2.10-4.fc34.x86_64                                                        
22:31:37 #11 23.30   m4-1.4.18-17.fc34.x86_64                                                      
22:31:37 #11 23.30   make-1:4.3-5.fc34.x86_64                                                      
22:31:37 #11 23.30   openssh-8.6p1-5.fc34.x86_64                                                   
22:31:37 #11 23.30   openssh-clients-8.6p1-5.fc34.x86_64                                           
22:31:37 #11 23.30   pcre2-devel-10.36-4.fc34.x86_64                                               
22:31:37 #11 23.30   pcre2-utf16-10.36-4.fc34.x86_64                                               
22:31:37 #11 23.30   pcre2-utf32-10.36-4.fc34.x86_64                                               
22:31:37 #11 23.30   perl-Error-1:0.17029-5.fc34.noarch                                            
22:31:37 #11 23.30   perl-File-Compare-1.100.600-477.fc34.noarch                                   
22:31:37 #11 23.30   perl-File-Copy-2.34-477.fc34.noarch                                           
22:31:37 #11 23.30   perl-File-Find-1.37-477.fc34.noarch                                           
22:31:37 #11 23.30   perl-Git-2.31.1-3.fc34.noarch                                                 
22:31:37 #11 23.30   perl-TermReadKey-2.38-9.fc34.x86_64                                           
22:31:37 #11 23.30   perl-Thread-Queue-3.14-458.fc34.noarch                                        
22:31:37 #11 23.30   perl-lib-0.65-477.fc34.x86_64                                                 
22:31:37 #11 23.30   perl-threads-1:2.25-458.fc34.x86_64                                           
22:31:37 #11 23.30   perl-threads-shared-1.61-458.fc34.x86_64                                      
22:31:37 #11 23.30   policycoreutils-3.2-1.fc34.x86_64                                             
22:31:37 #11 23.30   policycoreutils-devel-3.2-1.fc34.x86_64                                       
22:31:37 #11 23.30   policycoreutils-python-utils-3.2-1.fc34.noarch                                
22:31:37 #11 23.30   python3-audit-3.0.6-1.fc34.x86_64                                             
22:31:37 #11 23.30   python3-libselinux-3.2-1.fc34.x86_64                                          
22:31:37 #11 23.30   python3-libsemanage-3.2-1.fc34.x86_64                                         
22:31:37 #11 23.30   python3-policycoreutils-3.2-1.fc34.noarch                                     
22:31:37 #11 23.30   python3-setools-4.4.0-1.fc34.x86_64                                           
22:31:37 #11 23.30   qrencode-libs-4.0.2-7.fc34.x86_64                                             
22:31:37 #11 23.30   rhash-1.4.0-3.fc34.x86_64                                                     
22:31:37 #11 23.30   rpm-plugin-selinux-4.16.1.3-1.fc34.x86_64                                     
22:31:37 #11 23.30   selinux-policy-34.21-1.fc34.noarch                                            
22:31:37 #11 23.30   selinux-policy-devel-34.21-1.fc34.noarch                                      
22:31:37 #11 23.30   selinux-policy-targeted-34.21-1.fc34.noarch                                   
22:31:37 #11 23.30   systemd-248.9-1.fc34.x86_64                                                   
22:31:37 #11 23.30   systemd-devel-248.9-1.fc34.x86_64                                             
22:31:37 #11 23.30   systemd-networkd-248.9-1.fc34.x86_64                                          
22:31:37 #11 23.30   systemd-pam-248.9-1.fc34.x86_64                                               
22:31:37 #11 23.30   systemd-rpm-macros-248.9-1.fc34.noarch                                        
22:31:37 #11 23.30   vim-filesystem-2:8.2.3512-1.fc34.noarch                                       
22:31:37 #11 23.30   which-2.21-26.fc34.x86_64                                                     
22:31:37 #11 23.30   xkeyboard-config-2.33-1.fc34.noarch                                           
22:31:37 #11 23.30 
22:31:37 #11 23.30 Complete!
22:31:37 #11 DONE 23.5s
22:31:37 
22:31:37 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
22:31:37 #13 sha256:526d152510775c93062c49f41c66e22c4c626c542de735d25c0635112e12dbe0
22:31:40 #13 DONE 3.2s
22:31:40 
22:31:40 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
22:31:40 #14 sha256:9496fd5676af7eda3658e31c04afdff8ab2510cb2584a66780a951eef93ae738
22:31:40 #14 DONE 0.0s
22:31:40 
22:31:40 #15 exporting to image
22:31:40 #15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
22:31:40 #15 exporting layers
22:31:46 #15 exporting layers 5.4s done
22:31:46 #15 writing image sha256:9dca91378584aec3882a911f719097ee14436aef7ecd89fcfacc511221d65f87 done
22:31:46 #15 naming to docker.io/rpmbuild-fedora-34/x86_64 done
22:31:46 #15 DONE 5.4s
22:31:46 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm/rpmbuild/fedora-34/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm/rpmbuild/fedora-34/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-34/x86_64 -ba --define '_gitcommit_cli e57b5f7' --define '_gitcommit_engine 6f6b9d2' --define '_release 0' --define '_version 0.0.0.20211015144600.e57b5f7' --define '_origversion 0.0.0-20211015144600-e57b5f7' --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
22:31:47 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
22:31:47 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
22:31:47 warning: line 60: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
22:31:47 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.kIyASg
22:31:47 + umask 022
22:31:47 + cd /root/rpmbuild/BUILD
22:31:47 + cd /root/rpmbuild/BUILD
22:31:47 + rm -rf src
22:31:47 + /usr/bin/mkdir -p src
22:31:47 + cd src
22:31:47 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
22:31:47 + /usr/bin/tar -xof -
22:31:48 + STATUS=0
22:31:48 + '[' 0 -ne 0 ']'
22:31:48 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
22:31:48 + /usr/bin/tar -xof -
22:31:48 + STATUS=0
22:31:48 + '[' 0 -ne 0 ']'
22:31:48 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
22:31:48 + RPM_EC=0
22:31:48 ++ jobs -p
22:31:48 + exit 0
22:31:48 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.C7pERN
22:31:48 + umask 022
22:31:48 + cd /root/rpmbuild/BUILD
22:31:48 + cd src
22:31:48 + export DOCKER_GITCOMMIT=6f6b9d2
22:31:48 + DOCKER_GITCOMMIT=6f6b9d2
22:31:48 + mkdir -p /go/src/github.com/docker
22:31:48 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
22:31:48 + pushd /root/rpmbuild/BUILD/src/engine
22:31:48 + TMP_GOPATH=/go
22:31:48 + hack/dockerfile/install/install.sh tini
22:31:48 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
22:31:48 + RM_GOPATH=0
22:31:48 + TMP_GOPATH=/go
22:31:48 + : /usr/local/bin
22:31:48 + '[' -z /go ']'
22:31:48 + export GOPATH=/go
22:31:48 + GOPATH=/go
22:31:48 + case "$(go env GOARCH)" in
22:31:48 ++ go env GOARCH
22:31:48 + export GO_BUILDMODE=-buildmode=pie
22:31:48 + GO_BUILDMODE=-buildmode=pie
22:31:48 ++ dirname hack/dockerfile/install/install.sh
22:31:48 + dir=hack/dockerfile/install
22:31:48 + bin=tini
22:31:48 + shift
22:31:48 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
22:31:48 Install tini version v0.19.0
22:31:48 + . hack/dockerfile/install/tini.installer
22:31:48 ++ : v0.19.0
22:31:48 + install_tini
22:31:48 + echo 'Install tini version v0.19.0'
22:31:48 + git clone https://github.com/krallin/tini.git /go/tini
22:31:48 Cloning into '/go/tini'...
22:31:48 + cd /go/tini
22:31:48 + git checkout -q v0.19.0
22:31:48 + cmake .
22:31:48 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
22:31:48   Compatibility with CMake < 2.8.12 will be removed from a future version of
22:31:48   CMake.
22:31:48 
22:31:48   Update the VERSION argument <min> value or use a ...<max> suffix to tell
22:31:48   CMake that the project does not need compatibility with older versions.
22:31:48 
22:31:48 
22:31:48 -- The C compiler identification is GNU 11.2.1
22:31:48 -- Detecting C compiler ABI info
22:31:48 -- Detecting C compiler ABI info - done
22:31:48 -- Check for working C compiler: /usr/bin/cc - skipped
22:31:48 -- Detecting C compile features
22:31:48 -- Detecting C compile features - done
22:31:48 -- Performing Test HAS_BUILTIN_FORTIFY
22:31:48 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
22:31:48 -- Configuring done
22:31:48 -- Generating done
22:31:48 -- Build files have been written to: /go/tini
22:31:48 + make tini-static
22:31:49 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:31:49 [100%] Linking C executable tini-static
22:31:49 [100%] Built target tini-static
22:31:49 + mkdir -p /usr/local/bin
22:31:49 + cp tini-static /usr/local/bin/docker-init
22:31:49 + VERSION=0.0.0-20211015144600-e57b5f7
22:31:49 + PRODUCT=docker
22:31:49 + hack/make.sh dynbinary
22:31:49 
22:31:49 Removing bundles/
22:31:49 
22:31:49 ---> Making bundle: dynbinary (in bundles/dynbinary)
22:31:49 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
22:31:49 GOOS="" GOARCH="" GOARM=""
22:31:49 #34 98.23 # github.com/containerd/containerd/cmd/containerd
22:31:49 #34 98.23 /usr/bin/ld: /tmp/go-link-574740992/000019.o: in function `New':
22:31:49 #34 98.23 /tmp/tmp.cDhZR0sRQv/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
22:31:49 #34 98.30 + bin/containerd-stress
22:31:50 #34 99.43 + bin/containerd-shim
22:31:58 #34 106.4 + bin/containerd-shim-runc-v1
22:32:02 #34 111.6 + bin/containerd-shim-runc-v2
22:32:03 #34 112.2 + binaries
22:32:03 #34 112.2 + install -D bin/containerd /build/containerd
22:32:03 #34 112.3 + install -D bin/containerd-shim /build/containerd-shim
22:32:03 #34 112.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
22:32:03 #34 112.3 + install -D bin/ctr /build/ctr
22:32:03 #34 DONE 112.9s
22:32:05 
22:32:05 #35 [binary-base 3/6] COPY --from=containerd  /build/ /usr/local/bin/
22:32:05 #35 sha256:f33b146c894cc9598c94d04d4dab979543c2902df561d4207aa03b6668ac8c37
22:32:05 #35 DONE 0.3s
22:32:05 
22:32:05 #40 [binary-base 4/6] COPY --from=rootlesskit /build/ /usr/local/bin/
22:32:05 #40 sha256:eb2617eb39699edf9d9ab216ee75a4eaf88e9db0ad503b3777b1565662cb45d5
22:32:06 #40 DONE 0.1s
22:32:06 
22:32:06 #45 [binary-base 5/6] COPY --from=vpnkit      /build/ /usr/local/bin/
22:32:06 #45 sha256:2c9162057cfeb3da852a95053d3564fc8c96bea76dd962911e9f6a71b2ca57b9
22:32:06 #45 DONE 0.6s
22:32:06 
22:32:06 #46 [binary-base 6/6] WORKDIR /go/src/github.com/docker/docker
22:32:06 #46 sha256:8f7ca4e720401c584cb57f2b71a51c3eac79f569855dd448ea231e76c5dd7fb3
22:32:06 #46 DONE 0.1s
22:32:06 
22:32:06 #47 [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
22:32:06 #47 sha256:6b67302aa7375f83a89f7bebb6f6818961dd02ad0a3017ef0f43b3e4600d8466
22:32:07 #47 0.754 
22:32:07 #47 0.921 Removing /build/bundles/
22:32:07 #47 0.922 
22:32:07 #47 0.929 ---> Making bundle: cross (in /build/bundles/cross)
22:32:07 #47 0.931 Cross building: /build/bundles/cross/windows/amd64
22:32:07 #47 1.111 Building: /build/bundles/cross/windows/amd64-daemon/dockerd-0.0.0-20211015144600-e57b5f7.exe
22:32:07 #47 1.111 GOOS="windows" GOARCH="amd64" GOARM=""
22:33:25 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7
22:33:25 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
22:33:25 GOOS="" GOARCH="" GOARM=""
22:33:25 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7
22:33:25 
22:33:25 + popd
22:33:25 + RPM_EC=0
22:33:25 ~/rpmbuild/BUILD/src
22:33:25 ++ jobs -p
22:33:25 + exit 0
22:33:25 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.xloLwe
22:33:25 + umask 022
22:33:25 + cd /root/rpmbuild/BUILD
22:33:25 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64 '!=' / ']'
22:33:25 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
22:33:25 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
22:33:25 + mkdir -p /root/rpmbuild/BUILDROOT
22:33:25 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
22:33:25 + cd src
22:33:25 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
22:33:25 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20211015144600-e57b5f7 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin/dockerd
22:33:25 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
22:33:25 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin/docker-proxy
22:33:25 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin/docker-init
22:33:25 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/lib/systemd/system/docker.service
22:33:25 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/lib/systemd/system/docker.socket
22:33:25 + /usr/lib/rpm/check-buildroot
22:33:25 + /usr/lib/rpm/redhat/brp-ldconfig
22:33:25 + /usr/lib/rpm/brp-compress
22:33:25 + /usr/lib/rpm/brp-strip /usr/bin/strip
22:33:25 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
22:33:25 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
22:33:25 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
22:33:25 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
22:33:25 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
22:33:25 + /usr/lib/rpm/brp-python-hardlink
22:33:25 + /usr/lib/rpm/redhat/brp-mangle-shebangs
22:33:25 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.SngH1o
22:33:25 + umask 022
22:33:25 + cd /root/rpmbuild/BUILD
22:33:25 + cd src
22:33:25 ++ engine/bundles/dynbinary-daemon/dockerd --version
22:33:25 + ver='Docker version 0.0.0-20211015144600-e57b5f7, build 6f6b9d2'
22:33:25 + test 'Docker version 0.0.0-20211015144600-e57b5f7, build 6f6b9d2' = 'Docker version 0.0.0-20211015144600-e57b5f7, build 6f6b9d2'
22:33:25 + echo 'PASS: daemon version OK'
22:33:25 PASS: daemon version OK
22:33:25 + RPM_EC=0
22:33:25 ++ jobs -p
22:33:25 + exit 0
22:33:25 Processing files: docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
22:33:25 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin/docker-proxy
22:33:25 Provides: docker-ce = 3:0.0.0.20211015144600.e57b5f7-0.fc34 docker-ce(x86-64) = 3:0.0.0.20211015144600.e57b5f7-0.fc34
22:33:25 Requires(interp): /bin/sh /bin/sh /bin/sh
22:33:25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
22:33:25 Requires(post): /bin/sh
22:33:25 Requires(preun): /bin/sh
22:33:25 Requires(postun): /bin/sh
22:33:25 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)
22:33:25 Conflicts: docker docker-ee docker-engine-cs docker-io
22:33:25 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
22:33:25 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
22:33:25 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.src.rpm
22:33:29 #47 80.13 Created binary: /build/bundles/cross/windows/amd64-daemon/dockerd-0.0.0-20211015144600-e57b5f7.exe
22:33:29 #47 80.64 Building: /build/bundles/cross/windows/amd64-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7.exe
22:33:29 #47 80.64 GOOS="windows" GOARCH="amd64" GOARM=""
22:33:29 #47 81.00 Created binary: /build/bundles/cross/windows/amd64-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7.exe
22:33:29 #47 81.02 Cloning into '/go/src/github.com/docker/windows-container-utility'...
22:33:29 #47 81.26 Building: /build/bundles/cross/windows/amd64/containerutility.exe
22:33:33 #47 86.23 
22:33:33 #47 DONE 86.5s
22:33:33 
22:33:33 #48 [cross 1/1] COPY --from=build-cross /build/bundles/ /
22:33:33 #48 sha256:ee67553a9af36ad1c6ac9a5ebcf4f51a4c1b39d191cfdb1382b41fdedc587276
22:33:33 #48 DONE 0.2s
22:33:33 
22:33:33 #49 exporting to client
22:33:33 #49 sha256:b60a1292d407630dbb741f28ab6ea4ce3cca872ac28eeee56f4e66a182eca4bc
22:33:33 #49 copying files 25B
22:33:34 #49 copying files 59.81MB 0.9s done
22:33:34 #49 DONE 0.9s
22:33:34 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/docker'
22:33:34 mkdir -p build/win/amd64/docker/cli-plugins
22:33:34 GOOS=windows GOARCH=amd64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-588/static/build/win/amd64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-588/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-588/static/scripts/build-cli-plugins":/build:ro golang:1.16.9 /build
22:33:35 Cloning into '/go/src/github.com/docker/buildx'...
22:33:38 Fetching origin
22:33:38 + GO111MODULE=on
22:33:38 + 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
22:34:12 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64.rpm
22:34:12 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ZDQcMH
22:34:12 + umask 022
22:34:12 + cd /root/rpmbuild/BUILD
22:34:12 + cd src
22:34:12 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
22:34:12 + RPM_EC=0
22:34:12 ++ jobs -p
22:34:12 + exit 0
22:34:12 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.OfOgt2
22:34:12 + umask 022
22:34:12 + cd /root/rpmbuild/BUILD
22:34:12 + cd /root/rpmbuild/BUILD
22:34:12 + rm -rf src
22:34:12 + /usr/bin/mkdir -p src
22:34:12 + cd src
22:34:12 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
22:34:12 + /usr/bin/tar -xof -
22:34:12 + STATUS=0
22:34:12 + '[' 0 -ne 0 ']'
22:34:12 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
22:34:12 + /usr/bin/tar -xof -
22:34:12 + STATUS=0
22:34:12 + '[' 0 -ne 0 ']'
22:34:12 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
22:34:12 + RPM_EC=0
22:34:12 ++ jobs -p
22:34:12 + exit 0
22:34:12 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1mwkvM
22:34:12 + umask 022
22:34:12 + cd /root/rpmbuild/BUILD
22:34:12 + cd src
22:34:12 + mkdir -p /go/src/github.com/docker
22:34:12 + rm -f /go/src/github.com/docker/cli
22:34:12 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
22:34:12 + pushd /go/src/github.com/docker/cli
22:34:12 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
22:34:12 + VERSION=0.0.0-20211015144600-e57b5f7
22:34:12 + GITCOMMIT=e57b5f7
22:34:12 + GO_LINKMODE=dynamic
22:34:12 + ./scripts/build/binary
22:34:12 Building dynamic docker-linux-amd64
22:34:12 + go build -o build/docker-linux-amd64 -tags ' pkcs11' --ldflags '    -w     -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"     -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-19T22:34:10Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"      ' -buildmode=pie github.com/docker/cli/cmd/docker
22:35:15 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/static:/v -w /v alpine chown -R 1000:1000 build/win/amd64
22:35:15 find build/win/amd64/docker -type f -not -name "*.exe" -exec mv {} {}.exe \;
22:35:15 cd /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/cli && VERSION=0.0.0-20211015144600-e57b5f7 docker buildx bake --set binary.platform=windows/amd64 binary
22:35:15 #1 [internal] load build definition from Dockerfile
22:35:15 #1 transferring dockerfile: 2.55kB done
22:35:15 #1 DONE 0.0s
22:35:15 
22:35:15 #2 [internal] load .dockerignore
22:35:15 #2 transferring context: 174B done
22:35:15 #2 DONE 0.0s
22:35:15 
22:35:15 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
22:35:15 #4 DONE 0.0s
22:35:15 
22:35:15 #3 resolve image config for docker.io/docker/dockerfile:1.3
22:35:15 #3 DONE 0.2s
22:35:15 
22:35:15 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
22:35:15 #5 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done
22:35:15 #5 CACHED
22:35:15 
22:35:15 #9 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
22:35:15 #9 DONE 0.0s
22:35:15 
22:35:15 #10 [auth] library/golang:pull token for registry-1.docker.io
22:35:15 #10 DONE 0.0s
22:35:15 
22:35:15 #11 [auth] tonistiigi/xx:pull token for registry-1.docker.io
22:35:15 #11 DONE 0.0s
22:35:15 
22:35:15 #8 [internal] load metadata for docker.io/tonistiigi/xx:1.0.0-rc.2
22:35:15 #8 DONE 0.1s
22:35:15 
22:35:15 #7 [internal] load metadata for docker.io/library/golang:1.16.9-alpine
22:35:16 #7 ...
22:35:16 
22:35:16 #6 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
22:35:16 #6 DONE 0.6s
22:35:16 
22:35:16 #7 [internal] load metadata for docker.io/library/golang:1.16.9-alpine
22:35:16 #7 DONE 0.6s
22:35:16 
22:35:16 #13 [xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669
22:35:16 #13 resolve docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669 0.0s done
22:35:16 #13 DONE 0.0s
22:35:16 
22:35:16 #12 [gostable 1/1] FROM docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
22:35:16 #12 resolve docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11 0.0s done
22:35:16 #12 DONE 0.0s
22:35:16 
22:35:16 #14 [build-base-alpine 1/3] COPY --from=xx / /
22:35:16 #14 CACHED
22:35:16 
22:35:16 #15 [build-base-alpine 2/3] RUN apk add --no-cache clang lld llvm file git
22:35:16 #15 CACHED
22:35:16 
22:35:16 #16 [build-base-alpine 3/3] WORKDIR /go/src/github.com/docker/cli
22:35:16 #16 CACHED
22:35:16 
22:35:16 #20 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
22:35:16 #20 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
22:35:16 #20 sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a 136B / 136B 0.1s done
22:35:16 #20 extracting sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a 0.0s done
22:35:16 #20 DONE 0.1s
22:35:16 
22:35:16 #17 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
22:35:16 #17 0.249 skipping packages installation on windows
22:35:16 #17 DONE 0.3s
22:35:16 
22:35:16 #19 [internal] load build context
22:35:16 #19 transferring context: 394.18kB 0.5s done
22:35:16 #19 DONE 0.5s
22:35:16 
22:35:16 #18 [build 1/2] RUN --mount=type=cache,target=/root/.cache     GO111MODULE=auto go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0
22:35:17 #18 0.464 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
22:35:17 #18 0.935 go: downloading github.com/akavel/rsrc v0.10.2
22:35:18 #18 DONE 1.3s
22:35:18 
22:35:18 #21 [build 2/2] RUN --mount=type=bind,target=.,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
22:35:18 #21 0.160 Building static docker-windows-amd64.exe
22:35:18 #21 0.177 + cat ./cli/winresources/versioninfo.json
22:35:18 #21 0.178 {
22:35:18 #21 0.178   "FixedFileInfo":
22:35:18 #21 0.178   {
22:35:18 #21 0.178     "FileVersion": {
22:35:18 #21 0.178       "Major": 0,
22:35:18 #21 0.178       "Minor": 0,
22:35:18 #21 0.178       "Patch": 0,
22:35:18 #21 0.178       "Build": 0
22:35:18 #21 0.178     },
22:35:18 #21 0.178     "FileFlagsMask": "3f",
22:35:18 #21 0.178     "FileFlags ": "00",
22:35:18 #21 0.178     "FileOS": "040004",
22:35:18 #21 0.178     "FileType": "01",
22:35:18 #21 0.178     "FileSubType": "00"
22:35:18 #21 0.178   },
22:35:18 #21 0.178   "StringFileInfo":
22:35:18 #21 0.178   {
22:35:18 #21 0.178     "Comments": "",
22:35:18 #21 0.178     "CompanyName": "",
22:35:18 #21 0.178     "FileDescription": "Docker Client",
22:35:18 #21 0.178     "FileVersion": "0.0.0-20211015144600-e57b5f7",
22:35:18 #21 0.178     "InternalName": "",
22:35:18 #21 0.178     "LegalCopyright": "Copyright © 2015-2021 Docker Inc.",
22:35:18 #21 0.178     "LegalTrademarks": "",
22:35:18 #21 0.178     "OriginalFilename": "docker-windows-amd64.exe",
22:35:18 #21 0.178     "PrivateBuild": "",
22:35:18 #21 0.178     "ProductName": "Docker Client",
22:35:18 #21 0.178     "ProductVersion": "0.0.0-20211015144600-e57b5f7",
22:35:18 #21 0.178     "SpecialBuild": "e57b5f7"
22:35:18 #21 0.178   },
22:35:18 #21 0.178   "VarFileInfo":
22:35:18 #21 0.178   {
22:35:18 #21 0.178     "Translation": {
22:35:18 #21 0.178       "LangID": "0409",
22:35:18 #21 0.178       "CharsetID": "04B0"
22:35:18 #21 0.178     }
22:35:18 #21 0.178   }
22:35:18 #21 0.178 }
22:35:18 #21 0.179 + go generate -v github.com/docker/cli/cmd/docker
22:35:18 #21 0.203 cmd/docker/docker.go
22:35:18 #21 0.203 cmd/docker/docker_test.go
22:35:18 #21 0.204 cmd/docker/docker_windows_amd64.go
22:35:18 #21 0.230 + go build -o /out/docker-windows-amd64.exe -tags  --ldflags '    -w          -X "github.com/docker/cli/cli/version.GitCommit=e57b5f7"     -X "github.com/docker/cli/cli/version.BuildTime=2021-10-19T22:35:17Z"     -X "github.com/docker/cli/cli/version.Version=0.0.0-20211015144600-e57b5f7"      ' github.com/docker/cli/cmd/docker
22:35:34 + DISABLE_WARN_OUTSIDE_CONTAINER=1
22:35:34 + make manpages
22:35:34 scripts/docs/generate-man.sh
22:36:41 Project root: /go/src/github.com/docker/cli
22:36:41 Generating man pages into /go/src/github.com/docker/cli/man/man1
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
22:36:41 2021/10/19 22:36:37 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
22:36:41 + popd
22:36:41 ~/rpmbuild/BUILD/src
22:36:41 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
22:36:41 + pushd /root/rpmbuild/BUILD/src/plugins
22:36:41 + for installer in *.installer
22:36:41 + '[' buildx.installer '!=' scan.installer ']'
22:36:41 + bash buildx.installer build
22:36:41 Cloning into '/go/src/github.com/docker/buildx'...
22:36:41 Fetching origin
22:36:41 + GO111MODULE=on
22:36:41 + 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
22:36:54 #21 DONE 90.6s
22:36:54 
22:36:54 #22 [binary 1/1] COPY --from=build /out .
22:36:54 #22 DONE 0.1s
22:36:54 
22:36:54 #23 exporting to client
22:36:54 #23 copying files 6.78MB 0.1s
22:36:54 #23 copying files 53.63MB 1.0s done
22:36:54 #23 DONE 1.0s
22:36:54 mkdir -p build/win/amd64/docker
22:36:54 cp /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/cli/build/docker-windows-amd64.exe build/win/amd64/docker/docker.exe
22:36:54 cp /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/docker/bundles/cross/windows/amd64-daemon/dockerd-0.0.0-20211015144600-e57b5f7.exe build/win/amd64/docker/dockerd.exe
22:36:54 cp /home/ubuntu/workspace/docker-ce-packaging_PR-588/src/github.com/docker/docker/bundles/cross/windows/amd64-daemon/docker-proxy-0.0.0-20211015144600-e57b5f7.exe build/win/amd64/docker/docker-proxy.exe
22:36:54 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/static/build/win/amd64:/v -w /v alpine sh -c 'apk update&&apk add zip&&zip -r docker-0.0.0-20211015144600-e57b5f7.zip docker'
22:36:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
22:36:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
22:36:54 v3.14.2-102-g66a588675a [https://dl-cdn.alpinelinux.org/alpine/v3.14/main]
22:36:54 v3.14.2-105-g480b72a9db [https://dl-cdn.alpinelinux.org/alpine/v3.14/community]
22:36:54 OK: 14943 distinct packages available
22:36:54 (1/2) Installing unzip (6.0-r9)
22:36:54 (2/2) Installing zip (3.0-r9)
22:36:54 Executing busybox-1.33.1-r3.trigger
22:36:54 OK: 6 MiB in 16 packages
22:36:54   adding: docker/ (stored 0%)
22:36:57   adding: docker/dockerd.exe (deflated 71%)
22:36:57   adding: docker/docker-proxy.exe (deflated 61%)
22:36:57   adding: docker/cli-plugins/ (stored 0%)
22:37:00   adding: docker/cli-plugins/docker-buildx.exe (deflated 59%)
22:37:03   adding: docker/docker.exe (deflated 74%)
22:37:03 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/static:/v -w /v alpine chown -R 1000:1000 build
22:37:04 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/static'
[Pipeline] sh
22:37:05 + make clean
22:37:05 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588:/v -w /v alpine chown -R 1000:1000 src
22:37:06 rm -f -r src
22:37:06 make -C rpm clean
22:37:06 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm'
22:37:06 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
22:37:06 rm -f -r rpmbuild/
22:37:06 docker builder prune -f --filter until=24h
22:37:07 Total reclaimed space: 0B
22:37:07 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm'
22:37:07 make -C deb clean
22:37:07 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/deb'
22:37:07 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/deb:/v -w /v alpine chown -R 1000:1000 debbuild
22:37:07 rm -f -r debbuild
22:37:07 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/deb:/v -w /v alpine chown -R 1000:1000 sources
22:37:07 rm -f -r sources
22:37:07 docker builder prune -f --filter until=24h
22:37:07 Total reclaimed space: 0B
22:37:07 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/deb'
22:37:07 make -C static clean
22:37:07 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/static'
22:37:07 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/static:/v -w /v alpine chown -R 1000:1000 build
22:37:08 rm -f -r build
22:37:08 docker builder prune -f --filter until=24h
22:37:08 Total reclaimed space: 0B
22:37:08 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
22:38:03 ~/rpmbuild/BUILD/src
22:38:03 + popd
22:38:03 + RPM_EC=0
22:38:03 ++ jobs -p
22:38:03 + exit 0
22:38:03 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.736ykd
22:38:03 + umask 022
22:38:03 + cd /root/rpmbuild/BUILD
22:38:03 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64 '!=' / ']'
22:38:03 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
22:38:03 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
22:38:03 + mkdir -p /root/rpmbuild/BUILDROOT
22:38:03 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
22:38:03 + cd src
22:38:03 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin
22:38:03 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin/docker
22:38:03 + pushd /root/rpmbuild/BUILD/src/plugins
22:38:03 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
22:38:03 + for installer in *.installer
22:38:03 + '[' buildx.installer '!=' scan.installer ']'
22:38:03 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
22:38:03 + PREFIX=/usr/libexec/docker/cli-plugins
22:38:03 + bash buildx.installer install_plugin
22:38:03 + popd
22:38:03 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/bash-completion/completions
22:38:03 ~/rpmbuild/BUILD/src
22:38:03 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/zsh/vendor-completions
22:38:03 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/fish/vendor_completions.d
22:38:03 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/bash-completion/completions/docker
22:38:03 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/zsh/vendor-completions/_docker
22:38:03 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/fish/vendor_completions.d/docker.fish
22:38:03 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/man/man1
22:38:03 + 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.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/man/man1
22:38:03 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/man/man5
22:38:03 + 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.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/man/man5
22:38:03 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/man/man8
22:38:03 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/man/man8
22:38:03 + mkdir -p build-docs
22:38:03 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
22:38:03 + cp cli/LICENSE build-docs/LICENSE
22:38:03 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
22:38:03 + cp cli/MAINTAINERS build-docs/MAINTAINERS
22:38:03 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
22:38:03 + cp cli/NOTICE build-docs/NOTICE
22:38:03 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
22:38:03 + cp cli/README.md build-docs/README.md
22:38:03 + /usr/lib/rpm/check-buildroot
22:38:03 + /usr/lib/rpm/redhat/brp-ldconfig
22:38:03 + /usr/lib/rpm/brp-compress
22:38:03 + /usr/lib/rpm/brp-strip /usr/bin/strip
22:38:03 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
22:38:03 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
22:38:03 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
22:38:03 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
22:38:03 + /usr/lib/rpm/brp-python-hardlink
22:38:03 + /usr/lib/rpm/redhat/brp-mangle-shebangs
22:38:03 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.7rMFzx
22:38:03 + umask 022
22:38:03 + cd /root/rpmbuild/BUILD
22:38:03 + cd src
22:38:03 ++ cli/build/docker --version
22:38:03 + ver='Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7'
22:38:03 + test 'Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7' = 'Docker version 0.0.0-20211015144600-e57b5f7, build e57b5f7'
22:38:03 PASS: cli version OK
22:38:03 + echo 'PASS: cli version OK'
22:38:03 + RPM_EC=0
22:38:03 ++ jobs -p
22:38:03 + exit 0
22:38:03 Processing files: docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
22:38:03 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.CyOZMB
22:38:03 + umask 022
22:38:03 + cd /root/rpmbuild/BUILD
22:38:03 + cd src
22:38:03 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/doc/docker-ce-cli
22:38:03 + export LC_ALL=C
22:38:03 + LC_ALL=C
22:38:03 + export DOCDIR
22:38:03 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/doc/docker-ce-cli
22:38:03 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/doc/docker-ce-cli
22:38:03 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/doc/docker-ce-cli
22:38:03 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/doc/docker-ce-cli
22:38:03 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/share/doc/docker-ce-cli
22:38:03 + RPM_EC=0
22:38:03 ++ jobs -p
22:38:03 + exit 0
22:38:03 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
22:38:03 Provides: docker-ce-cli = 1:0.0.0.20211015144600.e57b5f7-0.fc34 docker-ce-cli(x86-64) = 1:0.0.0.20211015144600.e57b5f7-0.fc34
22:38:03 Requires(interp): /bin/sh
22:38:03 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
22:38:03 Requires(post): /bin/sh
22:38:03 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)
22:38:03 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
22:38:03 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
22:38:03 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.src.rpm
22:38:59 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64.rpm
22:38:59 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.tXbAl3
22:38:59 + umask 022
22:38:59 + cd /root/rpmbuild/BUILD
22:38:59 + cd src
22:38:59 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
22:38:59 + RPM_EC=0
22:38:59 ++ jobs -p
22:38:59 + exit 0
22:38:59 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Renq6V
22:38:59 + umask 022
22:38:59 + cd /root/rpmbuild/BUILD
22:38:59 + cd /root/rpmbuild/BUILD
22:38:59 + rm -rf src
22:38:59 + /usr/bin/mkdir -p src
22:38:59 + cd src
22:38:59 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
22:38:59 + /usr/bin/tar -xof -
22:38:59 + STATUS=0
22:38:59 + '[' 0 -ne 0 ']'
22:38:59 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
22:38:59 + /usr/bin/tar -xof -
22:38:59 + STATUS=0
22:38:59 + '[' 0 -ne 0 ']'
22:38:59 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
22:38:59 + RPM_EC=0
22:38:59 ++ jobs -p
22:38:59 + exit 0
22:38:59 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.AwjnNw
22:38:59 + umask 022
22:38:59 + cd /root/rpmbuild/BUILD
22:38:59 + cd src
22:38:59 + export DOCKER_GITCOMMIT=6f6b9d2
22:38:59 + DOCKER_GITCOMMIT=6f6b9d2
22:38:59 + mkdir -p /go/src/github.com/docker
22:38:59 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
22:38:59 + TMP_GOPATH=/go
22:38:59 + GOPROXY=https://proxy.golang.org
22:38:59 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
22:38:59 + RM_GOPATH=0
22:38:59 + TMP_GOPATH=/go
22:38:59 + : /usr/local/bin
22:38:59 + '[' -z /go ']'
22:38:59 + export GOPATH=/go
22:38:59 + GOPATH=/go
22:38:59 + case "$(go env GOARCH)" in
22:38:59 ++ go env GOARCH
22:38:59 + export GO_BUILDMODE=-buildmode=pie
22:38:59 + GO_BUILDMODE=-buildmode=pie
22:38:59 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
22:38:59 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
22:38:59 + bin=rootlesskit
22:38:59 + shift
22:38:59 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
22:38:59 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
22:38:59 ++ : v0.14.4
22:38:59 + install_rootlesskit dynamic
22:38:59 + case "$1" in
22:38:59 + install_rootlesskit_dynamic
22:38:59 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
22:38:59 + ROOTLESSKIT_LDFLAGS=-linkmode=external
22:38:59 + export BUILD_MODE=-buildmode=pie
22:38:59 + BUILD_MODE=-buildmode=pie
22:38:59 + _install_rootlesskit
22:38:59 Install rootlesskit version v0.14.4
22:38:59 + echo 'Install rootlesskit version v0.14.4'
22:38:59 + for f in rootlesskit rootlesskit-docker-proxy
22:38:59 + GOBIN=/usr/local/bin
22:38:59 + GO111MODULE=on
22:38:59 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
22:38:59 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
22:38:59 go: downloading github.com/pkg/errors v0.9.1
22:38:59 go: downloading github.com/sirupsen/logrus v1.8.1
22:38:59 go: downloading github.com/urfave/cli/v2 v2.3.0
22:38:59 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
22:38:59 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
22:38:59 go: downloading github.com/google/uuid v1.3.0
22:38:59 go: downloading github.com/moby/vpnkit v0.5.0
22:38:59 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
22:38:59 go: downloading github.com/gofrs/flock v0.8.1
22:38:59 go: downloading github.com/gorilla/mux v1.8.0
22:38:59 go: downloading github.com/moby/sys/mountinfo v0.4.1
22:38:59 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
22:38:59 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
22:38:59 go: downloading github.com/u-root/u-root v7.0.0+incompatible
22:38:59 go: downloading github.com/russross/blackfriday/v2 v2.1.0
22:39:00 + for f in rootlesskit rootlesskit-docker-proxy
22:39:00 + GOBIN=/usr/local/bin
22:39:00 + GO111MODULE=on
22:39:00 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
22:39:02 + return
22:39:02 + RPM_EC=0
22:39:02 ++ jobs -p
22:39:02 + exit 0
22:39:02 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.tgft5T
22:39:02 + umask 022
22:39:02 + cd /root/rpmbuild/BUILD
22:39:02 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64 '!=' / ']'
22:39:02 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
22:39:02 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
22:39:02 + mkdir -p /root/rpmbuild/BUILDROOT
22:39:02 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
22:39:02 + cd src
22:39:02 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin/dockerd-rootless.sh
22:39:02 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin/dockerd-rootless-setuptool.sh
22:39:02 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin/rootlesskit
22:39:02 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64/usr/bin/rootlesskit-docker-proxy
22:39:02 + /usr/lib/rpm/check-buildroot
22:39:02 + /usr/lib/rpm/redhat/brp-ldconfig
22:39:02 + /usr/lib/rpm/brp-compress
22:39:02 + /usr/lib/rpm/brp-strip /usr/bin/strip
22:39:02 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
22:39:02 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
22:39:02 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
22:39:02 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
22:39:02 + /usr/lib/rpm/brp-python-hardlink
22:39:02 + /usr/lib/rpm/redhat/brp-mangle-shebangs
22:39:02 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
22:39:02 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
22:39:02 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.xoGFIc
22:39:02 + umask 022
22:39:02 + cd /root/rpmbuild/BUILD
22:39:02 + cd src
22:39:02 + /usr/local/bin/rootlesskit -v
22:39:02 rootlesskit version 0.14.4
22:39:02 + RPM_EC=0
22:39:02 ++ jobs -p
22:39:02 + exit 0
22:39:02 Processing files: docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
22:39:02 Provides: docker-ce-rootless-extras = 0:0.0.0.20211015144600.e57b5f7-0.fc34 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20211015144600.e57b5f7-0.fc34
22:39:02 Requires(interp): /bin/sh /bin/sh /bin/sh
22:39:02 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
22:39:02 Requires(post): /bin/sh
22:39:02 Requires(preun): /bin/sh
22:39:02 Requires(postun): /bin/sh
22:39:02 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)
22:39:02 Conflicts: rootlesskit
22:39:02 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
22:39:03 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.src.rpm
22:39:09 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64.rpm
22:39:09 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ylHfzv
22:39:09 + umask 022
22:39:09 + cd /root/rpmbuild/BUILD
22:39:09 + cd src
22:39:09 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144600.e57b5f7-0.fc34.x86_64
22:39:09 + RPM_EC=0
22:39:09 ++ jobs -p
22:39:09 + exit 0
22:39:09 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.jwb2gR
22:39:09 + umask 022
22:39:09 + cd /root/rpmbuild/BUILD
22:39:09 + cd /root/rpmbuild/BUILD
22:39:09 + rm -rf src
22:39:09 + /usr/bin/mkdir -p src
22:39:09 + cd src
22:39:09 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
22:39:09 + /usr/bin/tar -xof -
22:39:09 + STATUS=0
22:39:09 + '[' 0 -ne 0 ']'
22:39:09 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
22:39:09 + /usr/bin/tar -xof -
22:39:09 + STATUS=0
22:39:09 + '[' 0 -ne 0 ']'
22:39:09 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
22:39:09 + RPM_EC=0
22:39:09 ++ jobs -p
22:39:09 + exit 0
22:39:09 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.MEb0x6
22:39:09 + umask 022
22:39:09 + cd /root/rpmbuild/BUILD
22:39:09 + cd src
22:39:09 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
22:39:09 + bash -c 'GOPROXY="https://proxy.golang.org" TAG_NAME="v0.8.0" COMMIT="35651ca" PLATFORM_BINARY=docker-scan make native-build'
22:39:09 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
22:39:09 GO111MODULE=on make -f builder.Makefile build
22:39:09 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
22:39:09 mkdir -p bin
22:39:09 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
22:39:10 go: downloading github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
22:39:10 go: downloading github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
22:39:11 go: downloading github.com/spf13/cobra v1.0.0
22:39:11 go: downloading github.com/docker/distribution v2.7.1+incompatible
22:39:11 go: downloading github.com/docker/go-connections v0.4.0
22:39:11 go: downloading github.com/sirupsen/logrus v1.4.2
22:39:11 go: downloading github.com/spf13/pflag v1.0.3
22:39:11 go: downloading github.com/theupdateframework/notary v0.6.1
22:39:12 go: downloading vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
22:39:12 go: downloading github.com/opencontainers/image-spec v1.0.1
22:39:12 go: downloading github.com/docker/go-units v0.4.0
22:39:12 go: downloading github.com/Masterminds/semver/v3 v3.1.0
22:39:12 go: downloading github.com/google/uuid v1.1.1
22:39:12 go: downloading github.com/mitchellh/go-homedir v1.1.0
22:39:12 go: downloading github.com/opencontainers/go-digest v1.0.0
22:39:12 go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
22:39:12 go: downloading github.com/docker/go v1.5.1-1
22:39:12 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
22:39:12 go: downloading github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
22:39:12 go: downloading github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f
22:39:12 go: downloading github.com/morikuni/aec v1.0.0
22:39:12 go: downloading gopkg.in/square/go-jose.v2 v2.5.1
22:39:12 go: downloading github.com/containerd/containerd v1.3.4
22:39:12 go: downloading google.golang.org/grpc v1.23.1
22:39:13 go: downloading golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
22:39:13 go: downloading github.com/docker/docker-credential-helpers v0.6.3
22:39:13 go: downloading github.com/gorilla/mux v1.7.4
22:39:13 go: downloading github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
22:39:13 go: downloading github.com/gogo/protobuf v1.3.1
22:39:13 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
22:39:13 go: downloading github.com/golang/protobuf v1.3.2
22:39:13 go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
22:39:13 go: downloading github.com/docker/go-metrics v0.0.1
22:39:13 go: downloading github.com/prometheus/client_golang v1.1.0
22:39:13 go: downloading github.com/beorn7/perks v1.0.1
22:39:13 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
22:39:13 go: downloading github.com/prometheus/common v0.6.0
22:39:13 go: downloading github.com/prometheus/procfs v0.0.3
22:39:13 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
22:39:46 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
22:39:46 + popd
22:39:46 ~/rpmbuild/BUILD/src
22:39:46 + RPM_EC=0
22:39:46 ++ jobs -p
22:39:46 + exit 0
22:39:46 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.fe17vP
22:39:46 + umask 022
22:39:46 + cd /root/rpmbuild/BUILD
22:39:46 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64 '!=' / ']'
22:39:46 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64
22:39:46 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64
22:39:46 + mkdir -p /root/rpmbuild/BUILDROOT
22:39:46 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64
22:39:46 + cd src
22:39:46 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
22:39:46 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
22:39:46 + 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
22:39:46 + popd
22:39:46 ~/rpmbuild/BUILD/src
22:39:46 + /usr/lib/rpm/check-buildroot
22:39:46 + /usr/lib/rpm/redhat/brp-ldconfig
22:39:46 + /usr/lib/rpm/brp-compress
22:39:46 + /usr/lib/rpm/brp-strip /usr/bin/strip
22:39:46 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
22:39:46 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
22:39:46 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
22:39:46 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
22:39:46 + /usr/lib/rpm/brp-python-hardlink
22:39:46 + /usr/lib/rpm/redhat/brp-mangle-shebangs
22:39:46 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.5JbP7C
22:39:46 + umask 022
22:39:46 + cd /root/rpmbuild/BUILD
22:39:46 + cd src
22:39:46 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
22:39:46 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
22:39:46 + ver=v0.8.0
22:39:46 + test v0.8.0 = v0.8.0
22:39:46 + echo 'PASS: docker-scan version OK'
22:39:46 + RPM_EC=0
22:39:46 PASS: docker-scan version OK
22:39:46 ++ jobs -p
22:39:46 + exit 0
22:39:46 Processing files: docker-scan-plugin-0.8.0-0.fc34.x86_64
22:39:46 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
22:39:46 Provides: docker-scan-plugin = 0:0.8.0-0.fc34 docker-scan-plugin(x86-64) = 0:0.8.0-0.fc34
22:39:46 Requires(interp): /bin/sh /bin/sh /bin/sh
22:39:46 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
22:39:46 Requires(post): /bin/sh
22:39:46 Requires(preun): /bin/sh
22:39:46 Requires(postun): /bin/sh
22:39:46 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64
22:39:46 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.8.0-0.fc34.src.rpm
22:39:47 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.8.0-0.fc34.x86_64.rpm
22:39:47 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.AtK8uh
22:39:47 + umask 022
22:39:47 + cd /root/rpmbuild/BUILD
22:39:47 + cd src
22:39:47 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64
22:39:47 + RPM_EC=0
22:39:47 ++ jobs -p
22:39:47 + exit 0
22:39:49 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-34"
22:39:50 make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm'
[Pipeline] sh
22:39:51 + make clean
22:39:51 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588:/v -w /v alpine chown -R 1000:1000 src
22:39:52 rm -f -r src
22:39:53 make -C rpm clean
22:39:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm'
22:39:53 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
22:39:54 rm -f -r rpmbuild/
22:39:54 docker builder prune -f --filter until=24h
22:39:54 Total reclaimed space: 0B
22:39:54 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/rpm'
22:39:54 make -C deb clean
22:39:54 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/deb'
22:39:54 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/deb:/v -w /v alpine chown -R 1000:1000 debbuild
22:39:54 rm -f -r debbuild
22:39:54 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/deb:/v -w /v alpine chown -R 1000:1000 sources
22:39:54 rm -f -r sources
22:39:54 docker builder prune -f --filter until=24h
22:39:54 Total reclaimed space: 0B
22:39:54 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/deb'
22:39:54 make -C static clean
22:39:54 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/static'
22:39:54 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-588/static:/v -w /v alpine chown -R 1000:1000 build
22:39:54 rm -f -r build
22:39:54 docker builder prune -f --filter until=24h
22:39:54 Total reclaimed space: 0B
22:39:54 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-588/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

ERROR: script returned exit code 2
Finished: FAILURE