Skip to content
Failed

Console Output

Pull request #572 updated
17:41:56 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Connecting to https://api.github.com to check permissions of obtain list of AkihiroSuda for docker/docker-ce-packaging
Loading trusted files from base branch master at 502a32e5a17b71b3b70b710f9ec3844e8a2e8284 rather than bf951a16b5f9738cb7f271078f6ac4b284064583
Obtained Jenkinsfile from 502a32e5a17b71b3b70b710f9ec3844e8a2e8284
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
The recommended git tool is: NONE
using credential jps-reader
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/docker-ce-packaging_PR-572@libs/jps/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] parallel
[Pipeline] { (Branch: deb)
[Pipeline] { (Branch: raspbian)
[Pipeline] { (Branch: rpm)
[Pipeline] { (Branch: static-cross)
[Pipeline] stage
[Pipeline] { (Ubuntu and Debian Package)
[Pipeline] stage
[Pipeline] { (Raspbian)
[Pipeline] stage
[Pipeline] { (Centos 7 and 8 RPM Packages)
[Pipeline] stage
[Pipeline] { (Static Linux Binaries)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-073f161e96bc2ef0c) in /home/ubuntu/workspace/docker-ce-packaging_PR-572
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-572@tmp/351f13cc-ae6c-4fd4-8ce9-7986c06aef16/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
17:42:08 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:42:08 chowning workspace
[Pipeline] sh
17:42:09 + pwd
17:42:09 + id -u
17:42:09 + id -g
17:42:09 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572:/workspace busybox chown -R 1000:1000 /workspace
17:42:09 Unable to find image 'busybox:latest' locally
17:42:09 latest: Pulling from library/busybox
17:42:09 8ec32b265e94: Pulling fs layer
17:42:09 8ec32b265e94: Download complete
17:42:09 8ec32b265e94: Pull complete
17:42:09 Digest: sha256:b37dd066f59a4961024cf4bed74cae5e68ac26b48807292bd12198afa3ecb778
17:42:09 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
17:42:12 Removing all docker containers
[Pipeline] sh
17:42:12 + docker container ls -aq
[Pipeline] echo
17:42:12 Docker containers have been removed
[Pipeline] echo
17:42:12 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
17:42:12 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
17:42:12 The recommended git tool is: git
17:42:14 using credential docker-jenkins-github-credentials
17:42:14 Cloning the remote Git repository
17:42:14 Cloning with configured refspecs honoured and without tags
Still waiting to schedule task
All nodes of label ‘ubuntu&&armhf’ are offline
Still waiting to schedule task
Waiting for next available executor on ‘ubuntu-2004&&x86_64Still waiting to schedule task
Waiting for next available executor on ‘ubuntu-2004&&x86_64Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-572 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/572/head:refs/remotes/origin/PR-572 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:42:16 Fetching without tags
17:42:16 Merging remotes/origin/master commit 502a32e5a17b71b3b70b710f9ec3844e8a2e8284 into PR head commit bf951a16b5f9738cb7f271078f6ac4b284064583
17:42:16 Merge succeeded, producing bf951a16b5f9738cb7f271078f6ac4b284064583
17:42:16 Checking out Revision bf951a16b5f9738cb7f271078f6ac4b284064583 (PR-572)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/572/head:refs/remotes/origin/PR-572 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/572/head:refs/remotes/origin/PR-572 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bf951a16b5f9738cb7f271078f6ac4b284064583 # 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 502a32e5a17b71b3b70b710f9ec3844e8a2e8284 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bf951a16b5f9738cb7f271078f6ac4b284064583 # timeout=10
17:42:19 Commit message: "recommend fuse-overlayfs for Debian too"
 > git rev-list --no-walk 72715a8ae703863c8c8822ec9b613166b1bf4c78 # timeout=10
17:42:19 First time build. Skipping changelog.
[Pipeline] sh
17:42:20 + make REF=master checkout
17:42:20 git init src/github.com/docker/cli
17:42:20 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli/.git/
17:42:20 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
17:42:20 ./scripts/checkout.sh src/github.com/docker/cli "master"
17:42:20 + SRC=src/github.com/docker/cli
17:42:20 + REF=master
17:42:20 + REF_FETCH=master
17:42:20 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
17:42:20 + awk {print $2}
17:42:20 + REF=refs/heads/master
17:42:20 + [ -n refs/heads/master ]
17:42:20 + REF_FETCH=refs/heads/master:refs/heads/master
17:42:20 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
17:42:22 From https://github.com/docker/cli
17:42:22  * [new branch]      master     -> master
17:42:22  * [new branch]      master     -> origin/master
17:42:22 + git -C src/github.com/docker/cli checkout -q refs/heads/master
17:42:22 git init src/github.com/docker/docker
17:42:22 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker/.git/
17:42:22 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
17:42:22 ./scripts/checkout.sh src/github.com/docker/docker "master"
17:42:22 + SRC=src/github.com/docker/docker
17:42:22 + REF=master
17:42:22 + REF_FETCH=master
17:42:22 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
17:42:22 + awk {print $2}
17:42:22 + REF=refs/heads/master
17:42:22 + [ -n refs/heads/master ]
17:42:22 + REF_FETCH=refs/heads/master:refs/heads/master
17:42:22 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
17:42:25 From https://github.com/docker/docker
17:42:25  * [new branch]      master     -> master
17:42:25  * [new branch]      master     -> origin/master
17:42:25 + git -C src/github.com/docker/docker checkout -q refs/heads/master
17:42:25 git init src/github.com/docker/scan-cli-plugin
17:42:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/scan-cli-plugin/.git/
17:42:25 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
17:42:26 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
17:42:26 + SRC=src/github.com/docker/scan-cli-plugin
17:42:26 + REF=v0.8.0
17:42:26 + REF_FETCH=v0.8.0
17:42:26 + awk {print $2}
17:42:26 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
17:42:26 + REF=refs/tags/v0.8.0
17:42:26 + [ -n refs/tags/v0.8.0 ]
17:42:26 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
17:42:26 + 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
17:42:26 From https://github.com/docker/scan-cli-plugin
17:42:26  * [new tag]         v0.8.0     -> v0.8.0
17:42:26 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
[Pipeline] sh
17:42:26 + make -C deb ubuntu-focal ubuntu-hirsute debian-bullseye
17:42:26 make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
17:42:26 mkdir -p sources
17:42:26 docker run --rm -w /v \
17:42:26 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli:/cli \
17:42:26 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/sources:/v \
17:42:26 	alpine \
17:42:26 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
17:42:26 Unable to find image 'alpine:latest' locally
17:42:26 latest: Pulling from library/alpine
17:42:26 a0d0a0d46f8b: Pulling fs layer
17:42:27 a0d0a0d46f8b: Download complete
17:42:27 a0d0a0d46f8b: Pull complete
17:42:27 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
17:42:27 Status: Downloaded newer image for alpine:latest
17:42:33 mkdir -p sources
17:42:33 docker run --rm -w /v \
17:42:33 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker:/engine \
17:42:33 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/sources:/v \
17:42:33 	alpine \
17:42:33 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
17:42:37 mkdir -p sources
17:42:37 docker run --rm -w /v \
17:42:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
17:42:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/sources:/v \
17:42:37 	alpine \
17:42:37 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
17:42:37 docker run --rm -w /v \
17:42:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/plugins:/plugins \
17:42:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/sources:/v \
17:42:37 	alpine \
17:42:37 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
17:42:38 == Building packages for ubuntu-focal ==
17:42:38 mkdir -p "debbuild/ubuntu-focal"
17:42:38 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.7-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/x86_64 -f ubuntu-focal/Dockerfile .
17:42:38 #1 [internal] load build definition from Dockerfile
17:42:38 #1 sha256:e0048c87af585a7e6908cdc14d9875a565e0bbbcabd2db2edcfd85dc76853739
17:42:38 #1 transferring dockerfile: 1.22kB done
17:42:38 #1 DONE 0.1s
17:42:38 
17:42:38 #2 [internal] load .dockerignore
17:42:38 #2 sha256:580fccff481dcbb63fe22c0d01cfeb607d7d835ba62913a7535e906170618ab7
17:42:38 #2 transferring context: 2B done
17:42:38 #2 DONE 0.1s
17:42:38 
17:42:38 #4 [internal] load metadata for docker.io/library/golang:1.16.7-buster
17:42:38 #4 sha256:93ae01ec9ac7bdefa753de744d2c08d89caf4ed4484e60c3cb3943293868ea5e
17:42:38 #4 ...
17:42:38 
17:42:38 #5 [auth] library/golang:pull token for registry-1.docker.io
17:42:38 #5 sha256:1e5820857313abea4ec370348a54d6542f626b57ced9eec2fe213c06641c73ac
17:42:38 #5 DONE 0.0s
17:42:38 
17:42:38 #6 [auth] library/ubuntu:pull token for registry-1.docker.io
17:42:38 #6 sha256:93418e11f0483c1a71ca5567ad4ff0e723c5f47149fa95b52d5e0b6705d76712
17:42:38 #6 DONE 0.0s
17:42:38 
17:42:38 #3 [internal] load metadata for docker.io/library/ubuntu:focal
17:42:38 #3 sha256:d8099b9e2a8d5949e23c58d0d8ac7c3b4e8785ea131ce18291d94cefef37ed4b
17:42:38 #3 DONE 0.3s
17:42:38 
17:42:38 #4 [internal] load metadata for docker.io/library/golang:1.16.7-buster
17:42:38 #4 sha256:93ae01ec9ac7bdefa753de744d2c08d89caf4ed4484e60c3cb3943293868ea5e
17:42:38 #4 DONE 0.3s
17:42:38 
17:42:38 #14 [golang 1/1] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
17:42:38 #14 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
17:42:38 #14 resolve docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09 0.0s done
17:42:38 #14 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 0B / 50.44MB 0.1s
17:42:38 #14 sha256:c4099a935a96edef1e9378de34e314d07fb3aea1b7205774055a1fa44a3819f4 0B / 7.83MB 0.1s
17:42:38 #14 sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09 1.86kB / 1.86kB done
17:42:38 #14 sha256:9d129cfe9b3aa1c19fd64a63aa698cb5742c7291ae2e252a73ce18ce63f2b796 1.79kB / 1.79kB done
17:42:38 #14 sha256:2959f7340dbf45aaaaff39f10ac521911812c33725bcd3452763f051a3b2cbc6 6.99kB / 6.99kB done
17:42:39 #14 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 12.58MB / 50.44MB 0.3s
17:42:39 #14 sha256:c4099a935a96edef1e9378de34e314d07fb3aea1b7205774055a1fa44a3819f4 7.83MB / 7.83MB 0.3s
17:42:39 #14 ...
17:42:39 
17:42:39 #10 [internal] load build context
17:42:39 #10 sha256:28eed0c5c699f318ab1d74ce8c28a65ecc9aa803296799370413af2cf7126497
17:42:39 #10 transferring context: 20.18MB 0.3s done
17:42:39 #10 DONE 0.4s
17:42:39 
17:42:39 #14 [golang 1/1] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
17:42:39 #14 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
17:42:39 #14 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 21.80MB / 50.44MB 0.4s
17:42:39 #14 sha256:c4099a935a96edef1e9378de34e314d07fb3aea1b7205774055a1fa44a3819f4 7.83MB / 7.83MB 0.3s done
17:42:39 #14 sha256:f6e2960d83651b1494b4da6c97686e79cc760aa90a75948eed56786726f86928 0B / 10.00MB 0.4s
17:42:39 #14 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 30.41MB / 50.44MB 0.5s
17:42:39 #14 sha256:f6e2960d83651b1494b4da6c97686e79cc760aa90a75948eed56786726f86928 7.34MB / 10.00MB 0.5s
17:42:39 #14 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 50.44MB / 50.44MB 0.7s
17:42:39 #14 sha256:f6e2960d83651b1494b4da6c97686e79cc760aa90a75948eed56786726f86928 10.00MB / 10.00MB 0.6s
17:42:39 #14 sha256:f6e2960d83651b1494b4da6c97686e79cc760aa90a75948eed56786726f86928 10.00MB / 10.00MB 1.2s done
17:42:40 #14 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 50.44MB / 50.44MB 2.0s done
17:42:40 #14 sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0 0B / 68.75MB 2.1s
17:42:40 #14 sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 0B / 129.04MB 2.1s
17:42:40 #14 sha256:dffd4e6385927b79e4d4daa2d00523e766502eed6dd1934e1eda583d348abd8b 868.35kB / 51.84MB 2.1s
17:42:41 #14 sha256:dffd4e6385927b79e4d4daa2d00523e766502eed6dd1934e1eda583d348abd8b 6.29MB / 51.84MB 2.2s
17:42:41 #14 extracting sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b
17:42:41 #14 sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0 6.87MB / 68.75MB 2.4s
17:42:41 #14 sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 9.44MB / 129.04MB 2.4s
17:42:41 #14 sha256:dffd4e6385927b79e4d4daa2d00523e766502eed6dd1934e1eda583d348abd8b 17.83MB / 51.84MB 2.4s
17:42:41 #14 ...
17:42:41 
17:42:41 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:82becede498899ec668628e7cb0ad87b6e1c371cb8a1e597d83a47fac21d6af3
17:42:41 #7 sha256:a7ceb7b61dd5f8a07aa5fff86390a400093515123f63cee13f88cc9da8b83f98
17:42:41 #7 resolve docker.io/library/ubuntu:focal@sha256:82becede498899ec668628e7cb0ad87b6e1c371cb8a1e597d83a47fac21d6af3 0.0s done
17:42:41 #7 sha256:82becede498899ec668628e7cb0ad87b6e1c371cb8a1e597d83a47fac21d6af3 1.42kB / 1.42kB done
17:42:41 #7 sha256:1e48201ccc2ab83afc435394b3bf70af0fa0055215c1e26a5da9b50a1ae367c9 529B / 529B done
17:42:41 #7 sha256:1318b700e415001198d1bf66d260b07f67ca8a552b61b0da02b3832c778f221b 1.46kB / 1.46kB done
17:42:41 #7 sha256:16ec32c2132b43494832a05f2b02f7a822479f8250c173d0ab27b3de78b2f058 28.57MB / 28.57MB 1.0s done
17:42:41 #7 extracting sha256:16ec32c2132b43494832a05f2b02f7a822479f8250c173d0ab27b3de78b2f058 1.1s done
17:42:41 #7 DONE 2.6s
17:42:41 
17:42:41 #14 [golang 1/1] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
17:42:41 #14 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
17:42:41 #14 sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0 10.49MB / 68.75MB 2.5s
17:42:41 #14 sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 16.78MB / 129.04MB 2.5s
17:42:41 #14 sha256:dffd4e6385927b79e4d4daa2d00523e766502eed6dd1934e1eda583d348abd8b 25.64MB / 51.84MB 2.5s
17:42:41 #14 sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0 22.02MB / 68.75MB 2.7s
17:42:41 #14 sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 25.17MB / 129.04MB 2.7s
17:42:41 #14 sha256:dffd4e6385927b79e4d4daa2d00523e766502eed6dd1934e1eda583d348abd8b 36.70MB / 51.84MB 2.7s
17:42:41 #14 sha256:dffd4e6385927b79e4d4daa2d00523e766502eed6dd1934e1eda583d348abd8b 40.53MB / 51.84MB 2.8s
17:42:41 #14 sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0 27.26MB / 68.75MB 2.9s
17:42:41 #14 sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0 37.75MB / 68.75MB 3.1s
17:42:41 #14 sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 33.55MB / 129.04MB 3.1s
17:42:41 #14 sha256:dffd4e6385927b79e4d4daa2d00523e766502eed6dd1934e1eda583d348abd8b 50.33MB / 51.84MB 3.1s
17:42:41 #14 sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0 43.87MB / 68.75MB 3.2s
17:42:42 #14 sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0 57.67MB / 68.75MB 3.4s
17:42:42 #14 sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 47.26MB / 129.04MB 3.4s
17:42:42 #14 sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0 61.87MB / 68.75MB 3.5s
17:42:42 #14 sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 54.53MB / 129.04MB 3.5s
17:42:42 #14 sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0 68.75MB / 68.75MB 3.6s
17:42:42 #14 sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 63.96MB / 129.04MB 3.6s
17:42:42 #14 sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 77.59MB / 129.04MB 3.8s
17:42:42 #14 sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 92.27MB / 129.04MB 3.9s
17:42:42 #14 sha256:dffd4e6385927b79e4d4daa2d00523e766502eed6dd1934e1eda583d348abd8b 51.84MB / 51.84MB 3.9s done
17:42:42 #14 sha256:884ab2b700e952bbaccc88bcf19a83ce4ccba10e1e29edc4857dfbab64467fa1 0B / 156B 3.9s
17:42:42 #14 sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 101.71MB / 129.04MB 4.0s
17:42:42 #14 sha256:884ab2b700e952bbaccc88bcf19a83ce4ccba10e1e29edc4857dfbab64467fa1 156B / 156B 4.0s
17:42:43 #14 sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 115.34MB / 129.04MB 4.1s
17:42:43 #14 sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 128.97MB / 129.04MB 4.3s
17:42:44 #14 extracting sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 3.5s done
17:42:44 #14 sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0 68.75MB / 68.75MB 5.8s done
17:42:44 #14 sha256:884ab2b700e952bbaccc88bcf19a83ce4ccba10e1e29edc4857dfbab64467fa1 156B / 156B 5.9s done
17:42:45 #14 extracting sha256:c4099a935a96edef1e9378de34e314d07fb3aea1b7205774055a1fa44a3819f4
17:42:46 #14 extracting sha256:c4099a935a96edef1e9378de34e314d07fb3aea1b7205774055a1fa44a3819f4 0.3s done
17:42:47 #14 sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 129.04MB / 129.04MB 8.3s done
17:42:47 #14 extracting sha256:f6e2960d83651b1494b4da6c97686e79cc760aa90a75948eed56786726f86928
17:42:47 #14 ...
17:42:47 
17:42:47 #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
17:42:47 #8 sha256:79ec657d67c8a4dcf24b5bc74a0169d351843384267758006ff5743bf5f163a4
17:42:47 #8 DONE 5.9s
17:42:47 
17:42:47 #14 [golang 1/1] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
17:42:47 #14 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
17:42:47 #14 ...
17:42:47 
17:42:47 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
17:42:47 #9 sha256:382f263b8c74157f5e5d8da8a8d9130ff48feabe21a7c9e2c8f92e6c9a4a7bea
17:42:48 #9 1.120 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
17:42:48 #9 1.276 Get:2 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.1 kB]
17:42:48 #9 1.296 Get:3 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [789 kB]
17:42:48 #9 1.327 Get:4 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
17:42:48 #9 1.332 Get:5 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [488 kB]
17:42:48 #9 1.341 Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1034 kB]
17:42:49 #9 1.740 Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
17:42:49 #9 1.837 Get:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
17:42:49 #9 1.934 Get:9 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
17:42:49 #9 1.972 Get:10 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
17:42:49 #9 1.978 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
17:42:49 #9 2.150 Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
17:42:50 #9 3.056 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.4 kB]
17:42:50 #9 3.063 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [535 kB]
17:42:50 #9 3.076 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1062 kB]
17:42:50 #9 3.107 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1471 kB]
17:42:50 #9 3.154 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [2668 B]
17:42:50 #9 3.155 Get:18 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [6324 B]
17:42:51 #9 4.222 Fetched 18.9 MB in 3s (5579 kB/s)
17:42:52 #9 4.222 Reading package lists...
17:42:53 #9 5.444 Reading package lists...
17:42:54 #9 6.545 Building dependency tree...
17:42:54 #9 6.773 Reading state information...
17:42:54 #9 7.018 The following additional packages will be installed:
17:42:54 #9 7.018   at autoconf automake autopoint autotools-dev binutils binutils-common
17:42:54 #9 7.018   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
17:42:54 #9 7.018   cpp-9 dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism diffstat
17:42:54 #9 7.018   dirmngr distro-info-data dpkg-dev dput dwz fakeroot file g++ g++-9 gcc gcc-9
17:42:54 #9 7.018   gcc-9-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
17:42:54 #9 7.019   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
17:42:54 #9 7.019   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
17:42:54 #9 7.019   libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-pkg-perl
17:42:54 #9 7.019   libarchive-cpio-perl libarchive-zip-perl libarray-intspan-perl libasan5
17:42:54 #9 7.019   libasn1-8-heimdal libassuan0 libasync-mergepoint-perl libatomic1
17:42:54 #9 7.019   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
17:42:54 #9 7.019   libbinutils libbrotli1 libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl
17:42:54 #9 7.019   libcbor0.6 libcc1-0 libclass-method-modifiers-perl libclass-xsaccessor-perl
17:42:54 #9 7.019   libclone-perl libcommon-sense-perl libconst-fast-perl
17:42:54 #9 7.019   libcontextual-return-perl libcpanel-json-xs-perl libcroco3 libcrypt-dev
17:42:54 #9 7.019   libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdata-dump-perl
17:42:54 #9 7.019   libdata-optlist-perl libdebhelper-perl libdevel-callchecker-perl
17:42:54 #9 7.019   libdevel-size-perl libdigest-bubblebabble-perl libdigest-hmac-perl
17:42:54 #9 7.019   libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2
17:42:54 #9 7.019   libelf1 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
17:42:54 #9 7.019   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
17:42:54 #9 7.019   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
17:42:54 #9 7.019   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
17:42:54 #9 7.019   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
17:42:54 #9 7.019   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
17:42:54 #9 7.019   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
17:42:54 #9 7.019   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
17:42:54 #9 7.019   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
17:42:54 #9 7.019   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
17:42:54 #9 7.019   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
17:42:54 #9 7.019   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
17:42:54 #9 7.019   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
17:42:54 #9 7.019   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
17:42:54 #9 7.019   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
17:42:54 #9 7.019   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
17:42:54 #9 7.019   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
17:42:54 #9 7.019   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
17:42:54 #9 7.019   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
17:42:54 #9 7.019   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
17:42:54 #9 7.019   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
17:42:54 #9 7.019   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
17:42:54 #9 7.019   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
17:42:54 #9 7.019   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
17:42:54 #9 7.020   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
17:42:54 #9 7.020   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
17:42:54 #9 7.020   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
17:42:54 #9 7.020   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
17:42:54 #9 7.020   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
17:42:54 #9 7.020   libnumber-compare-perl libnumber-range-perl libobject-id-perl
17:42:54 #9 7.020   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
17:42:54 #9 7.020   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
17:42:54 #9 7.020   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
17:42:54 #9 7.020   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
17:42:54 #9 7.020   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
17:42:54 #9 7.020   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
17:42:54 #9 7.020   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
17:42:54 #9 7.021   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
17:42:54 #9 7.021   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
17:42:54 #9 7.021   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
17:42:54 #9 7.021   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
17:42:54 #9 7.021   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
17:42:54 #9 7.021   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
17:42:54 #9 7.021   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
17:42:54 #9 7.021   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
17:42:54 #9 7.021   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
17:42:54 #9 7.021   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
17:42:54 #9 7.021   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
17:42:54 #9 7.021   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
17:42:54 #9 7.021   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
17:42:54 #9 7.021   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
17:42:54 #9 7.021   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
17:42:54 #9 7.021   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
17:42:54 #9 7.021   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
17:42:54 #9 7.021   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
17:42:54 #9 7.021   openssh-client openssl patch patchutils perl perl-modules-5.30
17:42:54 #9 7.021   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
17:42:54 #9 7.021   python-apt-common python3 python3-apt python3-certifi python3-chardet
17:42:54 #9 7.021   python3-debian python3-gpg python3-idna python3-magic python3-minimal
17:42:54 #9 7.022   python3-pkg-resources python3-requests python3-six python3-unidiff
17:42:54 #9 7.022   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
17:42:54 #9 7.022   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
17:42:54 #9 7.022   xz-utils
17:42:54 #9 7.024 Suggested packages:
17:42:54 #9 7.024   default-mta | mail-transport-agent autoconf-archive gnu-standards
17:42:54 #9 7.024   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
17:42:54 #9 7.024   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
17:42:54 #9 7.024   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
17:42:54 #9 7.024   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
17:42:54 #9 7.024   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
17:42:54 #9 7.024   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
17:42:54 #9 7.024   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
17:42:54 #9 7.024   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
17:42:54 #9 7.024   mini-dinstall rsync g++-multilib g++-9-multilib gcc-9-doc gcc-multilib flex
17:42:54 #9 7.024   bison gdb gcc-doc gcc-9-multilib gettext-doc libasprintf-dev
17:42:54 #9 7.024   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
17:42:54 #9 7.024   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
17:42:54 #9 7.024   xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr gdbm-l10n
17:42:54 #9 7.024   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
17:42:54 #9 7.024   libscalar-number-perl libsasl2-modules-gssapi-mit
17:42:54 #9 7.024   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
17:42:54 #9 7.024   libsasl2-modules-sql libstdc++-9-doc libbareword-filehandles-perl
17:42:54 #9 7.024   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
17:42:54 #9 7.024   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
17:42:54 #9 7.024   libxml-sax-expatxs-perl bash-completion binutils-multiarch
17:42:54 #9 7.024   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
17:42:54 #9 7.024   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
17:42:54 #9 7.024   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
17:42:54 #9 7.024   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
17:42:54 #9 7.024   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
17:42:54 #9 7.024   python3-cryptography python3-openssl python3-socks python3.8-venv
17:42:54 #9 7.024   python3.8-doc binfmt-support readline-doc zip wdiff-doc
17:42:54 #9 7.445 The following NEW packages will be installed:
17:42:54 #9 7.445   at autoconf automake autopoint autotools-dev binutils binutils-common
17:42:54 #9 7.445   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
17:42:54 #9 7.445   cpp-9 curl dctrl-tools debhelper devscripts dh-autoreconf
17:42:54 #9 7.445   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
17:42:54 #9 7.445   equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git
17:42:54 #9 7.445   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
17:42:54 #9 7.445   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes
17:42:54 #9 7.445   krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
17:42:54 #9 7.445   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
17:42:54 #9 7.445   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
17:42:54 #9 7.445   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
17:42:54 #9 7.445   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
17:42:54 #9 7.445   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
17:42:54 #9 7.445   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
17:42:54 #9 7.445   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
17:42:54 #9 7.445   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
17:42:54 #9 7.445   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
17:42:54 #9 7.445   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
17:42:54 #9 7.445   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
17:42:54 #9 7.445   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
17:42:54 #9 7.445   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
17:42:54 #9 7.445   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
17:42:54 #9 7.445   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
17:42:54 #9 7.445   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
17:42:54 #9 7.445   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
17:42:54 #9 7.446   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
17:42:54 #9 7.446   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
17:42:54 #9 7.446   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
17:42:54 #9 7.446   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
17:42:54 #9 7.446   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
17:42:54 #9 7.446   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
17:42:54 #9 7.446   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
17:42:54 #9 7.446   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
17:42:54 #9 7.446   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
17:42:54 #9 7.446   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
17:42:54 #9 7.446   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
17:42:54 #9 7.446   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
17:42:54 #9 7.446   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
17:42:54 #9 7.446   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
17:42:54 #9 7.446   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
17:42:54 #9 7.446   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
17:42:54 #9 7.446   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
17:42:54 #9 7.446   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
17:42:54 #9 7.446   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
17:42:54 #9 7.446   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
17:42:54 #9 7.446   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
17:42:54 #9 7.447   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
17:42:54 #9 7.447   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
17:42:54 #9 7.447   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
17:42:54 #9 7.447   libnumber-compare-perl libnumber-range-perl libobject-id-perl
17:42:54 #9 7.447   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
17:42:54 #9 7.447   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
17:42:54 #9 7.447   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
17:42:54 #9 7.447   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
17:42:54 #9 7.447   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
17:42:54 #9 7.447   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
17:42:54 #9 7.447   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
17:42:54 #9 7.447   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
17:42:54 #9 7.447   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
17:42:54 #9 7.447   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
17:42:54 #9 7.447   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
17:42:54 #9 7.447   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
17:42:54 #9 7.447   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
17:42:54 #9 7.447   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
17:42:54 #9 7.447   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
17:42:54 #9 7.447   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
17:42:54 #9 7.447   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
17:42:54 #9 7.447   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
17:42:54 #9 7.447   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
17:42:54 #9 7.447   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
17:42:54 #9 7.447   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
17:42:54 #9 7.447   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
17:42:54 #9 7.447   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
17:42:54 #9 7.447   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
17:42:54 #9 7.447   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
17:42:54 #9 7.447   openssh-client openssl patch patchutils perl perl-modules-5.30
17:42:54 #9 7.447   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
17:42:54 #9 7.447   python-apt-common python3 python3-apt python3-certifi python3-chardet
17:42:54 #9 7.447   python3-debian python3-gpg python3-idna python3-magic python3-minimal
17:42:54 #9 7.447   python3-pkg-resources python3-requests python3-six python3-unidiff
17:42:54 #9 7.448   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
17:42:54 #9 7.448   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
17:42:54 #9 7.448   xz-utils
17:42:55 #9 7.954 0 upgraded, 354 newly installed, 0 to remove and 4 not upgraded.
17:42:55 #9 7.954 Need to get 104 MB of archives.
17:42:55 #9 7.954 After this operation, 467 MB of additional disk space will be used.
17:42:55 #9 7.954 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblocale-gettext-perl amd64 1.07-4 [17.1 kB]
17:42:55 #9 8.100 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.8 [1320 kB]
17:42:55 #9 8.515 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04 [717 kB]
17:42:55 #9 8.558 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libexpat1 amd64 2.2.9-1build1 [73.3 kB]
17:42:55 #9 8.561 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04 [1898 kB]
17:42:55 #9 8.650 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB]
17:42:55 #9 8.650 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB]
17:42:55 #9 8.652 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB]
17:42:55 #9 8.655 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB]
17:42:55 #9 8.659 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB]
17:42:55 #9 8.664 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB]
17:42:55 #9 8.687 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04 [1675 kB]
17:42:55 #9 8.766 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04 [387 kB]
17:42:56 #9 8.788 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B]
17:42:56 #9 8.788 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB]
17:42:56 #9 8.790 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB]
17:42:56 #9 8.792 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 bsdmainutils amd64 11.1.2ubuntu3 [181 kB]
17:42:56 #9 8.797 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libuchardet0 amd64 0.0.6-3build1 [65.2 kB]
17:42:56 #9 8.800 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 groff-base amd64 1.22.4-4build1 [847 kB]
17:42:56 #9 8.841 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB]
17:42:56 #9 8.844 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libpipeline1 amd64 1.5.2-2build1 [27.7 kB]
17:42:56 #9 8.877 Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 man-db amd64 2.9.1-1 [1112 kB]
17:42:56 #9 8.892 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB]
17:42:56 #9 9.038 Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B]
17:42:56 #9 9.038 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB]
17:42:56 #9 9.209 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB]
17:42:56 #9 9.250 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.8 [620 kB]
17:42:56 #9 9.266 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20210119~20.04.1 [146 kB]
17:42:56 #9 9.266 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.6 [4608 B]
17:42:56 #9 9.270 Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic-mgc amd64 1:5.38-4 [218 kB]
17:42:56 #9 9.272 Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic1 amd64 1:5.38-4 [75.9 kB]
17:42:56 #9 9.274 Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 file amd64 1:5.38-4 [23.3 kB]
17:42:56 #9 9.275 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 less amd64 551-1ubuntu0.1 [123 kB]
17:42:56 #9 9.277 Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 libelf1 amd64 0.176-1.1build1 [44.0 kB]
17:42:56 #9 9.283 Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB]
17:42:56 #9 9.355 Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
17:42:56 #9 9.355 Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2021a-0ubuntu0.20.04 [295 kB]
17:42:56 #9 9.362 Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 libicu66 amd64 66.1-2ubuntu2 [8520 kB]
17:42:57 #9 9.935 Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [640 kB]
17:42:57 #9 9.978 Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB]
17:42:57 #9 9.978 Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
17:42:57 #9 9.978 Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB]
17:42:57 #9 9.978 Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pkg-resources all 45.2.0-1 [130 kB]
17:42:57 #9 9.978 Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-six all 1.14.0-2 [12.1 kB]
17:42:57 #9 9.978 Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 shared-mime-info amd64 1.15-1 [430 kB]
17:42:57 #9 9.980 Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 ucf all 3.0038+nmu1 [51.6 kB]
17:42:57 #9 9.982 Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 xdg-user-dirs amd64 0.17-2ubuntu1 [48.3 kB]
17:42:57 #9 10.00 Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1 [82.5 kB]
17:42:57 #9 10.07 Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext-base amd64 0.19.8.1-10build1 [50.2 kB]
17:42:57 #9 10.07 Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 iso-codes all 4.4-1 [2695 kB]
17:42:57 #9 ...
17:42:57 
17:42:57 #14 [golang 1/1] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
17:42:57 #14 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
17:42:57 #14 extracting sha256:f6e2960d83651b1494b4da6c97686e79cc760aa90a75948eed56786726f86928 0.5s done
17:42:57 #14 extracting sha256:dffd4e6385927b79e4d4daa2d00523e766502eed6dd1934e1eda583d348abd8b 3.0s done
17:42:57 #14 extracting sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0 3.9s done
17:42:57 #14 extracting sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 2.4s
17:42:57 #14 ...
17:42:57 
17:42:57 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
17:42:57 #9 sha256:382f263b8c74157f5e5d8da8a8d9130ff48feabe21a7c9e2c8f92e6c9a4a7bea
17:42:57 #9 10.17 Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-locales all 1.17-6ubuntu4.1 [11.4 kB]
17:42:57 #9 10.17 Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB]
17:42:57 #9 10.23 Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB]
17:42:57 #9 10.23 Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB]
17:42:57 #9 10.23 Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB]
17:42:57 #9 10.23 Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB]
17:42:57 #9 10.24 Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB]
17:42:57 #9 10.24 Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB]
17:42:57 #9 10.24 Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB]
17:42:57 #9 10.30 Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB]
17:42:57 #9 10.30 Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau6 amd64 1:1.0.9-0ubuntu1 [7488 B]
17:42:57 #9 10.30 Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu1 [10.6 kB]
17:42:57 #9 10.37 Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1 amd64 1.14-2 [44.7 kB]
17:42:57 #9 10.38 Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
17:42:57 #9 10.38 Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-6 amd64 2:1.6.9-2ubuntu1.2 [575 kB]
17:42:57 #9 10.39 Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 libxext6 amd64 2:1.3.4-0ubuntu1 [29.1 kB]
17:42:57 #9 10.39 Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B]
17:42:57 #9 10.39 Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages all 5.05-1 [1314 kB]
17:42:57 #9 10.46 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.3 [671 kB]
17:42:57 #9 10.47 Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB]
17:42:57 #9 10.48 Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python-apt-common all 2.0.0ubuntu0.20.04.5 [17.1 kB]
17:42:57 #9 10.48 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-apt amd64 2.0.0ubuntu0.20.04.5 [154 kB]
17:42:57 #9 10.52 Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 libunwind8 amd64 1.2.1-9build1 [47.6 kB]
17:42:57 #9 10.52 Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 strace amd64 5.5-3ubuntu1 [380 kB]
17:42:57 #9 10.53 Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 xauth amd64 1:1.1-0ubuntu1 [25.0 kB]
17:42:57 #9 10.53 Get:76 http://archive.ubuntu.com/ubuntu focal/main amd64 libfl2 amd64 2.6.4-6.2 [11.5 kB]
17:42:57 #9 10.53 Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 at amd64 3.1.23-1ubuntu1 [38.7 kB]
17:42:57 #9 10.59 Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 libsigsegv2 amd64 2.12-2 [13.9 kB]
17:42:57 #9 10.59 Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB]
17:42:58 #9 10.60 Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB]
17:42:58 #9 10.60 Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB]
17:42:58 #9 10.60 Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB]
17:42:58 #9 10.66 Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB]
17:42:58 #9 10.69 Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.1 [207 kB]
17:42:58 #9 10.69 Get:85 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.1 [475 kB]
17:42:58 #9 10.69 Get:86 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.1 [47.1 kB]
17:42:58 #9 10.70 Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.1 [46.6 kB]
17:42:58 #9 10.74 Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.1 [1613 kB]
17:42:58 #9 10.81 Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.1 [3380 B]
17:42:58 #9 10.81 Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.2 [71.8 kB]
17:42:58 #9 10.81 Get:91 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-81.91 [1129 kB]
17:42:58 #9 10.84 Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB]
17:42:58 #9 10.87 Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.2 [2520 kB]
17:42:58 #9 10.98 Get:94 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-base amd64 9.3.0-17ubuntu1~20.04 [19.1 kB]
17:42:58 #9 10.99 Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB]
17:42:58 #9 11.05 Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB]
17:42:58 #9 11.05 Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
17:42:58 #9 11.05 Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.3.0-17ubuntu1~20.04 [7494 kB]
17:42:58 #9 11.48 Get:99 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB]
17:42:58 #9 11.48 Get:100 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB]
17:42:58 #9 11.48 Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB]
17:42:58 #9 11.63 Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB]
17:42:58 #9 11.78 Get:103 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B]
17:42:59 #9 11.79 Get:104 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.3.0-17ubuntu1~20.04 [394 kB]
17:42:59 #9 12.05 Get:105 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB]
17:42:59 #9 12.16 Get:106 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB]
17:42:59 #9 12.27 Get:107 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB]
17:42:59 #9 12.31 Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB]
17:42:59 #9 12.31 Get:109 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.3.0-17ubuntu1~20.04 [2360 kB]
17:42:59 #9 12.42 Get:110 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.3.0-17ubuntu1~20.04 [8241 kB]
17:43:00 #9 12.96 Get:111 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B]
17:43:00 #9 12.99 Get:112 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1714 kB]
17:43:00 #9 13.01 Get:113 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8405 kB]
17:43:00 #9 13.51 Get:114 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B]
17:43:00 #9 13.53 Get:115 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB]
17:43:00 #9 13.53 Get:116 http://archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB]
17:43:00 #9 13.53 Get:117 http://archive.ubuntu.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB]
17:43:00 #9 13.54 Get:118 http://archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB]
17:43:00 #9 13.55 Get:119 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B]
17:43:00 #9 13.55 Get:120 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB]
17:43:00 #9 13.55 Get:121 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB]
17:43:00 #9 13.55 Get:122 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB]
17:43:00 #9 13.60 Get:123 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB]
17:43:01 #9 13.68 Get:124 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB]
17:43:01 #9 13.68 Get:125 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB]
17:43:01 #9 13.68 Get:126 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB]
17:43:01 #9 13.68 Get:127 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB]
17:43:01 #9 13.69 Get:128 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB]
17:43:01 #9 13.69 Get:129 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB]
17:43:01 #9 13.69 Get:130 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2 [14.9 kB]
17:43:01 #9 13.69 Get:131 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2 [49.3 kB]
17:43:01 #9 13.69 Get:132 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB]
17:43:01 #9 13.75 Get:133 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB]
17:43:01 #9 13.82 Get:134 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB]
17:43:01 #9 13.82 Get:135 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB]
17:43:01 #9 13.83 Get:136 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB]
17:43:01 #9 13.83 Get:137 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.6 [234 kB]
17:43:01 #9 13.83 Get:138 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.6 [161 kB]
17:43:01 #9 13.84 Get:139 http://archive.ubuntu.com/ubuntu focal/main amd64 dctrl-tools amd64 2.24-3 [61.5 kB]
17:43:01 #9 13.84 Get:140 http://archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB]
17:43:01 #9 13.84 Get:141 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB]
17:43:01 #9 13.84 Get:142 http://archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
17:43:01 #9 13.89 Get:143 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB]
17:43:01 #9 13.97 Get:144 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9532 B]
17:43:01 #9 13.97 Get:145 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
17:43:01 #9 13.97 Get:146 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5228 B]
17:43:01 #9 13.97 Get:147 http://archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB]
17:43:01 #9 13.97 Get:148 http://archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB]
17:43:01 #9 13.97 Get:149 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB]
17:43:01 #9 13.99 Get:150 http://archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
17:43:01 #9 13.99 Get:151 http://archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB]
17:43:01 #9 14.00 Get:152 http://archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB]
17:43:01 #9 14.06 Get:153 http://archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB]
17:43:01 #9 14.12 Get:154 http://archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB]
17:43:01 #9 14.12 Get:155 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB]
17:43:01 #9 14.12 Get:156 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB]
17:43:01 #9 14.13 Get:157 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB]
17:43:01 #9 14.13 Get:158 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B]
17:43:01 #9 14.13 Get:159 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB]
17:43:01 #9 14.13 Get:160 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.1 [51.7 kB]
17:43:01 #9 14.14 Get:161 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.1 [480 kB]
17:43:01 #9 14.19 Get:162 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB]
17:43:01 #9 14.20 Get:163 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB]
17:43:01 #9 14.26 Get:164 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB]
17:43:01 #9 14.26 Get:165 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.1 [97.6 kB]
17:43:01 #9 14.26 Get:166 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.1 [90.3 kB]
17:43:01 #9 14.27 Get:167 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.1 [217 kB]
17:43:01 #9 14.27 Get:168 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.1 [259 kB]
17:43:01 #9 14.28 Get:169 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
17:43:01 #9 14.28 Get:170 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-homedir-perl all 1.004-1 [37.3 kB]
17:43:01 #9 14.28 Get:171 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-pty-perl amd64 1:1.12-1 [32.4 kB]
17:43:01 #9 14.33 Get:172 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-run-perl all 20180523.0-2 [89.7 kB]
17:43:01 #9 14.33 Get:173 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
17:43:01 #9 14.40 Get:174 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-op-check-perl amd64 0.22-1build2 [10.2 kB]
17:43:01 #9 14.40 Get:175 http://archive.ubuntu.com/ubuntu focal/main amd64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
17:43:01 #9 14.40 Get:176 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu1 [14.5 kB]
17:43:01 #9 14.40 Get:177 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-classify-perl amd64 0.015-1build2 [21.1 kB]
17:43:01 #9 14.40 Get:178 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
17:43:01 #9 14.41 Get:179 http://archive.ubuntu.com/ubuntu focal/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
17:43:01 #9 14.41 Get:180 http://archive.ubuntu.com/ubuntu focal/main amd64 librole-tiny-perl all 2.001004-1 [16.5 kB]
17:43:01 #9 14.41 Get:181 http://archive.ubuntu.com/ubuntu focal/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
17:43:01 #9 14.48 Get:182 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
17:43:01 #9 14.48 Get:183 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoo-perl all 2.003006-1 [46.3 kB]
17:43:01 #9 ...
17:43:01 
17:43:01 #14 [golang 1/1] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
17:43:01 #14 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
17:43:01 #14 extracting sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 5.9s done
17:43:01 #14 extracting sha256:884ab2b700e952bbaccc88bcf19a83ce4ccba10e1e29edc4857dfbab64467fa1 done
17:43:01 #14 DONE 23.0s
17:43:01 
17:43:01 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
17:43:01 #9 sha256:382f263b8c74157f5e5d8da8a8d9130ff48feabe21a7c9e2c8f92e6c9a4a7bea
17:43:01 #9 14.55 Get:184 http://archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
17:43:01 #9 14.55 Get:185 http://archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB]
17:43:01 #9 14.55 Get:186 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
17:43:01 #9 14.55 Get:187 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
17:43:01 #9 14.55 Get:188 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
17:43:01 #9 14.55 Get:189 http://archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB]
17:43:01 #9 14.56 Get:190 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB]
17:43:01 #9 14.56 Get:191 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
17:43:01 #9 14.62 Get:192 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
17:43:01 #9 14.62 Get:193 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
17:43:01 #9 14.69 Get:194 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB]
17:43:01 #9 14.70 Get:195 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-cookies-perl all 6.08-1 [18.3 kB]
17:43:01 #9 14.70 Get:196 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
17:43:01 #9 14.70 Get:197 http://archive.ubuntu.com/ubuntu focal/main amd64 perl-openssl-defaults amd64 4 [7192 B]
17:43:01 #9 14.70 Get:198 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ssleay-perl amd64 1.88-2ubuntu1 [291 kB]
17:43:01 #9 14.70 Get:199 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-socket-ssl-perl all 2.067-1 [176 kB]
17:43:01 #9 14.71 Get:200 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-http-perl all 6.19-1 [22.8 kB]
17:43:01 #9 14.71 Get:201 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
17:43:01 #9 14.77 Get:202 http://archive.ubuntu.com/ubuntu focal/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
17:43:02 #9 14.91 Get:203 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
17:43:02 #9 14.99 Get:204 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-perl all 6.43-1 [140 kB]
17:43:02 #9 15.18 Get:205 http://archive.ubuntu.com/ubuntu focal/main amd64 patchutils amd64 0.3.4-2 [71.1 kB]
17:43:02 #9 15.23 Get:206 http://archive.ubuntu.com/ubuntu focal/main amd64 wdiff amd64 1.2.2-2build1 [29.8 kB]
17:43:02 #9 15.24 Get:207 http://archive.ubuntu.com/ubuntu focal/main amd64 devscripts amd64 2.20.2ubuntu2 [940 kB]
17:43:02 #9 15.40 Get:208 http://archive.ubuntu.com/ubuntu focal/main amd64 diffstat amd64 1.63-1 [27.2 kB]
17:43:02 #9 15.40 Get:209 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-chardet all 3.0.4-4build1 [80.4 kB]
17:43:02 #9 15.41 Get:210 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-debian all 0.1.36ubuntu1 [65.0 kB]
17:43:02 #9 15.41 Get:211 http://archive.ubuntu.com/ubuntu focal/main amd64 libgpgme11 amd64 1.13.1-7ubuntu2 [121 kB]
17:43:02 #9 15.42 Get:212 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gpg amd64 1.13.1-7ubuntu2 [165 kB]
17:43:02 #9 15.44 Get:213 http://archive.ubuntu.com/ubuntu focal/main amd64 dput all 1.0.3ubuntu1 [42.3 kB]
17:43:02 #9 15.44 Get:214 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.6 [231 kB]
17:43:02 #9 15.45 Get:215 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
17:43:02 #9 15.45 Get:216 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git-man all 1:2.25.1-1ubuntu3.1 [884 kB]
17:43:02 #9 15.49 Get:217 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git amd64 1:2.25.1-1ubuntu3.1 [4557 kB]
17:43:03 #9 15.79 Get:218 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
17:43:03 #9 15.79 Get:219 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB]
17:43:03 #9 15.79 Get:220 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
17:43:03 #9 15.79 Get:221 http://archive.ubuntu.com/ubuntu focal/main amd64 libapt-pkg-perl amd64 0.1.36build3 [68.5 kB]
17:43:03 #9 15.79 Get:222 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9644 B]
17:43:03 #9 15.79 Get:223 http://archive.ubuntu.com/ubuntu focal/main amd64 libarray-intspan-perl all 2.003-1 [23.3 kB]
17:43:03 #9 15.79 Get:224 http://archive.ubuntu.com/ubuntu focal/main amd64 libasync-mergepoint-perl all 0.04-2 [10.2 kB]
17:43:03 #9 15.79 Get:225 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
17:43:03 #9 15.79 Get:226 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
17:43:03 #9 15.86 Get:227 http://archive.ubuntu.com/ubuntu focal/main amd64 libvariable-magic-perl amd64 0.62-1build2 [34.4 kB]
17:43:03 #9 15.87 Get:228 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
17:43:03 #9 15.87 Get:229 http://archive.ubuntu.com/ubuntu focal/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
17:43:03 #9 15.87 Get:230 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-xsaccessor-perl amd64 1.19-3build3 [33.6 kB]
17:43:03 #9 15.87 Get:231 http://archive.ubuntu.com/ubuntu focal/main amd64 libclone-perl amd64 0.43-2 [11.0 kB]
17:43:03 #9 15.87 Get:232 http://archive.ubuntu.com/ubuntu focal/main amd64 libcommon-sense-perl amd64 3.74-2build6 [20.1 kB]
17:43:03 #9 15.87 Get:233 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-util-perl amd64 1.07-3build5 [19.7 kB]
17:43:03 #9 15.87 Get:234 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-install-perl all 0.928-1 [10.5 kB]
17:43:03 #9 15.87 Get:235 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-optlist-perl all 0.110-1 [9956 B]
17:43:03 #9 15.93 Get:236 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB]
17:43:03 #9 15.95 Get:237 http://archive.ubuntu.com/ubuntu focal/main amd64 libconst-fast-perl all 0.014-1 [7958 B]
17:43:03 #9 15.95 Get:238 http://archive.ubuntu.com/ubuntu focal/main amd64 libwant-perl amd64 0.29-1build4 [24.2 kB]
17:43:03 #9 15.95 Get:239 http://archive.ubuntu.com/ubuntu focal/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
17:43:03 #9 15.95 Get:240 http://archive.ubuntu.com/ubuntu focal/main amd64 libcpanel-json-xs-perl amd64 4.19-1build1 [109 kB]
17:43:03 #9 15.95 Get:241 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB]
17:43:03 #9 15.95 Get:242 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-bubblebabble-perl all 0.02-2 [7908 B]
17:43:03 #9 15.95 Get:243 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
17:43:03 #9 15.95 Get:244 http://archive.ubuntu.com/ubuntu focal/main amd64 libdistro-info-perl all 0.23ubuntu1 [4668 B]
17:43:03 #9 16.00 Get:245 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
17:43:03 #9 16.03 Get:246 http://archive.ubuntu.com/ubuntu focal/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
17:43:03 #9 16.03 Get:247 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ip-perl all 1.26-2 [27.4 kB]
17:43:03 #9 16.03 Get:248 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-perl all 1.22-1 [336 kB]
17:43:03 #9 16.04 Get:249 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
17:43:03 #9 16.04 Get:250 http://archive.ubuntu.com/ubuntu focal/main amd64 libemail-valid-perl all 1.202-1 [16.3 kB]
17:43:03 #9 16.04 Get:251 http://archive.ubuntu.com/ubuntu focal/main amd64 libexporter-tiny-perl all 1.002001-1 [35.5 kB]
17:43:03 #9 16.04 Get:252 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-system-simple-perl all 1.26-1 [22.8 kB]
17:43:03 #9 16.04 Get:253 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-basedir-perl all 0.08-1 [16.9 kB]
17:43:03 #9 16.08 Get:254 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
17:43:03 #9 16.16 Get:255 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB]
17:43:03 #9 16.16 Get:256 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-compare-perl all 0.03-1 [7318 B]
17:43:03 #9 16.16 Get:257 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-glob-perl all 0.10-1 [7554 B]
17:43:03 #9 16.16 Get:258 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
17:43:03 #9 16.16 Get:259 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB]
17:43:03 #9 16.16 Get:260 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-string-perl all 1.08-3 [11.1 kB]
17:43:03 #9 16.16 Get:261 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-ttf-perl all 1.06-1 [313 kB]
17:43:03 #9 16.16 Get:262 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuture-perl all 0.43-1 [77.8 kB]
17:43:03 #9 16.16 Get:263 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-stringy-perl all 2.111-3 [55.8 kB]
17:43:03 #9 16.22 Get:264 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-validate-perl amd64 1.29-3 [52.7 kB]
17:43:03 #9 16.24 Get:265 http://archive.ubuntu.com/ubuntu focal/main amd64 libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
17:43:03 #9 16.24 Get:266 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
17:43:03 #9 16.24 Get:267 http://archive.ubuntu.com/ubuntu focal/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
17:43:03 #9 16.24 Get:268 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
17:43:03 #9 16.24 Get:269 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
17:43:03 #9 16.24 Get:270 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-perl all 4.02000-2 [80.9 kB]
17:43:03 #9 16.24 Get:271 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-perl all 1.708-1 [67.8 kB]
17:43:03 #9 16.24 Get:272 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
17:43:03 #9 16.30 Get:273 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-perl all 0.38-1 [19.1 kB]
17:43:03 #9 16.32 Get:274 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-identify-perl amd64 0.14-1build2 [10.7 kB]
17:43:03 #9 16.32 Get:275 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-name-perl amd64 0.26-1 [11.5 kB]
17:43:03 #9 16.32 Get:276 http://archive.ubuntu.com/ubuntu focal/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
17:43:03 #9 16.32 Get:277 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-tiny-perl all 0.108-1 [42.6 kB]
17:43:03 #9 16.32 Get:278 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-perl all 1.008001-2 [304 kB]
17:43:03 #9 16.33 Get:279 http://archive.ubuntu.com/ubuntu focal/main amd64 libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
17:43:03 #9 16.33 Get:280 http://archive.ubuntu.com/ubuntu focal/main amd64 libhash-fieldhash-perl amd64 0.15-1build2 [16.9 kB]
17:43:03 #9 16.33 Get:281 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB]
17:43:03 #9 16.37 Get:282 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB]
17:43:03 #9 16.41 Get:283 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-daemon-perl all 6.06-1 [21.4 kB]
17:43:03 #9 16.43 Get:284 http://archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB]
17:43:03 #9 16.43 Get:285 http://archive.ubuntu.com/ubuntu focal/main amd64 libstruct-dumb-perl all 0.09-1 [10.5 kB]
17:43:03 #9 16.43 Get:286 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-perl all 0.75-1 [254 kB]
17:43:03 #9 16.45 Get:287 http://archive.ubuntu.com/ubuntu focal/main amd64 liblinux-epoll-perl amd64 0.017-1 [16.0 kB]
17:43:03 #9 16.47 Get:288 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
17:43:03 #9 16.47 Get:289 http://archive.ubuntu.com/ubuntu focal/main amd64 libtypes-serialiser-perl all 1.0-1 [12.1 kB]
17:43:03 #9 16.48 Get:290 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-xs-perl amd64 4.020-1build1 [83.7 kB]
17:43:03 #9 16.50 Get:291 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-maybexs-perl all 1.004000-1 [11.0 kB]
17:43:03 #9 16.51 Get:292 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-compare-perl all 0.53-1 [65.6 kB]
17:43:04 #9 16.51 Get:293 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-moreutils-perl amd64 0.416-1build5 [55.5 kB]
17:43:04 #9 16.53 Get:294 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
17:43:04 #9 16.54 Get:295 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-xs-perl amd64 0.58-2 [32.5 kB]
17:43:04 #9 16.59 Get:296 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl7 amd64 2.4.6-14 [38.5 kB]
17:43:04 #9 16.60 Get:297 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB]
17:43:04 #9 16.61 Get:298 http://archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
17:43:04 #9 16.61 Get:299 http://archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
17:43:04 #9 16.64 Get:300 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-aliases-perl all 0.001006-1 [7176 B]
17:43:04 #9 16.66 Get:301 http://archive.ubuntu.com/ubuntu focal/main amd64 libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
17:43:04 #9 16.66 Get:302 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-struct-perl all 0.017-1 [23.4 kB]
17:43:04 #9 16.67 Get:303 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-sec-perl amd64 1.15-1 [44.6 kB]
17:43:04 #9 16.81 Get:304 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-libidn-perl amd64 0.12.ds-3build2 [17.3 kB]
17:43:04 #9 16.96 Get:305 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-range-perl all 0.12-1 [8556 B]
17:43:04 #9 16.96 Get:306 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-xs-perl amd64 0.29-1build1 [18.4 kB]
17:43:04 #9 16.98 Get:307 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
17:43:04 #9 17.07 Get:308 http://archive.ubuntu.com/ubuntu focal/main amd64 libperl4-corelibs-perl all 0.004-2 [37.4 kB]
17:43:04 #9 17.12 Get:309 http://archive.ubuntu.com/ubuntu focal/main amd64 libperlio-gzip-perl amd64 0.19-1build5 [14.6 kB]
17:43:04 #9 17.13 Get:310 http://archive.ubuntu.com/ubuntu focal/main amd64 libpod-constants-perl all 0.19-1 [16.0 kB]
17:43:04 #9 17.15 Get:311 http://archive.ubuntu.com/ubuntu focal/main amd64 libre2-5 amd64 20200101+dfsg-1build1 [162 kB]
17:43:04 #9 17.21 Get:312 http://archive.ubuntu.com/ubuntu focal/main amd64 libre-engine-re2-perl amd64 0.13-5 [16.2 kB]
17:43:04 #9 17.23 Get:313 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadonly-perl all 2.050-2 [19.9 kB]
17:43:04 #9 17.27 Get:314 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
17:43:04 #9 17.27 Get:315 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-xs-perl amd64 0.117-1build2 [12.0 kB]
17:43:04 #9 17.28 Get:316 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
17:43:04 #9 17.32 Get:317 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
17:43:04 #9 17.34 Get:318 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2 [49.1 kB]
17:43:04 #9 17.34 Get:319 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-decoder-perl amd64 4.011+ds-1build1 [102 kB]
17:43:04 #9 17.34 Get:320 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-encoder-perl amd64 4.011+ds-1build1 [104 kB]
17:43:04 #9 17.34 Get:321 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-perl all 4.011-1 [8604 B]
17:43:04 #9 17.40 Get:322 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-key-perl amd64 1.33-2build2 [35.4 kB]
17:43:04 #9 17.41 Get:323 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-copyright-perl all 0.003006-1 [9608 B]
17:43:04 #9 17.45 Get:324 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
17:43:04 #9 17.46 Get:325 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
17:43:04 #9 17.47 Get:326 http://archive.ubuntu.com/ubuntu focal/main amd64 libterm-readkey-perl amd64 2.38-1build1 [24.6 kB]
17:43:04 #9 17.51 Get:327 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-fatal-perl all 0.014-1 [11.1 kB]
17:43:04 #9 17.53 Get:328 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-refcount-perl all 0.10-1 [11.4 kB]
17:43:04 #9 17.53 Get:329 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B]
17:43:04 #9 17.53 Get:330 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-xs-perl amd64 0.016-1 [22.9 kB]
17:43:04 #9 17.55 Get:331 http://archive.ubuntu.com/ubuntu focal/main amd64 libunicode-utf8-perl amd64 0.62-1build1 [18.1 kB]
17:43:04 #9 17.56 Get:332 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
17:43:05 #9 17.58 Get:333 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
17:43:05 #9 17.59 Get:334 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
17:43:05 #9 17.59 Get:335 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1build1 [320 kB]
17:43:05 #9 17.64 Get:336 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-parser-perl amd64 2.46-1 [193 kB]
17:43:05 #9 17.66 Get:337 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
17:43:05 #9 17.66 Get:338 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-writer-perl all 0.625-1 [24.9 kB]
17:43:05 #9 17.69 Get:339 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-libyaml-perl amd64 0.81+repack-1 [28.5 kB]
17:43:05 #9 17.71 Get:340 http://archive.ubuntu.com/ubuntu focal/main amd64 licensecheck all 3.0.45-1 [23.9 kB]
17:43:05 #9 17.71 Get:341 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-size-perl amd64 0.83-1build1 [20.0 kB]
17:43:05 #9 17.72 Get:342 http://archive.ubuntu.com/ubuntu focal/main amd64 t1utils amd64 1.41-3 [56.1 kB]
17:43:05 #9 17.72 Get:343 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lintian all 2.62.0ubuntu1 [981 kB]
17:43:05 #9 17.82 Get:344 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2266 kB]
17:43:05 #9 18.02 Get:345 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-certifi all 2019.11.28-1 [149 kB]
17:43:05 #9 18.03 Get:346 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-idna all 2.8-1 [34.6 kB]
17:43:05 #9 18.05 Get:347 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-urllib3 all 1.25.8-2ubuntu0.1 [88.3 kB]
17:43:05 #9 18.05 Get:348 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
17:43:05 #9 18.08 Get:349 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-unidiff all 0.5.5-2 [9180 B]
17:43:05 #9 18.08 Get:350 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-xdg all 0.26-1ubuntu1 [36.1 kB]
17:43:05 #9 18.09 Get:351 http://archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB]
17:43:05 #9 18.10 Get:352 http://archive.ubuntu.com/ubuntu focal/universe amd64 equivs all 2.2.0 [19.7 kB]
17:43:05 #9 18.10 Get:353 http://archive.ubuntu.com/ubuntu focal/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
17:43:05 #9 18.21 Get:354 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-magic all 2:0.4.15-3 [9376 B]
17:43:06 #9 18.75 debconf: delaying package configuration, since apt-utils is not installed
17:43:06 #9 18.99 Fetched 104 MB in 11s (9670 kB/s)
17:43:06 #9 19.12 Selecting previously unselected package liblocale-gettext-perl.
17:43:06 #9 19.12 (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.)
17:43:06 #9 19.13 Preparing to unpack .../liblocale-gettext-perl_1.07-4_amd64.deb ...
17:43:06 #9 19.14 Unpacking liblocale-gettext-perl (1.07-4) ...
17:43:07 #9 20.20 Selecting previously unselected package libssl1.1:amd64.
17:43:07 #9 20.20 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.8_amd64.deb ...
17:43:08 #9 20.70 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.8) ...
17:43:08 #9 20.85 Selecting previously unselected package libpython3.8-minimal:amd64.
17:43:08 #9 20.85 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04_amd64.deb ...
17:43:08 #9 20.85 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04) ...
17:43:08 #9 20.96 Selecting previously unselected package libexpat1:amd64.
17:43:08 #9 20.96 Preparing to unpack .../libexpat1_2.2.9-1build1_amd64.deb ...
17:43:08 #9 20.96 Unpacking libexpat1:amd64 (2.2.9-1build1) ...
17:43:08 #9 21.00 Selecting previously unselected package python3.8-minimal.
17:43:08 #9 21.00 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04_amd64.deb ...
17:43:08 #9 21.00 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04) ...
17:43:08 #9 21.20 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.8) ...
17:43:08 #9 21.37 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04) ...
17:43:08 #9 21.38 Setting up libexpat1:amd64 (2.2.9-1build1) ...
17:43:08 #9 21.39 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04) ...
17:43:09 #9 21.94 Selecting previously unselected package python3-minimal.
17:43:09 #9 21.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 ... 4440 files and directories currently installed.)
17:43:09 #9 21.94 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ...
17:43:09 #9 21.95 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
17:43:09 #9 21.98 Selecting previously unselected package mime-support.
17:43:09 #9 21.98 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
17:43:09 #9 21.98 Unpacking mime-support (3.64ubuntu1) ...
17:43:09 #9 22.02 Selecting previously unselected package libmpdec2:amd64.
17:43:09 #9 22.02 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ...
17:43:09 #9 22.02 Unpacking libmpdec2:amd64 (2.4.2-3) ...
17:43:09 #9 22.05 Selecting previously unselected package readline-common.
17:43:09 #9 22.05 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
17:43:09 #9 22.06 Unpacking readline-common (8.0-4) ...
17:43:09 #9 22.09 Selecting previously unselected package libreadline8:amd64.
17:43:09 #9 22.09 Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ...
17:43:09 #9 22.09 Unpacking libreadline8:amd64 (8.0-4) ...
17:43:09 #9 22.13 Selecting previously unselected package libsqlite3-0:amd64.
17:43:09 #9 22.13 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ...
17:43:09 #9 22.13 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ...
17:43:09 #9 22.20 Selecting previously unselected package libpython3.8-stdlib:amd64.
17:43:09 #9 22.20 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04_amd64.deb ...
17:43:09 #9 22.21 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04) ...
17:43:09 #9 22.39 Selecting previously unselected package python3.8.
17:43:09 #9 22.39 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04_amd64.deb ...
17:43:09 #9 22.40 Unpacking python3.8 (3.8.10-0ubuntu1~20.04) ...
17:43:09 #9 22.43 Selecting previously unselected package libpython3-stdlib:amd64.
17:43:09 #9 22.43 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ...
17:43:09 #9 22.44 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
17:43:09 #9 22.46 Setting up python3-minimal (3.8.2-0ubuntu2) ...
17:43:10 #9 22.64 Selecting previously unselected package python3.
17:43:10 #9 22.64 (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.)
17:43:10 #9 22.65 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_amd64.deb ...
17:43:10 #9 22.65 Unpacking python3 (3.8.2-0ubuntu2) ...
17:43:10 #9 22.68 Selecting previously unselected package libbsd0:amd64.
17:43:10 #9 22.68 Preparing to unpack .../001-libbsd0_0.10.0-1_amd64.deb ...
17:43:10 #9 22.69 Unpacking libbsd0:amd64 (0.10.0-1) ...
17:43:10 #9 22.72 Selecting previously unselected package bsdmainutils.
17:43:10 #9 22.72 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_amd64.deb ...
17:43:10 #9 22.72 Unpacking bsdmainutils (11.1.2ubuntu3) ...
17:43:10 #9 22.77 Selecting previously unselected package libuchardet0:amd64.
17:43:10 #9 22.77 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_amd64.deb ...
17:43:10 #9 22.78 Unpacking libuchardet0:amd64 (0.0.6-3build1) ...
17:43:10 #9 22.81 Selecting previously unselected package groff-base.
17:43:10 #9 22.81 Preparing to unpack .../004-groff-base_1.22.4-4build1_amd64.deb ...
17:43:10 #9 22.81 Unpacking groff-base (1.22.4-4build1) ...
17:43:10 #9 22.93 Selecting previously unselected package libgdbm6:amd64.
17:43:10 #9 22.93 Preparing to unpack .../005-libgdbm6_1.18.1-5_amd64.deb ...
17:43:10 #9 22.93 Unpacking libgdbm6:amd64 (1.18.1-5) ...
17:43:10 #9 22.96 Selecting previously unselected package libpipeline1:amd64.
17:43:10 #9 22.96 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_amd64.deb ...
17:43:10 #9 22.97 Unpacking libpipeline1:amd64 (1.5.2-2build1) ...
17:43:10 #9 23.01 Selecting previously unselected package man-db.
17:43:10 #9 23.01 Preparing to unpack .../007-man-db_2.9.1-1_amd64.deb ...
17:43:10 #9 23.01 Unpacking man-db (2.9.1-1) ...
17:43:10 #9 23.14 Selecting previously unselected package perl-modules-5.30.
17:43:10 #9 23.14 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ...
17:43:10 #9 23.14 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
17:43:10 #9 23.49 Selecting previously unselected package libgdbm-compat4:amd64.
17:43:10 #9 23.49 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_amd64.deb ...
17:43:10 #9 23.49 Unpacking libgdbm-compat4:amd64 (1.18.1-5) ...
17:43:10 #9 23.53 Selecting previously unselected package libperl5.30:amd64.
17:43:10 #9 23.53 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ...
17:43:10 #9 23.53 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) ...
17:43:11 #9 24.01 Selecting previously unselected package perl.
17:43:11 #9 24.01 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.2_amd64.deb ...
17:43:11 #9 24.02 Unpacking perl (5.30.0-9ubuntu0.2) ...
17:43:11 #9 24.08 Selecting previously unselected package openssl.
17:43:11 #9 24.08 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.8_amd64.deb ...
17:43:11 #9 24.09 Unpacking openssl (1.1.1f-1ubuntu2.8) ...
17:43:11 #9 24.18 Selecting previously unselected package ca-certificates.
17:43:11 #9 24.18 Preparing to unpack .../013-ca-certificates_20210119~20.04.1_all.deb ...
17:43:11 #9 24.18 Unpacking ca-certificates (20210119~20.04.1) ...
17:43:11 #9 24.22 Selecting previously unselected package distro-info-data.
17:43:11 #9 24.23 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.6_all.deb ...
17:43:11 #9 24.23 Unpacking distro-info-data (0.43ubuntu1.6) ...
17:43:11 #9 24.25 Selecting previously unselected package libmagic-mgc.
17:43:11 #9 24.25 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_amd64.deb ...
17:43:11 #9 24.26 Unpacking libmagic-mgc (1:5.38-4) ...
17:43:11 #9 24.32 Selecting previously unselected package libmagic1:amd64.
17:43:11 #9 24.32 Preparing to unpack .../016-libmagic1_1%3a5.38-4_amd64.deb ...
17:43:11 #9 24.33 Unpacking libmagic1:amd64 (1:5.38-4) ...
17:43:11 #9 24.36 Selecting previously unselected package file.
17:43:11 #9 24.36 Preparing to unpack .../017-file_1%3a5.38-4_amd64.deb ...
17:43:11 #9 24.36 Unpacking file (1:5.38-4) ...
17:43:11 #9 24.39 Selecting previously unselected package less.
17:43:11 #9 24.39 Preparing to unpack .../018-less_551-1ubuntu0.1_amd64.deb ...
17:43:11 #9 24.40 Unpacking less (551-1ubuntu0.1) ...
17:43:11 #9 24.43 Selecting previously unselected package libelf1:amd64.
17:43:11 #9 24.43 Preparing to unpack .../019-libelf1_0.176-1.1build1_amd64.deb ...
17:43:11 #9 24.44 Unpacking libelf1:amd64 (0.176-1.1build1) ...
17:43:11 #9 24.48 Selecting previously unselected package libglib2.0-0:amd64.
17:43:11 #9 24.48 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ...
17:43:11 #9 24.48 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
17:43:11 #9 24.65 Selecting previously unselected package libglib2.0-data.
17:43:11 #9 24.66 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
17:43:11 #9 24.66 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
17:43:12 #9 24.83 Selecting previously unselected package tzdata.
17:43:12 #9 24.84 Preparing to unpack .../022-tzdata_2021a-0ubuntu0.20.04_all.deb ...
17:43:12 #9 24.84 Unpacking tzdata (2021a-0ubuntu0.20.04) ...
17:43:12 #9 25.01 Selecting previously unselected package libicu66:amd64.
17:43:12 #9 25.01 Preparing to unpack .../023-libicu66_66.1-2ubuntu2_amd64.deb ...
17:43:12 #9 25.01 Unpacking libicu66:amd64 (66.1-2ubuntu2) ...
17:43:13 #9 25.82 Selecting previously unselected package libxml2:amd64.
17:43:13 #9 25.82 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ...
17:43:13 #9 25.83 Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ...
17:43:13 #9 25.91 Selecting previously unselected package libyaml-0-2:amd64.
17:43:13 #9 25.92 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_amd64.deb ...
17:43:13 #9 25.92 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
17:43:13 #9 25.95 Selecting previously unselected package lsb-release.
17:43:13 #9 25.95 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
17:43:13 #9 25.96 Unpacking lsb-release (11.1.0ubuntu2) ...
17:43:13 #9 25.98 Selecting previously unselected package netbase.
17:43:13 #9 25.98 Preparing to unpack .../027-netbase_6.1_all.deb ...
17:43:13 #9 25.99 Unpacking netbase (6.1) ...
17:43:13 #9 26.02 Selecting previously unselected package python3-pkg-resources.
17:43:13 #9 26.02 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1_all.deb ...
17:43:13 #9 26.02 Unpacking python3-pkg-resources (45.2.0-1) ...
17:43:13 #9 26.06 Selecting previously unselected package python3-six.
17:43:13 #9 26.06 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
17:43:13 #9 26.06 Unpacking python3-six (1.14.0-2) ...
17:43:13 #9 26.09 Selecting previously unselected package shared-mime-info.
17:43:13 #9 26.09 Preparing to unpack .../030-shared-mime-info_1.15-1_amd64.deb ...
17:43:13 #9 26.09 Unpacking shared-mime-info (1.15-1) ...
17:43:13 #9 26.17 Selecting previously unselected package ucf.
17:43:13 #9 26.17 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
17:43:13 #9 26.17 Moving old data out of the way
17:43:13 #9 26.17 Unpacking ucf (3.0038+nmu1) ...
17:43:13 #9 26.21 Selecting previously unselected package xdg-user-dirs.
17:43:13 #9 26.21 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_amd64.deb ...
17:43:13 #9 26.22 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
17:43:13 #9 26.36 Selecting previously unselected package xz-utils.
17:43:13 #9 26.36 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1_amd64.deb ...
17:43:13 #9 26.36 Unpacking xz-utils (5.2.4-1ubuntu1) ...
17:43:13 #9 26.39 Selecting previously unselected package gettext-base.
17:43:13 #9 26.40 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_amd64.deb ...
17:43:13 #9 26.40 Unpacking gettext-base (0.19.8.1-10build1) ...
17:43:13 #9 26.43 Selecting previously unselected package iso-codes.
17:43:13 #9 26.43 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
17:43:13 #9 26.44 Unpacking iso-codes (4.4-1) ...
17:43:14 #9 26.79 Selecting previously unselected package krb5-locales.
17:43:14 #9 26.80 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.1_all.deb ...
17:43:14 #9 26.80 Unpacking krb5-locales (1.17-6ubuntu4.1) ...
17:43:14 #9 26.83 Selecting previously unselected package libcbor0.6:amd64.
17:43:14 #9 26.83 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ...
17:43:14 #9 26.83 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
17:43:14 #9 26.86 Selecting previously unselected package libedit2:amd64.
17:43:14 #9 26.86 Preparing to unpack .../038-libedit2_3.1-20191231-1_amd64.deb ...
17:43:14 #9 26.86 Unpacking libedit2:amd64 (3.1-20191231-1) ...
17:43:14 #9 26.90 Selecting previously unselected package libfido2-1:amd64.
17:43:14 #9 26.90 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_amd64.deb ...
17:43:14 #9 26.91 Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ...
17:43:14 #9 26.94 Selecting previously unselected package libkrb5support0:amd64.
17:43:14 #9 26.94 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ...
17:43:14 #9 26.94 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ...
17:43:14 #9 26.98 Selecting previously unselected package libk5crypto3:amd64.
17:43:14 #9 26.98 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ...
17:43:14 #9 26.98 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ...
17:43:14 #9 27.02 Selecting previously unselected package libkeyutils1:amd64.
17:43:14 #9 27.02 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1_amd64.deb ...
17:43:14 #9 27.02 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ...
17:43:14 #9 27.05 Selecting previously unselected package libkrb5-3:amd64.
17:43:14 #9 27.05 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ...
17:43:14 #9 27.05 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ...
17:43:14 #9 27.12 Selecting previously unselected package libgssapi-krb5-2:amd64.
17:43:14 #9 27.12 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ...
17:43:14 #9 27.12 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ...
17:43:14 #9 27.16 Selecting previously unselected package libpsl5:amd64.
17:43:14 #9 27.16 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_amd64.deb ...
17:43:14 #9 27.16 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ...
17:43:14 #9 27.19 Selecting previously unselected package libxau6:amd64.
17:43:14 #9 27.19 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_amd64.deb ...
17:43:14 #9 27.20 Unpacking libxau6:amd64 (1:1.0.9-0ubuntu1) ...
17:43:14 #9 27.22 Selecting previously unselected package libxdmcp6:amd64.
17:43:14 #9 27.22 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_amd64.deb ...
17:43:14 #9 27.23 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
17:43:14 #9 27.25 Selecting previously unselected package libxcb1:amd64.
17:43:14 #9 27.25 Preparing to unpack .../048-libxcb1_1.14-2_amd64.deb ...
17:43:14 #9 27.26 Unpacking libxcb1:amd64 (1.14-2) ...
17:43:14 #9 27.29 Selecting previously unselected package libx11-data.
17:43:14 #9 27.29 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
17:43:14 #9 27.29 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
17:43:14 #9 27.34 Selecting previously unselected package libx11-6:amd64.
17:43:14 #9 27.35 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_amd64.deb ...
17:43:14 #9 27.35 Unpacking libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
17:43:14 #9 27.43 Selecting previously unselected package libxext6:amd64.
17:43:14 #9 27.43 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_amd64.deb ...
17:43:14 #9 27.43 Unpacking libxext6:amd64 (2:1.3.4-0ubuntu1) ...
17:43:14 #9 27.46 Selecting previously unselected package libxmuu1:amd64.
17:43:14 #9 27.46 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ...
17:43:14 #9 27.46 Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
17:43:14 #9 27.49 Selecting previously unselected package manpages.
17:43:14 #9 27.49 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
17:43:14 #9 27.49 Unpacking manpages (5.05-1) ...
17:43:14 #9 27.61 Selecting previously unselected package openssh-client.
17:43:14 #9 27.61 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.3_amd64.deb ...
17:43:14 #9 27.62 Unpacking openssh-client (1:8.2p1-4ubuntu0.3) ...
17:43:14 #9 27.71 Selecting previously unselected package publicsuffix.
17:43:15 #9 27.71 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
17:43:15 #9 27.71 Unpacking publicsuffix (20200303.0012-1) ...
17:43:15 #9 27.75 Selecting previously unselected package python-apt-common.
17:43:15 #9 27.75 Preparing to unpack .../056-python-apt-common_2.0.0ubuntu0.20.04.5_all.deb ...
17:43:15 #9 27.75 Unpacking python-apt-common (2.0.0ubuntu0.20.04.5) ...
17:43:15 #9 27.78 Selecting previously unselected package python3-apt.
17:43:15 #9 27.78 Preparing to unpack .../057-python3-apt_2.0.0ubuntu0.20.04.5_amd64.deb ...
17:43:15 #9 27.79 Unpacking python3-apt (2.0.0ubuntu0.20.04.5) ...
17:43:15 #9 27.83 Selecting previously unselected package libunwind8:amd64.
17:43:15 #9 27.83 Preparing to unpack .../058-libunwind8_1.2.1-9build1_amd64.deb ...
17:43:15 #9 27.83 Unpacking libunwind8:amd64 (1.2.1-9build1) ...
17:43:15 #9 27.86 Selecting previously unselected package strace.
17:43:15 #9 27.86 Preparing to unpack .../059-strace_5.5-3ubuntu1_amd64.deb ...
17:43:15 #9 27.87 Unpacking strace (5.5-3ubuntu1) ...
17:43:15 #9 27.93 Selecting previously unselected package xauth.
17:43:15 #9 27.93 Preparing to unpack .../060-xauth_1%3a1.1-0ubuntu1_amd64.deb ...
17:43:15 #9 27.93 Unpacking xauth (1:1.1-0ubuntu1) ...
17:43:15 #9 27.97 Selecting previously unselected package libfl2:amd64.
17:43:15 #9 27.97 Preparing to unpack .../061-libfl2_2.6.4-6.2_amd64.deb ...
17:43:15 #9 27.97 Unpacking libfl2:amd64 (2.6.4-6.2) ...
17:43:15 #9 28.00 Selecting previously unselected package at.
17:43:15 #9 28.00 Preparing to unpack .../062-at_3.1.23-1ubuntu1_amd64.deb ...
17:43:15 #9 28.00 Unpacking at (3.1.23-1ubuntu1) ...
17:43:15 #9 28.04 Selecting previously unselected package libsigsegv2:amd64.
17:43:15 #9 28.04 Preparing to unpack .../063-libsigsegv2_2.12-2_amd64.deb ...
17:43:15 #9 28.04 Unpacking libsigsegv2:amd64 (2.12-2) ...
17:43:15 #9 28.07 Selecting previously unselected package m4.
17:43:15 #9 28.07 Preparing to unpack .../064-m4_1.4.18-4_amd64.deb ...
17:43:15 #9 28.08 Unpacking m4 (1.4.18-4) ...
17:43:15 #9 28.12 Selecting previously unselected package autoconf.
17:43:15 #9 28.12 Preparing to unpack .../065-autoconf_2.69-11.1_all.deb ...
17:43:15 #9 28.12 Unpacking autoconf (2.69-11.1) ...
17:43:15 #9 28.17 Selecting previously unselected package autotools-dev.
17:43:15 #9 28.18 Preparing to unpack .../066-autotools-dev_20180224.1_all.deb ...
17:43:15 #9 28.18 Unpacking autotools-dev (20180224.1) ...
17:43:15 #9 28.21 Selecting previously unselected package automake.
17:43:15 #9 28.22 Preparing to unpack .../067-automake_1%3a1.16.1-4ubuntu6_all.deb ...
17:43:15 #9 28.22 Unpacking automake (1:1.16.1-4ubuntu6) ...
17:43:15 #9 28.29 Selecting previously unselected package autopoint.
17:43:15 #9 28.29 Preparing to unpack .../068-autopoint_0.19.8.1-10build1_all.deb ...
17:43:15 #9 28.29 Unpacking autopoint (0.19.8.1-10build1) ...
17:43:15 #9 28.32 Selecting previously unselected package binutils-common:amd64.
17:43:15 #9 28.32 Preparing to unpack .../069-binutils-common_2.34-6ubuntu1.1_amd64.deb ...
17:43:15 #9 28.33 Unpacking binutils-common:amd64 (2.34-6ubuntu1.1) ...
17:43:15 #9 28.37 Selecting previously unselected package libbinutils:amd64.
17:43:15 #9 28.37 Preparing to unpack .../070-libbinutils_2.34-6ubuntu1.1_amd64.deb ...
17:43:15 #9 28.37 Unpacking libbinutils:amd64 (2.34-6ubuntu1.1) ...
17:43:15 #9 28.45 Selecting previously unselected package libctf-nobfd0:amd64.
17:43:15 #9 28.45 Preparing to unpack .../071-libctf-nobfd0_2.34-6ubuntu1.1_amd64.deb ...
17:43:15 #9 28.45 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.1) ...
17:43:15 #9 28.49 Selecting previously unselected package libctf0:amd64.
17:43:15 #9 28.49 Preparing to unpack .../072-libctf0_2.34-6ubuntu1.1_amd64.deb ...
17:43:15 #9 28.49 Unpacking libctf0:amd64 (2.34-6ubuntu1.1) ...
17:43:15 #9 28.52 Selecting previously unselected package binutils-x86-64-linux-gnu.
17:43:15 #9 28.52 Preparing to unpack .../073-binutils-x86-64-linux-gnu_2.34-6ubuntu1.1_amd64.deb ...
17:43:15 #9 28.52 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.1) ...
17:43:15 #9 28.72 Selecting previously unselected package binutils.
17:43:16 #9 28.72 Preparing to unpack .../074-binutils_2.34-6ubuntu1.1_amd64.deb ...
17:43:16 #9 28.73 Unpacking binutils (2.34-6ubuntu1.1) ...
17:43:16 #9 28.75 Selecting previously unselected package libc-dev-bin.
17:43:16 #9 28.75 Preparing to unpack .../075-libc-dev-bin_2.31-0ubuntu9.2_amd64.deb ...
17:43:16 #9 28.76 Unpacking libc-dev-bin (2.31-0ubuntu9.2) ...
17:43:16 #9 28.79 Selecting previously unselected package linux-libc-dev:amd64.
17:43:16 #9 28.79 Preparing to unpack .../076-linux-libc-dev_5.4.0-81.91_amd64.deb ...
17:43:16 #9 28.80 Unpacking linux-libc-dev:amd64 (5.4.0-81.91) ...
17:43:16 #9 28.96 Selecting previously unselected package libcrypt-dev:amd64.
17:43:16 #9 28.96 Preparing to unpack .../077-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ...
17:43:16 #9 28.96 Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
17:43:16 #9 29.00 Selecting previously unselected package libc6-dev:amd64.
17:43:16 #9 29.00 Preparing to unpack .../078-libc6-dev_2.31-0ubuntu9.2_amd64.deb ...
17:43:16 #9 29.00 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.2) ...
17:43:16 #9 29.31 Selecting previously unselected package gcc-9-base:amd64.
17:43:16 #9 29.31 Preparing to unpack .../079-gcc-9-base_9.3.0-17ubuntu1~20.04_amd64.deb ...
17:43:16 #9 29.32 Unpacking gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) ...
17:43:16 #9 29.36 Selecting previously unselected package libisl22:amd64.
17:43:16 #9 29.36 Preparing to unpack .../080-libisl22_0.22.1-1_amd64.deb ...
17:43:16 #9 29.36 Unpacking libisl22:amd64 (0.22.1-1) ...
17:43:16 #9 29.54 Selecting previously unselected package libmpfr6:amd64.
17:43:16 #9 29.54 Preparing to unpack .../081-libmpfr6_4.0.2-1_amd64.deb ...
17:43:16 #9 29.54 Unpacking libmpfr6:amd64 (4.0.2-1) ...
17:43:16 #9 29.59 Selecting previously unselected package libmpc3:amd64.
17:43:17 #9 29.59 Preparing to unpack .../082-libmpc3_1.1.0-1_amd64.deb ...
17:43:17 #9 29.60 Unpacking libmpc3:amd64 (1.1.0-1) ...
17:43:17 #9 29.63 Selecting previously unselected package cpp-9.
17:43:17 #9 29.63 Preparing to unpack .../083-cpp-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
17:43:17 #9 29.63 Unpacking cpp-9 (9.3.0-17ubuntu1~20.04) ...
17:43:17 #9 30.43 Selecting previously unselected package cpp.
17:43:17 #9 30.43 Preparing to unpack .../084-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ...
17:43:17 #9 30.43 Unpacking cpp (4:9.3.0-1ubuntu2) ...
17:43:17 #9 30.46 Selecting previously unselected package libcc1-0:amd64.
17:43:17 #9 30.47 Preparing to unpack .../085-libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ...
17:43:17 #9 30.47 Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
17:43:17 #9 30.50 Selecting previously unselected package libgomp1:amd64.
17:43:17 #9 30.50 Preparing to unpack .../086-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ...
17:43:17 #9 30.51 Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
17:43:17 #9 30.54 Selecting previously unselected package libitm1:amd64.
17:43:17 #9 30.54 Preparing to unpack .../087-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ...
17:43:17 #9 30.55 Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
17:43:17 #9 30.58 Selecting previously unselected package libatomic1:amd64.
17:43:17 #9 30.58 Preparing to unpack .../088-libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ...
17:43:17 #9 30.58 Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
17:43:17 #9 30.61 Selecting previously unselected package libasan5:amd64.
17:43:17 #9 30.61 Preparing to unpack .../089-libasan5_9.3.0-17ubuntu1~20.04_amd64.deb ...
17:43:17 #9 30.62 Unpacking libasan5:amd64 (9.3.0-17ubuntu1~20.04) ...
17:43:17 #9 30.69 Selecting previously unselected package liblsan0:amd64.
17:43:17 #9 30.69 Preparing to unpack .../090-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
17:43:17 #9 30.69 Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
17:43:17 #9 30.80 Selecting previously unselected package libtsan0:amd64.
17:43:18 #9 30.80 Preparing to unpack .../091-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
17:43:18 #9 30.80 Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
17:43:18 #9 31.03 Selecting previously unselected package libubsan1:amd64.
17:43:18 #9 31.03 Preparing to unpack .../092-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ...
17:43:18 #9 31.04 Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
17:43:18 #9 31.14 Selecting previously unselected package libquadmath0:amd64.
17:43:18 #9 31.14 Preparing to unpack .../093-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ...
17:43:18 #9 31.15 Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
17:43:18 #9 31.19 Selecting previously unselected package libgcc-9-dev:amd64.
17:43:18 #9 31.19 Preparing to unpack .../094-libgcc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ...
17:43:18 #9 31.19 Unpacking libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
17:43:18 #9 31.42 Selecting previously unselected package gcc-9.
17:43:18 #9 31.42 Preparing to unpack .../095-gcc-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
17:43:18 #9 31.43 Unpacking gcc-9 (9.3.0-17ubuntu1~20.04) ...
17:43:19 #9 32.16 Selecting previously unselected package gcc.
17:43:19 #9 32.16 Preparing to unpack .../096-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ...
17:43:19 #9 32.17 Unpacking gcc (4:9.3.0-1ubuntu2) ...
17:43:19 #9 32.19 Selecting previously unselected package libstdc++-9-dev:amd64.
17:43:19 #9 32.20 Preparing to unpack .../097-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ...
17:43:19 #9 32.20 Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
17:43:19 #9 32.44 Selecting previously unselected package g++-9.
17:43:19 #9 32.44 Preparing to unpack .../098-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
17:43:19 #9 32.45 Unpacking g++-9 (9.3.0-17ubuntu1~20.04) ...
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-097559f64cd3ea3fa) in /home/ubuntu/workspace/docker-ce-packaging_PR-572
[Pipeline] {
[Pipeline] withDockerRegistry
17:43:20 #9 33.19 Selecting previously unselected package g++.
17:43:20 #9 33.20 Preparing to unpack .../099-g++_4%3a9.3.0-1ubuntu2_amd64.deb ...
17:43:20 #9 33.20 Unpacking g++ (4:9.3.0-1ubuntu2) ...
17:43:20 #9 33.22 Selecting previously unselected package make.
17:43:20 #9 33.22 Preparing to unpack .../100-make_4.2.1-1.2_amd64.deb ...
17:43:20 #9 33.23 Unpacking make (4.2.1-1.2) ...
17:43:20 #9 33.27 Selecting previously unselected package libdpkg-perl.
17:43:20 #9 33.27 Preparing to unpack .../101-libdpkg-perl_1.19.7ubuntu3_all.deb ...
17:43:20 #9 33.27 Unpacking libdpkg-perl (1.19.7ubuntu3) ...
17:43:20 #9 33.32 Selecting previously unselected package patch.
17:43:20 #9 33.32 Preparing to unpack .../102-patch_2.7.6-6_amd64.deb ...
17:43:20 #9 33.32 Unpacking patch (2.7.6-6) ...
17:43:20 #9 33.36 Selecting previously unselected package dpkg-dev.
17:43:20 #9 33.36 Preparing to unpack .../103-dpkg-dev_1.19.7ubuntu3_all.deb ...
17:43:20 #9 33.37 Unpacking dpkg-dev (1.19.7ubuntu3) ...
17:43:20 #9 33.46 Selecting previously unselected package build-essential.
17:43:20 #9 33.47 Preparing to unpack .../104-build-essential_12.8ubuntu1.1_amd64.deb ...
17:43:20 #9 33.47 Unpacking build-essential (12.8ubuntu1.1) ...
17:43:20 #9 33.50 Selecting previously unselected package libbrotli1:amd64.
17:43:20 #9 33.50 Preparing to unpack .../105-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ...
17:43:20 #9 33.50 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
17:43:20 #9 33.56 Selecting previously unselected package libroken18-heimdal:amd64.
17:43:20 #9 33.56 Preparing to unpack .../106-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
17:43:20 #9 33.56 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
17:43:20 #9 33.60 Selecting previously unselected package libasn1-8-heimdal:amd64.
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
17:43:21 #9 33.60 Preparing to unpack .../107-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
17:43:21 #9 33.61 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
17:43:21 #9 33.65 Selecting previously unselected package libheimbase1-heimdal:amd64.
17:43:21 #9 33.65 Preparing to unpack .../108-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
17:43:21 #9 33.66 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
17:43:21 #9 33.69 Selecting previously unselected package libhcrypto4-heimdal:amd64.
17:43:21 #9 33.69 Preparing to unpack .../109-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
17:43:21 #9 33.70 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
17:43:21 #9 33.73 Selecting previously unselected package libwind0-heimdal:amd64.
17:43:21 #9 33.74 Preparing to unpack .../110-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
17:43:21 #9 33.74 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
17:43:21 #9 33.77 Selecting previously unselected package libhx509-5-heimdal:amd64.
17:43:21 #9 33.77 Preparing to unpack .../111-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
17:43:21 #9 33.78 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
17:43:21 #9 33.81 Selecting previously unselected package libkrb5-26-heimdal:amd64.
17:43:21 #9 33.82 Preparing to unpack .../112-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
17:43:21 #9 33.82 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
17:43:21 #9 33.87 Selecting previously unselected package libheimntlm0-heimdal:amd64.
17:43:21 #9 33.87 Preparing to unpack .../113-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
17:43:21 #9 33.87 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
17:43:21 #9 33.90 Selecting previously unselected package libgssapi3-heimdal:amd64.
17:43:21 #9 33.91 Preparing to unpack .../114-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
17:43:21 #9 33.91 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
17:43:21 #9 33.94 Selecting previously unselected package libsasl2-modules-db:amd64.
17:43:21 #9 33.94 Preparing to unpack .../115-libsasl2-modules-db_2.1.27+dfsg-2_amd64.deb ...
17:43:21 #9 33.94 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ...
17:43:21 #9 33.97 Selecting previously unselected package libsasl2-2:amd64.
17:43:21 #9 33.97 Preparing to unpack .../116-libsasl2-2_2.1.27+dfsg-2_amd64.deb ...
17:43:21 #9 33.98 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2) ...
17:43:21 #9 34.01 Selecting previously unselected package libldap-common.
17:43:21 #9 34.01 Preparing to unpack .../117-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ...
17:43:21 #9 34.01 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ...
17:43:21 #9 34.04 Selecting previously unselected package libldap-2.4-2:amd64.
17:43:21 #9 34.04 Preparing to unpack .../118-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ...
17:43:21 #9 34.05 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ...
17:43:21 #9 34.09 Selecting previously unselected package libnghttp2-14:amd64.
17:43:21 #9 34.09 Preparing to unpack .../119-libnghttp2-14_1.40.0-1build1_amd64.deb ...
17:43:21 #9 34.10 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ...
17:43:21 #9 34.13 Selecting previously unselected package librtmp1:amd64.
17:43:21 #9 34.13 Preparing to unpack .../120-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ...
17:43:21 #9 34.14 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
17:43:21 #9 34.17 Selecting previously unselected package libssh-4:amd64.
17:43:21 #9 34.17 Preparing to unpack .../121-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ...
17:43:21 #9 34.18 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
17:43:21 #9 34.22 Selecting previously unselected package libcurl4:amd64.
17:43:21 #9 34.22 Preparing to unpack .../122-libcurl4_7.68.0-1ubuntu2.6_amd64.deb ...
17:43:21 #9 34.23 Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.6) ...
17:43:21 #9 34.27 Selecting previously unselected package curl.
17:43:21 #9 34.27 Preparing to unpack .../123-curl_7.68.0-1ubuntu2.6_amd64.deb ...
17:43:21 #9 34.27 Unpacking curl (7.68.0-1ubuntu2.6) ...
17:43:21 #9 34.31 Selecting previously unselected package dctrl-tools.
17:43:21 #9 34.31 Preparing to unpack .../124-dctrl-tools_2.24-3_amd64.deb ...
17:43:21 #9 34.32 Unpacking dctrl-tools (2.24-3) ...
17:43:21 #9 34.36 Selecting previously unselected package libtool.
17:43:21 #9 34.36 Preparing to unpack .../125-libtool_2.4.6-14_all.deb ...
17:43:21 #9 34.36 Unpacking libtool (2.4.6-14) ...
17:43:21 #9 34.40 Selecting previously unselected package dh-autoreconf.
17:43:21 #9 34.40 Preparing to unpack .../126-dh-autoreconf_19_all.deb ...
17:43:21 #9 34.40 Unpacking dh-autoreconf (19) ...
17:43:21 #9 34.45 Selecting previously unselected package libdebhelper-perl.
17:43:21 #9 34.45 Preparing to unpack .../127-libdebhelper-perl_12.10ubuntu1_all.deb ...
17:43:21 #9 34.45 Unpacking libdebhelper-perl (12.10ubuntu1) ...
17:43:21 #9 34.49 Selecting previously unselected package libarchive-zip-perl.
17:43:21 #9 34.49 Preparing to unpack .../128-libarchive-zip-perl_1.67-2_all.deb ...
17:43:21 #9 34.49 Unpacking libarchive-zip-perl (1.67-2) ...
17:43:21 #9 34.52 Selecting previously unselected package libsub-override-perl.
17:43:21 #9 34.52 Preparing to unpack .../129-libsub-override-perl_0.09-2_all.deb ...
17:43:21 #9 34.53 Unpacking libsub-override-perl (0.09-2) ...
17:43:21 #9 34.55 Selecting previously unselected package libfile-stripnondeterminism-perl.
17:43:21 #9 34.55 Preparing to unpack .../130-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
17:43:21 #9 34.55 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
17:43:21 #9 34.58 Selecting previously unselected package dh-strip-nondeterminism.
17:43:21 #9 34.58 Preparing to unpack .../131-dh-strip-nondeterminism_1.7.0-1_all.deb ...
17:43:21 #9 34.58 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
17:43:21 #9 34.60 Selecting previously unselected package dwz.
17:43:21 #9 34.60 Preparing to unpack .../132-dwz_0.13-5_amd64.deb ...
17:43:21 #9 34.61 Unpacking dwz (0.13-5) ...
17:43:21 #9 34.65 Selecting previously unselected package libcroco3:amd64.
17:43:22 #9 34.65 Preparing to unpack .../133-libcroco3_0.6.13-1_amd64.deb ...
17:43:22 #9 34.66 Unpacking libcroco3:amd64 (0.6.13-1) ...
17:43:22 #9 34.69 Selecting previously unselected package gettext.
17:43:22 #9 34.69 Preparing to unpack .../134-gettext_0.19.8.1-10build1_amd64.deb ...
17:43:22 #9 34.69 Unpacking gettext (0.19.8.1-10build1) ...
17:43:22 #9 34.79 Selecting previously unselected package intltool-debian.
17:43:22 #9 34.79 Preparing to unpack .../135-intltool-debian_0.35.0+20060710.5_all.deb ...
17:43:22 #9 34.80 Unpacking intltool-debian (0.35.0+20060710.5) ...
17:43:22 #9 34.82 Selecting previously unselected package po-debconf.
17:43:22 #9 34.82 Preparing to unpack .../136-po-debconf_1.0.21_all.deb ...
17:43:22 #9 34.83 Unpacking po-debconf (1.0.21) ...
17:43:22 #9 34.87 Selecting previously unselected package debhelper.
17:43:22 #9 34.87 Preparing to unpack .../137-debhelper_12.10ubuntu1_all.deb ...
17:43:22 #9 34.88 Unpacking debhelper (12.10ubuntu1) ...
17:43:22 #9 34.98 Selecting previously unselected package libfakeroot:amd64.
17:43:22 #9 34.98 Preparing to unpack .../138-libfakeroot_1.24-1_amd64.deb ...
17:43:22 #9 34.99 Unpacking libfakeroot:amd64 (1.24-1) ...
17:43:22 #9 35.02 Selecting previously unselected package fakeroot.
17:43:22 #9 35.02 Preparing to unpack .../139-fakeroot_1.24-1_amd64.deb ...
17:43:22 #9 35.02 Unpacking fakeroot (1.24-1) ...
17:43:22 #9 35.06 Selecting previously unselected package libassuan0:amd64.
17:43:22 #9 35.06 Preparing to unpack .../140-libassuan0_2.5.3-7ubuntu2_amd64.deb ...
17:43:22 #9 35.07 Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ...
17:43:22 #9 35.09 Selecting previously unselected package gpgconf.
17:43:22 #9 35.10 Preparing to unpack .../141-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ...
17:43:22 #9 35.10 Unpacking gpgconf (2.2.19-3ubuntu2.1) ...
17:43:22 #9 35.14 Selecting previously unselected package libksba8:amd64.
17:43:22 #9 35.14 Preparing to unpack .../142-libksba8_1.3.5-2_amd64.deb ...
17:43:22 #9 35.14 Unpacking libksba8:amd64 (1.3.5-2) ...
17:43:22 #9 35.18 Selecting previously unselected package libnpth0:amd64.
17:43:22 #9 35.18 Preparing to unpack .../143-libnpth0_1.6-1_amd64.deb ...
17:43:22 #9 35.18 Unpacking libnpth0:amd64 (1.6-1) ...
17:43:22 #9 35.21 Selecting previously unselected package dirmngr.
17:43:22 #9 35.22 Preparing to unpack .../144-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ...
17:43:22 #9 35.23 Unpacking dirmngr (2.2.19-3ubuntu2.1) ...
17:43:22 #9 35.28 Selecting previously unselected package gnupg-l10n.
17:43:22 #9 35.28 Preparing to unpack .../145-gnupg-l10n_2.2.19-3ubuntu2.1_all.deb ...
17:43:22 #9 35.28 Unpacking gnupg-l10n (2.2.19-3ubuntu2.1) ...
17:43:22 #9 35.31 Selecting previously unselected package gnupg-utils.
17:43:22 #9 35.31 Preparing to unpack .../146-gnupg-utils_2.2.19-3ubuntu2.1_amd64.deb ...
17:43:22 #9 35.32 Unpacking gnupg-utils (2.2.19-3ubuntu2.1) ...
17:43:22 #9 35.38 Selecting previously unselected package gpg.
17:43:22 #9 35.38 Preparing to unpack .../147-gpg_2.2.19-3ubuntu2.1_amd64.deb ...
17:43:22 #9 35.39 Unpacking gpg (2.2.19-3ubuntu2.1) ...
17:43:22 #9 35.45 Selecting previously unselected package pinentry-curses.
17:43:22 #9 35.46 Preparing to unpack .../148-pinentry-curses_1.1.0-3build1_amd64.deb ...
17:43:22 #9 35.46 Unpacking pinentry-curses (1.1.0-3build1) ...
17:43:22 #9 35.50 Selecting previously unselected package gpg-agent.
17:43:22 #9 35.50 Preparing to unpack .../149-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ...
17:43:22 #9 35.50 Unpacking gpg-agent (2.2.19-3ubuntu2.1) ...
17:43:22 #9 35.55 Selecting previously unselected package gpg-wks-client.
17:43:22 #9 35.55 Preparing to unpack .../150-gpg-wks-client_2.2.19-3ubuntu2.1_amd64.deb ...
17:43:22 #9 35.55 Unpacking gpg-wks-client (2.2.19-3ubuntu2.1) ...
17:43:22 #9 35.59 Selecting previously unselected package gpg-wks-server.
17:43:22 #9 35.59 Preparing to unpack .../151-gpg-wks-server_2.2.19-3ubuntu2.1_amd64.deb ...
17:43:22 #9 35.60 Unpacking gpg-wks-server (2.2.19-3ubuntu2.1) ...
17:43:22 #9 35.63 Selecting previously unselected package gpgsm.
17:43:23 #9 35.63 Preparing to unpack .../152-gpgsm_2.2.19-3ubuntu2.1_amd64.deb ...
17:43:23 #9 35.63 Unpacking gpgsm (2.2.19-3ubuntu2.1) ...
17:43:23 #9 35.68 Selecting previously unselected package gnupg.
17:43:23 #9 35.68 Preparing to unpack .../153-gnupg_2.2.19-3ubuntu2.1_all.deb ...
17:43:23 #9 35.68 Unpacking gnupg (2.2.19-3ubuntu2.1) ...
17:43:23 #9 35.72 Selecting previously unselected package libfile-which-perl.
17:43:23 #9 35.72 Preparing to unpack .../154-libfile-which-perl_1.23-1_all.deb ...
17:43:23 #9 35.72 Unpacking libfile-which-perl (1.23-1) ...
17:43:23 #9 35.74 Selecting previously unselected package libfile-homedir-perl.
17:43:23 #9 35.75 Preparing to unpack .../155-libfile-homedir-perl_1.004-1_all.deb ...
17:43:23 #9 35.75 Unpacking libfile-homedir-perl (1.004-1) ...
17:43:23 #9 35.77 Selecting previously unselected package libio-pty-perl.
17:43:23 #9 35.78 Preparing to unpack .../156-libio-pty-perl_1%3a1.12-1_amd64.deb ...
17:43:23 #9 35.78 Unpacking libio-pty-perl (1:1.12-1) ...
17:43:23 #9 35.81 Selecting previously unselected package libipc-run-perl.
17:43:23 #9 35.81 Preparing to unpack .../157-libipc-run-perl_20180523.0-2_all.deb ...
17:43:23 #9 35.81 Unpacking libipc-run-perl (20180523.0-2) ...
17:43:23 #9 35.84 Selecting previously unselected package libclass-method-modifiers-perl.
17:43:23 #9 35.84 Preparing to unpack .../158-libclass-method-modifiers-perl_2.13-1_all.deb ...
17:43:23 #9 35.84 Unpacking libclass-method-modifiers-perl (2.13-1) ...
17:43:23 #9 35.87 Selecting previously unselected package libb-hooks-op-check-perl.
17:43:23 #9 35.87 Preparing to unpack .../159-libb-hooks-op-check-perl_0.22-1build2_amd64.deb ...
17:43:23 #9 35.87 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
17:43:23 #9 35.90 Selecting previously unselected package libdynaloader-functions-perl.
17:43:23 #9 35.90 Preparing to unpack .../160-libdynaloader-functions-perl_0.003-1_all.deb ...
17:43:23 #9 35.90 Unpacking libdynaloader-functions-perl (0.003-1) ...
17:43:23 #9 35.92 Selecting previously unselected package libdevel-callchecker-perl.
17:43:23 #9 35.93 Preparing to unpack .../161-libdevel-callchecker-perl_0.008-1ubuntu1_amd64.deb ...
17:43:23 #9 35.93 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
17:43:23 #9 35.95 Selecting previously unselected package libparams-classify-perl.
17:43:23 #9 35.95 Preparing to unpack .../162-libparams-classify-perl_0.015-1build2_amd64.deb ...
17:43:23 #9 35.96 Unpacking libparams-classify-perl (0.015-1build2) ...
17:43:23 #9 35.98 Selecting previously unselected package libmodule-runtime-perl.
17:43:23 #9 35.98 Preparing to unpack .../163-libmodule-runtime-perl_0.016-1_all.deb ...
17:43:23 #9 35.99 Unpacking libmodule-runtime-perl (0.016-1) ...
17:43:23 #9 36.01 Selecting previously unselected package libimport-into-perl.
17:43:23 #9 36.01 Preparing to unpack .../164-libimport-into-perl_1.002005-1_all.deb ...
17:43:23 #9 36.02 Unpacking libimport-into-perl (1.002005-1) ...
17:43:23 #9 36.04 Selecting previously unselected package librole-tiny-perl.
17:43:23 #9 36.04 Preparing to unpack .../165-librole-tiny-perl_2.001004-1_all.deb ...
17:43:23 #9 36.04 Unpacking librole-tiny-perl (2.001004-1) ...
17:43:23 #9 36.07 Selecting previously unselected package libstrictures-perl.
17:43:23 #9 36.07 Preparing to unpack .../166-libstrictures-perl_2.000006-1_all.deb ...
17:43:23 #9 36.07 Unpacking libstrictures-perl (2.000006-1) ...
17:43:23 #9 36.10 Selecting previously unselected package libsub-quote-perl.
17:43:23 #9 36.10 Preparing to unpack .../167-libsub-quote-perl_2.006006-1_all.deb ...
17:43:23 #9 36.15 Unpacking libsub-quote-perl (2.006006-1) ...
17:43:23 #9 36.18 Selecting previously unselected package libmoo-perl.
17:43:23 #9 36.18 Preparing to unpack .../168-libmoo-perl_2.003006-1_all.deb ...
17:43:23 #9 36.19 Unpacking libmoo-perl (2.003006-1) ...
17:43:23 #9 36.21 Selecting previously unselected package libencode-locale-perl.
17:43:23 #9 36.22 Preparing to unpack .../169-libencode-locale-perl_1.05-1_all.deb ...
17:43:23 #9 36.22 Unpacking libencode-locale-perl (1.05-1) ...
17:43:23 #9 36.25 Selecting previously unselected package libtimedate-perl.
17:43:23 #9 36.25 Preparing to unpack .../170-libtimedate-perl_2.3200-1_all.deb ...
17:43:23 #9 36.26 Unpacking libtimedate-perl (2.3200-1) ...
17:43:23 #9 36.29 Selecting previously unselected package libhttp-date-perl.
17:43:23 #9 36.29 Preparing to unpack .../171-libhttp-date-perl_6.05-1_all.deb ...
17:43:23 #9 36.29 Unpacking libhttp-date-perl (6.05-1) ...
17:43:23 #9 36.31 Selecting previously unselected package libfile-listing-perl.
17:43:23 #9 36.32 Preparing to unpack .../172-libfile-listing-perl_6.04-1_all.deb ...
17:43:23 #9 36.32 Unpacking libfile-listing-perl (6.04-1) ...
17:43:23 #9 36.35 Selecting previously unselected package libhtml-tagset-perl.
17:43:23 #9 36.35 Preparing to unpack .../173-libhtml-tagset-perl_3.20-4_all.deb ...
17:43:23 #9 36.35 Unpacking libhtml-tagset-perl (3.20-4) ...
17:43:23 #9 36.38 Selecting previously unselected package liburi-perl.
17:43:23 #9 36.38 Preparing to unpack .../174-liburi-perl_1.76-2_all.deb ...
17:43:23 #9 36.38 Unpacking liburi-perl (1.76-2) ...
17:43:23 #9 36.41 Selecting previously unselected package libhtml-parser-perl.
17:43:23 #9 36.42 Preparing to unpack .../175-libhtml-parser-perl_3.72-5_amd64.deb ...
17:43:23 #9 36.42 Unpacking libhtml-parser-perl (3.72-5) ...
17:43:23 #9 36.45 Selecting previously unselected package libhtml-tree-perl.
17:43:23 #9 36.46 Preparing to unpack .../176-libhtml-tree-perl_5.07-2_all.deb ...
17:43:23 #9 36.46 Unpacking libhtml-tree-perl (5.07-2) ...
17:43:23 #9 36.50 Selecting previously unselected package libio-html-perl.
17:43:23 #9 36.50 Preparing to unpack .../177-libio-html-perl_1.001-1_all.deb ...
17:43:23 #9 36.50 Unpacking libio-html-perl (1.001-1) ...
17:43:23 #9 36.53 Selecting previously unselected package liblwp-mediatypes-perl.
17:43:23 #9 36.53 Preparing to unpack .../178-liblwp-mediatypes-perl_6.04-1_all.deb ...
17:43:23 #9 36.53 Unpacking liblwp-mediatypes-perl (6.04-1) ...
17:43:23 #9 36.56 Selecting previously unselected package libhttp-message-perl.
17:43:23 #9 36.56 Preparing to unpack .../179-libhttp-message-perl_6.22-1_all.deb ...
17:43:23 #9 36.56 Unpacking libhttp-message-perl (6.22-1) ...
17:43:23 #9 36.59 Selecting previously unselected package libhttp-cookies-perl.
17:43:23 #9 36.59 Preparing to unpack .../180-libhttp-cookies-perl_6.08-1_all.deb ...
17:43:23 #9 36.60 Unpacking libhttp-cookies-perl (6.08-1) ...
17:43:23 #9 36.63 Selecting previously unselected package libhttp-negotiate-perl.
17:43:23 #9 36.63 Preparing to unpack .../181-libhttp-negotiate-perl_6.01-1_all.deb ...
17:43:23 #9 36.63 Unpacking libhttp-negotiate-perl (6.01-1) ...
17:43:23 #9 36.65 Selecting previously unselected package perl-openssl-defaults:amd64.
17:43:23 #9 36.66 Preparing to unpack .../182-perl-openssl-defaults_4_amd64.deb ...
17:43:23 #9 36.66 Unpacking perl-openssl-defaults:amd64 (4) ...
17:43:23 #9 36.68 Selecting previously unselected package libnet-ssleay-perl.
17:43:23 #9 36.69 Preparing to unpack .../183-libnet-ssleay-perl_1.88-2ubuntu1_amd64.deb ...
17:43:23 #9 36.69 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
17:43:23 #9 36.74 Selecting previously unselected package libio-socket-ssl-perl.
17:43:24 #9 36.75 Preparing to unpack .../184-libio-socket-ssl-perl_2.067-1_all.deb ...
17:43:24 #9 36.75 Unpacking libio-socket-ssl-perl (2.067-1) ...
17:43:24 #9 36.79 Selecting previously unselected package libnet-http-perl.
17:43:24 #9 36.79 Preparing to unpack .../185-libnet-http-perl_6.19-1_all.deb ...
17:43:24 #9 36.79 Unpacking libnet-http-perl (6.19-1) ...
17:43:24 #9 36.82 Selecting previously unselected package liblwp-protocol-https-perl.
17:43:24 #9 36.82 Preparing to unpack .../186-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
17:43:24 #9 36.82 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
17:43:24 #9 36.84 Selecting previously unselected package libtry-tiny-perl.
17:43:24 #9 36.84 Preparing to unpack .../187-libtry-tiny-perl_0.30-1_all.deb ...
17:43:24 #9 36.85 Unpacking libtry-tiny-perl (0.30-1) ...
17:43:24 #9 36.87 Selecting previously unselected package libwww-robotrules-perl.
17:43:24 #9 36.88 Preparing to unpack .../188-libwww-robotrules-perl_6.02-1_all.deb ...
17:43:24 #9 36.88 Unpacking libwww-robotrules-perl (6.02-1) ...
17:43:24 #9 36.90 Selecting previously unselected package libwww-perl.
17:43:24 #9 36.91 Preparing to unpack .../189-libwww-perl_6.43-1_all.deb ...
17:43:24 #9 36.91 Unpacking libwww-perl (6.43-1) ...
17:43:24 #9 36.95 Selecting previously unselected package patchutils.
17:43:24 #9 36.95 Preparing to unpack .../190-patchutils_0.3.4-2_amd64.deb ...
17:43:24 #9 36.95 Unpacking patchutils (0.3.4-2) ...
17:43:24 #9 36.98 Selecting previously unselected package wdiff.
17:43:24 #9 36.99 Preparing to unpack .../191-wdiff_1.2.2-2build1_amd64.deb ...
17:43:24 #9 36.99 Unpacking wdiff (1.2.2-2build1) ...
17:43:24 #9 37.02 Selecting previously unselected package devscripts.
17:43:24 #9 37.03 Preparing to unpack .../192-devscripts_2.20.2ubuntu2_amd64.deb ...
17:43:24 #9 37.04 Unpacking devscripts (2.20.2ubuntu2) ...
17:43:24 #9 37.16 Selecting previously unselected package diffstat.
17:43:24 #9 37.16 Preparing to unpack .../193-diffstat_1.63-1_amd64.deb ...
17:43:24 #9 37.16 Unpacking diffstat (1.63-1) ...
17:43:24 #9 37.19 Selecting previously unselected package python3-chardet.
17:43:24 #9 37.19 Preparing to unpack .../194-python3-chardet_3.0.4-4build1_all.deb ...
17:43:24 #9 37.19 Unpacking python3-chardet (3.0.4-4build1) ...
17:43:24 #9 37.23 Selecting previously unselected package python3-debian.
17:43:24 #9 37.23 Preparing to unpack .../195-python3-debian_0.1.36ubuntu1_all.deb ...
17:43:24 #9 37.23 Unpacking python3-debian (0.1.36ubuntu1) ...
17:43:24 #9 37.27 Selecting previously unselected package libgpgme11:amd64.
17:43:24 #9 37.27 Preparing to unpack .../196-libgpgme11_1.13.1-7ubuntu2_amd64.deb ...
17:43:24 #9 37.27 Unpacking libgpgme11:amd64 (1.13.1-7ubuntu2) ...
17:43:24 #9 37.31 Selecting previously unselected package python3-gpg.
17:43:24 #9 37.31 Preparing to unpack .../197-python3-gpg_1.13.1-7ubuntu2_amd64.deb ...
17:43:24 #9 37.32 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
17:43:24 #9 37.37 Selecting previously unselected package dput.
17:43:24 #9 37.37 Preparing to unpack .../198-dput_1.0.3ubuntu1_all.deb ...
17:43:24 #9 37.38 Unpacking dput (1.0.3ubuntu1) ...
17:43:24 #9 37.41 Selecting previously unselected package libcurl3-gnutls:amd64.
17:43:24 #9 37.41 Preparing to unpack .../199-libcurl3-gnutls_7.68.0-1ubuntu2.6_amd64.deb ...
17:43:24 #9 37.41 Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.6) ...
17:43:24 #9 37.46 Selecting previously unselected package liberror-perl.
17:43:24 #9 37.46 Preparing to unpack .../200-liberror-perl_0.17029-1_all.deb ...
17:43:24 #9 37.46 Unpacking liberror-perl (0.17029-1) ...
17:43:24 #9 37.49 Selecting previously unselected package git-man.
17:43:24 #9 37.49 Preparing to unpack .../201-git-man_1%3a2.25.1-1ubuntu3.1_all.deb ...
17:43:24 #9 37.50 Unpacking git-man (1:2.25.1-1ubuntu3.1) ...
17:43:24 #9 37.60 Selecting previously unselected package git.
17:43:24 #9 37.61 Preparing to unpack .../202-git_1%3a2.25.1-1ubuntu3.1_amd64.deb ...
17:43:24 #9 37.62 Unpacking git (1:2.25.1-1ubuntu3.1) ...
17:43:25 #9 38.15 Selecting previously unselected package libalgorithm-diff-perl.
17:43:25 #9 38.15 Preparing to unpack .../203-libalgorithm-diff-perl_1.19.03-2_all.deb ...
17:43:25 #9 38.15 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
17:43:25 #9 38.18 Selecting previously unselected package libalgorithm-diff-xs-perl.
17:43:25 #9 38.18 Preparing to unpack .../204-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ...
17:43:25 #9 38.19 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
17:43:25 #9 38.22 Selecting previously unselected package libalgorithm-merge-perl.
17:43:25 #9 38.22 Preparing to unpack .../205-libalgorithm-merge-perl_0.08-3_all.deb ...
17:43:25 #9 38.22 Unpacking libalgorithm-merge-perl (0.08-3) ...
17:43:25 #9 38.25 Selecting previously unselected package libapt-pkg-perl.
17:43:25 #9 38.25 Preparing to unpack .../206-libapt-pkg-perl_0.1.36build3_amd64.deb ...
17:43:25 #9 38.25 Unpacking libapt-pkg-perl (0.1.36build3) ...
17:43:25 #9 38.28 Selecting previously unselected package libarchive-cpio-perl.
17:43:25 #9 38.28 Preparing to unpack .../207-libarchive-cpio-perl_0.10-1_all.deb ...
17:43:25 #9 38.29 Unpacking libarchive-cpio-perl (0.10-1) ...
17:43:25 #9 38.31 Selecting previously unselected package libarray-intspan-perl.
17:43:25 #9 38.31 Preparing to unpack .../208-libarray-intspan-perl_2.003-1_all.deb ...
17:43:25 #9 38.32 Unpacking libarray-intspan-perl (2.003-1) ...
17:43:25 #9 38.34 Selecting previously unselected package libasync-mergepoint-perl.
17:43:25 #9 38.34 Preparing to unpack .../209-libasync-mergepoint-perl_0.04-2_all.deb ...
17:43:25 #9 38.34 Unpacking libasync-mergepoint-perl (0.04-2) ...
17:43:25 #9 38.37 Selecting previously unselected package libmodule-implementation-perl.
17:43:25 #9 38.37 Preparing to unpack .../210-libmodule-implementation-perl_0.09-1_all.deb ...
17:43:25 #9 38.37 Unpacking libmodule-implementation-perl (0.09-1) ...
17:43:25 #9 38.40 Selecting previously unselected package libsub-exporter-progressive-perl.
17:43:25 #9 38.40 Preparing to unpack .../211-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
17:43:25 #9 38.40 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
17:43:25 #9 38.43 Selecting previously unselected package libvariable-magic-perl.
17:43:25 #9 38.43 Preparing to unpack .../212-libvariable-magic-perl_0.62-1build2_amd64.deb ...
17:43:25 #9 38.43 Unpacking libvariable-magic-perl (0.62-1build2) ...
17:43:25 #9 38.46 Selecting previously unselected package libb-hooks-endofscope-perl.
17:43:25 #9 38.46 Preparing to unpack .../213-libb-hooks-endofscope-perl_0.24-1_all.deb ...
17:43:25 #9 38.47 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
17:43:25 #9 38.49 Selecting previously unselected package libcapture-tiny-perl.
17:43:25 #9 38.49 Preparing to unpack .../214-libcapture-tiny-perl_0.48-1_all.deb ...
17:43:25 #9 38.50 Unpacking libcapture-tiny-perl (0.48-1) ...
17:43:25 #9 38.52 Selecting previously unselected package libclass-xsaccessor-perl.
17:43:26 #9 38.53 Preparing to unpack .../215-libclass-xsaccessor-perl_1.19-3build3_amd64.deb ...
17:43:26 #9 38.53 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
17:43:26 #9 38.56 Selecting previously unselected package libclone-perl.
17:43:26 #9 38.56 Preparing to unpack .../216-libclone-perl_0.43-2_amd64.deb ...
17:43:26 #9 38.56 Unpacking libclone-perl (0.43-2) ...
17:43:26 #9 38.59 Selecting previously unselected package libcommon-sense-perl.
17:43:26 #9 38.59 Preparing to unpack .../217-libcommon-sense-perl_3.74-2build6_amd64.deb ...
17:43:26 #9 38.59 Unpacking libcommon-sense-perl (3.74-2build6) ...
17:43:26 #9 38.62 Selecting previously unselected package libparams-util-perl.
17:43:26 #9 38.62 Preparing to unpack .../218-libparams-util-perl_1.07-3build5_amd64.deb ...
17:43:26 #9 38.63 Unpacking libparams-util-perl (1.07-3build5) ...
17:43:26 #9 38.65 Selecting previously unselected package libsub-install-perl.
17:43:26 #9 38.65 Preparing to unpack .../219-libsub-install-perl_0.928-1_all.deb ...
17:43:26 #9 38.66 Unpacking libsub-install-perl (0.928-1) ...
17:43:26 #9 38.68 Selecting previously unselected package libdata-optlist-perl.
17:43:26 #9 38.68 Preparing to unpack .../220-libdata-optlist-perl_0.110-1_all.deb ...
17:43:26 #9 38.69 Unpacking libdata-optlist-perl (0.110-1) ...
17:43:26 #9 38.71 Selecting previously unselected package libsub-exporter-perl.
17:43:26 #9 38.71 Preparing to unpack .../221-libsub-exporter-perl_0.987-1_all.deb ...
17:43:26 #9 38.72 Unpacking libsub-exporter-perl (0.987-1) ...
17:43:26 #9 38.75 Selecting previously unselected package libconst-fast-perl.
17:43:26 #9 38.75 Preparing to unpack .../222-libconst-fast-perl_0.014-1_all.deb ...
17:43:26 #9 38.75 Unpacking libconst-fast-perl (0.014-1) ...
17:43:26 #9 38.78 Selecting previously unselected package libwant-perl.
17:43:26 #9 38.78 Preparing to unpack .../223-libwant-perl_0.29-1build4_amd64.deb ...
17:43:26 #9 38.78 Unpacking libwant-perl (0.29-1build4) ...
17:43:26 #9 38.81 Selecting previously unselected package libcontextual-return-perl.
17:43:26 #9 38.81 Preparing to unpack .../224-libcontextual-return-perl_0.004014-2_all.deb ...
17:43:26 #9 38.82 Unpacking libcontextual-return-perl (0.004014-2) ...
17:43:26 #9 38.84 Selecting previously unselected package libcpanel-json-xs-perl.
17:43:26 #9 38.85 Preparing to unpack .../225-libcpanel-json-xs-perl_4.19-1build1_amd64.deb ...
17:43:26 #9 38.85 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
17:43:26 #9 38.89 Selecting previously unselected package libdata-dump-perl.
17:43:26 #9 38.89 Preparing to unpack .../226-libdata-dump-perl_1.23-1_all.deb ...
17:43:26 #9 38.89 Unpacking libdata-dump-perl (1.23-1) ...
17:43:26 #9 38.92 Selecting previously unselected package libdigest-bubblebabble-perl.
17:43:26 #9 38.92 Preparing to unpack .../227-libdigest-bubblebabble-perl_0.02-2_all.deb ...
17:43:26 #9 38.92 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
17:43:26 #9 38.95 Selecting previously unselected package libdigest-hmac-perl.
17:43:26 #9 38.95 Preparing to unpack .../228-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
17:43:26 #9 38.96 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
17:43:26 #9 38.98 Selecting previously unselected package libdistro-info-perl.
17:43:26 #9 38.98 Preparing to unpack .../229-libdistro-info-perl_0.23ubuntu1_all.deb ...
17:43:26 #9 39.07 Unpacking libdistro-info-perl (0.23ubuntu1) ...
17:43:26 #9 39.10 Selecting previously unselected package libnet-smtp-ssl-perl.
17:43:26 #9 39.10 Preparing to unpack .../230-libnet-smtp-ssl-perl_1.04-1_all.deb ...
17:43:26 #9 39.10 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
17:43:26 #9 39.13 Selecting previously unselected package libmailtools-perl.
17:43:26 #9 39.13 Preparing to unpack .../231-libmailtools-perl_2.21-1_all.deb ...
17:43:26 #9 39.14 Unpacking libmailtools-perl (2.21-1) ...
17:43:26 #9 39.17 Selecting previously unselected package libnet-ip-perl.
17:43:26 #9 39.17 Preparing to unpack .../232-libnet-ip-perl_1.26-2_all.deb ...
17:43:26 #9 39.18 Unpacking libnet-ip-perl (1.26-2) ...
17:43:26 #9 39.21 Selecting previously unselected package libnet-dns-perl.
17:43:26 #9 39.21 Preparing to unpack .../233-libnet-dns-perl_1.22-1_all.deb ...
17:43:26 #9 39.21 Unpacking libnet-dns-perl (1.22-1) ...
17:43:26 #9 39.27 Selecting previously unselected package libnet-domain-tld-perl.
17:43:26 #9 39.27 Preparing to unpack .../234-libnet-domain-tld-perl_1.75-1_all.deb ...
17:43:26 #9 39.28 Unpacking libnet-domain-tld-perl (1.75-1) ...
17:43:26 #9 39.30 Selecting previously unselected package libemail-valid-perl.
17:43:26 #9 39.30 Preparing to unpack .../235-libemail-valid-perl_1.202-1_all.deb ...
17:43:26 #9 39.31 Unpacking libemail-valid-perl (1.202-1) ...
17:43:26 #9 39.33 Selecting previously unselected package libexporter-tiny-perl.
17:43:26 #9 39.34 Preparing to unpack .../236-libexporter-tiny-perl_1.002001-1_all.deb ...
17:43:26 #9 39.34 Unpacking libexporter-tiny-perl (1.002001-1) ...
17:43:26 #9 39.37 Selecting previously unselected package libipc-system-simple-perl.
17:43:26 #9 39.37 Preparing to unpack .../237-libipc-system-simple-perl_1.26-1_all.deb ...
17:43:26 #9 39.37 Unpacking libipc-system-simple-perl (1.26-1) ...
17:43:26 #9 39.40 Selecting previously unselected package libfile-basedir-perl.
17:43:26 #9 39.40 Preparing to unpack .../238-libfile-basedir-perl_0.08-1_all.deb ...
17:43:26 #9 39.41 Unpacking libfile-basedir-perl (0.08-1) ...
17:43:26 #9 39.43 Selecting previously unselected package libfile-chdir-perl.
17:43:26 #9 39.44 Preparing to unpack .../239-libfile-chdir-perl_0.1008-1_all.deb ...
17:43:26 #9 39.44 Unpacking libfile-chdir-perl (0.1008-1) ...
17:43:26 #9 39.47 Selecting previously unselected package libfile-fcntllock-perl.
17:43:26 #9 39.47 Preparing to unpack .../240-libfile-fcntllock-perl_0.22-3build4_amd64.deb ...
17:43:26 #9 39.47 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
17:43:26 #9 39.51 Selecting previously unselected package libnumber-compare-perl.
17:43:26 #9 39.52 Preparing to unpack .../241-libnumber-compare-perl_0.03-1_all.deb ...
17:43:26 #9 39.52 Unpacking libnumber-compare-perl (0.03-1) ...
17:43:26 #9 39.55 Selecting previously unselected package libtext-glob-perl.
17:43:26 #9 39.55 Preparing to unpack .../242-libtext-glob-perl_0.10-1_all.deb ...
17:43:26 #9 39.55 Unpacking libtext-glob-perl (0.10-1) ...
17:43:26 #9 39.58 Selecting previously unselected package libfile-find-rule-perl.
17:43:27 #9 39.58 Preparing to unpack .../243-libfile-find-rule-perl_0.34-1_all.deb ...
17:43:27 #9 39.59 Unpacking libfile-find-rule-perl (0.34-1) ...
17:43:27 #9 39.62 Selecting previously unselected package libfont-afm-perl.
17:43:27 #9 39.62 Preparing to unpack .../244-libfont-afm-perl_1.20-2_all.deb ...
17:43:27 #9 39.62 Unpacking libfont-afm-perl (1.20-2) ...
17:43:27 #9 39.65 Selecting previously unselected package libio-string-perl.
17:43:27 #9 39.65 Preparing to unpack .../245-libio-string-perl_1.08-3_all.deb ...
17:43:27 #9 39.66 Unpacking libio-string-perl (1.08-3) ...
17:43:27 #9 39.68 Selecting previously unselected package libfont-ttf-perl.
17:43:27 #9 39.69 Preparing to unpack .../246-libfont-ttf-perl_1.06-1_all.deb ...
17:43:27 #9 39.69 Unpacking libfont-ttf-perl (1.06-1) ...
17:43:27 #9 39.74 Selecting previously unselected package libfuture-perl.
17:43:27 #9 39.74 Preparing to unpack .../247-libfuture-perl_0.43-1_all.deb ...
17:43:27 #9 39.75 Unpacking libfuture-perl (0.43-1) ...
17:43:27 #9 39.78 Selecting previously unselected package libio-stringy-perl.
17:43:27 #9 39.78 Preparing to unpack .../248-libio-stringy-perl_2.111-3_all.deb ...
17:43:27 #9 39.79 Unpacking libio-stringy-perl (2.111-3) ...
17:43:27 #9 39.82 Selecting previously unselected package libparams-validate-perl.
17:43:27 #9 39.82 Preparing to unpack .../249-libparams-validate-perl_1.29-3_amd64.deb ...
17:43:27 #9 39.82 Unpacking libparams-validate-perl (1.29-3) ...
17:43:27 #9 39.85 Selecting previously unselected package libgetopt-long-descriptive-perl.
17:43:27 #9 39.85 Preparing to unpack .../250-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
17:43:27 #9 39.86 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
17:43:27 #9 39.95 Selecting previously unselected package libsort-versions-perl.
17:43:27 #9 39.95 Preparing to unpack .../251-libsort-versions-perl_1.62-1_all.deb ...
17:43:27 #9 39.95 Unpacking libsort-versions-perl (1.62-1) ...
17:43:27 #9 39.98 Selecting previously unselected package libgit-wrapper-perl.
17:43:27 #9 39.98 Preparing to unpack .../252-libgit-wrapper-perl_0.048-1_all.deb ...
17:43:27 #9 39.99 Unpacking libgit-wrapper-perl (0.048-1) ...
17:43:27 #9 40.01 Selecting previously unselected package libhttp-tiny-multipart-perl.
17:43:27 #9 40.02 Preparing to unpack .../253-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
17:43:27 #9 40.02 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
17:43:27 #9 40.04 Selecting previously unselected package libio-prompter-perl.
17:43:27 #9 40.04 Preparing to unpack .../254-libio-prompter-perl_0.004015-1_all.deb ...
17:43:27 #9 40.05 Unpacking libio-prompter-perl (0.004015-1) ...
17:43:27 #9 40.08 Selecting previously unselected package libjson-perl.
17:43:27 #9 40.09 Preparing to unpack .../255-libjson-perl_4.02000-2_all.deb ...
17:43:27 #9 40.09 Unpacking libjson-perl (4.02000-2) ...
17:43:27 #9 40.12 Selecting previously unselected package liblog-any-perl.
17:43:27 #9 40.12 Preparing to unpack .../256-liblog-any-perl_1.708-1_all.deb ...
17:43:27 #9 40.12 Unpacking liblog-any-perl (1.708-1) ...
17:43:27 #9 40.16 Selecting previously unselected package liblog-any-adapter-screen-perl.
17:43:27 #9 40.16 Preparing to unpack .../257-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
17:43:27 #9 40.16 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
17:43:27 #9 40.20 Selecting previously unselected package libpackage-stash-perl.
17:43:27 #9 40.20 Preparing to unpack .../258-libpackage-stash-perl_0.38-1_all.deb ...
17:43:27 #9 40.20 Unpacking libpackage-stash-perl (0.38-1) ...
17:43:27 #9 40.22 Selecting previously unselected package libsub-identify-perl.
17:43:27 #9 40.23 Preparing to unpack .../259-libsub-identify-perl_0.14-1build2_amd64.deb ...
17:43:27 #9 40.23 Unpacking libsub-identify-perl (0.14-1build2) ...
17:43:27 #9 40.26 Selecting previously unselected package libsub-name-perl.
17:43:27 #9 40.26 Preparing to unpack .../260-libsub-name-perl_0.26-1_amd64.deb ...
17:43:27 #9 40.26 Unpacking libsub-name-perl (0.26-1) ...
17:43:27 #9 40.29 Selecting previously unselected package libnamespace-clean-perl.
17:43:27 #9 40.29 Preparing to unpack .../261-libnamespace-clean-perl_0.27-1_all.deb ...
17:43:27 #9 40.29 Unpacking libnamespace-clean-perl (0.27-1) ...
17:43:27 #9 40.32 Selecting previously unselected package libpath-tiny-perl.
17:43:27 #9 40.32 Preparing to unpack .../262-libpath-tiny-perl_0.108-1_all.deb ...
17:43:27 #9 40.32 Unpacking libpath-tiny-perl (0.108-1) ...
17:43:27 #9 40.35 Selecting previously unselected package libtype-tiny-perl.
17:43:27 #9 40.36 Preparing to unpack .../263-libtype-tiny-perl_1.008001-2_all.deb ...
17:43:27 #9 40.36 Unpacking libtype-tiny-perl (1.008001-2) ...
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0d35f6a251e83cd54) in /home/ubuntu/workspace/docker-ce-packaging_PR-572
[Pipeline] {
[Pipeline] withDockerRegistry
17:43:27 #9 40.41 Selecting previously unselected package libgitlab-api-v4-perl.
17:43:27 #9 40.41 Preparing to unpack .../264-libgitlab-api-v4-perl_0.25-1_all.deb ...
17:43:27 #9 40.42 Unpacking libgitlab-api-v4-perl (0.25-1) ...
17:43:27 #9 40.46 Selecting previously unselected package libhash-fieldhash-perl.
17:43:27 #9 40.46 Preparing to unpack .../265-libhash-fieldhash-perl_0.15-1build2_amd64.deb ...
17:43:27 #9 40.46 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
17:43:27 #9 40.49 Selecting previously unselected package libhtml-form-perl.
17:43:27 #9 40.49 Preparing to unpack .../266-libhtml-form-perl_6.07-1_all.deb ...
17:43:27 #9 40.50 Unpacking libhtml-form-perl (6.07-1) ...
17:43:27 #9 40.52 Selecting previously unselected package libhtml-format-perl.
17:43:27 #9 40.53 Preparing to unpack .../267-libhtml-format-perl_2.12-1_all.deb ...
17:43:27 #9 40.53 Unpacking libhtml-format-perl (2.12-1) ...
17:43:27 #9 40.56 Selecting previously unselected package libhttp-daemon-perl.
17:43:27 #9 40.56 Preparing to unpack .../268-libhttp-daemon-perl_6.06-1_all.deb ...
17:43:27 #9 40.56 Unpacking libhttp-daemon-perl (6.06-1) ...
17:43:27 #9 40.59 Selecting previously unselected package libidn11:amd64.
17:43:27 #9 40.59 Preparing to unpack .../269-libidn11_1.33-2.2ubuntu2_amd64.deb ...
17:43:27 #9 40.60 Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ...
17:43:27 #9 40.63 Selecting previously unselected package libstruct-dumb-perl.
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-09759f4448137d46a) in /home/ubuntu/workspace/docker-ce-packaging_PR-572
[Pipeline] {
[Pipeline] withDockerRegistry
17:43:28 #9 40.63 Preparing to unpack .../270-libstruct-dumb-perl_0.09-1_all.deb ...
17:43:28 #9 40.63 Unpacking libstruct-dumb-perl (0.09-1) ...
17:43:28 #9 40.66 Selecting previously unselected package libio-async-perl.
17:43:28 #9 40.66 Preparing to unpack .../271-libio-async-perl_0.75-1_all.deb ...
17:43:28 #9 40.66 Unpacking libio-async-perl (0.75-1) ...
17:43:28 #9 40.71 Selecting previously unselected package liblinux-epoll-perl.
17:43:28 #9 40.71 Preparing to unpack .../272-liblinux-epoll-perl_0.017-1_amd64.deb ...
17:43:28 #9 40.72 Unpacking liblinux-epoll-perl (0.017-1) ...
17:43:28 #9 40.74 Selecting previously unselected package libio-async-loop-epoll-perl.
17:43:28 #9 40.74 Preparing to unpack .../273-libio-async-loop-epoll-perl_0.20-1_all.deb ...
17:43:28 #9 40.75 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
17:43:28 #9 40.77 Selecting previously unselected package libtypes-serialiser-perl.
17:43:28 #9 40.77 Preparing to unpack .../274-libtypes-serialiser-perl_1.0-1_all.deb ...
17:43:28 #9 40.78 Unpacking libtypes-serialiser-perl (1.0-1) ...
17:43:28 #9 40.80 Selecting previously unselected package libjson-xs-perl.
17:43:28 #9 40.81 Preparing to unpack .../275-libjson-xs-perl_4.020-1build1_amd64.deb ...
17:43:28 #9 40.81 Unpacking libjson-xs-perl (4.020-1build1) ...
17:43:28 #9 40.84 Selecting previously unselected package libjson-maybexs-perl.
17:43:28 #9 40.84 Preparing to unpack .../276-libjson-maybexs-perl_1.004000-1_all.deb ...
17:43:28 #9 40.85 Unpacking libjson-maybexs-perl (1.004000-1) ...
17:43:28 #9 40.87 Selecting previously unselected package liblist-compare-perl.
17:43:28 #9 40.88 Preparing to unpack .../277-liblist-compare-perl_0.53-1_all.deb ...
17:43:28 #9 40.88 Unpacking liblist-compare-perl (0.53-1) ...
17:43:28 #9 40.91 Selecting previously unselected package liblist-moreutils-perl.
17:43:28 #9 40.91 Preparing to unpack .../278-liblist-moreutils-perl_0.416-1build5_amd64.deb ...
17:43:28 #9 40.92 Unpacking liblist-moreutils-perl (0.416-1build5) ...
17:43:28 #9 40.95 Selecting previously unselected package liblist-someutils-perl.
17:43:28 #9 40.95 Preparing to unpack .../279-liblist-someutils-perl_0.58-1_all.deb ...
17:43:28 #9 40.95 Unpacking liblist-someutils-perl (0.58-1) ...
17:43:28 #9 40.99 Selecting previously unselected package liblist-someutils-xs-perl.
17:43:28 #9 40.99 Preparing to unpack .../280-liblist-someutils-xs-perl_0.58-2_amd64.deb ...
17:43:28 #9 40.99 Unpacking liblist-someutils-xs-perl (0.58-2) ...
17:43:28 #9 41.02 Selecting previously unselected package libltdl7:amd64.
17:43:28 #9 41.03 Preparing to unpack .../281-libltdl7_2.4.6-14_amd64.deb ...
17:43:28 #9 41.03 Unpacking libltdl7:amd64 (2.4.6-14) ...
17:43:28 #9 41.06 Selecting previously unselected package libltdl-dev:amd64.
17:43:28 #9 41.06 Preparing to unpack .../282-libltdl-dev_2.4.6-14_amd64.deb ...
17:43:28 #9 41.07 Unpacking libltdl-dev:amd64 (2.4.6-14) ...
17:43:28 #9 41.11 Selecting previously unselected package libsys-hostname-long-perl.
17:43:28 #9 41.11 Preparing to unpack .../283-libsys-hostname-long-perl_1.5-1_all.deb ...
17:43:28 #9 41.11 Unpacking libsys-hostname-long-perl (1.5-1) ...
17:43:28 #9 41.14 Selecting previously unselected package libmail-sendmail-perl.
17:43:28 #9 41.14 Preparing to unpack .../284-libmail-sendmail-perl_0.80-1_all.deb ...
17:43:28 #9 41.14 Unpacking libmail-sendmail-perl (0.80-1) ...
17:43:28 #9 41.17 Selecting previously unselected package libmoox-aliases-perl.
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
17:43:28 #9 41.17 Preparing to unpack .../285-libmoox-aliases-perl_0.001006-1_all.deb ...
17:43:28 #9 41.18 Unpacking libmoox-aliases-perl (0.001006-1) ...
17:43:28 #9 41.20 Selecting previously unselected package libobject-id-perl.
17:43:28 #9 41.20 Preparing to unpack .../286-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
17:43:28 #9 41.21 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
17:43:28 #9 41.23 Selecting previously unselected package libmoox-struct-perl.
17:43:28 #9 41.23 Preparing to unpack .../287-libmoox-struct-perl_0.017-1_all.deb ...
17:43:28 #9 41.24 Unpacking libmoox-struct-perl (0.017-1) ...
17:43:28 #9 41.26 Selecting previously unselected package libnet-dns-sec-perl.
17:43:28 #9 41.27 Preparing to unpack .../288-libnet-dns-sec-perl_1.15-1_amd64.deb ...
17:43:28 #9 41.27 Unpacking libnet-dns-sec-perl (1.15-1) ...
17:43:28 #9 41.30 Selecting previously unselected package libnet-libidn-perl.
17:43:28 #9 41.30 Preparing to unpack .../289-libnet-libidn-perl_0.12.ds-3build2_amd64.deb ...
17:43:28 #9 41.30 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
17:43:28 #9 41.33 Selecting previously unselected package libnumber-range-perl.
17:43:28 #9 41.33 Preparing to unpack .../290-libnumber-range-perl_0.12-1_all.deb ...
17:43:28 #9 41.33 Unpacking libnumber-range-perl (0.12-1) ...
17:43:28 #9 41.36 Selecting previously unselected package libpackage-stash-xs-perl.
17:43:28 #9 41.36 Preparing to unpack .../291-libpackage-stash-xs-perl_0.29-1build1_amd64.deb ...
17:43:28 #9 41.37 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
17:43:28 #9 41.39 Selecting previously unselected package libpath-iterator-rule-perl.
17:43:28 #9 41.39 Preparing to unpack .../292-libpath-iterator-rule-perl_1.014-1_all.deb ...
17:43:28 #9 41.40 Unpacking libpath-iterator-rule-perl (1.014-1) ...
17:43:28 #9 41.42 Selecting previously unselected package libperl4-corelibs-perl.
17:43:28 #9 41.42 Preparing to unpack .../293-libperl4-corelibs-perl_0.004-2_all.deb ...
17:43:28 #9 41.43 Unpacking libperl4-corelibs-perl (0.004-2) ...
17:43:28 #9 41.46 Selecting previously unselected package libperlio-gzip-perl.
17:43:28 #9 41.46 Preparing to unpack .../294-libperlio-gzip-perl_0.19-1build5_amd64.deb ...
17:43:28 #9 41.46 Unpacking libperlio-gzip-perl (0.19-1build5) ...
17:43:28 #9 41.49 Selecting previously unselected package libpod-constants-perl.
17:43:28 #9 41.49 Preparing to unpack .../295-libpod-constants-perl_0.19-1_all.deb ...
17:43:28 #9 41.50 Unpacking libpod-constants-perl (0.19-1) ...
17:43:28 #9 41.53 Selecting previously unselected package libre2-5:amd64.
17:43:28 #9 41.53 Preparing to unpack .../296-libre2-5_20200101+dfsg-1build1_amd64.deb ...
17:43:28 #9 41.54 Unpacking libre2-5:amd64 (20200101+dfsg-1build1) ...
17:43:28 #9 41.58 Selecting previously unselected package libre-engine-re2-perl.
17:43:28 #9 41.58 Preparing to unpack .../297-libre-engine-re2-perl_0.13-5_amd64.deb ...
17:43:28 #9 41.58 Unpacking libre-engine-re2-perl (0.13-5) ...
17:43:28 #9 41.61 Selecting previously unselected package libreadonly-perl.
17:43:28 #9 41.61 Preparing to unpack .../298-libreadonly-perl_2.050-2_all.deb ...
17:43:28 #9 41.61 Unpacking libreadonly-perl (2.050-2) ...
17:43:28 #9 41.64 Selecting previously unselected package libref-util-perl.
17:43:28 #9 41.65 Preparing to unpack .../299-libref-util-perl_0.204-1_all.deb ...
17:43:28 #9 41.65 Unpacking libref-util-perl (0.204-1) ...
17:43:28 #9 41.68 Selecting previously unselected package libref-util-xs-perl.
17:43:28 #9 41.68 Preparing to unpack .../300-libref-util-xs-perl_0.117-1build2_amd64.deb ...
17:43:28 #9 41.68 Unpacking libref-util-xs-perl (0.117-1build2) ...
17:43:28 #9 41.71 Selecting previously unselected package libregexp-pattern-license-perl.
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
17:43:29 #9 41.71 Preparing to unpack .../301-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
17:43:29 #9 41.72 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
17:43:29 #9 41.75 Selecting previously unselected package libregexp-pattern-perl.
17:43:29 #9 41.75 Preparing to unpack .../302-libregexp-pattern-perl_0.2.12-1_all.deb ...
17:43:29 #9 41.76 Unpacking libregexp-pattern-perl (0.2.12-1) ...
17:43:29 #9 41.79 Selecting previously unselected package libsasl2-modules:amd64.
17:43:29 #9 41.79 Preparing to unpack .../303-libsasl2-modules_2.1.27+dfsg-2_amd64.deb ...
17:43:29 #9 41.80 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2) ...
17:43:29 #9 41.83 Selecting previously unselected package libsereal-decoder-perl.
17:43:29 #9 41.83 Preparing to unpack .../304-libsereal-decoder-perl_4.011+ds-1build1_amd64.deb ...
17:43:29 #9 41.83 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
17:43:29 #9 41.87 Selecting previously unselected package libsereal-encoder-perl.
17:43:29 #9 41.87 Preparing to unpack .../305-libsereal-encoder-perl_4.011+ds-1build1_amd64.deb ...
17:43:29 #9 41.87 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
17:43:29 #9 41.91 Selecting previously unselected package libsereal-perl.
17:43:29 #9 41.91 Preparing to unpack .../306-libsereal-perl_4.011-1_all.deb ...
17:43:29 #9 41.91 Unpacking libsereal-perl (4.011-1) ...
17:43:29 #9 41.94 Selecting previously unselected package libsort-key-perl.
17:43:29 #9 41.94 Preparing to unpack .../307-libsort-key-perl_1.33-2build2_amd64.deb ...
17:43:29 #9 41.95 Unpacking libsort-key-perl (1.33-2build2) ...
17:43:29 #9 41.97 Selecting previously unselected package libstring-copyright-perl.
17:43:29 #9 41.98 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ...
17:43:29 #9 41.98 Unpacking libstring-copyright-perl (0.003006-1) ...
17:43:29 #9 42.01 Selecting previously unselected package libstring-escape-perl.
17:43:29 #9 42.01 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ...
17:43:29 #9 42.01 Unpacking libstring-escape-perl (2010.002-2) ...
17:43:29 #9 42.04 Selecting previously unselected package libstring-shellquote-perl.
17:43:29 #9 42.04 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ...
17:43:29 #9 42.04 Unpacking libstring-shellquote-perl (1.04-1) ...
17:43:29 #9 42.07 Selecting previously unselected package libterm-readkey-perl.
17:43:29 #9 42.07 Preparing to unpack .../311-libterm-readkey-perl_2.38-1build1_amd64.deb ...
17:43:29 #9 42.08 Unpacking libterm-readkey-perl (2.38-1build1) ...
17:43:29 #9 42.20 Selecting previously unselected package libtest-fatal-perl.
17:43:29 #9 42.20 Preparing to unpack .../312-libtest-fatal-perl_0.014-1_all.deb ...
17:43:29 #9 42.20 Unpacking libtest-fatal-perl (0.014-1) ...
17:43:29 #9 42.23 Selecting previously unselected package libtest-refcount-perl.
17:43:29 #9 42.23 Preparing to unpack .../313-libtest-refcount-perl_0.10-1_all.deb ...
17:43:29 #9 42.23 Unpacking libtest-refcount-perl (0.10-1) ...
17:43:29 #9 42.26 Selecting previously unselected package libtext-levenshtein-perl.
17:43:29 #9 42.26 Preparing to unpack .../314-libtext-levenshtein-perl_0.13-1_all.deb ...
17:43:29 #9 42.26 Unpacking libtext-levenshtein-perl (0.13-1) ...
17:43:29 #9 42.29 Selecting previously unselected package libtype-tiny-xs-perl.
17:43:29 #9 42.29 Preparing to unpack .../315-libtype-tiny-xs-perl_0.016-1_amd64.deb ...
17:43:29 #9 42.29 Unpacking libtype-tiny-xs-perl (0.016-1) ...
17:43:29 #9 42.32 Selecting previously unselected package libunicode-utf8-perl.
17:43:29 #9 42.32 Preparing to unpack .../316-libunicode-utf8-perl_0.62-1build1_amd64.deb ...
17:43:29 #9 42.33 Unpacking libunicode-utf8-perl (0.62-1build1) ...
17:43:29 #9 42.36 Selecting previously unselected package libxml-namespacesupport-perl.
17:43:29 #9 42.36 Preparing to unpack .../317-libxml-namespacesupport-perl_1.12-1_all.deb ...
17:43:29 #9 42.36 Unpacking libxml-namespacesupport-perl (1.12-1) ...
17:43:29 #9 42.38 Selecting previously unselected package libxml-sax-base-perl.
17:43:29 #9 42.39 Preparing to unpack .../318-libxml-sax-base-perl_1.09-1_all.deb ...
17:43:29 #9 42.39 Unpacking libxml-sax-base-perl (1.09-1) ...
17:43:29 #9 42.43 Selecting previously unselected package libxml-sax-perl.
17:43:29 #9 42.43 Preparing to unpack .../319-libxml-sax-perl_1.02+dfsg-1_all.deb ...
17:43:29 #9 42.43 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
17:43:29 #9 42.46 Selecting previously unselected package libxml-libxml-perl.
17:43:29 #9 42.47 Preparing to unpack .../320-libxml-libxml-perl_2.0134+dfsg-1build1_amd64.deb ...
17:43:29 #9 42.47 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
17:43:29 #9 42.53 Selecting previously unselected package libxml-parser-perl.
17:43:29 #9 42.53 Preparing to unpack .../321-libxml-parser-perl_2.46-1_amd64.deb ...
17:43:29 #9 42.53 Unpacking libxml-parser-perl (2.46-1) ...
17:43:29 #9 42.58 Selecting previously unselected package libxml-sax-expat-perl.
17:43:29 #9 42.58 Preparing to unpack .../322-libxml-sax-expat-perl_0.51-1_all.deb ...
17:43:29 #9 42.58 Unpacking libxml-sax-expat-perl (0.51-1) ...
17:43:29 #9 42.61 Selecting previously unselected package libxml-writer-perl.
17:43:29 #9 42.61 Preparing to unpack .../323-libxml-writer-perl_0.625-1_all.deb ...
17:43:29 #9 42.62 Unpacking libxml-writer-perl (0.625-1) ...
17:43:29 #9 42.64 Selecting previously unselected package libyaml-libyaml-perl.
17:43:29 #9 42.65 Preparing to unpack .../324-libyaml-libyaml-perl_0.81+repack-1_amd64.deb ...
17:43:29 #9 42.65 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
17:43:29 #9 42.68 Selecting previously unselected package licensecheck.
17:43:29 #9 42.68 Preparing to unpack .../325-licensecheck_3.0.45-1_all.deb ...
17:43:29 #9 42.68 Unpacking licensecheck (3.0.45-1) ...
17:43:29 #9 42.71 Selecting previously unselected package libdevel-size-perl.
17:43:29 #9 42.71 Preparing to unpack .../326-libdevel-size-perl_0.83-1build1_amd64.deb ...
17:43:29 #9 42.71 Unpacking libdevel-size-perl (0.83-1build1) ...
17:43:29 #9 42.74 Selecting previously unselected package t1utils.
17:43:29 #9 42.74 Preparing to unpack .../327-t1utils_1.41-3_amd64.deb ...
17:43:29 #9 42.74 Unpacking t1utils (1.41-3) ...
17:43:29 #9 42.78 Selecting previously unselected package lintian.
17:43:30 #9 42.78 Preparing to unpack .../328-lintian_2.62.0ubuntu1_all.deb ...
17:43:30 #9 42.79 Unpacking lintian (2.62.0ubuntu1) ...
17:43:30 #9 43.03 Selecting previously unselected package manpages-dev.
17:43:30 #9 43.03 Preparing to unpack .../329-manpages-dev_5.05-1_all.deb ...
17:43:30 #9 43.03 Unpacking manpages-dev (5.05-1) ...
17:43:30 #9 43.27 Selecting previously unselected package python3-certifi.
17:43:30 #9 43.27 Preparing to unpack .../330-python3-certifi_2019.11.28-1_all.deb ...
17:43:30 #9 43.28 Unpacking python3-certifi (2019.11.28-1) ...
17:43:30 #9 43.32 Selecting previously unselected package python3-idna.
17:43:30 #9 43.32 Preparing to unpack .../331-python3-idna_2.8-1_all.deb ...
17:43:30 #9 43.33 Unpacking python3-idna (2.8-1) ...
17:43:30 #9 43.36 Selecting previously unselected package python3-urllib3.
17:43:30 #9 43.37 Preparing to unpack .../332-python3-urllib3_1.25.8-2ubuntu0.1_all.deb ...
17:43:30 #9 43.37 Unpacking python3-urllib3 (1.25.8-2ubuntu0.1) ...
17:43:30 #9 43.40 Selecting previously unselected package python3-requests.
17:43:30 #9 43.41 Preparing to unpack .../333-python3-requests_2.22.0-2ubuntu1_all.deb ...
17:43:30 #9 43.41 Unpacking python3-requests (2.22.0-2ubuntu1) ...
17:43:30 #9 43.44 Selecting previously unselected package python3-unidiff.
17:43:30 #9 43.45 Preparing to unpack .../334-python3-unidiff_0.5.5-2_all.deb ...
17:43:30 #9 43.45 Unpacking python3-unidiff (0.5.5-2) ...
17:43:30 #9 43.56 Selecting previously unselected package python3-xdg.
17:43:31 #9 43.56 Preparing to unpack .../335-python3-xdg_0.26-1ubuntu1_all.deb ...
17:43:31 #9 43.56 Unpacking python3-xdg (0.26-1ubuntu1) ...
17:43:31 #9 43.60 Selecting previously unselected package unzip.
17:43:31 #9 43.60 Preparing to unpack .../336-unzip_6.0-25ubuntu1_amd64.deb ...
17:43:31 #9 43.60 Unpacking unzip (6.0-25ubuntu1) ...
17:43:31 #9 43.64 Selecting previously unselected package equivs.
17:43:31 #9 43.65 Preparing to unpack .../337-equivs_2.2.0_all.deb ...
17:43:31 #9 43.65 Unpacking equivs (2.2.0) ...
17:43:31 #9 43.69 Selecting previously unselected package libauthen-sasl-perl.
17:43:31 #9 43.69 Preparing to unpack .../338-libauthen-sasl-perl_2.1600-1_all.deb ...
17:43:31 #9 43.70 Unpacking libauthen-sasl-perl (2.1600-1) ...
17:43:31 #9 43.73 Selecting previously unselected package python3-magic.
17:43:31 #9 43.73 Preparing to unpack .../339-python3-magic_2%3a0.4.15-3_all.deb ...
17:43:31 #9 43.74 Unpacking python3-magic (2:0.4.15-3) ...
17:43:31 #9 43.83 Setting up libapt-pkg-perl (0.1.36build3) ...
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-572@tmp/58de9c1a-b51e-4884-9758-d16cfda52b96/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] {
17:43:31 #9 43.84 Setting up libksba8:amd64 (1.3.5-2) ...
17:43:31 #9 43.85 Setting up libpipeline1:amd64 (1.5.2-2build1) ...
17:43:31 #9 43.86 Setting up wdiff (1.2.2-2build1) ...
17:43:31 #9 43.88 Setting up libxau6:amd64 (1:1.0.9-0ubuntu1) ...
17:43:31 #9 43.89 Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ...
17:43:31 #9 43.91 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ...
17:43:31 #9 43.92 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
17:43:31 #9 43.94 Setting up mime-support (3.64ubuntu1) ...
17:43:31 #9 44.00 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
17:43:31 #9 44.03 Setting up libmagic-mgc (1:5.38-4) ...
17:43:31 #9 44.04 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
[Pipeline] echo
17:43:31 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:43:31 chowning workspace
[Pipeline] sh
17:43:31 #9 44.06 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
17:43:31 #9 44.06 No schema files found: doing nothing.
17:43:31 #9 44.07 Setting up distro-info-data (0.43ubuntu1.6) ...
17:43:31 #9 44.08 Setting up manpages (5.05-1) ...
17:43:31 #9 44.09 Setting up unzip (6.0-25ubuntu1) ...
17:43:31 #9 44.11 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
17:43:31 #9 44.12 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ...
17:43:31 #9 44.13 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2) ...
17:43:31 #9 44.16 Setting up binutils-common:amd64 (2.34-6ubuntu1.1) ...
17:43:31 #9 44.17 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ...
17:43:31 #9 44.18 Setting up libmagic1:amd64 (1:5.38-4) ...
17:43:31 #9 44.20 Setting up less (551-1ubuntu0.1) ...
17:43:31 #9 44.22 Setting up perl-openssl-defaults:amd64 (4) ...
17:43:31 #9 44.23 Setting up linux-libc-dev:amd64 (5.4.0-81.91) ...
17:43:31 #9 44.24 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.1) ...
17:43:31 #9 44.25 Setting up gettext-base (0.19.8.1-10build1) ...
17:43:31 #9 44.26 Setting up libnpth0:amd64 (1.6-1) ...
17:43:31 #9 44.27 Setting up krb5-locales (1.17-6ubuntu4.1) ...
17:43:31 #9 44.29 Setting up file (1:5.38-4) ...
17:43:31 #9 44.30 Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ...
17:43:31 #9 44.31 Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
17:43:31 #9 44.36 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
17:43:31 #9 44.37 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ...
17:43:31 #9 44.39 Setting up libunwind8:amd64 (1.2.1-9build1) ...
17:43:31 #9 44.40 Setting up libfakeroot:amd64 (1.24-1) ...
17:43:31 #9 44.41 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ...
17:43:31 #9 44.42 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ...
17:43:31 #9 44.44 Setting up tzdata (2021a-0ubuntu0.20.04) ...
17:43:31 #9 44.60 
17:43:31 #9 44.60 Current default time zone: 'Etc/UTC'
17:43:31 #9 44.60 Local time is now:      Sat Aug 28 17:43:31 UTC 2021.
17:43:31 #9 44.60 Universal Time is now:  Sat Aug 28 17:43:31 UTC 2021.
17:43:31 #9 44.60 Run 'dpkg-reconfigure tzdata' if you wish to change it.
17:43:31 #9 44.60 
17:43:32 #9 44.70 Setting up fakeroot (1.24-1) ...
17:43:32 #9 44.71 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
17:43:32 #9 44.71 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
17:43:32 #9 44.71 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
17:43:32 #9 44.71 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
17:43:32 #9 44.71 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
17:43:32 #9 44.71 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
17:43:32 #9 44.71 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
17:43:32 #9 44.71 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
17:43:32 #9 44.71 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
17:43:32 #9 44.72 Setting up autotools-dev (20180224.1) ...
17:43:32 #9 44.73 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
17:43:32 #9 44.74 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
17:43:32 #9 44.75 Setting up make (4.2.1-1.2) ...
17:43:32 #9 44.76 Setting up libmpfr6:amd64 (4.0.2-1) ...
17:43:32 #9 44.77 Setting up gnupg-l10n (2.2.19-3ubuntu2.1) ...
17:43:32 #9 44.78 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
17:43:32 #9 44.79 Setting up libidn11:amd64 (1.33-2.2ubuntu2) ...
17:43:32 #9 44.81 Setting up strace (5.5-3ubuntu1) ...
17:43:32 #9 44.82 Setting up libsigsegv2:amd64 (2.12-2) ...
17:43:32 #9 44.83 Setting up xz-utils (5.2.4-1ubuntu1) ...
17:43:32 #9 44.84 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
17:43:32 #9 44.84 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
17:43:32 #9 44.84 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
17:43:32 #9 44.84 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
17:43:32 #9 44.84 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
17:43:32 #9 44.84 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
17:43:32 #9 44.84 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
17:43:32 #9 44.84 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
17:43:32 #9 44.84 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
17:43:32 #9 44.84 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
17:43:32 #9 44.84 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
17:43:32 #9 44.85 Setting up t1utils (1.41-3) ...
17:43:32 #9 44.86 Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
17:43:32 #9 44.88 Setting up diffstat (1.63-1) ...
17:43:32 #9 44.89 Setting up libmpc3:amd64 (1.1.0-1) ...
17:43:32 + pwd
17:43:32 + id -u
17:43:32 + id -g
17:43:32 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572:/workspace busybox chown -R 1000:1000 /workspace
17:43:32 Unable to find image 'busybox:latest' locally
17:43:32 #9 44.90 Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
17:43:32 #9 44.91 Setting up patch (2.7.6-6) ...
17:43:32 #9 44.92 Setting up autopoint (0.19.8.1-10build1) ...
17:43:32 #9 44.94 Setting up libfl2:amd64 (2.6.4-6.2) ...
17:43:32 #9 44.95 Setting up ucf (3.0038+nmu1) ...
17:43:32 #9 45.12 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ...
17:43:32 #9 45.13 Setting up libltdl7:amd64 (2.4.6-14) ...
17:43:32 #9 45.15 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2) ...
17:43:32 #9 45.16 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
17:43:32 #9 45.17 Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
17:43:32 #9 45.19 Setting up python-apt-common (2.0.0ubuntu0.20.04.5) ...
17:43:32 #9 45.20 Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
17:43:32 #9 45.21 Setting up libuchardet0:amd64 (0.0.6-3build1) ...
17:43:32 #9 45.22 Setting up libre2-5:amd64 (20200101+dfsg-1build1) ...
17:43:32 #9 45.23 Setting up git-man (1:2.25.1-1ubuntu3.1) ...
17:43:32 #9 45.25 Setting up libisl22:amd64 (0.22.1-1) ...
17:43:32 #9 45.26 Setting up netbase (6.1) ...
17:43:32 #9 45.28 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ...
17:43:32 #9 45.29 Setting up libmpdec2:amd64 (2.4.2-3) ...
17:43:32 #9 45.31 Setting up libbinutils:amd64 (2.34-6ubuntu1.1) ...
17:43:32 #9 45.32 Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ...
17:43:32 #9 45.34 Setting up libc-dev-bin (2.31-0ubuntu9.2) ...
17:43:32 #9 45.35 Setting up openssl (1.1.1f-1ubuntu2.8) ...
17:43:32 #9 45.37 Setting up libbsd0:amd64 (0.10.0-1) ...
17:43:32 #9 45.39 Setting up libelf1:amd64 (0.176-1.1build1) ...
17:43:32 #9 45.40 Setting up readline-common (8.0-4) ...
17:43:32 #9 45.41 Setting up publicsuffix (20200303.0012-1) ...
17:43:32 #9 45.42 Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
17:43:32 #9 45.44 Setting up iso-codes (4.4-1) ...
17:43:32 #9 45.45 Setting up liblocale-gettext-perl (1.07-4) ...
17:43:32 #9 45.46 Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
17:43:32 #9 45.47 Setting up dctrl-tools (2.24-3) ...
17:43:32 #9 45.48 Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
17:43:32 #9 45.49 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
17:43:32 #9 45.50 Setting up libgdbm6:amd64 (1.18.1-5) ...
17:43:32 #9 45.52 Setting up gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) ...
17:43:32 #9 45.53 Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
17:43:32 #9 45.54 Setting up libctf0:amd64 (2.34-6ubuntu1.1) ...
17:43:32 #9 45.55 Setting up pinentry-curses (1.1.0-3build1) ...
17:43:32 #9 45.57 Setting up manpages-dev (5.05-1) ...
17:43:32 #9 45.58 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
17:43:32 #9 45.59 Setting up libxcb1:amd64 (1.14-2) ...
17:43:32 #9 45.60 Setting up at (3.1.23-1ubuntu1) ...
17:43:33 #9 45.73 invoke-rc.d: could not determine current runlevel
17:43:33 #9 45.74 invoke-rc.d: policy-rc.d denied execution of start.
17:43:33 #9 45.74 Setting up libicu66:amd64 (66.1-2ubuntu2) ...
17:43:33 #9 45.75 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
17:43:33 #9 45.76 Setting up libedit2:amd64 (3.1-20191231-1) ...
17:43:33 #9 45.77 Setting up libreadline8:amd64 (8.0-4) ...
17:43:33 #9 45.78 Setting up m4 (1.4.18-4) ...
17:43:33 #9 45.80 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
17:43:33 #9 45.81 Setting up ca-certificates (20210119~20.04.1) ...
17:43:33 latest: Pulling from library/busybox
17:43:33 a0071ec72da4: Pulling fs layer
17:43:33 #9 46.14 Updating certificates in /etc/ssl/certs...
17:43:33 a0071ec72da4: Verifying Checksum
17:43:33 a0071ec72da4: Download complete
17:43:33 a0071ec72da4: Pull complete
17:43:34 #9 46.55 129 added, 0 removed; done.
17:43:34 #9 46.66 Setting up libasan5:amd64 (9.3.0-17ubuntu1~20.04) ...
17:43:34 #9 46.66 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
17:43:34 #9 46.68 Setting up bsdmainutils (11.1.2ubuntu3) ...
17:43:34 #9 46.69 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
17:43:34 #9 46.69 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
17:43:34 #9 46.70 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
17:43:34 #9 46.70 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
17:43:34 #9 46.70 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ...
17:43:34 #9 46.71 Setting up libgdbm-compat4:amd64 (1.18.1-5) ...
17:43:34 #9 46.72 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
17:43:34 #9 46.73 Setting up dwz (0.13-5) ...
17:43:34 #9 46.74 Setting up groff-base (1.22.4-4build1) ...
17:43:34 #9 46.76 Setting up gpgconf (2.2.19-3ubuntu2.1) ...
17:43:34 Digest: sha256:b37dd066f59a4961024cf4bed74cae5e68ac26b48807292bd12198afa3ecb778
17:43:34 Status: Downloaded newer image for busybox:latest
17:43:34 #9 46.77 Setting up cpp-9 (9.3.0-17ubuntu1~20.04) ...
17:43:34 #9 46.78 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ...
17:43:34 #9 46.79 Setting up libc6-dev:amd64 (2.31-0ubuntu9.2) ...
17:43:34 #9 46.80 Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
17:43:34 #9 46.81 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04) ...
17:43:34 #9 46.82 Setting up python3.8 (3.8.10-0ubuntu1~20.04) ...
17:43:34 #9 47.44 Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ...
17:43:34 #9 47.45 Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
17:43:34 #9 47.46 Setting up gpg (2.2.19-3ubuntu2.1) ...
17:43:34 #9 47.47 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
17:43:34 #9 47.48 Setting up gnupg-utils (2.2.19-3ubuntu2.1) ...
17:43:34 #9 47.49 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.1) ...
17:43:34 #9 47.50 Setting up gpg-agent (2.2.19-3ubuntu2.1) ...
17:43:35 #9 47.95 Setting up openssh-client (1:8.2p1-4ubuntu0.3) ...
17:43:35 #9 48.04 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
17:43:35 #9 48.05 Setting up gpgsm (2.2.19-3ubuntu2.1) ...
17:43:35 #9 48.06 Setting up libxext6:amd64 (2:1.3.4-0ubuntu1) ...
17:43:35 #9 48.07 Setting up python3 (3.8.2-0ubuntu2) ...
17:43:35 #9 48.35 Setting up binutils (2.34-6ubuntu1.1) ...
17:43:35 #9 48.36 Setting up python3-xdg (0.26-1ubuntu1) ...
17:43:35 #9 48.51 Setting up man-db (2.9.1-1) ...
17:43:35 #9 48.60 Building database of manual pages ...
17:43:36 #9 48.82 Setting up libgpgme11:amd64 (1.13.1-7ubuntu2) ...
17:43:36 #9 48.84 Setting up python3-six (1.14.0-2) ...
17:43:36 #9 48.97 Setting up libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
17:43:36 #9 48.98 Setting up perl (5.30.0-9ubuntu0.2) ...
17:43:36 #9 49.00 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
17:43:36 #9 49.01 Setting up python3-gpg (1.13.1-7ubuntu2) ...
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-572@tmp/2650889b-acd2-4a43-9b10-5916b84a9b60/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
17:43:36 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:43:36 chowning workspace
[Pipeline] sh
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-572@tmp/29e53345-6f9e-4809-98cb-7854ba927f15/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
17:43:36 #9 49.18 Setting up libdata-dump-perl (1.23-1) ...
17:43:36 #9 49.19 Setting up python3-certifi (2019.11.28-1) ...
17:43:36 #9 49.32 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
17:43:36 #9 49.33 Setting up libref-util-perl (0.204-1) ...
17:43:36 #9 49.35 Setting up libipc-system-simple-perl (1.26-1) ...
17:43:36 #9 49.36 Setting up libnet-domain-tld-perl (1.75-1) ...
17:43:36 #9 49.37 Setting up libxml-writer-perl (0.625-1) ...
17:43:36 #9 49.44 Setting up libhash-fieldhash-perl (0.15-1build2) ...
17:43:36 #9 49.45 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
17:43:36 #9 49.46 Setting up shared-mime-info (1.15-1) ...
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
17:43:37 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
17:43:37 chowning workspace
[Pipeline] sh
17:43:37 + pwd
17:43:37 + id -u
17:43:37 + id -g
17:43:37 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572:/workspace busybox chown -R 1000:1000 /workspace
17:43:37 Unable to find image 'busybox:latest' locally
[Pipeline] echo
17:43:37 Removing all docker containers
[Pipeline] sh
17:43:37 + pwd
17:43:37 + id -u
17:43:37 + id -g
17:43:37 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572:/workspace busybox chown -R 1000:1000 /workspace
17:43:37 Unable to find image 'busybox:latest' locally
17:43:37 + docker container ls -aq
[Pipeline] echo
17:43:37 Docker containers have been removed
[Pipeline] echo
17:43:37 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
17:43:37 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
17:43:37 The recommended git tool is: git
17:43:37 latest: Pulling from library/busybox
17:43:37 8ec32b265e94: Pulling fs layer
17:43:37 8ec32b265e94: Verifying Checksum
17:43:37 8ec32b265e94: Download complete
17:43:38 latest: Pulling from library/busybox
17:43:38 8ec32b265e94: Pulling fs layer
17:43:38 8ec32b265e94: Pull complete
17:43:38 Digest: sha256:b37dd066f59a4961024cf4bed74cae5e68ac26b48807292bd12198afa3ecb778
17:43:38 Status: Downloaded newer image for busybox:latest
17:43:38 8ec32b265e94: Verifying Checksum
17:43:38 8ec32b265e94: Download complete
17:43:38 8ec32b265e94: Pull complete
17:43:38 Digest: sha256:b37dd066f59a4961024cf4bed74cae5e68ac26b48807292bd12198afa3ecb778
17:43:38 Status: Downloaded newer image for busybox:latest
17:43:39 #9 51.39 Setting up liblinux-epoll-perl (0.017-1) ...
17:43:39 #9 51.40 Setting up libvariable-magic-perl (0.62-1build2) ...
17:43:39 #9 51.41 Setting up python3-idna (2.8-1) ...
17:43:39 #9 51.61 Setting up libio-html-perl (1.001-1) ...
17:43:39 #9 51.62 Setting up libcroco3:amd64 (0.6.13-1) ...
17:43:39 #9 51.63 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
17:43:39 #9 51.65 Setting up libtest-refcount-perl (0.10-1) ...
17:43:39 #9 51.66 Setting up libparams-util-perl (1.07-3build5) ...
17:43:39 #9 51.67 Setting up libdpkg-perl (1.19.7ubuntu3) ...
17:43:39 #9 51.68 Setting up autoconf (2.69-11.1) ...
17:43:39 #9 51.69 Setting up python3-urllib3 (1.25.8-2ubuntu0.1) ...
17:43:39 #9 51.85 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
17:43:39 #9 51.86 Setting up libarray-intspan-perl (2.003-1) ...
17:43:39 #9 51.88 Setting up libcapture-tiny-perl (0.48-1) ...
17:43:39 #9 51.89 Setting up libtimedate-perl (2.3200-1) ...
17:43:39 #9 51.90 Setting up gpg-wks-server (2.2.19-3ubuntu2.1) ...
17:43:39 #9 51.91 Setting up libsub-name-perl (0.26-1) ...
17:43:39 #9 51.92 Setting up libtype-tiny-xs-perl (0.016-1) ...
17:43:39 #9 51.93 Setting up libfile-chdir-perl (0.1008-1) ...
17:43:39 #9 51.94 Setting up xauth (1:1.1-0ubuntu1) ...
17:43:39 #9 51.95 Setting up cpp (4:9.3.0-1ubuntu2) ...
17:43:39 #9 51.97 Setting up libpath-tiny-perl (0.108-1) ...
17:43:39 #9 51.97 Setting up libarchive-cpio-perl (0.10-1) ...
17:43:39 #9 51.98 Setting up libjson-perl (4.02000-2) ...
17:43:39 #9 51.99 Setting up libsub-override-perl (0.09-2) ...
17:43:39 #9 52.00 Setting up python3-unidiff (0.5.5-2) ...
17:43:39 #9 52.13 Setting up libstrictures-perl (2.000006-1) ...
17:43:39 #9 52.14 Setting up libsub-quote-perl (2.006006-1) ...
17:43:39 #9 52.16 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
17:43:39 #9 52.17 Setting up libsort-versions-perl (1.62-1) ...
17:43:39 #9 52.18 Setting up libexporter-tiny-perl (1.002001-1) ...
17:43:39 #9 52.18 Setting up libre-engine-re2-perl (0.13-5) ...
17:43:39 #9 52.20 Setting up libterm-readkey-perl (2.38-1build1) ...
17:43:39 #9 52.21 Setting up lsb-release (11.1.0ubuntu2) ...
17:43:39 #9 52.22 Setting up libnet-ip-perl (1.26-2) ...
17:43:39 #9 52.23 Setting up python3-magic (2:0.4.15-3) ...
17:43:39 #9 52.36 Setting up libperlio-gzip-perl (0.19-1build5) ...
17:43:39 #9 52.37 Setting up libsys-hostname-long-perl (1.5-1) ...
17:43:39 #9 52.38 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
17:43:39 #9 52.39 Setting up liburi-perl (1.76-2) ...
17:43:39 #9 52.40 Setting up libdigest-bubblebabble-perl (0.02-2) ...
17:43:39 #9 52.41 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
17:43:39 #9 52.42 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
17:43:39 #9 52.43 Setting up python3-pkg-resources (45.2.0-1) ...
17:43:40 #9 52.61 Setting up automake (1:1.16.1-4ubuntu6) ...
17:43:40 #9 52.62 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
17:43:40 #9 52.62 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
17:43:40 #9 52.62 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
17:43:40 #9 52.63 Setting up libasync-mergepoint-perl (0.04-2) ...
17:43:40 #9 52.63 Setting up libstring-escape-perl (2010.002-2) ...
17:43:40 #9 52.64 Setting up gcc-9 (9.3.0-17ubuntu1~20.04) ...
17:43:40 #9 52.66 Setting up libhttp-date-perl (6.05-1) ...
17:43:40 #9 52.67 Setting up libfile-which-perl (1.23-1) ...
17:43:40 #9 52.68 Setting up libfile-basedir-perl (0.08-1) ...
17:43:40 #9 52.69 Setting up gettext (0.19.8.1-10build1) ...
17:43:40 #9 52.70 Setting up libnumber-range-perl (0.12-1) ...
17:43:40 #9 52.71 Setting up libunicode-utf8-perl (0.62-1build1) ...
17:43:40 #9 52.72 Setting up libstruct-dumb-perl (0.09-1) ...
17:43:40 #9 52.73 Setting up libfile-listing-perl (6.04-1) ...
17:43:40 #9 52.74 Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
17:43:40 #9 52.75 Setting up libregexp-pattern-perl (0.2.12-1) ...
17:43:40 #9 52.76 Setting up libfont-afm-perl (1.20-2) ...
17:43:40 #9 52.77 Setting up libwant-perl (0.29-1build4) ...
17:43:40 #9 52.78 Setting up libdynaloader-functions-perl (0.003-1) ...
17:43:40 #9 52.79 Setting up libtext-glob-perl (0.10-1) ...
17:43:40 #9 52.80 Setting up libclass-method-modifiers-perl (2.13-1) ...
17:43:40 #9 52.81 Setting up liblist-compare-perl (0.53-1) ...
17:43:40 #9 52.82 Setting up libref-util-xs-perl (0.117-1build2) ...
17:43:40 #9 52.83 Setting up libio-pty-perl (1:1.12-1) ...
17:43:40 #9 52.84 Setting up libtool (2.4.6-14) ...
17:43:40 #9 52.86 Setting up libfile-fcntllock-perl (0.22-3build4) ...
17:43:40 #9 52.87 Setting up libsort-key-perl (1.33-2build2) ...
17:43:40 #9 52.88 Setting up libclone-perl (0.43-2) ...
17:43:40 #9 52.89 Setting up libalgorithm-diff-perl (1.19.03-2) ...
17:43:40 #9 52.91 Setting up libarchive-zip-perl (1.67-2) ...
17:43:40 #9 52.92 Setting up libsub-identify-perl (0.14-1build2) ...
17:43:40 #9 52.93 Setting up libdistro-info-perl (0.23ubuntu1) ...
17:43:40 #9 52.94 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
17:43:40 #9 52.95 Setting up python3-apt (2.0.0ubuntu0.20.04.5) ...
17:43:40 #9 53.11 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
17:43:40 #9 53.12 Setting up libio-stringy-perl (2.111-3) ...
17:43:40 #9 53.13 Setting up liblist-moreutils-perl (0.416-1build5) ...
17:43:40 #9 53.14 Setting up libhtml-tagset-perl (3.20-4) ...
17:43:40 #9 53.15 Setting up liblog-any-perl (1.708-1) ...
17:43:40 #9 53.16 Setting up libauthen-sasl-perl (2.1600-1) ...
17:43:40 #9 53.17 Setting up libdevel-size-perl (0.83-1build1) ...
17:43:40 #9 53.18 Setting up libdebhelper-perl (12.10ubuntu1) ...
17:43:40 #9 53.19 Setting up libpod-constants-perl (0.19-1) ...
17:43:40 #9 53.20 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
17:43:40 #9 53.21 Setting up libperl4-corelibs-perl (0.004-2) ...
17:43:40 #9 53.22 Setting up libfuture-perl (0.43-1) ...
17:43:40 #9 53.23 Setting up liblwp-mediatypes-perl (6.04-1) ...
17:43:40 #9 53.26 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
17:43:40 #9 53.27 Setting up libtry-tiny-perl (0.30-1) ...
17:43:40 #9 53.28 Setting up libtype-tiny-perl (1.008001-2) ...
17:43:40 #9 53.29 Setting up libtest-fatal-perl (0.014-1) ...
17:43:40 #9 53.30 Setting up libcommon-sense-perl (3.74-2build6) ...
17:43:40 #9 53.31 Setting up libxml-namespacesupport-perl (1.12-1) ...
17:43:40 #9 53.32 Setting up libnet-http-perl (6.19-1) ...
17:43:40 #9 53.33 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
17:43:40 #9 53.34 Setting up libencode-locale-perl (1.05-1) ...
17:43:40 #9 53.35 Setting up libtext-levenshtein-perl (0.13-1) ...
17:43:40 #9 53.36 Setting up libnet-dns-perl (1.22-1) ...
17:43:40 #9 53.37 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
17:43:40 using credential docker-jenkins-github-credentials
17:43:40 Cloning the remote Git repository
17:43:40 Cloning with configured refspecs honoured and without tags
17:43:40 #9 53.38 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
17:43:40 #9 53.39 Setting up libstring-shellquote-perl (1.04-1) ...
17:43:40 #9 53.40 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
17:43:40 #9 53.41 Setting up libsub-install-perl (0.928-1) ...
17:43:40 #9 53.42 Setting up gcc (4:9.3.0-1ubuntu2) ...
17:43:40 #9 53.44 Setting up dpkg-dev (1.19.7ubuntu3) ...
17:43:40 #9 53.46 Setting up libnumber-compare-perl (0.03-1) ...
17:43:40 #9 53.47 Setting up intltool-debian (0.35.0+20060710.5) ...
17:43:40 #9 53.48 Setting up libio-async-perl (0.75-1) ...
17:43:40 #9 53.49 Setting up liberror-perl (0.17029-1) ...
17:43:40 #9 53.49 Setting up patchutils (0.3.4-2) ...
17:43:40 #9 53.51 Setting up libmail-sendmail-perl (0.80-1) ...
17:43:40 #9 53.52 Setting up libltdl-dev:amd64 (2.4.6-14) ...
17:43:40 #9 53.53 Setting up libjson-maybexs-perl (1.004000-1) ...
17:43:40 #9 53.54 Setting up libxml-sax-base-perl (1.09-1) ...
17:43:40 #9 53.55 Setting up libio-string-perl (1.08-3) ...
17:43:40 #9 53.56 Setting up libreadonly-perl (2.050-2) ...
17:43:40 #9 53.57 Setting up python3-chardet (3.0.4-4build1) ...
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-572 # timeout=10
17:43:41 #9 53.80 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
17:43:41 #9 53.81 Setting up libfile-find-rule-perl (0.34-1) ...
17:43:41 #9 53.82 Setting up libstring-copyright-perl (0.003006-1) ...
17:43:41 #9 53.83 Setting up python3-debian (0.1.36ubuntu1) ...
17:43:41 #9 53.98 Setting up python3-requests (2.22.0-2ubuntu1) ...
17:43:41 #9 54.12 Setting up libdata-optlist-perl (0.110-1) ...
17:43:41 #9 54.13 Setting up libipc-run-perl (20180523.0-2) ...
17:43:41 #9 54.14 Setting up g++-9 (9.3.0-17ubuntu1~20.04) ...
17:43:41 #9 54.15 Setting up libcontextual-return-perl (0.004014-2) ...
17:43:41 #9 54.16 Setting up libwww-robotrules-perl (6.02-1) ...
17:43:41 #9 54.17 Setting up libtypes-serialiser-perl (1.0-1) ...
17:43:41 #9 54.18 Setting up g++ (4:9.3.0-1ubuntu2) ...
17:43:41 #9 54.20 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
17:43:41 #9 54.20 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
17:43:41 #9 54.21 Setting up libhtml-parser-perl (3.72-5) ...
17:43:41 #9 54.23 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
17:43:41 #9 54.25 Setting up librole-tiny-perl (2.001004-1) ...
17:43:41 #9 54.26 Setting up build-essential (12.8ubuntu1.1) ...
17:43:41 #9 54.27 Setting up libfont-ttf-perl (1.06-1) ...
17:43:41 #9 54.28 Setting up libfile-homedir-perl (1.004-1) ...
17:43:41 #9 54.29 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
17:43:41 #9 54.31 Setting up libio-socket-ssl-perl (2.067-1) ...
17:43:41 #9 54.32 Setting up libsub-exporter-perl (0.987-1) ...
17:43:41 #9 54.33 Setting up libalgorithm-merge-perl (0.08-3) ...
17:43:41 #9 54.35 Setting up libhttp-message-perl (6.22-1) ...
17:43:41 #9 54.36 Setting up libhtml-form-perl (6.07-1) ...
17:43:41 #9 54.37 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
17:43:41 #9 54.38 Setting up libjson-xs-perl (4.020-1build1) ...
17:43:41 #9 54.39 Setting up libhttp-negotiate-perl (6.01-1) ...
17:43:41 #9 54.40 Setting up libio-prompter-perl (0.004015-1) ...
17:43:41 #9 54.41 Setting up libhttp-cookies-perl (6.08-1) ...
17:43:41 #9 54.42 Setting up po-debconf (1.0.21) ...
17:43:41 #9 54.43 Setting up libhtml-tree-perl (5.07-2) ...
17:43:41 #9 54.44 Setting up libparams-classify-perl (0.015-1build2) ...
17:43:41 #9 54.45 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ...
17:43:41 #9 54.46 Setting up libpath-iterator-rule-perl (1.014-1) ...
17:43:41 #9 54.47 Setting up libnet-dns-sec-perl (1.15-1) ...
17:43:41 #9 54.47 Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.6) ...
17:43:41 #9 54.48 Setting up libsereal-perl (4.011-1) ...
17:43:41 #9 54.49 Setting up libhtml-format-perl (2.12-1) ...
17:43:41 #9 54.50 Setting up libxml-sax-perl (1.02+dfsg-1) ...
17:43:41 #9 54.56 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
17:43:41 #9 54.62 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
17:43:41 #9 54.74 
17:43:41 #9 54.74 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
[Pipeline] echo
17:43:41 Removing all docker containers
[Pipeline] sh
17:43:42 #9 54.76 Setting up dput (1.0.3ubuntu1) ...
17:43:42 + docker container ls -aq
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/572/head:refs/remotes/origin/PR-572 +refs/heads/master:refs/remotes/origin/master # timeout=10
[Pipeline] echo
17:43:42 Docker containers have been removed
[Pipeline] echo
17:43:42 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
17:43:42 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
17:43:42 The recommended git tool is: git
[Pipeline] echo
17:43:42 Removing all docker containers
[Pipeline] sh
17:43:42 #9 54.91 Setting up libio-async-loop-epoll-perl (0.20-1) ...
17:43:42 #9 54.92 Setting up dirmngr (2.2.19-3ubuntu2.1) ...
17:43:42 #9 55.05 Setting up libnet-smtp-ssl-perl (1.04-1) ...
17:43:42 #9 55.06 Setting up libmodule-runtime-perl (0.016-1) ...
17:43:42 #9 55.07 Setting up libmailtools-perl (2.21-1) ...
17:43:42 #9 55.08 Setting up git (1:2.25.1-1ubuntu3.1) ...
17:43:42 #9 55.11 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
17:43:42 #9 55.15 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
17:43:42 #9 55.22 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
17:43:42 #9 55.29 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
17:43:42 #9 55.41 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
17:43:42 + docker container ls -aq
[Pipeline] echo
17:43:42 Docker containers have been removed
[Pipeline] echo
17:43:42 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
17:43:42 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
17:43:42 The recommended git tool is: git
17:43:43 Fetching without tags
17:43:43 #9 55.94 Setting up dh-strip-nondeterminism (1.7.0-1) ...
17:43:43 #9 55.95 Setting up libconst-fast-perl (0.014-1) ...
17:43:43 #9 55.96 Setting up libhttp-daemon-perl (6.06-1) ...
17:43:43 Merging remotes/origin/master commit 502a32e5a17b71b3b70b710f9ec3844e8a2e8284 into PR head commit bf951a16b5f9738cb7f271078f6ac4b284064583
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/572/head:refs/remotes/origin/PR-572 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/572/head:refs/remotes/origin/PR-572 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bf951a16b5f9738cb7f271078f6ac4b284064583 # timeout=10
17:43:43 #9 55.97 Setting up libgit-wrapper-perl (0.048-1) ...
17:43:43 #9 55.98 Setting up libcurl4:amd64 (7.68.0-1ubuntu2.6) ...
17:43:43 #9 56.11 Setting up curl (7.68.0-1ubuntu2.6) ...
17:43:43 #9 56.13 Setting up gpg-wks-client (2.2.19-3ubuntu2.1) ...
17:43:43 #9 56.13 Setting up libmodule-implementation-perl (0.09-1) ...
17:43:43 #9 56.14 Setting up libemail-valid-perl (1.202-1) ...
17:43:43 #9 56.15 Setting up libpackage-stash-perl (0.38-1) ...
17:43:43 #9 56.16 Setting up libimport-into-perl (1.002005-1) ...
17:43:43 #9 56.17 Setting up libmoo-perl (2.003006-1) ...
17:43:43 #9 56.18 Setting up liblist-someutils-perl (0.58-1) ...
17:43:43 #9 56.19 Setting up liblist-someutils-xs-perl (0.58-2) ...
17:43:43 #9 56.20 Setting up gnupg (2.2.19-3ubuntu2.1) ...
17:43:43 #9 56.21 Setting up libmoox-aliases-perl (0.001006-1) ...
17:43:43 #9 56.22 Setting up libparams-validate-perl (1.29-3) ...
17:43:43 #9 56.23 Setting up libb-hooks-endofscope-perl (0.24-1) ...
17:43:43 #9 56.25 Setting up libnamespace-clean-perl (0.27-1) ...
17:43:43 #9 56.25 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
17:43:43 #9 56.27 Setting up libgitlab-api-v4-perl (0.25-1) ...
17:43:43 #9 56.28 Setting up libmoox-struct-perl (0.017-1) ...
17:43:43 #9 56.29 Setting up lintian (2.62.0ubuntu1) ...
17:43:43 #9 56.30 Setting up licensecheck (3.0.45-1) ...
17:43:43 #9 56.31 Setting up dh-autoreconf (19) ...
17:43:43 #9 56.32 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
17:43:43 #9 56.33 Setting up libwww-perl (6.43-1) ...
17:43:43 Merge succeeded, producing bf951a16b5f9738cb7f271078f6ac4b284064583
17:43:43 Checking out Revision bf951a16b5f9738cb7f271078f6ac4b284064583 (PR-572)
17:43:43 #9 56.34 Setting up debhelper (12.10ubuntu1) ...
17:43:43 #9 56.35 Setting up devscripts (2.20.2ubuntu2) ...
17:43:43 #9 56.50 Setting up equivs (2.2.0) ...
17:43:43 #9 56.51 Setting up libxml-parser-perl (2.46-1) ...
17:43:43 #9 56.52 Setting up libxml-sax-expat-perl (0.51-1) ...
17:43:43 #9 56.56 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
17:43:43 #9 56.61 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
17:43:44 #9 56.73 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
17:43:44 #9 56.83 Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
17:43:44 #9 56.86 Processing triggers for ca-certificates (20210119~20.04.1) ...
17:43:44 #9 56.86 Updating certificates in /etc/ssl/certs...
17:43:44 #9 57.19 0 added, 0 removed; done.
17:43:44 #9 57.19 Running hooks in /etc/ca-certificates/update.d...
17:43:44 #9 57.19 done.
17:43:44 using credential docker-jenkins-github-credentials
17:43:44 Cloning the remote Git repository
17:43:44 Cloning with configured refspecs honoured and without tags
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge 502a32e5a17b71b3b70b710f9ec3844e8a2e8284 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bf951a16b5f9738cb7f271078f6ac4b284064583 # timeout=10
17:43:44 using credential docker-jenkins-github-credentials
17:43:44 Cloning the remote Git repository
17:43:44 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-572 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/572/head:refs/remotes/origin/PR-572 +refs/heads/master:refs/remotes/origin/master # timeout=10
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-572 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/572/head:refs/remotes/origin/PR-572 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:43:46 Fetching without tags
17:43:46 Fetching 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/572/head:refs/remotes/origin/PR-572 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/572/head:refs/remotes/origin/PR-572 +refs/heads/master:refs/remotes/origin/master # timeout=10
17:43:46 Merging remotes/origin/master commit 502a32e5a17b71b3b70b710f9ec3844e8a2e8284 into PR head commit bf951a16b5f9738cb7f271078f6ac4b284064583
17:43:46 Merging remotes/origin/master commit 502a32e5a17b71b3b70b710f9ec3844e8a2e8284 into PR head commit bf951a16b5f9738cb7f271078f6ac4b284064583
17:43:46 Merge succeeded, producing bf951a16b5f9738cb7f271078f6ac4b284064583
17:43:46 Checking out Revision bf951a16b5f9738cb7f271078f6ac4b284064583 (PR-572)
17:43:46 Merge succeeded, producing bf951a16b5f9738cb7f271078f6ac4b284064583
17:43:46 Checking out Revision bf951a16b5f9738cb7f271078f6ac4b284064583 (PR-572)
17:43:47 #9 DONE 59.7s
17:43:47 
17:43:47 #11 [stage-1 4/9] COPY common /root/build-deb/debian
17:43:47 #11 sha256:f19b1cd926eef4ad609e79591d9b287654440d3ec9cdc9516e97d5cfd54edc21
17:43:47 #11 DONE 0.0s
17:43:47 
17:43:47 #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
17:43:47 #12 sha256:c714d69ef1ee553759576c41bcd80de3137a990d1caa791f349c8000988fdc1e
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/572/head:refs/remotes/origin/PR-572 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/572/head:refs/remotes/origin/PR-572 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bf951a16b5f9738cb7f271078f6ac4b284064583 # 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 502a32e5a17b71b3b70b710f9ec3844e8a2e8284 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bf951a16b5f9738cb7f271078f6ac4b284064583 # timeout=10
17:43:47 Commit message: "recommend fuse-overlayfs for Debian too"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bf951a16b5f9738cb7f271078f6ac4b284064583 # 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 502a32e5a17b71b3b70b710f9ec3844e8a2e8284 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bf951a16b5f9738cb7f271078f6ac4b284064583 # timeout=10
[Pipeline] sh
17:43:48 #12 0.782 Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease
17:43:48 #12 0.954 Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
17:43:48 #12 0.966 Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease
17:43:48 #12 1.038 Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease
17:43:48 + make REF=master checkout
17:43:48 git init src/github.com/docker/cli
17:43:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli/.git/
17:43:48 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
17:43:48 ./scripts/checkout.sh src/github.com/docker/cli "master"
17:43:48 + SRC=src/github.com/docker/cli
17:43:48 + REF=master
17:43:48 + REF_FETCH=master
17:43:48 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
17:43:48 + awk {print $2}
17:43:48 + REF=refs/heads/master
17:43:48 + [ -n refs/heads/master ]
17:43:48 + REF_FETCH=refs/heads/master:refs/heads/master
17:43:48 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
17:43:48 #12 1.178 Reading package lists...
17:43:49 #12 2.533 dh_testdir
17:43:49 #12 2.552 dh_testroot
17:43:49 #12 2.570 dh_prep
17:43:49 #12 2.593 dh_testdir
17:43:49 #12 2.612 dh_testroot
17:43:49 #12 2.631 dh_install
17:43:49 #12 2.658 dh_installdocs
17:43:49 #12 2.690 dh_installchangelogs
17:43:49 #12 2.760 dh_compress
17:43:49 #12 2.794 dh_fixperms
17:43:49 #12 2.835 dh_installdeb
17:43:49 #12 2.864 dh_gencontrol
17:43:49 #12 2.976 dh_md5sums
17:43:49 #12 3.005 dh_builddeb
17:43:49 #12 3.025 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
17:43:49 #12 3.044 
17:43:49 #12 3.044 The package has been created.
17:43:49 #12 3.044 Attention, the package has been created in the current directory,
17:43:49 #12 3.044 not in ".." as indicated by the message above!
17:43:50 #12 3.125 Selecting previously unselected package docker-ce-build-deps.
17:43:50 #12 3.139 (Reading database ... 26307 files and directories currently installed.)
17:43:50 #12 3.140 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
17:43:50 #12 3.144 Unpacking docker-ce-build-deps (1.0) ...
17:43:50 Commit message: "recommend fuse-overlayfs for Debian too"
17:43:50 Commit message: "recommend fuse-overlayfs for Debian too"
17:43:51 From https://github.com/docker/cli
17:43:51  * [new branch]      master     -> master
17:43:51  * [new branch]      master     -> origin/master
17:43:51 + git -C src/github.com/docker/cli checkout -q refs/heads/master
17:43:51 #12 3.340 Reading package lists...
17:43:51 #12 4.046 Building dependency tree...
17:43:51 #12 4.195 Reading state information...
17:43:51 #12 4.211 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
17:43:51 #12 4.244 Starting 2 pkgProblemResolver with broken count: 0
17:43:51 #12 4.246 Done
17:43:51 #12 4.262  Done
17:43:51 #12 4.268 Starting pkgProblemResolver with broken count: 0
17:43:51 #12 4.293 Starting 2 pkgProblemResolver with broken count: 0
17:43:51 #12 4.297 Done
[Pipeline] sh
[Pipeline] sh
17:43:51 #12 4.379 The following additional packages will be installed:
17:43:51 #12 4.379   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
17:43:51 #12 4.379   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
17:43:51 #12 4.380   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
17:43:51 #12 4.380   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
17:43:51 #12 4.380   libudev-dev libuv1 pkg-config
17:43:51 #12 4.381 Suggested packages:
17:43:51 #12 4.381   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
17:43:51 #12 4.381 Recommended packages:
17:43:51 #12 4.381   dmsetup
17:43:51 #12 4.413 The following NEW packages will be installed:
17:43:51 #12 4.413   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
17:43:51 #12 4.413   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
17:43:51 #12 4.413   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
17:43:51 #12 4.414   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
17:43:51 #12 4.414   libudev-dev libuv1 pkg-config
17:43:51 + make REF=master checkout
17:43:51 git init src/github.com/docker/cli
17:43:51 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli/.git/
17:43:51 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
17:43:51 ./scripts/checkout.sh src/github.com/docker/cli "master"
17:43:51 + SRC=src/github.com/docker/cli
17:43:51 + REF=master
17:43:51 + REF_FETCH=master
17:43:51 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
17:43:51 + awk {print $2}
17:43:51 + REF=refs/heads/master
17:43:51 + [ -n refs/heads/master ]
17:43:51 + REF_FETCH=refs/heads/master:refs/heads/master
17:43:51 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
17:43:51 + make REF=master checkout
17:43:51 git init src/github.com/docker/cli
17:43:51 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli/.git/
17:43:51 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
17:43:51 ./scripts/checkout.sh src/github.com/docker/cli "master"
17:43:51 + SRC=src/github.com/docker/cli
17:43:51 + REF=master
17:43:51 + REF_FETCH=master
17:43:51 + awk {print $2}
17:43:51 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
17:43:51 + REF=refs/heads/master
17:43:51 + [ -n refs/heads/master ]
17:43:51 + REF_FETCH=refs/heads/master:refs/heads/master
17:43:51 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
17:43:51 #12 4.827 0 upgraded, 23 newly installed, 0 to remove and 4 not upgraded.
17:43:51 #12 4.827 1 not fully installed or removed.
17:43:51 #12 4.827 Need to get 8539 kB of archives.
17:43:51 #12 4.827 After this operation, 41.1 MB of additional disk space will be used.
17:43:51 #12 4.827 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 bash-completion all 1:2.10-1ubuntu1 [178 kB]
17:43:51 git init src/github.com/docker/docker
17:43:51 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker/.git/
17:43:51 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
17:43:51 ./scripts/checkout.sh src/github.com/docker/docker "master"
17:43:51 + SRC=src/github.com/docker/docker
17:43:51 + REF=master
17:43:51 + REF_FETCH=master
17:43:51 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
17:43:51 + awk {print $2}
17:43:51 + REF=refs/heads/master
17:43:51 + [ -n refs/heads/master ]
17:43:51 + REF_FETCH=refs/heads/master:refs/heads/master
17:43:51 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
17:43:52 #12 5.190 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake-data all 3.16.3-1ubuntu1 [1612 kB]
17:43:52 #12 5.450 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive13 amd64 3.4.0-2ubuntu1 [327 kB]
17:43:52 #12 5.471 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libjsoncpp1 amd64 1.7.4-3.1ubuntu2 [75.6 kB]
17:43:52 #12 5.475 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 librhash0 amd64 1.3.9-1 [113 kB]
17:43:52 #12 5.483 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libuv1 amd64 1.34.2-1ubuntu1.3 [80.8 kB]
17:43:52 #12 5.487 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake amd64 3.16.3-1ubuntu1 [3669 kB]
17:43:52 #12 5.703 Get:8 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
17:43:52 #12 5.717 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtrfs0 amd64 5.4.1-2 [175 kB]
17:43:52 #12 5.719 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtrfs-dev amd64 5.4.1-2 [227 kB]
17:43:52 #12 5.721 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB]
17:43:52 #12 5.722 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.167-1ubuntu1 [11.9 kB]
17:43:52 #12 5.723 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev-dev amd64 245.4-4ubuntu3.11 [19.7 kB]
17:43:52 #12 5.723 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libsepol1-dev amd64 3.0-1 [325 kB]
17:43:52 #12 5.726 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-16-0 amd64 10.34-7 [181 kB]
17:43:52 #12 5.728 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-32-0 amd64 10.34-7 [169 kB]
17:43:52 #12 5.791 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-posix2 amd64 10.34-7 [5992 B]
17:43:53 #12 5.865 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-dev amd64 10.34-7 [670 kB]
17:43:53 #12 5.872 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libselinux1-dev amd64 3.0-1build2 [151 kB]
17:43:53 #12 5.874 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-dev amd64 2:1.02.167-1ubuntu1 [35.8 kB]
17:43:53 #12 5.874 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1~20.04.1 [83.6 kB]
17:43:53 #12 5.875 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.11 [246 kB]
17:43:53 #12 5.878 Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB]
17:43:53 #12 6.097 debconf: delaying package configuration, since apt-utils is not installed
17:43:53 #12 6.129 Fetched 8539 kB in 1s (5852 kB/s)
17:43:53 #12 6.157 Selecting previously unselected package bash-completion.
17:43:53 #12 6.157 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 26311 files and directories currently installed.)
17:43:53 #12 6.172 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
17:43:53 From https://github.com/docker/cli
17:43:53  * [new branch]      master     -> master
17:43:53  * [new branch]      master     -> origin/master
17:43:53 + git -C src/github.com/docker/cli checkout -q refs/heads/master
17:43:53 From https://github.com/docker/cli
17:43:53  * [new branch]      master     -> master
17:43:53  * [new branch]      master     -> origin/master
17:43:53 + git -C src/github.com/docker/cli checkout -q refs/heads/master
17:43:53 #12 6.746 Unpacking bash-completion (1:2.10-1ubuntu1) ...
17:43:53 #12 6.854 Selecting previously unselected package cmake-data.
17:43:53 #12 6.857 Preparing to unpack .../01-cmake-data_3.16.3-1ubuntu1_all.deb ...
17:43:53 #12 6.863 Unpacking cmake-data (3.16.3-1ubuntu1) ...
17:43:53 git init src/github.com/docker/docker
17:43:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker/.git/
17:43:53 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
17:43:53 ./scripts/checkout.sh src/github.com/docker/docker "master"
17:43:53 + SRC=src/github.com/docker/docker
17:43:53 + REF=master
17:43:53 + REF_FETCH=master
17:43:53 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
17:43:53 + awk {print $2}
17:43:53 + REF=refs/heads/master
17:43:53 + [ -n refs/heads/master ]
17:43:53 + REF_FETCH=refs/heads/master:refs/heads/master
17:43:53 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
17:43:54 #12 7.250 Selecting previously unselected package libarchive13:amd64.
17:43:54 #12 7.253 Preparing to unpack .../02-libarchive13_3.4.0-2ubuntu1_amd64.deb ...
17:43:54 #12 7.260 Unpacking libarchive13:amd64 (3.4.0-2ubuntu1) ...
17:43:54 git init src/github.com/docker/docker
17:43:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker/.git/
17:43:54 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
17:43:54 ./scripts/checkout.sh src/github.com/docker/docker "master"
17:43:54 + SRC=src/github.com/docker/docker
17:43:54 + REF=master
17:43:54 + REF_FETCH=master
17:43:54 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
17:43:54 + awk {print $2}
17:43:54 + REF=refs/heads/master
17:43:54 + [ -n refs/heads/master ]
17:43:54 + REF_FETCH=refs/heads/master:refs/heads/master
17:43:54 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
17:43:54 #12 7.318 Selecting previously unselected package libjsoncpp1:amd64.
17:43:54 #12 7.321 Preparing to unpack .../03-libjsoncpp1_1.7.4-3.1ubuntu2_amd64.deb ...
17:43:54 #12 7.324 Unpacking libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
17:43:54 #12 7.359 Selecting previously unselected package librhash0:amd64.
17:43:54 #12 7.362 Preparing to unpack .../04-librhash0_1.3.9-1_amd64.deb ...
17:43:54 #12 7.365 Unpacking librhash0:amd64 (1.3.9-1) ...
17:43:54 #12 7.404 Selecting previously unselected package libuv1:amd64.
17:43:54 #12 7.407 Preparing to unpack .../05-libuv1_1.34.2-1ubuntu1.3_amd64.deb ...
17:43:54 #12 7.411 Unpacking libuv1:amd64 (1.34.2-1ubuntu1.3) ...
17:43:54 #12 7.440 Selecting previously unselected package cmake.
17:43:54 #12 7.443 Preparing to unpack .../06-cmake_3.16.3-1ubuntu1_amd64.deb ...
17:43:54 #12 7.446 Unpacking cmake (3.16.3-1ubuntu1) ...
17:43:54 #12 7.829 Selecting previously unselected package dh-apparmor.
17:43:54 #12 7.831 Preparing to unpack .../07-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
17:43:54 #12 7.835 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
17:43:54 #12 7.866 Selecting previously unselected package libbtrfs0:amd64.
17:43:54 #12 7.869 Preparing to unpack .../08-libbtrfs0_5.4.1-2_amd64.deb ...
17:43:54 #12 7.873 Unpacking libbtrfs0:amd64 (5.4.1-2) ...
17:43:54 #12 7.910 Selecting previously unselected package libbtrfs-dev:amd64.
17:43:54 #12 7.913 Preparing to unpack .../09-libbtrfs-dev_5.4.1-2_amd64.deb ...
17:43:54 #12 7.917 Unpacking libbtrfs-dev:amd64 (5.4.1-2) ...
17:43:54 #12 7.969 Selecting previously unselected package libdevmapper1.02.1:amd64.
17:43:54 #12 7.972 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
17:43:54 #12 7.976 Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
17:43:54 #12 8.015 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
17:43:55 #12 8.018 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
17:43:55 #12 8.021 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
17:43:55 #12 8.046 Selecting previously unselected package libudev-dev:amd64.
17:43:55 #12 8.049 Preparing to unpack .../12-libudev-dev_245.4-4ubuntu3.11_amd64.deb ...
17:43:55 #12 8.052 Unpacking libudev-dev:amd64 (245.4-4ubuntu3.11) ...
17:43:55 #12 8.078 Selecting previously unselected package libsepol1-dev:amd64.
17:43:55 #12 8.081 Preparing to unpack .../13-libsepol1-dev_3.0-1_amd64.deb ...
17:43:55 #12 8.084 Unpacking libsepol1-dev:amd64 (3.0-1) ...
17:43:55 #12 8.149 Selecting previously unselected package libpcre2-16-0:amd64.
17:43:55 #12 8.152 Preparing to unpack .../14-libpcre2-16-0_10.34-7_amd64.deb ...
17:43:55 #12 8.156 Unpacking libpcre2-16-0:amd64 (10.34-7) ...
17:43:55 #12 8.198 Selecting previously unselected package libpcre2-32-0:amd64.
17:43:55 #12 8.201 Preparing to unpack .../15-libpcre2-32-0_10.34-7_amd64.deb ...
17:43:55 #12 8.204 Unpacking libpcre2-32-0:amd64 (10.34-7) ...
17:43:55 #12 8.249 Selecting previously unselected package libpcre2-posix2:amd64.
17:43:55 #12 8.252 Preparing to unpack .../16-libpcre2-posix2_10.34-7_amd64.deb ...
17:43:55 #12 8.255 Unpacking libpcre2-posix2:amd64 (10.34-7) ...
17:43:55 #12 8.277 Selecting previously unselected package libpcre2-dev:amd64.
17:43:55 #12 8.280 Preparing to unpack .../17-libpcre2-dev_10.34-7_amd64.deb ...
17:43:55 #12 8.284 Unpacking libpcre2-dev:amd64 (10.34-7) ...
17:43:55 #12 8.370 Selecting previously unselected package libselinux1-dev:amd64.
17:43:55 #12 8.373 Preparing to unpack .../18-libselinux1-dev_3.0-1build2_amd64.deb ...
17:43:55 #12 8.376 Unpacking libselinux1-dev:amd64 (3.0-1build2) ...
17:43:55 #12 8.417 Selecting previously unselected package libdevmapper-dev:amd64.
17:43:55 #12 8.420 Preparing to unpack .../19-libdevmapper-dev_2%3a1.02.167-1ubuntu1_amd64.deb ...
17:43:55 #12 8.423 Unpacking libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
17:43:55 #12 8.449 Selecting previously unselected package libseccomp-dev:amd64.
17:43:55 #12 8.451 Preparing to unpack .../20-libseccomp-dev_2.5.1-1ubuntu1~20.04.1_amd64.deb ...
17:43:55 #12 8.455 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.1) ...
17:43:55 #12 8.487 Selecting previously unselected package libsystemd-dev:amd64.
17:43:55 #12 8.490 Preparing to unpack .../21-libsystemd-dev_245.4-4ubuntu3.11_amd64.deb ...
17:43:55 #12 8.494 Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.11) ...
17:43:55 #12 8.551 Selecting previously unselected package pkg-config.
17:43:55 #12 8.555 Preparing to unpack .../22-pkg-config_0.29.1-0ubuntu4_amd64.deb ...
17:43:55 #12 8.558 Unpacking pkg-config (0.29.1-0ubuntu4) ...
17:43:55 #12 8.648 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.1) ...
17:43:55 #12 8.658 Setting up libarchive13:amd64 (3.4.0-2ubuntu1) ...
17:43:55 #12 8.667 Setting up libsepol1-dev:amd64 (3.0-1) ...
17:43:55 #12 8.677 Setting up libpcre2-16-0:amd64 (10.34-7) ...
17:43:55 #12 8.687 Setting up libbtrfs0:amd64 (5.4.1-2) ...
17:43:55 #12 8.699 Setting up libpcre2-32-0:amd64 (10.34-7) ...
17:43:55 #12 8.710 Setting up libuv1:amd64 (1.34.2-1ubuntu1.3) ...
17:43:55 #12 8.719 Setting up bash-completion (1:2.10-1ubuntu1) ...
17:43:56 From https://github.com/docker/docker
17:43:56  * [new branch]      master     -> master
17:43:56  * [new branch]      master     -> origin/master
17:43:56 + git -C src/github.com/docker/docker checkout -q refs/heads/master
17:43:56 #12 9.317 Setting up pkg-config (0.29.1-0ubuntu4) ...
17:43:56 #12 9.363 Setting up libudev-dev:amd64 (245.4-4ubuntu3.11) ...
17:43:56 From https://github.com/docker/docker
17:43:56  * [new branch]      master     -> master
17:43:56  * [new branch]      master     -> origin/master
17:43:56 + git -C src/github.com/docker/docker checkout -q refs/heads/master
17:43:56 #12 9.375 Setting up libpcre2-posix2:amd64 (10.34-7) ...
17:43:56 #12 9.385 Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
17:43:56 #12 9.394 Setting up libbtrfs-dev:amd64 (5.4.1-2) ...
17:43:56 #12 9.404 Setting up librhash0:amd64 (1.3.9-1) ...
17:43:56 #12 9.415 Setting up cmake-data (3.16.3-1ubuntu1) ...
17:43:56 #12 9.430 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
17:43:56 #12 9.441 Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.11) ...
17:43:56 #12 9.451 Setting up libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
17:43:56 #12 9.460 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
17:43:56 #12 9.469 Setting up libpcre2-dev:amd64 (10.34-7) ...
17:43:56 #12 9.479 Setting up libselinux1-dev:amd64 (3.0-1build2) ...
17:43:56 #12 9.490 Setting up libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
17:43:56 #12 9.502 Setting up cmake (3.16.3-1ubuntu1) ...
17:43:56 #12 9.510 Setting up docker-ce-build-deps (1.0) ...
17:43:56 #12 9.518 Processing triggers for man-db (2.9.1-1) ...
17:43:56 #12 9.538 Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
17:43:56 From https://github.com/docker/docker
17:43:56  * [new branch]      master     -> master
17:43:56  * [new branch]      master     -> origin/master
17:43:56 + git -C src/github.com/docker/docker checkout -q refs/heads/master
17:43:56 git init src/github.com/docker/scan-cli-plugin
17:43:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/scan-cli-plugin/.git/
17:43:56 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
17:43:56 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
17:43:56 + SRC=src/github.com/docker/scan-cli-plugin
17:43:56 + REF=v0.8.0
17:43:56 + REF_FETCH=v0.8.0
17:43:56 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
17:43:56 + awk {print $2}
17:43:56 #12 DONE 9.8s
17:43:56 
17:43:56 #13 [stage-1 6/9] COPY sources/ /sources
17:43:56 #13 sha256:6912cb1589342863c963e0b50088a289292951fe2fcc57894274ae121413908f
17:43:56 git init src/github.com/docker/scan-cli-plugin
17:43:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/scan-cli-plugin/.git/
17:43:56 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
17:43:56 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
17:43:56 + SRC=src/github.com/docker/scan-cli-plugin
17:43:56 + REF=v0.8.0
17:43:56 + REF_FETCH=v0.8.0
17:43:56 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
17:43:56 + awk {print $2}
17:43:57 + REF=refs/tags/v0.8.0
17:43:57 + [ -n refs/tags/v0.8.0 ]
17:43:57 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
17:43:57 + 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
17:43:57 git init src/github.com/docker/scan-cli-plugin
17:43:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/scan-cli-plugin/.git/
17:43:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
17:43:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
17:43:57 + SRC=src/github.com/docker/scan-cli-plugin
17:43:57 + REF=v0.8.0
17:43:57 + REF_FETCH=v0.8.0
17:43:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
17:43:57 + awk {print $2}
17:43:57 + REF=refs/tags/v0.8.0
17:43:57 + [ -n refs/tags/v0.8.0 ]
17:43:57 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
17:43:57 + 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
17:43:57 #13 DONE 0.4s
17:43:57 
17:43:57 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
17:43:57 #15 sha256:5b4546fbc6f1b0b6bcdd2d921530cca4f5bd428e5513492dcadc43f6ca6a4b61
17:43:57 + REF=refs/tags/v0.8.0
17:43:57 + [ -n refs/tags/v0.8.0 ]
17:43:57 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
17:43:57 + 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
17:43:57 From https://github.com/docker/scan-cli-plugin
17:43:57  * [new tag]         v0.8.0     -> v0.8.0
17:43:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
17:43:57 From https://github.com/docker/scan-cli-plugin
17:43:57  * [new tag]         v0.8.0     -> v0.8.0
17:43:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
[Pipeline] sh
[Pipeline] sh
17:43:57 From https://github.com/docker/scan-cli-plugin
17:43:57  * [new tag]         v0.8.0     -> v0.8.0
17:43:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
[Pipeline] sh
17:43:57 + make REF=master DOCKER_BUILD_PKGS=static-linux cross-mac cross-win static
17:43:57 ./scripts/checkout.sh src/github.com/docker/cli "master"
17:43:57 + SRC=src/github.com/docker/cli
17:43:57 + REF=master
17:43:57 + REF_FETCH=master
17:43:57 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
17:43:57 + awk {print $2}
17:43:57 + REF=refs/heads/master
17:43:57 + [ -n refs/heads/master ]
17:43:57 + REF_FETCH=refs/heads/master:refs/heads/master
17:43:57 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
17:43:57 + make -C deb raspbian-buster raspbian-bullseye
17:43:57 make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
17:43:57 mkdir -p sources
17:43:57 docker run --rm -w /v \
17:43:57 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli:/cli \
17:43:57 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/sources:/v \
17:43:57 	alpine \
17:43:57 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
17:43:57 Unable to find image 'alpine:latest' locally
17:43:57 + make -C rpm centos-7 centos-8 fedora-34
17:43:57 make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm'
17:43:57 mkdir -p rpmbuild/SOURCES
17:43:57 docker run --rm -w /v \
17:43:57 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker:/engine \
17:43:57 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm/rpmbuild/SOURCES:/v \
17:43:57 	alpine \
17:43:57 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
17:43:57 Unable to find image 'alpine:latest' locally
17:43:57 + git -C src/github.com/docker/cli checkout -q refs/heads/master
17:43:58 latest: Pulling from library/alpine
17:43:58 ./scripts/checkout.sh src/github.com/docker/docker "master"
17:43:58 + SRC=src/github.com/docker/docker
17:43:58 + REF=master
17:43:58 + REF_FETCH=master
17:43:58 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
17:43:58 + awk {print $2}
17:43:58 latest: Pulling from library/alpine
17:43:58 a14774a5a62e: Pulling fs layer
17:43:58 a0d0a0d46f8b: Pulling fs layer
17:43:58 a0d0a0d46f8b: Download complete
17:43:58 + REF=refs/heads/master
17:43:58 + [ -n refs/heads/master ]
17:43:58 + REF_FETCH=refs/heads/master:refs/heads/master
17:43:58 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
17:43:58 a14774a5a62e: Verifying Checksum
17:43:58 a14774a5a62e: Download complete
17:43:58 a0d0a0d46f8b: Pull complete
17:43:58 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
17:43:58 Status: Downloaded newer image for alpine:latest
17:43:58 + git -C src/github.com/docker/docker checkout -q refs/heads/master
17:43:58 a14774a5a62e: Pull complete
17:43:58 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
17:43:58 Status: Downloaded newer image for alpine:latest
17:43:58 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
17:43:58 + SRC=src/github.com/docker/scan-cli-plugin
17:43:58 + REF=v0.8.0
17:43:58 + REF_FETCH=v0.8.0
17:43:58 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
17:43:58 + awk {print $2}
17:43:59 + REF=refs/tags/v0.8.0
17:43:59 + [ -n refs/tags/v0.8.0 ]
17:43:59 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
17:43:59 + 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
17:43:59 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
17:43:59 for p in static-linux cross-mac cross-win; do \
17:43:59 	make -C static VERSION=0.0.1-dev GO_VERSION=1.16.7 TARGETPLATFORM= ${p}; \
17:43:59 done
17:43:59 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
17:43:59 cd /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli && VERSION=0.0.0-20210825074926-1fdafcd docker buildx bake --set binary.platform= --set binary.args.CGO_ENABLED= binary
17:43:59 #15 DONE 2.5s
17:43:59 
17:43:59 #16 [stage-1 8/9] WORKDIR /root/build-deb
17:43:59 #16 sha256:ff986d937463a538fb896a45ac78d017cdb72bf91aaf96783707c91c654007c3
17:43:59 #16 DONE 0.0s
17:43:59 
17:43:59 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
17:43:59 #17 sha256:2f517705589b8f020f7612aca07bab7269440198ea831ad4a552504570d989d4
17:43:59 #17 DONE 0.0s
17:43:59 
17:43:59 #18 exporting to image
17:43:59 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
17:43:59 #18 exporting layers
17:44:05 mkdir -p rpmbuild/SOURCES
17:44:05 docker run --rm -w /v \
17:44:05 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli:/cli \
17:44:05 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm/rpmbuild/SOURCES:/v \
17:44:05 	alpine \
17:44:05 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
17:44:05 #18 exporting layers 5.4s done
17:44:05 #18 writing image sha256:7b62e796093381e4615551106537abcde4eeb4ab7414d00cfe2adf14aef4a12b done
17:44:05 #18 naming to docker.io/debbuild-ubuntu-focal/x86_64 done
17:44:05 #18 DONE 5.4s
17:44:05 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20210825074926-1fdafcd -e VERSION=0.0.0-20210825074926-1fdafcd -e CLI_GITCOMMIT=1fdafcd -e ENGINE_GITCOMMIT=abd7966 -e SCAN_VERSION=v0.8.0 -e SCAN_GITCOMMIT=35651ca -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/debbuild/ubuntu-focal:/build  debbuild-ubuntu-focal/x86_64
17:44:05 + set -e
17:44:05 + mkdir -p /root/build-deb/engine
17:44:05 + tar -C /root/build-deb -xzf /sources/engine.tgz
17:44:06 + mkdir -p /root/build-deb/cli
17:44:06 + tar -C /root/build-deb -xzf /sources/cli.tgz
17:44:06 + mkdir -p /root/build-deb/scan-cli-plugin
17:44:06 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
17:44:06 + mkdir -p /go/src/github.com/docker
17:44:06 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
17:44:06 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
17:44:06 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
17:44:06 + EPOCH=5
17:44:06 + EPOCH_SEP=
17:44:06 + [[ ! -z 5 ]]
17:44:06 + EPOCH_SEP=:
17:44:06 + [[ -z 0.0.0-20210825074926-1fdafcd ]]
17:44:06 + echo VERSION AAA 0.0.0-20210825074926-1fdafcd
17:44:06 VERSION AAA 0.0.0-20210825074926-1fdafcd
17:44:06 + VERSION=0.0.0-20210825074926-1fdafcd
17:44:06 + echo VERSION bbb 0.0.0-20210825074926-1fdafcd
17:44:06 VERSION bbb 0.0.0-20210825074926-1fdafcd
17:44:06 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
17:44:06 + debSource=docker-ce
17:44:06 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
17:44:06 + debMaintainer='Docker <support@docker.com>'
17:44:06 ++ date --rfc-2822
17:44:06 + debDate='Sat, 28 Aug 2021 17:44:06 +0000'
17:44:06 + cat
17:44:06 + export CLI_GITCOMMIT=1fdafcd
17:44:06 + CLI_GITCOMMIT=1fdafcd
17:44:06 + export ENGINE_GITCOMMIT=abd7966
17:44:06 + ENGINE_GITCOMMIT=abd7966
17:44:06 + export SCAN_GITCOMMIT=35651ca
17:44:06 VERSION BBB 0.0.0-20210825074926-1fdafcd
17:44:06 + SCAN_GITCOMMIT=35651ca
17:44:06 + echo VERSION BBB 0.0.0-20210825074926-1fdafcd
17:44:06 + dpkg-buildpackage -uc -us -I.git
17:44:06 dpkg-buildpackage: info: source package docker-ce
17:44:06 dpkg-buildpackage: info: source version 5:0.0.0-20210825074926-1fdafcd-0~ubuntu-focal
17:44:06 dpkg-buildpackage: info: source distribution focal
17:44:06 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
17:44:06 dpkg-buildpackage: info: host architecture amd64
17:44:06  dpkg-source -I.git --before-build .
17:44:06  debian/rules clean
17:44:06 dh clean --with=bash-completion
17:44:06    dh_clean
17:44:07  dpkg-source -I.git -b .
17:44:07 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
17:44:07 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
17:44:07 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20210825074926-1fdafcd-0~ubuntu'
17:44:07 dpkg-source: info: using source format '1.0'
17:44:07 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210825074926-1fdafcd-0~ubuntu-focal.tar.gz
17:44:07 #1 [internal] load build definition from Dockerfile
17:44:07 #1 sha256:51616d5d8eb3e1ef35fd1351db44bd7ca1f73c1ce4068837bc349fe0f87d17f6
17:44:07 #1 transferring dockerfile: 2.11kB done
17:44:07 #1 DONE 0.1s
17:44:07 
17:44:07 #2 [internal] load .dockerignore
17:44:07 #2 sha256:356b005f1c18900f9746f083a09f681d45e229357dbc1fa14aac8eaffb010a8d
17:44:07 #2 transferring context: 112B done
17:44:07 #2 DONE 0.0s
17:44:07 
17:44:07 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
17:44:07 #4 sha256:af9ab1393d52cd525f6036f975f3f0cf97a585723f3f414a8dd4ec67bdc54efc
17:44:07 #4 DONE 0.0s
17:44:07 
17:44:07 #3 resolve image config for docker.io/docker/dockerfile:1.3
17:44:07 #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
17:44:07 #3 DONE 0.5s
17:44:07 
17:44:07 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89
17:44:07 #5 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8
17:44:07 #5 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 done
17:44:07 #5 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 2.10MB / 9.67MB 0.2s
17:44:07 #5 sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 2.00kB / 2.00kB done
17:44:07 #5 sha256:cb8d6fa06268f199b41ccc0c2718caca915f74c640f3cd044af8e205e8d616cf 528B / 528B done
17:44:07 #5 sha256:b1e2fdbfa8cb359e5e566c70344df94749db2e6419e06ac542ed14a348c3ce81 1.21kB / 1.21kB done
17:44:07 #5 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 4.19MB / 9.67MB 0.3s
17:44:07 #5 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.5s
17:44:07 #5 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.5s done
17:44:07 #5 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338
17:44:07 #5 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0.2s done
17:44:07 #5 DONE 0.8s
17:44:08 
17:44:08 #6 [internal] load build definition from Dockerfile
17:44:08 #6 sha256:0fdb0e983286faddcb6a4ff0c3c3b4d55c6e56be713f8c9917947c8ecc8ac1fd
17:44:08 #6 DONE 0.0s
17:44:08 
17:44:08 #7 [internal] load .dockerignore
17:44:08 #7 sha256:3d1d432e33367c31698d2bca764970ced97fe92f125b2ee417c6f6c4e1607ef3
17:44:08 #7 DONE 0.0s
17:44:08 
17:44:08 #11 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
17:44:08 #11 sha256:b87d4a1f8971f80a0633f5c897daa7691f1dcd9414de71df518caee66e4881d1
17:44:08 #11 DONE 0.0s
17:44:08 
17:44:08 #12 [auth] library/golang:pull token for registry-1.docker.io
17:44:08 #12 sha256:c03dc3d59646d529f8ddcf0138c9ba1c5bf35ddfe0d42b39dc7cec28d3fe6f3a
17:44:08 #12 DONE 0.0s
17:44:08 
17:44:08 #13 [auth] tonistiigi/xx:pull token for registry-1.docker.io
17:44:08 #13 sha256:32877297628ee630d2546527dd926d49b2f1cc3f833d45405c435d3a57b9d7e9
17:44:08 #13 DONE 0.0s
17:44:08 
17:44:08 #10 [internal] load metadata for docker.io/tonistiigi/xx@sha256:620d36a9d7f1e3b102a5c7e8eff12081ac363828b3a44390f24fa8da2d49383d
17:44:08 #10 sha256:e4f2d3e76d24f09857d97de308616d6e136f97009d1cce1d84cfeceac610078b
17:44:08 #10 ...
17:44:08 
17:44:08 #9 [internal] load metadata for docker.io/library/golang:1.16.7-alpine
17:44:08 #9 sha256:208f5ab37b5da8422cb24deee87b11bc20ffca54fd0f69ed869fb20d607ca9a2
17:44:08 #9 DONE 0.4s
17:44:08 
17:44:08 #8 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
17:44:08 #8 sha256:5087d65fd49b28fd728c395eddd502d86004bc97194c580f320dd2a4197a590c
17:44:08 #8 DONE 0.4s
17:44:08 mkdir -p rpmbuild/SOURCES
17:44:08 docker run --rm -w /v \
17:44:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
17:44:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm/rpmbuild/SOURCES:/v \
17:44:08 	alpine \
17:44:08 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
17:44:08 
17:44:08 #10 [internal] load metadata for docker.io/tonistiigi/xx@sha256:620d36a9d7f1e3b102a5c7e8eff12081ac363828b3a44390f24fa8da2d49383d
17:44:08 #10 sha256:e4f2d3e76d24f09857d97de308616d6e136f97009d1cce1d84cfeceac610078b
17:44:08 #10 DONE 0.5s
17:44:08 docker run --rm -w /v \
17:44:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/plugins:/plugins \
17:44:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm/rpmbuild/SOURCES:/v \
17:44:08 	alpine \
17:44:08 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
17:44:09 == Building packages for centos-7 ==
17:44:09 mkdir -p "rpmbuild/centos-7"
17:44:09 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.7-buster -t rpmbuild-centos-7/x86_64 -f centos-7/Dockerfile .
17:44:09 #1 [internal] load build definition from Dockerfile
17:44:09 #1 sha256:cd5ea2777b0d3872e5ac15582b606320121b337993ba7cc12ef65f36b2510fdf
17:44:09 #1 transferring dockerfile: 1.06kB done
17:44:09 #1 DONE 0.0s
17:44:09 
17:44:09 #2 [internal] load .dockerignore
17:44:09 #2 sha256:e8cce26202d922e71d54f23e8cc12b69940c299bf5f166e6f9d600c056676703
17:44:09 #2 transferring context: 2B done
17:44:09 #2 DONE 0.0s
17:44:09 
17:44:09 #5 [auth] library/centos:pull token for registry-1.docker.io
17:44:09 #5 sha256:b912ada573ecad1f6ebd5d8743d73ad9da1c217314973012d292ca4f7ec9a0ee
17:44:09 #5 DONE 0.0s
17:44:09 
17:44:09 #6 [auth] library/golang:pull token for registry-1.docker.io
17:44:09 #6 sha256:313454b3edf042ad6f495e0549b96175e6445362c4cb22776c9b2048dba5e95f
17:44:09 #6 DONE 0.0s
17:44:09 
17:44:09 #4 [internal] load metadata for docker.io/library/golang:1.16.7-buster
17:44:09 #4 sha256:93ae01ec9ac7bdefa753de744d2c08d89caf4ed4484e60c3cb3943293868ea5e
17:44:10 #4 DONE 0.3s
17:44:10 
17:44:10 #3 [internal] load metadata for docker.io/library/centos:7
17:44:10 #3 sha256:30875b35a89c8e8a29cd7cf120689bb68cdab8d769419707e07138dfe977d237
17:44:10 #3 DONE 0.3s
17:44:10 
17:44:10 #10 [internal] load build context
17:44:10 #10 sha256:a994e73d452921f11003d1d32062299ea26959b2ec472cecd4ddca23374ac827
17:44:10 #10 transferring context: 11.26kB done
17:44:10 #10 DONE 0.0s
17:44:10 
17:44:10 #7 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:0f4ec88e21daf75124b8a9e5ca03c37a5e937e0e108a255d890492430789b60e
17:44:10 #7 sha256:a82657dc9009ab4ecab0a966d899b2972800cfe1ee9d42fc736a0cac1581ac52
17:44:10 #7 resolve docker.io/library/centos:7@sha256:0f4ec88e21daf75124b8a9e5ca03c37a5e937e0e108a255d890492430789b60e 0.0s done
17:44:10 #7 sha256:0f4ec88e21daf75124b8a9e5ca03c37a5e937e0e108a255d890492430789b60e 1.20kB / 1.20kB done
17:44:10 #7 sha256:e4ca2ed0202e76be184e75fb26d14bf974193579039d5573fb2348664deef76e 529B / 529B done
17:44:10 #7 sha256:8652b9f0cb4c0599575e5a003f5906876e10c1ceb2ab9fe1786712dac14a50cf 2.75kB / 2.75kB done
17:44:10 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 3.15MB / 76.10MB 0.1s
17:44:10 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 14.68MB / 76.10MB 0.2s
17:44:10 
17:44:10 #20 [internal] load build context
17:44:10 #20 sha256:b66204765c6fb3a2aca54d3b2a56ea804078f2663772cd847674f97a983d00d1
17:44:10 #20 DONE 0.0s
17:44:10 
17:44:10 #15 [xx 1/1] FROM docker.io/tonistiigi/xx@sha256:620d36a9d7f1e3b102a5c7e8eff12081ac363828b3a44390f24fa8da2d49383d
17:44:10 #15 sha256:cf6a1b0864cef1f5f2e8d9eed94372042514444973617492bd255c548e3c632d
17:44:10 #15 resolve docker.io/tonistiigi/xx@sha256:620d36a9d7f1e3b102a5c7e8eff12081ac363828b3a44390f24fa8da2d49383d 0.0s done
17:44:10 #15 DONE 0.0s
17:44:10 
17:44:10 #14 [gostable 1/1] FROM docker.io/library/golang:1.16.7-alpine@sha256:a5132da0f40b9ddce838ae4953849bd95ff04adeae9142ba6256c8f15d355fff
17:44:10 #14 sha256:2014e461ba801b257c4d829c8def18d5d83396ce1afd07248a0e04cbf7fdc481
17:44:10 #14 resolve docker.io/library/golang:1.16.7-alpine@sha256:a5132da0f40b9ddce838ae4953849bd95ff04adeae9142ba6256c8f15d355fff
17:44:10 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 24.12MB / 76.10MB 0.3s
17:44:10 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 32.51MB / 76.10MB 0.4s
17:44:10 #14 resolve docker.io/library/golang:1.16.7-alpine@sha256:a5132da0f40b9ddce838ae4953849bd95ff04adeae9142ba6256c8f15d355fff 0.0s done
17:44:10 #14 sha256:a5132da0f40b9ddce838ae4953849bd95ff04adeae9142ba6256c8f15d355fff 1.65kB / 1.65kB done
17:44:10 #14 sha256:f07a48aac9e66b060f744a1aad530802c40c3221ebb29f85a84a1ada9d5f7e21 1.36kB / 1.36kB done
17:44:10 #14 sha256:c2ffeb903f97153981b0696dca104e6d16adb29fe20327db239d705d0dd80db5 4.87kB / 4.87kB done
17:44:10 #14 sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 2.81MB / 2.81MB 0.2s
17:44:10 #14 sha256:00e108acfc2dec423245b992f059c15efa90d3da68d666891f88e21cf9ed3044 0B / 281.50kB 0.2s
17:44:10 #14 extracting sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e
17:44:10 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 38.88MB / 76.10MB 0.5s
17:44:10 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 66.06MB / 76.10MB 0.7s
17:44:10 #14 sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 2.81MB / 2.81MB 0.2s done
17:44:10 #14 sha256:00e108acfc2dec423245b992f059c15efa90d3da68d666891f88e21cf9ed3044 281.50kB / 281.50kB 0.3s done
17:44:10 #14 sha256:7b5d12eec82106ee897382a4e0f5f4012bb993a2abb41ea43f6055affa263792 153B / 153B 0.3s done
17:44:10 #14 sha256:fba5eda52a4c5e66ad77248b778eeaabf785c0ef090e85270075e82189ccdfc4 0B / 105.80MB 0.4s
17:44:10 #14 sha256:5fb85018fe45e8393802b1c7b0b50c6e376a6ca1e8e95626bde089498a365f36 0B / 156B 0.4s
17:44:11 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 74.45MB / 76.10MB 0.8s
17:44:11 #14 ...
17:44:11 
17:44:11 #15 [xx 1/1] FROM docker.io/tonistiigi/xx@sha256:620d36a9d7f1e3b102a5c7e8eff12081ac363828b3a44390f24fa8da2d49383d
17:44:11 #15 sha256:cf6a1b0864cef1f5f2e8d9eed94372042514444973617492bd255c548e3c632d
17:44:11 #15 sha256:620d36a9d7f1e3b102a5c7e8eff12081ac363828b3a44390f24fa8da2d49383d 2.65kB / 2.65kB done
17:44:11 #15 sha256:3fe57e9188045aad2348169b76e9fa7f4431d0feed05a6e39b9fb04d68247ed8 525B / 525B done
17:44:11 #15 sha256:028aa564be14e915a5c45b873a7d06c283a8ea087ef165c27d33b16e8681b1f7 450B / 450B done
17:44:11 #15 sha256:8d48ed92d986b64029548f05973c0f11339e664831e3f5d8f504bfeb13054fd5 13.09kB / 13.09kB 0.1s done
17:44:11 #15 extracting sha256:8d48ed92d986b64029548f05973c0f11339e664831e3f5d8f504bfeb13054fd5 done
17:44:11 #15 DONE 0.6s
17:44:11 
17:44:11 #21 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
17:44:11 #21 sha256:011c2dec804eeeb4a26ba7a4dda1f825c7ca9ad46eaba9596b74a526f65b85a8
17:44:11 #21 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
17:44:11 #21 sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 5.46kB / 5.46kB done
17:44:11 #21 sha256:8d61139feed19d3685ffc483d41349d49cbdba3ee104a9104dd0ac98cdbc1479 523B / 523B done
17:44:11 #21 sha256:9a072fc69921655d494291e64abe03c6b872ce4522837193a46aee910330fba7 455B / 455B done
17:44:11 #21 sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 117B / 117B 0.1s done
17:44:11 #21 extracting sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 done
17:44:11 #21 DONE 0.6s
17:44:11 
17:44:11 #14 [gostable 1/1] FROM docker.io/library/golang:1.16.7-alpine@sha256:a5132da0f40b9ddce838ae4953849bd95ff04adeae9142ba6256c8f15d355fff
17:44:11 #14 sha256:2014e461ba801b257c4d829c8def18d5d83396ce1afd07248a0e04cbf7fdc481
17:44:11 #14 sha256:5fb85018fe45e8393802b1c7b0b50c6e376a6ca1e8e95626bde089498a365f36 156B / 156B 0.5s
17:44:11 #14 sha256:fba5eda52a4c5e66ad77248b778eeaabf785c0ef090e85270075e82189ccdfc4 8.39MB / 105.80MB 0.6s
17:44:11 #14 sha256:fba5eda52a4c5e66ad77248b778eeaabf785c0ef090e85270075e82189ccdfc4 20.97MB / 105.80MB 0.8s
17:44:11 #14 extracting sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 0.6s done
17:44:11 #14 sha256:fba5eda52a4c5e66ad77248b778eeaabf785c0ef090e85270075e82189ccdfc4 38.80MB / 105.80MB 1.1s
17:44:12 #14 sha256:fba5eda52a4c5e66ad77248b778eeaabf785c0ef090e85270075e82189ccdfc4 48.23MB / 105.80MB 1.4s
17:44:12 #14 extracting sha256:00e108acfc2dec423245b992f059c15efa90d3da68d666891f88e21cf9ed3044
17:44:12 #14 sha256:fba5eda52a4c5e66ad77248b778eeaabf785c0ef090e85270075e82189ccdfc4 57.67MB / 105.80MB 1.7s
17:44:12 #14 extracting sha256:00e108acfc2dec423245b992f059c15efa90d3da68d666891f88e21cf9ed3044 0.2s done
17:44:12 #14 sha256:fba5eda52a4c5e66ad77248b778eeaabf785c0ef090e85270075e82189ccdfc4 66.06MB / 105.80MB 1.9s
17:44:12 #14 sha256:fba5eda52a4c5e66ad77248b778eeaabf785c0ef090e85270075e82189ccdfc4 73.40MB / 105.80MB 2.1s
17:44:12 #14 extracting sha256:7b5d12eec82106ee897382a4e0f5f4012bb993a2abb41ea43f6055affa263792 done
17:44:12 #14 sha256:fba5eda52a4c5e66ad77248b778eeaabf785c0ef090e85270075e82189ccdfc4 82.53MB / 105.80MB 2.3s
17:44:13 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 76.10MB / 76.10MB 2.7s done
17:44:13 #14 sha256:fba5eda52a4c5e66ad77248b778eeaabf785c0ef090e85270075e82189ccdfc4 88.08MB / 105.80MB 2.5s
17:44:13 #7 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc
17:44:13 #14 sha256:fba5eda52a4c5e66ad77248b778eeaabf785c0ef090e85270075e82189ccdfc4 97.52MB / 105.80MB 2.7s
17:44:13 #14 ...
17:44:13 
17:44:13 #20 [internal] load build context
17:44:13 #20 sha256:b66204765c6fb3a2aca54d3b2a56ea804078f2663772cd847674f97a983d00d1
17:44:13 #20 transferring context: 51.24MB 2.8s done
17:44:13 #20 DONE 2.9s
17:44:13 
17:44:13 #14 [gostable 1/1] FROM docker.io/library/golang:1.16.7-alpine@sha256:a5132da0f40b9ddce838ae4953849bd95ff04adeae9142ba6256c8f15d355fff
17:44:13 #14 sha256:2014e461ba801b257c4d829c8def18d5d83396ce1afd07248a0e04cbf7fdc481
17:44:13 #14 sha256:fba5eda52a4c5e66ad77248b778eeaabf785c0ef090e85270075e82189ccdfc4 105.80MB / 105.80MB 3.0s
17:44:14 #14 sha256:fba5eda52a4c5e66ad77248b778eeaabf785c0ef090e85270075e82189ccdfc4 105.80MB / 105.80MB 3.6s done
17:44:14 #14 extracting sha256:fba5eda52a4c5e66ad77248b778eeaabf785c0ef090e85270075e82189ccdfc4 0.1s
17:44:16 mkdir -p sources
17:44:16 docker run --rm -w /v \
17:44:16 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker:/engine \
17:44:16 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/sources:/v \
17:44:16 	alpine \
17:44:16 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
17:44:17 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210825074926-1fdafcd-0~ubuntu-focal.dsc
17:44:17  debian/rules build
17:44:17 dh build --with=bash-completion
17:44:17    dh_update_autotools_config
17:44:17    dh_autoreconf
17:44:17    debian/rules override_dh_auto_build
17:44:17 make[1]: Entering directory '/root/build-deb'
17:44:17 # Build the daemon and dependencies
17:44:17 cd engine && DOCKER_GITCOMMIT=abd7966 PRODUCT=docker ./hack/make.sh dynbinary
17:44:17 
17:44:17 Removing bundles/
17:44:17 
17:44:17 ---> Making bundle: dynbinary (in bundles/dynbinary)
17:44:17 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210825074926-1fdafcd
17:44:17 GOOS="" GOARCH="" GOARM=""
17:44:17 #7 ...
17:44:17 
17:44:17 #13 [golang 1/1] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
17:44:17 #13 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
17:44:17 #13 resolve docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09 0.0s done
17:44:17 #13 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 50.44MB / 50.44MB 1.3s done
17:44:17 #13 sha256:c4099a935a96edef1e9378de34e314d07fb3aea1b7205774055a1fa44a3819f4 7.83MB / 7.83MB 0.4s done
17:44:17 #13 sha256:2959f7340dbf45aaaaff39f10ac521911812c33725bcd3452763f051a3b2cbc6 6.99kB / 6.99kB done
17:44:17 #13 sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09 1.86kB / 1.86kB done
17:44:17 #13 sha256:9d129cfe9b3aa1c19fd64a63aa698cb5742c7291ae2e252a73ce18ce63f2b796 1.79kB / 1.79kB done
17:44:17 #13 sha256:f6e2960d83651b1494b4da6c97686e79cc760aa90a75948eed56786726f86928 10.00MB / 10.00MB 1.6s done
17:44:17 #13 extracting sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 3.7s done
17:44:17 #13 sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0 68.75MB / 68.75MB 3.9s done
17:44:17 #13 sha256:dffd4e6385927b79e4d4daa2d00523e766502eed6dd1934e1eda583d348abd8b 51.84MB / 51.84MB 4.6s done
17:44:17 #13 sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 129.04MB / 129.04MB 6.7s done
17:44:17 #13 sha256:884ab2b700e952bbaccc88bcf19a83ce4ccba10e1e29edc4857dfbab64467fa1 156B / 156B 4.6s done
17:44:17 #13 extracting sha256:c4099a935a96edef1e9378de34e314d07fb3aea1b7205774055a1fa44a3819f4 0.2s
17:44:17 #13 extracting sha256:c4099a935a96edef1e9378de34e314d07fb3aea1b7205774055a1fa44a3819f4 0.6s done
17:44:17 #13 extracting sha256:f6e2960d83651b1494b4da6c97686e79cc760aa90a75948eed56786726f86928
17:44:18 #13 extracting sha256:f6e2960d83651b1494b4da6c97686e79cc760aa90a75948eed56786726f86928 0.5s done
17:44:18 #14 extracting sha256:fba5eda52a4c5e66ad77248b778eeaabf785c0ef090e85270075e82189ccdfc4 3.8s done
17:44:18 #14 extracting sha256:5fb85018fe45e8393802b1c7b0b50c6e376a6ca1e8e95626bde089498a365f36 done
17:44:18 #14 DONE 7.9s
17:44:18 
17:44:18 #16 [build-base-alpine 1/3] COPY --from=xx / /
17:44:18 #16 sha256:2dd7a82c5dc9dc500b536a33b17e6256a2649e955f2367a6ee1c73fda4d84496
17:44:18 #13 extracting sha256:dffd4e6385927b79e4d4daa2d00523e766502eed6dd1934e1eda583d348abd8b
17:44:19 #16 DONE 0.7s
17:44:19 
17:44:19 #17 [build-base-alpine 2/3] RUN apk add --no-cache clang lld llvm file git
17:44:19 #17 sha256:9e3acfbf57aec79e930127166fd0fa0617d1e761d3a49e6e2ded8200c50256ff
17:44:19 #17 0.401 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
17:44:19 #13 ...
17:44:19 
17:44:19 #7 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:0f4ec88e21daf75124b8a9e5ca03c37a5e937e0e108a255d890492430789b60e
17:44:19 #7 sha256:a82657dc9009ab4ecab0a966d899b2972800cfe1ee9d42fc736a0cac1581ac52
17:44:19 #7 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 5.9s done
17:44:19 #7 DONE 9.5s
17:44:19 
17:44:19 #13 [golang 1/1] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
17:44:19 #13 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
17:44:19 #13 ...
17:44:19 
17:44:19 #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
17:44:19 #8 sha256:cf43c9cf3aef68042b013c14de9aaf076721298047612f0c2c39a018ab7e7503
17:44:20 mkdir -p sources
17:44:20 docker run --rm -w /v \
17:44:20 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
17:44:20 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/sources:/v \
17:44:20 	alpine \
17:44:20 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
17:44:20 #17 1.482 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
17:44:20 #17 1.658 (1/18) Installing libffi (3.3-r2)
17:44:20 #17 1.661 (2/18) Installing libgcc (10.3.1_git20210424-r2)
17:44:20 #17 1.664 (3/18) Installing libstdc++ (10.3.1_git20210424-r2)
17:44:20 #17 1.678 (4/18) Installing xz-libs (5.2.5-r0)
17:44:20 #17 1.681 (5/18) Installing libxml2 (2.9.12-r1)
17:44:20 #17 1.694 (6/18) Installing llvm11-libs (11.1.0-r2)
17:44:21 docker run --rm -w /v \
17:44:21 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/plugins:/plugins \
17:44:21 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/sources:/v \
17:44:21 	alpine \
17:44:21 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
17:44:21 #17 2.365 (7/18) Installing clang-libs (11.1.0-r1)
17:44:21 #8 DONE 1.9s
17:44:21 
17:44:21 #13 [golang 1/1] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
17:44:21 #13 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
17:44:21 #13 extracting sha256:dffd4e6385927b79e4d4daa2d00523e766502eed6dd1934e1eda583d348abd8b 3.1s done
17:44:21 #13 extracting sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0
17:44:22 #17 3.070 (8/18) Installing clang (11.1.0-r1)
17:44:22 #17 3.369 (9/18) Installing libmagic (5.40-r1)
17:44:22 #17 3.394 (10/18) Installing file (5.40-r1)
17:44:22 #17 3.396 (11/18) Installing brotli-libs (1.0.9-r5)
17:44:22 #17 3.405 (12/18) Installing nghttp2-libs (1.43.0-r0)
17:44:22 #17 3.408 (13/18) Installing libcurl (7.78.0-r0)
17:44:22 #17 3.416 (14/18) Installing expat (2.4.1-r0)
17:44:22 #17 3.419 (15/18) Installing pcre2 (10.36-r0)
17:44:22 #17 3.432 (16/18) Installing git (2.32.0-r0)
17:44:22 == Building packages for raspbian-buster ==
17:44:22 mkdir -p "debbuild/raspbian-buster"
17:44:22 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.7-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-buster/aarch64 -f raspbian-buster/Dockerfile .
17:44:22 #17 3.558 (17/18) Installing lld (11.1.0-r0)
17:44:22 #17 3.591 (18/18) Installing llvm11 (11.1.0-r2)
17:44:23 #1 [internal] load build definition from Dockerfile
17:44:23 #1 sha256:f718b568cc77729330c96fadc5d3b18b74877862e31b7db16c4117c407b683cf
17:44:23 #1 transferring dockerfile:
17:44:23 #17 3.947 Executing busybox-1.33.1-r3.trigger
17:44:23 #17 3.951 OK: 285 MiB in 33 packages
17:44:23 #1 transferring dockerfile: 935B 0.0s done
17:44:23 #1 DONE 0.2s
17:44:23 
17:44:23 #2 [internal] load .dockerignore
17:44:23 #2 sha256:221f2f903e1ac39ea6c32c9c51cdefc9d30eb1a2b1ccfb50940727bc362f6b98
17:44:23 #2 transferring context: 2B done
17:44:23 #2 DONE 0.0s
17:44:23 
17:44:23 #5 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
17:44:23 #5 sha256:b3d58f10cf5bd079594ec6b433c94caa3bd4059be5c270ec5df67c5d2ea52caf
17:44:23 #5 DONE 0.0s
17:44:23 
17:44:23 #6 [auth] library/golang:pull token for registry-1.docker.io
17:44:23 #6 sha256:1a973da8c6ed87ceb8a69f33bc930ba8a97f499932da3df872d28162ca800e4d
17:44:23 #6 DONE 0.0s
17:44:23 
17:44:23 #4 [internal] load metadata for docker.io/library/golang:1.16.7-buster
17:44:23 #4 sha256:c2ce41af6755ae75973c978a8c50b1c0f6429f357b36a0a51154a69128483fb5
17:44:24 #4 DONE 0.7s
17:44:24 
17:44:24 #3 [internal] load metadata for docker.io/balenalib/rpi-raspbian:buster
17:44:24 #3 sha256:27d889f59b8b6db4a47aae0ffadbf142048b8a10d8ca072aac162cc67bd1afab
17:44:24 #3 DONE 0.7s
17:44:24 
17:44:24 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:537e522fc6db3b31cc26c076060bc42e651b4d3a3d8d103ed41dfb06507b981f
17:44:24 #7 sha256:76b04b31a92a936a4defcba6224a7766fa3f4221c87fd4af80982810d3dd4389
17:44:24 #7 resolve docker.io/balenalib/rpi-raspbian:buster@sha256:537e522fc6db3b31cc26c076060bc42e651b4d3a3d8d103ed41dfb06507b981f 0.0s done
17:44:24 #7 sha256:537e522fc6db3b31cc26c076060bc42e651b4d3a3d8d103ed41dfb06507b981f 1.99kB / 1.99kB done
17:44:24 #7 sha256:a90c1b2fa966f5ac04a5fd3d86b4ae4ec0e27d89c9c4b6335940f242964c16cd 0B / 256B 0.1s
17:44:24 #7 sha256:9a6c721cfdaf2362eec9a6cf9f6ace8ad1b364d9d5cf8551515999d2f93f5d23 5.00kB / 5.00kB done
17:44:24 #7 sha256:582c0d8b35e6fd15e260a9d32c6b649ef72a136f70a64bcc8d9435d55ccee332 0B / 38.29MB 0.1s
17:44:24 #7 sha256:a90c1b2fa966f5ac04a5fd3d86b4ae4ec0e27d89c9c4b6335940f242964c16cd 256B / 256B 0.1s done
17:44:24 #7 sha256:1882c6e635ad6a8e4eefdbfd416abfffa8159616d71fb1f63bd5f5047da0425b 0B / 912B 0.2s
17:44:24 #7 sha256:c1a13b030fc82d8d04cdad52dfc14ced9ad82109d6f24609ad69ab7038d8df35 304B / 304B 0.2s
17:44:24 #13 extracting sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0 2.5s done
17:44:24 #7 sha256:1882c6e635ad6a8e4eefdbfd416abfffa8159616d71fb1f63bd5f5047da0425b 912B / 912B 0.2s done
17:44:24 #7 sha256:c1a13b030fc82d8d04cdad52dfc14ced9ad82109d6f24609ad69ab7038d8df35 304B / 304B 0.2s done
17:44:24 #7 sha256:f150a7025dffc9236ee72f360c124650036e8d8c25a11aca5b5919e4ebf9597b 176B / 176B 0.3s
17:44:24 #7 sha256:f150a7025dffc9236ee72f360c124650036e8d8c25a11aca5b5919e4ebf9597b 176B / 176B 0.3s done
17:44:24 #7 sha256:fa622207962a68e57b1fbb54d1b2577045c3cb6ccc95ec7aaf9c4ef8b25706c5 0B / 415B 0.4s
17:44:24 #7 sha256:ef8bcc4a7006ebec59c8b8c5c65d488c25f650931ce7844f18cceb302c3ca8d3 0B / 15.37MB 0.4s
17:44:24 #7 sha256:582c0d8b35e6fd15e260a9d32c6b649ef72a136f70a64bcc8d9435d55ccee332 3.15MB / 38.29MB 0.5s
17:44:24 #7 sha256:fa622207962a68e57b1fbb54d1b2577045c3cb6ccc95ec7aaf9c4ef8b25706c5 415B / 415B 0.4s done
17:44:24 #7 sha256:cdf3aa96d6486a866aaccc454d84fbe52b9cb75b90cd9faba4c9b77ee6f39981 0B / 130.57kB 0.5s
17:44:24 #13 extracting sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 0.1s
17:44:24 #7 sha256:582c0d8b35e6fd15e260a9d32c6b649ef72a136f70a64bcc8d9435d55ccee332 5.24MB / 38.29MB 0.7s
17:44:24 #7 sha256:ef8bcc4a7006ebec59c8b8c5c65d488c25f650931ce7844f18cceb302c3ca8d3 3.15MB / 15.37MB 0.7s
17:44:24 #7 sha256:cdf3aa96d6486a866aaccc454d84fbe52b9cb75b90cd9faba4c9b77ee6f39981 130.57kB / 130.57kB 0.5s done
17:44:24 #7 sha256:ef8bcc4a7006ebec59c8b8c5c65d488c25f650931ce7844f18cceb302c3ca8d3 4.19MB / 15.37MB 0.8s
17:44:25 #7 sha256:582c0d8b35e6fd15e260a9d32c6b649ef72a136f70a64bcc8d9435d55ccee332 7.34MB / 38.29MB 0.9s
17:44:25 #7 sha256:ef8bcc4a7006ebec59c8b8c5c65d488c25f650931ce7844f18cceb302c3ca8d3 5.24MB / 15.37MB 0.9s
17:44:25 #7 ...
17:44:25 
17:44:25 #9 [internal] load build context
17:44:25 #9 sha256:c492adec2e5eacc6bf0f7597f4aa6cd47d69c186da8e4bca76a53644b26b1351
17:44:25 #9 transferring context: 20.18MB 0.9s done
17:44:25 #9 DONE 1.1s
17:44:25 
17:44:25 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:537e522fc6db3b31cc26c076060bc42e651b4d3a3d8d103ed41dfb06507b981f
17:44:25 #7 sha256:76b04b31a92a936a4defcba6224a7766fa3f4221c87fd4af80982810d3dd4389
17:44:25 #7 sha256:ef8bcc4a7006ebec59c8b8c5c65d488c25f650931ce7844f18cceb302c3ca8d3 6.29MB / 15.37MB 1.1s
17:44:25 #7 sha256:582c0d8b35e6fd15e260a9d32c6b649ef72a136f70a64bcc8d9435d55ccee332 12.48MB / 38.29MB 1.3s
17:44:25 #7 sha256:ef8bcc4a7006ebec59c8b8c5c65d488c25f650931ce7844f18cceb302c3ca8d3 10.49MB / 15.37MB 1.3s
17:44:25 #7 sha256:ef8bcc4a7006ebec59c8b8c5c65d488c25f650931ce7844f18cceb302c3ca8d3 11.53MB / 15.37MB 1.4s
17:44:25 #7 sha256:582c0d8b35e6fd15e260a9d32c6b649ef72a136f70a64bcc8d9435d55ccee332 15.73MB / 38.29MB 1.5s
17:44:25 #7 sha256:ef8bcc4a7006ebec59c8b8c5c65d488c25f650931ce7844f18cceb302c3ca8d3 13.63MB / 15.37MB 1.5s
17:44:25 #7 sha256:ef8bcc4a7006ebec59c8b8c5c65d488c25f650931ce7844f18cceb302c3ca8d3 15.37MB / 15.37MB 1.6s
17:44:25 #7 sha256:582c0d8b35e6fd15e260a9d32c6b649ef72a136f70a64bcc8d9435d55ccee332 19.92MB / 38.29MB 1.8s
17:44:26 #7 sha256:582c0d8b35e6fd15e260a9d32c6b649ef72a136f70a64bcc8d9435d55ccee332 22.02MB / 38.29MB 1.9s
17:44:26 #7 sha256:ef8bcc4a7006ebec59c8b8c5c65d488c25f650931ce7844f18cceb302c3ca8d3 15.37MB / 15.37MB 1.8s done
17:44:26 #7 sha256:582c0d8b35e6fd15e260a9d32c6b649ef72a136f70a64bcc8d9435d55ccee332 25.17MB / 38.29MB 2.1s
17:44:26 #7 sha256:582c0d8b35e6fd15e260a9d32c6b649ef72a136f70a64bcc8d9435d55ccee332 27.26MB / 38.29MB 2.3s
17:44:26 #7 sha256:582c0d8b35e6fd15e260a9d32c6b649ef72a136f70a64bcc8d9435d55ccee332 29.36MB / 38.29MB 2.4s
17:44:27 #7 sha256:582c0d8b35e6fd15e260a9d32c6b649ef72a136f70a64bcc8d9435d55ccee332 33.55MB / 38.29MB 2.7s
17:44:27 #7 sha256:582c0d8b35e6fd15e260a9d32c6b649ef72a136f70a64bcc8d9435d55ccee332 36.70MB / 38.29MB 2.9s
17:44:27 #17 DONE 8.3s
17:44:27 
17:44:27 #18 [build-base-alpine 3/3] WORKDIR /go/src/github.com/docker/cli
17:44:27 #18 sha256:c27c655a60d674e887766ec2e22ce9fcb96edf179ffcce9db971746f83924bd5
17:44:27 #18 DONE 0.0s
17:44:27 
17:44:27 #19 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
17:44:27 #19 sha256:816b85eedd1f5404f15bc48939742bfa325d18f05743a15e84fd708002465ca3
17:44:27 #7 sha256:582c0d8b35e6fd15e260a9d32c6b649ef72a136f70a64bcc8d9435d55ccee332 38.29MB / 38.29MB 3.6s done
17:44:27 #7 extracting sha256:582c0d8b35e6fd15e260a9d32c6b649ef72a136f70a64bcc8d9435d55ccee332
17:44:28 #19 0.461 + apk -p / add --no-cache musl-dev gcc
17:44:28 #19 0.466 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
17:44:28 #19 1.532 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
17:44:29 #19 1.703 (1/10) Installing binutils (2.35.2-r2)
17:44:29 #19 1.784 (2/10) Installing libgomp (10.3.1_git20210424-r2)
17:44:29 #19 1.788 (3/10) Installing libatomic (10.3.1_git20210424-r2)
17:44:29 #19 1.792 (4/10) Installing libgphobos (10.3.1_git20210424-r2)
17:44:29 #19 1.839 (5/10) Installing gmp (6.2.1-r0)
17:44:29 #19 1.846 (6/10) Installing isl22 (0.22-r0)
17:44:29 #19 1.863 (7/10) Installing mpfr4 (4.1.0-r0)
17:44:29 #19 1.889 (8/10) Installing mpc1 (1.2.1-r0)
17:44:29 #19 1.892 (9/10) Installing gcc (10.3.1_git20210424-r2)
17:44:29 #13 extracting sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 4.6s done
17:44:29 #13 extracting sha256:884ab2b700e952bbaccc88bcf19a83ce4ccba10e1e29edc4857dfbab64467fa1 done
17:44:29 #13 DONE 19.3s
17:44:29 
17:44:29 #9 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
17:44:29 #9 sha256:9c9700c68110386efd61c45d6f9ad6c652565db8d6002e6d3f1f72ef8800581a
17:44:29 #9 1.114 Loaded plugins: fastestmirror, ovl
17:44:29 #9 1.389 Determining fastest mirrors
17:44:29 #9 7.934  * base: download.cf.centos.org
17:44:29 #9 7.934  * extras: download.cf.centos.org
17:44:29 #9 7.935  * updates: download.cf.centos.org
17:44:30 #19 2.600 (10/10) Installing musl-dev (1.2.2-r3)
17:44:30 #19 2.675 Executing busybox-1.33.1-r3.trigger
17:44:30 #19 2.679 OK: 405 MiB in 43 packages
17:44:32 #7 ...
17:44:32 
17:44:32 #13 [golang 1/1] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
17:44:32 #13 sha256:75ef9e0c7592be8f9e006475fa821398841ce4a7cbca03f2c1e78ccc6d5df77b
17:44:32 #13 resolve docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09 0.0s done
17:44:32 #13 sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09 1.86kB / 1.86kB done
17:44:32 #13 sha256:aef8d1292729077d80f97a24a9d1090fc014be510bbacd5d0e0eab5ff5d18021 1.79kB / 1.79kB done
17:44:32 #13 sha256:f245a89f39a710bc452e5bf9799f53556cc5e123f9fd5f50b9ee1c8a4026c839 7.00kB / 7.00kB done
17:44:32 #13 sha256:978724337d55541757ceda31b51cc0dcbdb70d7d5bc63ebcc0aaceab90aa8acf 45.92MB / 45.92MB 4.6s done
17:44:32 #13 sha256:c6f0b0065a7e3b0a78d7b7e0691152e1474bfd7bc177bb8a2383c8b14b0c9dab 7.12MB / 7.12MB 2.5s done
17:44:32 #13 sha256:bb6ed7bdd30c985279190b4c2a50b4257a03d5706663e8ec8c766f425014c39c 9.34MB / 9.34MB 3.7s done
17:44:32 #13 sha256:fc08f8dcf907ecf8280f9464838416f0d8b9261dd9862adce7af17cf166cedd7 37.75MB / 53.22MB 8.1s
17:44:32 #13 sha256:e54854fad8c30eacd3b5b5484549685dbf93460ecf31ea30835ec3aa3e3cfa49 28.31MB / 47.36MB 8.1s
17:44:32 #13 sha256:72a91d787b02d315598260d525fddb968ac6958fc5dcf43396d917b1f8a20f96 27.26MB / 100.28MB 8.1s
17:44:32 #13 extracting sha256:978724337d55541757ceda31b51cc0dcbdb70d7d5bc63ebcc0aaceab90aa8acf 3.1s
17:44:32 #19 DONE 5.1s
17:44:32 
17:44:32 #22 [build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
17:44:32 #22 sha256:74f31dc9db07f939cbaa4911da5ef6934b8756c0c9899003850f3359a1a7a385
17:44:32 #13 sha256:fc08f8dcf907ecf8280f9464838416f0d8b9261dd9862adce7af17cf166cedd7 40.89MB / 53.22MB 8.4s
17:44:32 #13 sha256:e54854fad8c30eacd3b5b5484549685dbf93460ecf31ea30835ec3aa3e3cfa49 31.46MB / 47.36MB 8.6s
17:44:32 #13 sha256:fc08f8dcf907ecf8280f9464838416f0d8b9261dd9862adce7af17cf166cedd7 44.04MB / 53.22MB 8.7s
17:44:32 #13 sha256:72a91d787b02d315598260d525fddb968ac6958fc5dcf43396d917b1f8a20f96 32.51MB / 100.28MB 8.7s
17:44:33 #22 0.513 Building static docker-linux-amd64
17:44:33 #13 sha256:e54854fad8c30eacd3b5b5484549685dbf93460ecf31ea30835ec3aa3e3cfa49 34.61MB / 47.36MB 9.0s
17:44:33 #13 sha256:fc08f8dcf907ecf8280f9464838416f0d8b9261dd9862adce7af17cf166cedd7 47.19MB / 53.22MB 9.2s
17:44:33 #13 sha256:e54854fad8c30eacd3b5b5484549685dbf93460ecf31ea30835ec3aa3e3cfa49 37.75MB / 47.36MB 9.4s
17:44:33 #13 sha256:fc08f8dcf907ecf8280f9464838416f0d8b9261dd9862adce7af17cf166cedd7 50.33MB / 53.22MB 9.5s
17:44:33 #13 sha256:72a91d787b02d315598260d525fddb968ac6958fc5dcf43396d917b1f8a20f96 37.75MB / 100.28MB 9.5s
17:44:33 #13 sha256:fc08f8dcf907ecf8280f9464838416f0d8b9261dd9862adce7af17cf166cedd7 53.22MB / 53.22MB 9.8s
17:44:33 #13 sha256:e54854fad8c30eacd3b5b5484549685dbf93460ecf31ea30835ec3aa3e3cfa49 42.99MB / 47.36MB 9.8s
17:44:34 #13 sha256:72a91d787b02d315598260d525fddb968ac6958fc5dcf43396d917b1f8a20f96 42.99MB / 100.28MB 10.0s
17:44:34 #13 sha256:e54854fad8c30eacd3b5b5484549685dbf93460ecf31ea30835ec3aa3e3cfa49 46.14MB / 47.36MB 10.2s
17:44:34 #13 sha256:72a91d787b02d315598260d525fddb968ac6958fc5dcf43396d917b1f8a20f96 49.28MB / 100.28MB 10.6s
17:44:35 #13 sha256:fc08f8dcf907ecf8280f9464838416f0d8b9261dd9862adce7af17cf166cedd7 53.22MB / 53.22MB 10.9s done
17:44:35 #13 sha256:e2682762375c45a03a25f55f0c19b08b343d3bc52d66e563d66ba8577f674f4e 0B / 155B 11.0s
17:44:35 #13 sha256:72a91d787b02d315598260d525fddb968ac6958fc5dcf43396d917b1f8a20f96 55.57MB / 100.28MB 11.1s
17:44:35 #13 sha256:e2682762375c45a03a25f55f0c19b08b343d3bc52d66e563d66ba8577f674f4e 155B / 155B 11.1s
17:44:35 #13 sha256:72a91d787b02d315598260d525fddb968ac6958fc5dcf43396d917b1f8a20f96 60.82MB / 100.28MB 11.7s
17:44:36 #13 sha256:e54854fad8c30eacd3b5b5484549685dbf93460ecf31ea30835ec3aa3e3cfa49 47.36MB / 47.36MB 11.9s done
17:44:36 #13 sha256:72a91d787b02d315598260d525fddb968ac6958fc5dcf43396d917b1f8a20f96 66.06MB / 100.28MB 12.0s
17:44:36 #13 sha256:e2682762375c45a03a25f55f0c19b08b343d3bc52d66e563d66ba8577f674f4e 155B / 155B 11.9s done
17:44:36 #13 sha256:72a91d787b02d315598260d525fddb968ac6958fc5dcf43396d917b1f8a20f96 72.35MB / 100.28MB 12.6s
17:44:37 #13 extracting sha256:978724337d55541757ceda31b51cc0dcbdb70d7d5bc63ebcc0aaceab90aa8acf 8.2s
17:44:37 #13 sha256:72a91d787b02d315598260d525fddb968ac6958fc5dcf43396d917b1f8a20f96 77.59MB / 100.28MB 13.3s
17:44:38 #13 sha256:72a91d787b02d315598260d525fddb968ac6958fc5dcf43396d917b1f8a20f96 83.89MB / 100.28MB 13.9s
17:44:38 #13 sha256:72a91d787b02d315598260d525fddb968ac6958fc5dcf43396d917b1f8a20f96 89.13MB / 100.28MB 14.5s
17:44:39 #13 sha256:72a91d787b02d315598260d525fddb968ac6958fc5dcf43396d917b1f8a20f96 94.37MB / 100.28MB 14.9s
17:44:39 #13 extracting sha256:978724337d55541757ceda31b51cc0dcbdb70d7d5bc63ebcc0aaceab90aa8acf 10.1s done
17:44:39 #13 sha256:72a91d787b02d315598260d525fddb968ac6958fc5dcf43396d917b1f8a20f96 100.28MB / 100.28MB 15.4s
17:44:40 #13 extracting sha256:c6f0b0065a7e3b0a78d7b7e0691152e1474bfd7bc177bb8a2383c8b14b0c9dab
17:44:41 #13 sha256:72a91d787b02d315598260d525fddb968ac6958fc5dcf43396d917b1f8a20f96 100.28MB / 100.28MB 17.1s done
17:44:41 #13 extracting sha256:c6f0b0065a7e3b0a78d7b7e0691152e1474bfd7bc177bb8a2383c8b14b0c9dab 1.0s done
17:44:42 #13 extracting sha256:bb6ed7bdd30c985279190b4c2a50b4257a03d5706663e8ec8c766f425014c39c 0.1s
17:44:42 #13 ...
17:44:42 
17:44:42 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:537e522fc6db3b31cc26c076060bc42e651b4d3a3d8d103ed41dfb06507b981f
17:44:42 #7 sha256:76b04b31a92a936a4defcba6224a7766fa3f4221c87fd4af80982810d3dd4389
17:44:42 #7 extracting sha256:582c0d8b35e6fd15e260a9d32c6b649ef72a136f70a64bcc8d9435d55ccee332 8.6s done
17:44:42 #7 extracting sha256:c1a13b030fc82d8d04cdad52dfc14ced9ad82109d6f24609ad69ab7038d8df35 done
17:44:42 #7 extracting sha256:a90c1b2fa966f5ac04a5fd3d86b4ae4ec0e27d89c9c4b6335940f242964c16cd 0.0s done
17:44:42 #7 extracting sha256:1882c6e635ad6a8e4eefdbfd416abfffa8159616d71fb1f63bd5f5047da0425b done
17:44:42 #7 extracting sha256:f150a7025dffc9236ee72f360c124650036e8d8c25a11aca5b5919e4ebf9597b 0.0s done
17:44:42 #7 extracting sha256:fa622207962a68e57b1fbb54d1b2577045c3cb6ccc95ec7aaf9c4ef8b25706c5 0.0s done
17:44:42 #7 extracting sha256:ef8bcc4a7006ebec59c8b8c5c65d488c25f650931ce7844f18cceb302c3ca8d3 1.2s done
17:44:42 #7 extracting sha256:cdf3aa96d6486a866aaccc454d84fbe52b9cb75b90cd9faba4c9b77ee6f39981 0.0s done
17:44:42 #7 DONE 18.1s
17:44:42 
17:44:42 #13 [golang 1/1] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
17:44:42 #13 sha256:75ef9e0c7592be8f9e006475fa821398841ce4a7cbca03f2c1e78ccc6d5df77b
17:44:42 #13 extracting sha256:bb6ed7bdd30c985279190b4c2a50b4257a03d5706663e8ec8c766f425014c39c 0.6s done
17:44:43 #13 extracting sha256:e54854fad8c30eacd3b5b5484549685dbf93460ecf31ea30835ec3aa3e3cfa49 0.1s
17:44:43 # github.com/docker/docker/pkg/plugins
17:44:43 /go/src/github.com/docker/docker/pkg/plugins/discovery.go:44:12: undefined: fs.FileInfoToDirEntry
17:44:48 #13 extracting sha256:e54854fad8c30eacd3b5b5484549685dbf93460ecf31ea30835ec3aa3e3cfa49 4.7s done
17:44:48 #13 extracting sha256:fc08f8dcf907ecf8280f9464838416f0d8b9261dd9862adce7af17cf166cedd7
17:44:51 #9 27.41 Resolving Dependencies
17:44:51 #9 27.41 --> Running transaction check
17:44:51 #9 27.41 ---> Package rpm-build.x86_64 0:4.11.3-45.el7 will be installed
17:44:51 #9 27.42 --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-45.el7.x86_64
17:44:51 #9 27.53 --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-45.el7.x86_64
17:44:51 #9 27.53 --> Processing Dependency: unzip for package: rpm-build-4.11.3-45.el7.x86_64
17:44:51 #9 27.53 --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-45.el7.x86_64
17:44:51 #9 27.53 --> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-45.el7.x86_64
17:44:51 #9 27.53 --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-45.el7.x86_64
17:44:51 #9 27.53 --> Processing Dependency: perl(Getopt::Long) for package: rpm-build-4.11.3-45.el7.x86_64
17:44:51 #9 27.54 --> Processing Dependency: perl(File::Temp) for package: rpm-build-4.11.3-45.el7.x86_64
17:44:51 #9 27.54 --> Processing Dependency: perl(File::Basename) for package: rpm-build-4.11.3-45.el7.x86_64
17:44:51 #9 27.54 --> Processing Dependency: file for package: rpm-build-4.11.3-45.el7.x86_64
17:44:51 #9 27.54 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-45.el7.x86_64
17:44:51 #9 27.55 --> Processing Dependency: /usr/bin/perl for package: rpm-build-4.11.3-45.el7.x86_64
17:44:51 #9 27.55 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-45.el7.x86_64
17:44:51 #9 27.55 ---> Package rpmlint.noarch 0:1.5-4.el7 will be installed
17:44:51 #9 27.55 --> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch
17:44:51 #9 27.55 --> Processing Dependency: /usr/bin/groff for package: rpmlint-1.5-4.el7.noarch
17:44:51 #9 27.55 --> Running transaction check
17:44:51 #9 27.55 ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
17:44:51 #9 27.55 ---> Package desktop-file-utils.x86_64 0:0.23-2.el7 will be installed
17:44:51 #9 27.55 --> Processing Dependency: emacs-filesystem for package: desktop-file-utils-0.23-2.el7.x86_64
17:44:51 #9 27.56 ---> Package elfutils.x86_64 0:0.176-5.el7 will be installed
17:44:51 #9 27.56 ---> Package file.x86_64 0:5.11-37.el7 will be installed
17:44:51 #9 27.56 ---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed
17:44:51 #9 27.56 ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
17:44:51 #9 27.56 ---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed
17:44:51 #9 27.57 ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed
17:44:51 #9 27.57 --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.57 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.57 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.58 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.58 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.58 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.58 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.58 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.58 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.58 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.58 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.58 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.58 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.58 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.58 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.59 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.59 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.59 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.59 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.59 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.59 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.59 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.59 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.x86_64
17:44:51 #9 27.59 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
17:44:51 #9 27.59 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
17:44:51 #9 27.59 --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
17:44:51 #9 27.60 --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
17:44:51 #9 27.60 ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
17:44:51 #9 27.60 ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
17:44:51 #9 27.60 ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed
17:44:51 #9 27.60 --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
17:44:51 #9 27.60 --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
17:44:51 #9 27.60 --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
17:44:51 #9 27.60 --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
17:44:51 #9 27.60 ---> Package unzip.x86_64 0:6.0-22.el7_9 will be installed
17:44:51 #9 27.60 --> Running transaction check
17:44:51 #9 27.60 ---> Package dwz.x86_64 0:0.11-3.el7 will be installed
17:44:51 #9 27.60 ---> Package emacs-filesystem.noarch 1:24.3-23.el7 will be installed
17:44:51 #9 27.61 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
17:44:51 #9 27.61 ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
17:44:51 #9 27.61 ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
17:44:51 #9 27.61 ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
17:44:51 #9 27.61 ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
17:44:51 #9 27.61 ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
17:44:51 #9 27.61 --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
17:44:51 #9 27.61 --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
17:44:51 #9 27.62 ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
17:44:51 #9 27.62 --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
17:44:51 #9 27.62 --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
17:44:51 #9 27.62 ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
17:44:51 #9 27.62 ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed
17:44:51 #9 27.62 ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
17:44:51 #9 27.62 ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
17:44:51 #9 27.62 ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
17:44:51 #9 27.62 ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
17:44:51 #9 27.63 ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
17:44:51 #9 27.63 ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed
17:44:51 #9 27.63 ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed
17:44:51 #9 27.63 ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
17:44:51 #9 27.63 ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
17:44:51 #9 27.63 ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed
17:44:51 #9 27.63 ---> Package zip.x86_64 0:3.0-11.el7 will be installed
17:44:51 #9 27.63 --> Running transaction check
17:44:51 #9 27.63 ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
17:44:51 #9 27.63 ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed
17:44:51 #9 27.63 ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
17:44:51 #9 27.64 --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
17:44:51 #9 27.64 --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
17:44:51 #9 27.64 ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
17:44:51 #9 27.64 --> Running transaction check
17:44:51 #9 27.64 ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
17:44:51 #9 27.64 ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
17:44:51 #9 27.70 --> Finished Dependency Resolution
17:44:51 #9 27.71 
17:44:51 #9 27.71 Dependencies Resolved
17:44:51 #9 27.72 
17:44:51 #9 27.72 ================================================================================
17:44:51 #9 27.72  Package                   Arch      Version                   Repository  Size
17:44:51 #9 27.72 ================================================================================
17:44:51 #9 27.72 Installing:
17:44:51 #9 27.72  rpm-build                 x86_64    4.11.3-45.el7             base       149 k
17:44:51 #9 27.72  rpmlint                   noarch    1.5-4.el7                 base       229 k
17:44:51 #9 27.72 Installing for dependencies:
17:44:51 #9 27.72  bzip2                     x86_64    1.0.6-13.el7              base        52 k
17:44:51 #9 27.72  desktop-file-utils        x86_64    0.23-2.el7                base        67 k
17:44:51 #9 27.72  dwz                       x86_64    0.11-3.el7                base        99 k
17:44:51 #9 27.72  elfutils                  x86_64    0.176-5.el7               base       308 k
17:44:51 #9 27.72  emacs-filesystem          noarch    1:24.3-23.el7             base        58 k
17:44:51 #9 27.72  file                      x86_64    5.11-37.el7               base        57 k
17:44:51 #9 27.72  gdb                       x86_64    7.6.1-120.el7             base       2.4 M
17:44:51 #9 27.72  groff-base                x86_64    1.22.2-8.el7              base       942 k
17:44:51 #9 27.72  patch                     x86_64    2.7.1-12.el7_7            base       111 k
17:44:51 #9 27.72  perl                      x86_64    4:5.16.3-299.el7_9        updates    8.0 M
17:44:51 #9 27.72  perl-Carp                 noarch    1.26-244.el7              base        19 k
17:44:51 #9 27.72  perl-Encode               x86_64    2.51-7.el7                base       1.5 M
17:44:51 #9 27.72  perl-Exporter             noarch    5.68-3.el7                base        28 k
17:44:51 #9 27.72  perl-File-Path            noarch    2.09-2.el7                base        26 k
17:44:51 #9 27.72  perl-File-Temp            noarch    0.23.01-3.el7             base        56 k
17:44:51 #9 27.72  perl-Filter               x86_64    1.49-3.el7                base        76 k
17:44:51 #9 27.72  perl-Getopt-Long          noarch    2.40-3.el7                base        56 k
17:44:51 #9 27.72  perl-HTTP-Tiny            noarch    0.033-3.el7               base        38 k
17:44:51 #9 27.72  perl-PathTools            x86_64    3.40-5.el7                base        82 k
17:44:51 #9 27.72  perl-Pod-Escapes          noarch    1:1.04-299.el7_9          updates     52 k
17:44:51 #9 27.72  perl-Pod-Perldoc          noarch    3.20-4.el7                base        87 k
17:44:51 #9 27.72  perl-Pod-Simple           noarch    1:3.28-4.el7              base       216 k
17:44:51 #9 27.72  perl-Pod-Usage            noarch    1.63-3.el7                base        27 k
17:44:51 #9 27.72  perl-Scalar-List-Utils    x86_64    1.27-248.el7              base        36 k
17:44:51 #9 27.72  perl-Socket               x86_64    2.010-5.el7               base        49 k
17:44:51 #9 27.72  perl-Storable             x86_64    2.45-3.el7                base        77 k
17:44:51 #9 27.72  perl-Text-ParseWords      noarch    3.29-4.el7                base        14 k
17:44:51 #9 27.72  perl-Thread-Queue         noarch    3.02-2.el7                base        17 k
17:44:51 #9 27.72  perl-Time-HiRes           x86_64    4:1.9725-3.el7            base        45 k
17:44:51 #9 27.72  perl-Time-Local           noarch    1.2300-2.el7              base        24 k
17:44:51 #9 27.72  perl-constant             noarch    1.27-2.el7                base        19 k
17:44:51 #9 27.72  perl-libs                 x86_64    4:5.16.3-299.el7_9        updates    690 k
17:44:51 #9 27.72  perl-macros               x86_64    4:5.16.3-299.el7_9        updates     44 k
17:44:51 #9 27.72  perl-parent               noarch    1:0.225-244.el7           base        12 k
17:44:51 #9 27.72  perl-podlators            noarch    2.5.1-3.el7               base       112 k
17:44:51 #9 27.72  perl-srpm-macros          noarch    1-8.el7                   base       4.6 k
17:44:51 #9 27.72  perl-threads              x86_64    1.87-4.el7                base        49 k
17:44:51 #9 27.72  perl-threads-shared       x86_64    1.43-6.el7                base        39 k
17:44:51 #9 27.72  python-srpm-macros        noarch    3-34.el7                  base       8.8 k
17:44:51 #9 27.72  redhat-rpm-config         noarch    9.1.0-88.el7.centos       base        81 k
17:44:51 #9 27.72  unzip                     x86_64    6.0-22.el7_9              updates    171 k
17:44:51 #9 27.72  zip                       x86_64    3.0-11.el7                base       260 k
17:44:51 #9 27.72 
17:44:51 #9 27.72 Transaction Summary
17:44:51 #9 27.72 ================================================================================
17:44:51 #9 27.72 Install  2 Packages (+42 Dependent packages)
17:44:51 #9 27.72 
17:44:51 #9 27.72 Total download size: 16 M
17:44:51 #9 27.72 Installed size: 51 M
17:44:51 #9 27.72 Downloading packages:
17:44:52 #13 extracting sha256:fc08f8dcf907ecf8280f9464838416f0d8b9261dd9862adce7af17cf166cedd7 4.0s done
17:44:52 #13 ...
17:44:52 
17:44:52 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
17:44:52 #8 sha256:f76fdf3791e27896079083a0de0cbf0b44d00beb8bc5b17cf4f3e18a84eef847
17:44:52 #8 1.274 Get:1 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
17:44:52 #8 1.404 Get:2 http://archive.raspbian.org/raspbian buster InRelease [15.0 kB]
17:44:52 #8 1.723 Get:3 http://archive.raspberrypi.org/debian buster/main armhf Packages [378 kB]
17:44:52 #8 1.970 Get:4 http://archive.raspbian.org/raspbian buster/firmware armhf Packages [1201 B]
17:44:52 #8 2.075 Get:5 http://archive.raspbian.org/raspbian buster/contrib armhf Packages [68.6 kB]
17:44:52 #8 2.230 Get:6 http://archive.raspbian.org/raspbian buster/main armhf Packages [18.3 MB]
17:44:52 #8 3.870 Get:7 http://archive.raspbian.org/raspbian buster/rpi armhf Packages [1299 B]
17:44:52 #8 3.870 Get:8 http://archive.raspbian.org/raspbian buster/non-free armhf Packages [126 kB]
17:44:52 #8 5.835 Fetched 18.9 MB in 5s (3787 kB/s)
17:44:52 #8 5.835 Reading package lists...
17:44:52 #8 8.429 Reading package lists...
17:44:52 #8 ...
17:44:52 
17:44:52 #13 [golang 1/1] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
17:44:52 #13 sha256:75ef9e0c7592be8f9e006475fa821398841ce4a7cbca03f2c1e78ccc6d5df77b
17:44:52 #13 extracting sha256:72a91d787b02d315598260d525fddb968ac6958fc5dcf43396d917b1f8a20f96
17:44:58 #13 extracting sha256:72a91d787b02d315598260d525fddb968ac6958fc5dcf43396d917b1f8a20f96 5.0s
17:44:58 #9 36.17 warning: /var/cache/yum/x86_64/7/base/packages/bzip2-1.0.6-13.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
17:44:58 #9 36.17 Public key for bzip2-1.0.6-13.el7.x86_64.rpm is not installed
17:45:01 #13 ...
17:45:01 
17:45:01 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
17:45:01 #8 sha256:f76fdf3791e27896079083a0de0cbf0b44d00beb8bc5b17cf4f3e18a84eef847
17:45:01 #8 8.429 Reading package lists...
17:45:01 #8 11.02 Building dependency tree...
17:45:01 #8 11.36 Reading state information...
17:45:01 #8 11.95 curl is already the newest version (7.64.0-4+deb10u2).
17:45:01 #8 11.95 The following additional packages will be installed:
17:45:01 #8 11.95   autoconf automake autopoint autotools-dev binutils
17:45:01 #8 11.95   binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8
17:45:01 #8 11.95   debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file
17:45:01 #8 11.95   gcc gcc-8 gettext gettext-base git-man groff-base intltool-debian
17:45:01 #8 11.95   libarchive-zip-perl libasan5 libatomic1 libb-hooks-op-check-perl libbinutils
17:45:01 #8 11.95   libbsd0 libc-dev-bin libc6-dev libcc1-0 libclass-method-modifiers-perl
17:45:01 #8 11.95   libcroco3 libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl
17:45:01 #8 11.95   libdevel-globaldestruction-perl libdpkg-perl libdynaloader-functions-perl
17:45:01 #8 11.95   libelf1 libencode-locale-perl liberror-perl libexpat1 libfakeroot
17:45:01 #8 11.95   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
17:45:01 #8 11.95   libfile-which-perl libfl2 libgcc-8-dev libgdbm-compat4 libgdbm6 libglib2.0-0
17:45:01 #8 11.95   libgomp1 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
17:45:01 #8 11.95   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
17:45:01 #8 11.95   libhttp-negotiate-perl libicu63 libimport-into-perl libio-html-perl
17:45:01 #8 11.95   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl19
17:45:01 #8 11.95   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
17:45:01 #8 11.95   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
17:45:01 #8 11.95   libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0
17:45:01 #8 11.95   libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal
17:45:01 #8 11.96   libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
17:45:01 #8 11.96   libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl
17:45:01 #8 11.96   libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
17:45:01 #8 11.96   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
17:45:01 #8 11.96   mime-support patch patchutils perl perl-modules-5.28 perl-openssl-defaults
17:45:01 #8 11.96   po-debconf python3 python3-minimal python3.7 python3.7-minimal
17:45:01 #8 11.96   sensible-utils wdiff xz-utils
17:45:01 #8 11.96 Suggested packages:
17:45:01 #8 11.96   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
17:45:01 #8 11.96   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales dh-make adequate
17:45:01 #8 11.96   autopkgtest bls-standalone bsd-mailx | mailx build-essential
17:45:01 #8 11.96   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
17:45:01 #8 11.96   dose-extra duck faketime gnuplot how-can-i-help libauthen-sasl-perl
17:45:01 #8 11.96   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
17:45:01 #8 11.96   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
17:45:01 #8 11.96   ratt reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib
17:45:01 #8 11.96   manpages-dev flex bison gdb gcc-doc gcc-8-doc libgcc1-dbg libgomp1-dbg
17:45:01 #8 11.96   libitm1-dbg libatomic1-dbg libasan5-dbg liblsan0-dbg libtsan0-dbg
17:45:01 #8 11.96   libubsan1-dbg libmpx2-dbg libquadmath0-dbg gettext-doc libasprintf-dev
17:45:01 #8 11.96   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
17:45:01 #8 11.96   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc
17:45:01 #8 11.96   bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl libscalar-number-perl
17:45:01 #8 11.96   libbareword-filehandles-perl libindirect-perl libmultidimensional-perl
17:45:01 #8 11.96   libtool-doc gfortran | fortran95-compiler gcj-jdk libauthen-ntlm-perl m4-doc
17:45:01 #8 11.96   make-doc apparmor less www-browser ed diffutils-doc perl-doc
17:45:01 #8 11.96   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
17:45:01 #8 11.96   liblocale-codes-perl libmail-box-perl python3-doc python3-tk python3-venv
17:45:01 #8 11.96   python3.7-venv python3.7-doc binfmt-support wdiff-doc
17:45:01 #8 11.96 Recommended packages:
17:45:01 #8 11.96   at dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
17:45:01 #8 11.96   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
17:45:01 #8 11.96   licensecheck lintian python3-apt python3-debian python3-magic
17:45:01 #8 11.96   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
17:45:01 #8 11.96   libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client
17:45:01 #8 11.96   manpages manpages-dev libfile-fcntllock-perl libarchive-cpio-perl
17:45:01 #8 11.96   libglib2.0-data shared-mime-info xdg-user-dirs libhtml-format-perl
17:45:01 #8 11.96   libclass-xsaccessor-perl libsub-name-perl libltdl-dev libdata-dump-perl
17:45:01 #8 11.96   libhtml-form-perl libhttp-daemon-perl libmailtools-perl
17:45:01 #8 11.96   libmail-sendmail-perl
17:45:01 #8 14.60 The following NEW packages will be installed:
17:45:01 #8 14.60   autoconf automake autopoint autotools-dev binutils
17:45:01 #8 14.60   binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8
17:45:01 #8 14.60   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
17:45:01 #8 14.60   equivs fakeroot file gcc gcc-8 gettext gettext-base git git-man groff-base
17:45:01 #8 14.60   intltool-debian libarchive-zip-perl libasan5 libatomic1
17:45:01 #8 14.60   libb-hooks-op-check-perl libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0
17:45:01 #8 14.60   libclass-method-modifiers-perl libcroco3 libcurl3-gnutls libdebhelper-perl
17:45:01 #8 14.60   libdevel-callchecker-perl libdevel-globaldestruction-perl libdpkg-perl
17:45:01 #8 14.60   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
17:45:01 #8 14.60   libexpat1 libfakeroot libfile-homedir-perl libfile-listing-perl
17:45:01 #8 14.60   libfile-stripnondeterminism-perl libfile-which-perl libfl2 libgcc-8-dev
17:45:01 #8 14.60   libgdbm-compat4 libgdbm6 libglib2.0-0 libgomp1 libhtml-parser-perl
17:45:01 #8 14.60   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
17:45:01 #8 14.60   libhttp-message-perl libhttp-negotiate-perl libicu63 libimport-into-perl
17:45:01 #8 14.60   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
17:45:01 #8 14.60   libisl19 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc
17:45:01 #8 14.60   libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
17:45:01 #8 14.60   libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0
17:45:01 #8 14.60   libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal
17:45:01 #8 14.60   libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
17:45:01 #8 14.60   libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl
17:45:01 #8 14.60   libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
17:45:01 #8 14.60   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
17:45:01 #8 14.60   mime-support patch patchutils perl perl-modules-5.28 perl-openssl-defaults
17:45:01 #8 14.60   po-debconf python3 python3-minimal python3.7 python3.7-minimal
17:45:01 #8 14.60   sensible-utils wdiff xz-utils
17:45:01 #8 15.11 0 upgraded, 125 newly installed, 0 to remove and 21 not upgraded.
17:45:01 #8 15.11 Need to get 66.6 MB of archives.
17:45:01 #8 15.11 After this operation, 272 MB of additional disk space will be used.
17:45:01 #8 15.11 Get:1 http://archive.raspbian.org/raspbian buster/main armhf libbsd0 armhf 0.9.1-2+deb10u1 [105 kB]
17:45:01 #8 15.13 Get:2 http://archive.raspberrypi.org/debian buster/main armhf linux-libc-dev armhf 1:1.20210805-1 [1012 kB]
17:45:01 #8 15.44 Get:3 http://archive.raspbian.org/raspbian buster/main armhf libtinfo5 armhf 6.1+20181013-2+deb10u2 [309 kB]
17:45:01 #8 15.52 Get:4 http://archive.raspbian.org/raspbian buster/main armhf bsdmainutils armhf 11.1.2 [182 kB]
17:45:01 #8 15.60 Get:5 http://archive.raspbian.org/raspbian buster/main armhf libuchardet0 armhf 0.0.6-3 [62.2 kB]
17:45:01 #8 15.60 Get:6 http://archive.raspbian.org/raspbian buster/main armhf groff-base armhf 1.22.4-3+deb10u1 [782 kB]
17:45:01 #8 15.69 Get:7 http://archive.raspberrypi.org/debian buster/main armhf libdebhelper-perl all 13.2~bpo10+1 [188 kB]
17:45:01 #8 15.69 Get:8 http://archive.raspbian.org/raspbian buster/main armhf libgdbm6 armhf 1.18.1-4 [61.1 kB]
17:45:01 #8 15.69 Get:9 http://archive.raspberrypi.org/debian buster/main armhf debhelper all 13.2~bpo10+1 [1009 kB]
17:45:01 #8 15.69 Get:10 http://archive.raspbian.org/raspbian buster/main armhf libpipeline1 armhf 1.5.1-2 [26.6 kB]
17:45:01 #8 15.69 Get:11 http://archive.raspbian.org/raspbian buster/main armhf man-db armhf 2.8.5-2 [1230 kB]
17:45:01 #8 15.77 Get:12 http://archive.raspbian.org/raspbian buster/main armhf perl-modules-5.28 all 5.28.1-6 [2873 kB]
17:45:01 #8 15.92 Get:13 http://archive.raspbian.org/raspbian buster/main armhf libgdbm-compat4 armhf 1.18.1-4 [43.7 kB]
17:45:01 #8 15.94 Get:14 http://archive.raspbian.org/raspbian buster/main armhf libperl5.28 armhf 5.28.1-6 [3180 kB]
17:45:01 #8 16.10 Get:15 http://archive.raspbian.org/raspbian buster/main armhf perl armhf 5.28.1-6 [204 kB]
17:45:01 #8 16.10 Get:16 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u3 [583 kB]
17:45:01 #8 16.11 Get:17 http://archive.raspbian.org/raspbian buster/main armhf libexpat1 armhf 2.2.6-2+deb10u1 [77.3 kB]
17:45:01 #8 16.16 Get:18 http://archive.raspbian.org/raspbian buster/main armhf python3.7-minimal armhf 3.7.3-2+deb10u3 [1464 kB]
17:45:01 #8 16.19 Get:19 http://archive.raspbian.org/raspbian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
17:45:01 #8 16.19 Get:20 http://archive.raspbian.org/raspbian buster/main armhf mime-support all 3.62 [37.2 kB]
17:45:01 #8 16.23 Get:21 http://archive.raspbian.org/raspbian buster/main armhf libmpdec2 armhf 2.4.2-2 [67.2 kB]
17:45:01 #8 16.23 Get:22 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u3 [1664 kB]
17:45:01 #8 16.31 Get:23 http://archive.raspbian.org/raspbian buster/main armhf python3.7 armhf 3.7.3-2+deb10u3 [330 kB]
17:45:01 #8 16.32 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
17:45:01 #8 16.32 Get:25 http://archive.raspbian.org/raspbian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
17:45:01 #8 16.33 Get:26 http://archive.raspbian.org/raspbian buster/main armhf sensible-utils all 0.0.12 [15.8 kB]
17:45:01 #8 16.33 Get:27 http://archive.raspbian.org/raspbian buster/main armhf bzip2 armhf 1.0.6-9.2~deb10u1 [46.2 kB]
17:45:01 #8 16.33 Get:28 http://archive.raspbian.org/raspbian buster/main armhf libmagic-mgc armhf 1:5.35-4+deb10u2 [242 kB]
17:45:01 #8 16.36 Get:29 http://archive.raspbian.org/raspbian buster/main armhf libmagic1 armhf 1:5.35-4+deb10u2 [110 kB]
17:45:01 #8 16.37 Get:30 http://archive.raspbian.org/raspbian buster/main armhf file armhf 1:5.35-4+deb10u2 [65.5 kB]
17:45:01 #8 16.38 Get:31 http://archive.raspbian.org/raspbian buster/main armhf gettext-base armhf 0.19.8.1-9 [117 kB]
17:45:01 #8 16.44 Get:32 http://archive.raspbian.org/raspbian buster/main armhf xz-utils armhf 5.2.4-1 [179 kB]
17:45:01 #8 16.45 Get:33 http://archive.raspbian.org/raspbian buster/main armhf libsigsegv2 armhf 2.12-2 [32.3 kB]
17:45:01 #8 16.46 Get:34 http://archive.raspbian.org/raspbian buster/main armhf m4 armhf 1.4.18-2 [185 kB]
17:45:01 #8 16.47 Get:35 http://archive.raspbian.org/raspbian buster/main armhf autoconf all 2.69-11 [341 kB]
17:45:01 #8 16.48 Get:36 http://archive.raspbian.org/raspbian buster/main armhf autotools-dev all 20180224.1 [77.0 kB]
17:45:01 #8 16.49 Get:37 http://archive.raspbian.org/raspbian buster/main armhf automake all 1:1.16.1-4 [771 kB]
17:45:01 #8 16.54 Get:38 http://archive.raspbian.org/raspbian buster/main armhf autopoint all 0.19.8.1-9 [434 kB]
17:45:01 #8 16.55 Get:39 http://archive.raspbian.org/raspbian buster/main armhf binutils-common armhf 2.31.1-16+rpi2 [2075 kB]
17:45:01 #8 16.65 Get:40 http://archive.raspbian.org/raspbian buster/main armhf libbinutils armhf 2.31.1-16+rpi2 [302 kB]
17:45:01 #8 16.66 Get:41 http://archive.raspbian.org/raspbian buster/main armhf libfl2 armhf 2.6.4-6.2 [103 kB]
17:45:01 #8 16.66 Get:42 http://archive.raspbian.org/raspbian buster/main armhf binutils-arm-linux-gnueabihf armhf 2.31.1-16+rpi2 [1814 kB]
17:45:01 #8 16.78 Get:43 http://archive.raspbian.org/raspbian buster/main armhf binutils armhf 2.31.1-16+rpi2 [57.0 kB]
17:45:01 #8 16.78 Get:44 http://archive.raspbian.org/raspbian buster/main armhf libisl19 armhf 0.20-2 [439 kB]
17:45:01 #8 16.79 Get:45 http://archive.raspbian.org/raspbian buster/main armhf libmpfr6 armhf 4.0.2-1 [723 kB]
17:45:01 #8 16.82 Get:46 http://archive.raspbian.org/raspbian buster/main armhf libmpc3 armhf 1.1.0-1 [32.1 kB]
17:45:01 #8 16.84 Get:47 http://archive.raspbian.org/raspbian buster/main armhf cpp-8 armhf 8.3.0-6+rpi1 [6787 kB]
17:45:01 #8 17.32 Get:48 http://archive.raspbian.org/raspbian buster/main armhf cpp armhf 4:8.3.0-1+rpi2 [19.6 kB]
17:45:01 #8 17.34 Get:49 http://archive.raspbian.org/raspbian buster/main armhf libcc1-0 armhf 8.3.0-6+rpi1 [37.9 kB]
17:45:01 #8 17.34 Get:50 http://archive.raspbian.org/raspbian buster/main armhf libgomp1 armhf 8.3.0-6+rpi1 [64.3 kB]
17:45:01 #8 17.35 Get:51 http://archive.raspbian.org/raspbian buster/main armhf libatomic1 armhf 8.3.0-6+rpi1 [8108 B]
17:45:01 #8 17.35 Get:52 http://archive.raspbian.org/raspbian buster/main armhf libasan5 armhf 8.3.0-6+rpi1 [317 kB]
17:45:01 #8 17.36 Get:53 http://archive.raspbian.org/raspbian buster/main armhf libubsan1 armhf 8.3.0-6+rpi1 [103 kB]
17:45:01 #8 17.38 Get:54 http://archive.raspbian.org/raspbian buster/main armhf libgcc-8-dev armhf 8.3.0-6+rpi1 [595 kB]
17:45:01 #8 17.39 Get:55 http://archive.raspbian.org/raspbian buster/main armhf gcc-8 armhf 8.3.0-6+rpi1 [7223 kB]
17:45:01 #8 17.83 Get:56 http://archive.raspbian.org/raspbian buster/main armhf gcc armhf 4:8.3.0-1+rpi2 [5200 B]
17:45:01 #8 17.83 Get:57 http://archive.raspbian.org/raspbian buster/main armhf libc-dev-bin armhf 2.28-10+rpi1 [266 kB]
17:45:01 #8 17.84 Get:58 http://archive.raspbian.org/raspbian buster/main armhf libc6-dev armhf 2.28-10+rpi1 [2113 kB]
17:45:01 #8 17.92 Get:59 http://archive.raspbian.org/raspbian buster/main armhf libtool all 2.4.6-9 [547 kB]
17:45:01 #8 17.94 Get:60 http://archive.raspbian.org/raspbian buster/main armhf dh-autoreconf all 19 [16.9 kB]
17:45:01 #8 17.95 Get:61 http://archive.raspbian.org/raspbian buster/main armhf libarchive-zip-perl all 1.64-1 [96.8 kB]
17:45:01 #8 17.96 Get:62 http://archive.raspbian.org/raspbian buster/main armhf libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
17:45:01 #8 17.96 Get:63 http://archive.raspbian.org/raspbian buster/main armhf dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
17:45:01 #8 17.96 Get:64 http://archive.raspbian.org/raspbian buster/main armhf libdpkg-perl all 1.19.7 [1414 kB]
17:45:01 #8 18.01 Get:65 http://archive.raspbian.org/raspbian buster/main armhf patch armhf 2.7.6-3+deb10u1 [115 kB]
17:45:01 #8 18.01 Get:66 http://archive.raspbian.org/raspbian buster/main armhf make armhf 4.2.1-1.2 [321 kB]
17:45:01 #8 18.06 Get:67 http://archive.raspbian.org/raspbian buster/main armhf dpkg-dev all 1.19.7 [1773 kB]
17:45:01 #8 18.12 Get:68 http://archive.raspbian.org/raspbian buster/main armhf libelf1 armhf 0.176-1.1 [158 kB]
17:45:01 #8 18.13 Get:69 http://archive.raspbian.org/raspbian buster/main armhf dwz armhf 0.12-3 [66.0 kB]
17:45:01 #8 18.14 Get:70 http://archive.raspbian.org/raspbian buster/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u2 [1078 kB]
17:45:01 #8 18.17 Get:71 http://archive.raspbian.org/raspbian buster/main armhf libicu63 armhf 63.1-6+deb10u1 [7973 kB]
17:45:01 #8 18.75 Get:72 http://archive.raspbian.org/raspbian buster/main armhf libxml2 armhf 2.9.4+dfsg1-7+deb10u2 [572 kB]
17:45:01 #8 18.76 Get:73 http://archive.raspbian.org/raspbian buster/main armhf libcroco3 armhf 0.6.12-3 [132 kB]
17:45:01 #8 18.77 Get:74 http://archive.raspbian.org/raspbian buster/main armhf gettext armhf 0.19.8.1-9 [1219 kB]
17:45:01 #8 18.84 Get:75 http://archive.raspbian.org/raspbian buster/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
17:45:01 #8 18.87 Get:76 http://archive.raspbian.org/raspbian buster/main armhf po-debconf all 1.0.21 [248 kB]
17:45:01 #8 18.87 Get:77 http://archive.raspbian.org/raspbian buster/main armhf libfakeroot armhf 1.23-1 [43.3 kB]
17:45:01 #8 18.88 Get:78 http://archive.raspbian.org/raspbian buster/main armhf fakeroot armhf 1.23-1 [85.2 kB]
17:45:01 #8 18.88 Get:79 http://archive.raspbian.org/raspbian buster/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
17:45:01 #8 18.89 Get:80 http://archive.raspbian.org/raspbian buster/main armhf libfile-homedir-perl all 1.004-1 [42.7 kB]
17:45:01 #8 18.90 Get:81 http://archive.raspbian.org/raspbian buster/main armhf libio-pty-perl armhf 1:1.08-1.1+b4 [33.0 kB]
17:45:01 #8 18.92 Get:82 http://archive.raspbian.org/raspbian buster/main armhf libipc-run-perl all 20180523.0-1 [101 kB]
17:45:01 #8 18.93 Get:83 http://archive.raspbian.org/raspbian buster/main armhf libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
17:45:01 #8 18.99 Get:84 http://archive.raspbian.org/raspbian buster/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
17:45:01 #8 19.00 Get:85 http://archive.raspbian.org/raspbian buster/main armhf libdevel-globaldestruction-perl all 0.14-1 [8084 B]
17:45:01 #8 19.01 Get:86 http://archive.raspbian.org/raspbian buster/main armhf libb-hooks-op-check-perl armhf 0.22-1+b1 [11.1 kB]
17:45:01 #8 19.03 Get:87 http://archive.raspbian.org/raspbian buster/main armhf libdynaloader-functions-perl all 0.003-1 [12.6 kB]
17:45:01 #8 19.05 Get:88 http://archive.raspbian.org/raspbian buster/main armhf libdevel-callchecker-perl armhf 0.008-1 [15.5 kB]
17:45:01 #8 19.06 Get:89 http://archive.raspbian.org/raspbian buster/main armhf libparams-classify-perl armhf 0.015-1+b1 [24.3 kB]
17:45:01 #8 19.08 Get:90 http://archive.raspbian.org/raspbian buster/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
17:45:01 #8 19.08 Get:91 http://archive.raspbian.org/raspbian buster/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
17:45:01 #8 19.08 Get:92 http://archive.raspbian.org/raspbian buster/main armhf librole-tiny-perl all 2.000006-1 [19.4 kB]
17:45:01 #8 ...
17:45:01 
17:45:01 #13 [golang 1/1] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
17:45:01 #13 sha256:75ef9e0c7592be8f9e006475fa821398841ce4a7cbca03f2c1e78ccc6d5df77b
17:45:03 #13 extracting sha256:72a91d787b02d315598260d525fddb968ac6958fc5dcf43396d917b1f8a20f96 10.6s done
17:45:04 #13 extracting sha256:e2682762375c45a03a25f55f0c19b08b343d3bc52d66e563d66ba8577f674f4e done
17:45:04 #13 DONE 40.4s
17:45:04 
17:45:04 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
17:45:04 #8 sha256:f76fdf3791e27896079083a0de0cbf0b44d00beb8bc5b17cf4f3e18a84eef847
17:45:04 #8 19.18 Get:93 http://archive.raspbian.org/raspbian buster/main armhf libstrictures-perl all 2.000005-1 [18.3 kB]
17:45:04 #8 19.18 Get:94 http://archive.raspbian.org/raspbian buster/main armhf libsub-quote-perl all 2.005001-1 [17.9 kB]
17:45:04 #8 19.20 Get:95 http://archive.raspbian.org/raspbian buster/main armhf libmoo-perl all 2.003004-2 [57.4 kB]
17:45:04 #8 19.20 Get:96 http://archive.raspbian.org/raspbian buster/main armhf libencode-locale-perl all 1.05-1 [13.7 kB]
17:45:04 #8 19.23 Get:97 http://archive.raspbian.org/raspbian buster/main armhf libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
17:45:04 #8 19.24 Get:98 http://archive.raspbian.org/raspbian buster/main armhf libhttp-date-perl all 6.02-1 [10.7 kB]
17:45:04 #8 19.24 Get:99 http://archive.raspbian.org/raspbian buster/main armhf libfile-listing-perl all 6.04-1 [10.3 kB]
17:45:04 #8 19.26 Get:100 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tagset-perl all 3.20-3 [12.7 kB]
17:45:04 #8 19.27 Get:101 http://archive.raspbian.org/raspbian buster/main armhf liburi-perl all 1.76-1 [89.9 kB]
17:45:04 #8 19.34 Get:102 http://archive.raspbian.org/raspbian buster/main armhf libhtml-parser-perl armhf 3.72-3+b2 [101 kB]
17:45:04 #8 19.36 Get:103 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
17:45:04 #8 19.54 Get:104 http://archive.raspbian.org/raspbian buster/main armhf libio-html-perl all 1.001-1 [17.6 kB]
17:45:04 #8 19.70 Get:105 http://archive.raspbian.org/raspbian buster/main armhf liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
17:45:04 #8 19.72 Get:106 http://archive.raspbian.org/raspbian buster/main armhf libhttp-message-perl all 6.18-1 [77.8 kB]
17:45:04 #8 19.89 Get:107 http://archive.raspbian.org/raspbian buster/main armhf libhttp-cookies-perl all 6.04-1 [17.8 kB]
17:45:04 #8 19.90 Get:108 http://archive.raspbian.org/raspbian buster/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
17:45:04 #8 19.92 Get:109 http://archive.raspbian.org/raspbian buster/main armhf perl-openssl-defaults armhf 3 [6782 B]
17:45:04 #8 19.92 Get:110 http://archive.raspbian.org/raspbian buster/main armhf libnet-ssleay-perl armhf 1.85-2+b1 [286 kB]
17:45:04 #8 19.96 Get:111 http://archive.raspbian.org/raspbian buster/main armhf libio-socket-ssl-perl all 2.060-3 [207 kB]
17:45:04 #8 20.05 Get:112 http://archive.raspbian.org/raspbian buster/main armhf libnet-http-perl all 6.18-1 [24.5 kB]
17:45:04 #8 20.06 Get:113 http://archive.raspbian.org/raspbian buster/main armhf liblwp-protocol-https-perl all 6.07-2 [9242 B]
17:45:04 #8 20.07 Get:114 http://archive.raspbian.org/raspbian buster/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
17:45:04 #8 20.08 Get:115 http://archive.raspbian.org/raspbian buster/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
17:45:04 #8 20.10 Get:116 http://archive.raspbian.org/raspbian buster/main armhf libwww-perl all 6.36-2 [188 kB]
17:45:04 #8 20.15 Get:117 http://archive.raspbian.org/raspbian buster/main armhf patchutils armhf 0.3.4-2 [83.1 kB]
17:45:04 #8 20.17 Get:118 http://archive.raspbian.org/raspbian buster/main armhf wdiff armhf 1.2.2-2 [120 kB]
17:45:04 #8 20.18 Get:119 http://archive.raspbian.org/raspbian buster/main armhf devscripts armhf 2.19.5+deb10u1 [1045 kB]
17:45:04 #8 20.23 Get:120 http://archive.raspbian.org/raspbian buster/main armhf equivs all 2.2.0 [22.4 kB]
17:45:04 #8 20.25 Get:121 http://archive.raspbian.org/raspbian buster/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u2 [292 kB]
17:45:04 #8 20.31 Get:122 http://archive.raspbian.org/raspbian buster/main armhf libpcre2-8-0 armhf 10.32-5 [184 kB]
17:45:04 #8 20.33 Get:123 http://archive.raspbian.org/raspbian buster/main armhf liberror-perl all 0.17027-2 [30.9 kB]
17:45:04 #8 20.33 Get:124 http://archive.raspbian.org/raspbian buster/main armhf git-man all 1:2.20.1-2+deb10u3 [1620 kB]
17:45:04 #8 20.50 Get:125 http://archive.raspbian.org/raspbian buster/main armhf git armhf 1:2.20.1-2+deb10u3 [4194 kB]
17:45:04 #8 21.43 debconf: delaying package configuration, since apt-utils is not installed
17:45:04 #8 21.83 Fetched 66.6 MB in 6s (10.8 MB/s)
17:45:04 #8 21.95 Selecting previously unselected package libbsd0:armhf.
17:45:04 #8 21.95 (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.)
17:45:04 #8 21.96 Preparing to unpack .../00-libbsd0_0.9.1-2+deb10u1_armhf.deb ...
17:45:04 #8 21.97 Unpacking libbsd0:armhf (0.9.1-2+deb10u1) ...
17:45:04 #8 22.04 Selecting previously unselected package libtinfo5:armhf.
17:45:04 #8 22.04 Preparing to unpack .../01-libtinfo5_6.1+20181013-2+deb10u2_armhf.deb ...
17:45:04 #8 22.04 Unpacking libtinfo5:armhf (6.1+20181013-2+deb10u2) ...
17:45:04 #8 22.12 Selecting previously unselected package bsdmainutils.
17:45:04 #8 22.12 Preparing to unpack .../02-bsdmainutils_11.1.2_armhf.deb ...
17:45:04 #8 22.13 Unpacking bsdmainutils (11.1.2) ...
17:45:04 #8 22.21 Selecting previously unselected package libuchardet0:armhf.
17:45:04 #8 22.22 Preparing to unpack .../03-libuchardet0_0.0.6-3_armhf.deb ...
17:45:04 #8 22.22 Unpacking libuchardet0:armhf (0.0.6-3) ...
17:45:04 #8 22.29 Selecting previously unselected package groff-base.
17:45:04 #8 22.29 Preparing to unpack .../04-groff-base_1.22.4-3+deb10u1_armhf.deb ...
17:45:04 #8 22.29 Unpacking groff-base (1.22.4-3+deb10u1) ...
17:45:04 #8 22.54 Selecting previously unselected package libgdbm6:armhf.
17:45:04 #8 22.54 Preparing to unpack .../05-libgdbm6_1.18.1-4_armhf.deb ...
17:45:04 #8 22.54 Unpacking libgdbm6:armhf (1.18.1-4) ...
17:45:04 #8 22.61 Selecting previously unselected package libpipeline1:armhf.
17:45:04 #8 22.61 Preparing to unpack .../06-libpipeline1_1.5.1-2_armhf.deb ...
17:45:04 #8 22.61 Unpacking libpipeline1:armhf (1.5.1-2) ...
17:45:04 #8 22.76 Selecting previously unselected package man-db.
17:45:04 #8 22.77 Preparing to unpack .../07-man-db_2.8.5-2_armhf.deb ...
17:45:04 #8 22.78 Unpacking man-db (2.8.5-2) ...
17:45:05 #8 22.98 Selecting previously unselected package perl-modules-5.28.
17:45:05 #8 22.98 Preparing to unpack .../08-perl-modules-5.28_5.28.1-6_all.deb ...
17:45:05 #8 22.99 Unpacking perl-modules-5.28 (5.28.1-6) ...
17:45:06 #8 23.74 Selecting previously unselected package libgdbm-compat4:armhf.
17:45:06 #8 23.74 Preparing to unpack .../09-libgdbm-compat4_1.18.1-4_armhf.deb ...
17:45:06 #8 23.75 Unpacking libgdbm-compat4:armhf (1.18.1-4) ...
17:45:06 #8 23.81 Selecting previously unselected package libperl5.28:armhf.
17:45:06 #8 23.81 Preparing to unpack .../10-libperl5.28_5.28.1-6_armhf.deb ...
17:45:06 #8 23.82 Unpacking libperl5.28:armhf (5.28.1-6) ...
17:45:06 #9 44.74 Public key for perl-Pod-Escapes-1.04-299.el7_9.noarch.rpm is not installed
17:45:06 #8 24.50 Selecting previously unselected package perl.
17:45:06 #8 24.50 Preparing to unpack .../11-perl_5.28.1-6_armhf.deb ...
17:45:06 #8 24.51 Unpacking perl (5.28.1-6) ...
17:45:06 #8 24.61 Selecting previously unselected package libpython3.7-minimal:armhf.
17:45:06 #8 24.61 Preparing to unpack .../12-libpython3.7-minimal_3.7.3-2+deb10u3_armhf.deb ...
17:45:06 #8 24.62 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u3) ...
17:45:07 #8 24.80 Selecting previously unselected package libexpat1:armhf.
17:45:07 #8 24.80 Preparing to unpack .../13-libexpat1_2.2.6-2+deb10u1_armhf.deb ...
17:45:07 #8 24.80 Unpacking libexpat1:armhf (2.2.6-2+deb10u1) ...
17:45:07 #8 24.90 Selecting previously unselected package python3.7-minimal.
17:45:07 #8 24.90 Preparing to unpack .../14-python3.7-minimal_3.7.3-2+deb10u3_armhf.deb ...
17:45:07 #8 24.92 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
17:45:07 #8 25.21 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u3) ...
17:45:07 #8 25.23 Setting up libexpat1:armhf (2.2.6-2+deb10u1) ...
17:45:07 #8 25.25 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
17:45:09 #8 26.31 Selecting previously unselected package python3-minimal.
17:45:09 #8 26.31 (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.)
17:45:09 #8 26.32 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
17:45:09 #8 26.33 Unpacking python3-minimal (3.7.3-1) ...
17:45:09 #8 26.40 Selecting previously unselected package mime-support.
17:45:09 #8 26.40 Preparing to unpack .../1-mime-support_3.62_all.deb ...
17:45:09 #8 26.41 Unpacking mime-support (3.62) ...
17:45:09 #8 26.48 Selecting previously unselected package libmpdec2:armhf.
17:45:09 #8 26.48 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
17:45:09 #8 26.48 Unpacking libmpdec2:armhf (2.4.2-2) ...
17:45:09 #8 26.67 Selecting previously unselected package libpython3.7-stdlib:armhf.
17:45:09 #8 26.67 Preparing to unpack .../3-libpython3.7-stdlib_3.7.3-2+deb10u3_armhf.deb ...
17:45:09 #8 26.67 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u3) ...
17:45:09 #8 27.01 Selecting previously unselected package python3.7.
17:45:09 #8 27.01 Preparing to unpack .../4-python3.7_3.7.3-2+deb10u3_armhf.deb ...
17:45:09 #8 27.01 Unpacking python3.7 (3.7.3-2+deb10u3) ...
17:45:09 #8 27.17 Selecting previously unselected package libpython3-stdlib:armhf.
17:45:09 #8 27.17 Preparing to unpack .../5-libpython3-stdlib_3.7.3-1_armhf.deb ...
17:45:09 #8 27.18 Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
17:45:09 #8 27.24 Setting up python3-minimal (3.7.3-1) ...
17:45:09 #8 27.64 Selecting previously unselected package python3.
17:45:10 #8 27.64 (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.)
17:45:10 #8 27.66 Preparing to unpack .../000-python3_3.7.3-1_armhf.deb ...
17:45:10 #8 27.67 Unpacking python3 (3.7.3-1) ...
17:45:10 #8 27.73 Selecting previously unselected package sensible-utils.
17:45:10 #8 27.73 Preparing to unpack .../001-sensible-utils_0.0.12_all.deb ...
17:45:10 #8 27.74 Unpacking sensible-utils (0.0.12) ...
17:45:10 #8 27.80 Selecting previously unselected package bzip2.
17:45:10 #8 27.80 Preparing to unpack .../002-bzip2_1.0.6-9.2~deb10u1_armhf.deb ...
17:45:10 #8 27.81 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
17:45:10 #8 27.86 Selecting previously unselected package libmagic-mgc.
17:45:10 #8 27.86 Preparing to unpack .../003-libmagic-mgc_1%3a5.35-4+deb10u2_armhf.deb ...
17:45:10 #8 27.87 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
17:45:10 #8 28.54 Selecting previously unselected package libmagic1:armhf.
17:45:10 #8 28.55 Preparing to unpack .../004-libmagic1_1%3a5.35-4+deb10u2_armhf.deb ...
17:45:10 #8 28.55 Unpacking libmagic1:armhf (1:5.35-4+deb10u2) ...
17:45:10 #8 28.63 Selecting previously unselected package file.
17:45:10 #8 28.63 Preparing to unpack .../005-file_1%3a5.35-4+deb10u2_armhf.deb ...
17:45:10 #8 28.64 Unpacking file (1:5.35-4+deb10u2) ...
17:45:10 #8 28.71 Selecting previously unselected package gettext-base.
17:45:11 #8 28.71 Preparing to unpack .../006-gettext-base_0.19.8.1-9_armhf.deb ...
17:45:11 #8 28.72 Unpacking gettext-base (0.19.8.1-9) ...
17:45:11 #8 28.84 Selecting previously unselected package xz-utils.
17:45:11 #8 28.84 Preparing to unpack .../007-xz-utils_5.2.4-1_armhf.deb ...
17:45:11 #8 28.86 Unpacking xz-utils (5.2.4-1) ...
17:45:11 #8 29.07 Selecting previously unselected package libsigsegv2:armhf.
17:45:11 #8 29.07 Preparing to unpack .../008-libsigsegv2_2.12-2_armhf.deb ...
17:45:11 #8 29.08 Unpacking libsigsegv2:armhf (2.12-2) ...
17:45:11 #8 29.13 Selecting previously unselected package m4.
17:45:11 #8 29.13 Preparing to unpack .../009-m4_1.4.18-2_armhf.deb ...
17:45:11 #8 29.14 Unpacking m4 (1.4.18-2) ...
17:45:11 #8 29.21 Selecting previously unselected package autoconf.
17:45:11 #8 29.21 Preparing to unpack .../010-autoconf_2.69-11_all.deb ...
17:45:11 #8 29.22 Unpacking autoconf (2.69-11) ...
17:45:11 #8 29.31 Selecting previously unselected package autotools-dev.
17:45:11 #8 29.32 Preparing to unpack .../011-autotools-dev_20180224.1_all.deb ...
17:45:11 #8 29.32 Unpacking autotools-dev (20180224.1) ...
17:45:11 #8 29.39 Selecting previously unselected package automake.
17:45:11 #8 29.39 Preparing to unpack .../012-automake_1%3a1.16.1-4_all.deb ...
17:45:11 #8 29.40 Unpacking automake (1:1.16.1-4) ...
17:45:11 #8 29.53 Selecting previously unselected package autopoint.
17:45:12 #8 29.53 Preparing to unpack .../013-autopoint_0.19.8.1-9_all.deb ...
17:45:12 #8 29.53 Unpacking autopoint (0.19.8.1-9) ...
17:45:12 #8 29.59 Selecting previously unselected package binutils-common:armhf.
17:45:12 #8 29.59 Preparing to unpack .../014-binutils-common_2.31.1-16+rpi2_armhf.deb ...
17:45:12 #8 29.60 Unpacking binutils-common:armhf (2.31.1-16+rpi2) ...
17:45:12 #8 29.98 Selecting previously unselected package libbinutils:armhf.
17:45:12 #8 29.98 Preparing to unpack .../015-libbinutils_2.31.1-16+rpi2_armhf.deb ...
17:45:12 #8 29.99 Unpacking libbinutils:armhf (2.31.1-16+rpi2) ...
17:45:12 #8 30.08 Selecting previously unselected package libfl2:armhf.
17:45:12 #8 30.08 Preparing to unpack .../016-libfl2_2.6.4-6.2_armhf.deb ...
17:45:12 #8 30.09 Unpacking libfl2:armhf (2.6.4-6.2) ...
17:45:12 #8 30.15 Selecting previously unselected package binutils-arm-linux-gnueabihf.
17:45:12 #8 30.15 Preparing to unpack .../017-binutils-arm-linux-gnueabihf_2.31.1-16+rpi2_armhf.deb ...
17:45:12 #8 30.16 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ...
17:45:12 #8 30.51 Selecting previously unselected package binutils.
17:45:13 #8 30.51 Preparing to unpack .../018-binutils_2.31.1-16+rpi2_armhf.deb ...
17:45:13 #8 30.52 Unpacking binutils (2.31.1-16+rpi2) ...
17:45:13 #8 30.58 Selecting previously unselected package libisl19:armhf.
17:45:13 #8 30.58 Preparing to unpack .../019-libisl19_0.20-2_armhf.deb ...
17:45:13 #8 30.59 Unpacking libisl19:armhf (0.20-2) ...
17:45:13 #8 30.70 Selecting previously unselected package libmpfr6:armhf.
17:45:13 #8 30.71 Preparing to unpack .../020-libmpfr6_4.0.2-1_armhf.deb ...
17:45:13 #8 30.71 Unpacking libmpfr6:armhf (4.0.2-1) ...
17:45:13 #8 30.80 Selecting previously unselected package libmpc3:armhf.
17:45:13 #8 30.80 Preparing to unpack .../021-libmpc3_1.1.0-1_armhf.deb ...
17:45:13 #8 30.81 Unpacking libmpc3:armhf (1.1.0-1) ...
17:45:13 #8 30.86 Selecting previously unselected package cpp-8.
17:45:13 #8 30.86 Preparing to unpack .../022-cpp-8_8.3.0-6+rpi1_armhf.deb ...
17:45:13 #8 30.87 Unpacking cpp-8 (8.3.0-6+rpi1) ...
17:45:14 #8 31.85 Selecting previously unselected package cpp.
17:45:14 #8 31.85 Preparing to unpack .../023-cpp_4%3a8.3.0-1+rpi2_armhf.deb ...
17:45:14 #8 31.86 Unpacking cpp (4:8.3.0-1+rpi2) ...
17:45:14 #8 31.91 Selecting previously unselected package libcc1-0:armhf.
17:45:14 #8 31.91 Preparing to unpack .../024-libcc1-0_8.3.0-6+rpi1_armhf.deb ...
17:45:14 #8 31.92 Unpacking libcc1-0:armhf (8.3.0-6+rpi1) ...
17:45:14 #8 31.98 Selecting previously unselected package libgomp1:armhf.
17:45:14 #8 31.98 Preparing to unpack .../025-libgomp1_8.3.0-6+rpi1_armhf.deb ...
17:45:14 #8 31.99 Unpacking libgomp1:armhf (8.3.0-6+rpi1) ...
17:45:14 #8 32.05 Selecting previously unselected package libatomic1:armhf.
17:45:14 #8 32.05 Preparing to unpack .../026-libatomic1_8.3.0-6+rpi1_armhf.deb ...
17:45:14 #8 32.06 Unpacking libatomic1:armhf (8.3.0-6+rpi1) ...
17:45:14 #8 32.11 Selecting previously unselected package libasan5:armhf.
17:45:14 #8 32.11 Preparing to unpack .../027-libasan5_8.3.0-6+rpi1_armhf.deb ...
17:45:14 #8 32.12 Unpacking libasan5:armhf (8.3.0-6+rpi1) ...
17:45:14 #8 32.22 Selecting previously unselected package libubsan1:armhf.
17:45:14 #8 32.22 Preparing to unpack .../028-libubsan1_8.3.0-6+rpi1_armhf.deb ...
17:45:14 #8 32.23 Unpacking libubsan1:armhf (8.3.0-6+rpi1) ...
17:45:14 #8 32.29 Selecting previously unselected package libgcc-8-dev:armhf.
17:45:14 #8 32.29 Preparing to unpack .../029-libgcc-8-dev_8.3.0-6+rpi1_armhf.deb ...
17:45:14 #8 32.30 Unpacking libgcc-8-dev:armhf (8.3.0-6+rpi1) ...
17:45:14 #8 32.46 Selecting previously unselected package gcc-8.
17:45:14 #8 32.46 Preparing to unpack .../030-gcc-8_8.3.0-6+rpi1_armhf.deb ...
17:45:14 #8 32.47 Unpacking gcc-8 (8.3.0-6+rpi1) ...
17:45:15 #8 33.52 Selecting previously unselected package gcc.
17:45:15 #8 33.52 Preparing to unpack .../031-gcc_4%3a8.3.0-1+rpi2_armhf.deb ...
17:45:15 #8 33.53 Unpacking gcc (4:8.3.0-1+rpi2) ...
17:45:15 #8 33.58 Selecting previously unselected package libc-dev-bin.
17:45:15 #8 33.58 Preparing to unpack .../032-libc-dev-bin_2.28-10+rpi1_armhf.deb ...
17:45:15 #8 33.59 Unpacking libc-dev-bin (2.28-10+rpi1) ...
17:45:15 #8 33.64 Selecting previously unselected package linux-libc-dev:armhf.
17:45:15 #8 33.65 Preparing to unpack .../033-linux-libc-dev_1%3a1.20210805-1_armhf.deb ...
17:45:15 #8 33.65 Unpacking linux-libc-dev:armhf (1:1.20210805-1) ...
17:45:16 #8 34.03 Selecting previously unselected package libc6-dev:armhf.
17:45:16 #8 34.03 Preparing to unpack .../034-libc6-dev_2.28-10+rpi1_armhf.deb ...
17:45:16 #8 34.04 Unpacking libc6-dev:armhf (2.28-10+rpi1) ...
17:45:16 #8 34.49 Selecting previously unselected package libtool.
17:45:16 #8 34.49 Preparing to unpack .../035-libtool_2.4.6-9_all.deb ...
17:45:16 #8 34.50 Unpacking libtool (2.4.6-9) ...
17:45:16 #8 34.58 Selecting previously unselected package dh-autoreconf.
17:45:16 #8 34.59 Preparing to unpack .../036-dh-autoreconf_19_all.deb ...
17:45:16 #8 34.59 Unpacking dh-autoreconf (19) ...
17:45:16 #8 34.65 Selecting previously unselected package libarchive-zip-perl.
17:45:17 #8 34.65 Preparing to unpack .../037-libarchive-zip-perl_1.64-1_all.deb ...
17:45:17 #8 34.66 Unpacking libarchive-zip-perl (1.64-1) ...
17:45:17 #8 34.72 Selecting previously unselected package libfile-stripnondeterminism-perl.
17:45:17 #8 34.72 Preparing to unpack .../038-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
17:45:17 #8 34.72 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
17:45:17 #8 34.77 Selecting previously unselected package dh-strip-nondeterminism.
17:45:17 #8 34.77 Preparing to unpack .../039-dh-strip-nondeterminism_1.1.2-1_all.deb ...
17:45:17 #8 34.78 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
17:45:17 #8 34.83 Selecting previously unselected package libdpkg-perl.
17:45:17 #8 34.83 Preparing to unpack .../040-libdpkg-perl_1.19.7_all.deb ...
17:45:17 #8 34.83 Unpacking libdpkg-perl (1.19.7) ...
17:45:17 #8 34.96 Selecting previously unselected package patch.
17:45:17 #8 34.97 Preparing to unpack .../041-patch_2.7.6-3+deb10u1_armhf.deb ...
17:45:17 #8 34.97 Unpacking patch (2.7.6-3+deb10u1) ...
17:45:17 #8 35.03 Selecting previously unselected package make.
17:45:17 #8 35.03 Preparing to unpack .../042-make_4.2.1-1.2_armhf.deb ...
17:45:17 #8 35.04 Unpacking make (4.2.1-1.2) ...
17:45:17 #8 35.14 Selecting previously unselected package dpkg-dev.
17:45:17 #8 35.14 Preparing to unpack .../043-dpkg-dev_1.19.7_all.deb ...
17:45:17 #8 35.15 Unpacking dpkg-dev (1.19.7) ...
17:45:17 #8 35.30 Selecting previously unselected package libelf1:armhf.
17:45:17 #8 35.30 Preparing to unpack .../044-libelf1_0.176-1.1_armhf.deb ...
17:45:17 #8 35.31 Unpacking libelf1:armhf (0.176-1.1) ...
17:45:17 #8 35.38 Selecting previously unselected package dwz.
17:45:17 #8 35.38 Preparing to unpack .../045-dwz_0.12-3_armhf.deb ...
17:45:17 #8 35.39 Unpacking dwz (0.12-3) ...
17:45:17 #8 35.44 Selecting previously unselected package libdebhelper-perl.
17:45:17 #8 35.45 Preparing to unpack .../046-libdebhelper-perl_13.2~bpo10+1_all.deb ...
17:45:17 #8 35.45 Unpacking libdebhelper-perl (13.2~bpo10+1) ...
17:45:17 #8 35.54 Selecting previously unselected package libglib2.0-0:armhf.
17:45:17 #8 35.54 Preparing to unpack .../047-libglib2.0-0_2.58.3-2+deb10u2_armhf.deb ...
17:45:17 #8 35.55 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u2) ...
17:45:18 #8 35.74 Selecting previously unselected package libicu63:armhf.
17:45:18 #8 35.74 Preparing to unpack .../048-libicu63_63.1-6+deb10u1_armhf.deb ...
17:45:18 #8 35.75 Unpacking libicu63:armhf (63.1-6+deb10u1) ...
17:45:19 #8 36.96 Selecting previously unselected package libxml2:armhf.
17:45:19 #8 36.96 Preparing to unpack .../049-libxml2_2.9.4+dfsg1-7+deb10u2_armhf.deb ...
17:45:19 #8 36.97 Unpacking libxml2:armhf (2.9.4+dfsg1-7+deb10u2) ...
17:45:19 #8 37.10 Selecting previously unselected package libcroco3:armhf.
17:45:19 #8 37.10 Preparing to unpack .../050-libcroco3_0.6.12-3_armhf.deb ...
17:45:19 #8 37.11 Unpacking libcroco3:armhf (0.6.12-3) ...
17:45:19 #8 37.18 Selecting previously unselected package gettext.
17:45:19 #8 37.18 Preparing to unpack .../051-gettext_0.19.8.1-9_armhf.deb ...
17:45:19 #8 37.19 Unpacking gettext (0.19.8.1-9) ...
17:45:19 #8 37.41 Selecting previously unselected package intltool-debian.
17:45:19 #8 37.41 Preparing to unpack .../052-intltool-debian_0.35.0+20060710.5_all.deb ...
17:45:19 #8 37.42 Unpacking intltool-debian (0.35.0+20060710.5) ...
17:45:19 #8 37.47 Selecting previously unselected package po-debconf.
17:45:19 #8 37.47 Preparing to unpack .../053-po-debconf_1.0.21_all.deb ...
17:45:19 #8 37.48 Unpacking po-debconf (1.0.21) ...
17:45:19 #8 37.55 Selecting previously unselected package debhelper.
17:45:19 #8 37.56 Preparing to unpack .../054-debhelper_13.2~bpo10+1_all.deb ...
17:45:19 #8 37.56 Unpacking debhelper (13.2~bpo10+1) ...
17:45:20 #8 37.73 Selecting previously unselected package libfakeroot:armhf.
17:45:20 #8 37.74 Preparing to unpack .../055-libfakeroot_1.23-1_armhf.deb ...
17:45:20 #8 37.74 Unpacking libfakeroot:armhf (1.23-1) ...
17:45:20 #8 37.80 Selecting previously unselected package fakeroot.
17:45:20 #8 37.80 Preparing to unpack .../056-fakeroot_1.23-1_armhf.deb ...
17:45:20 #8 37.81 Unpacking fakeroot (1.23-1) ...
17:45:20 #8 37.86 Selecting previously unselected package libfile-which-perl.
17:45:20 #8 37.86 Preparing to unpack .../057-libfile-which-perl_1.23-1_all.deb ...
17:45:20 #8 37.87 Unpacking libfile-which-perl (1.23-1) ...
17:45:20 #8 37.92 Selecting previously unselected package libfile-homedir-perl.
17:45:20 #8 37.92 Preparing to unpack .../058-libfile-homedir-perl_1.004-1_all.deb ...
17:45:20 #8 37.92 Unpacking libfile-homedir-perl (1.004-1) ...
17:45:20 #8 37.98 Selecting previously unselected package libio-pty-perl.
17:45:20 #8 37.98 Preparing to unpack .../059-libio-pty-perl_1%3a1.08-1.1+b4_armhf.deb ...
17:45:20 #8 37.98 Unpacking libio-pty-perl (1:1.08-1.1+b4) ...
17:45:20 #8 38.03 Selecting previously unselected package libipc-run-perl.
17:45:20 #8 38.04 Preparing to unpack .../060-libipc-run-perl_20180523.0-1_all.deb ...
17:45:20 #8 38.04 Unpacking libipc-run-perl (20180523.0-1) ...
17:45:20 #8 38.10 Selecting previously unselected package libclass-method-modifiers-perl.
17:45:20 #8 38.10 Preparing to unpack .../061-libclass-method-modifiers-perl_2.12-1_all.deb ...
17:45:20 #8 38.11 Unpacking libclass-method-modifiers-perl (2.12-1) ...
17:45:20 #8 38.17 Selecting previously unselected package libsub-exporter-progressive-perl.
17:45:20 #8 38.17 Preparing to unpack .../062-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
17:45:20 #8 38.18 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
17:45:20 #8 38.22 Selecting previously unselected package libdevel-globaldestruction-perl.
17:45:20 #8 38.23 Preparing to unpack .../063-libdevel-globaldestruction-perl_0.14-1_all.deb ...
17:45:20 #8 38.23 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
17:45:20 #8 38.28 Selecting previously unselected package libb-hooks-op-check-perl.
17:45:20 #8 38.29 Preparing to unpack .../064-libb-hooks-op-check-perl_0.22-1+b1_armhf.deb ...
17:45:20 #8 38.29 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
17:45:20 #8 38.34 Selecting previously unselected package libdynaloader-functions-perl.
17:45:20 #8 38.34 Preparing to unpack .../065-libdynaloader-functions-perl_0.003-1_all.deb ...
17:45:20 #8 38.35 Unpacking libdynaloader-functions-perl (0.003-1) ...
17:45:20 #8 38.40 Selecting previously unselected package libdevel-callchecker-perl.
17:45:20 #8 38.40 Preparing to unpack .../066-libdevel-callchecker-perl_0.008-1_armhf.deb ...
17:45:20 #8 38.40 Unpacking libdevel-callchecker-perl (0.008-1) ...
17:45:20 #8 38.45 Selecting previously unselected package libparams-classify-perl.
17:45:20 #8 38.46 Preparing to unpack .../067-libparams-classify-perl_0.015-1+b1_armhf.deb ...
17:45:20 #8 38.46 Unpacking libparams-classify-perl (0.015-1+b1) ...
17:45:20 #8 38.51 Selecting previously unselected package libmodule-runtime-perl.
17:45:20 #8 38.51 Preparing to unpack .../068-libmodule-runtime-perl_0.016-1_all.deb ...
17:45:20 #8 38.52 Unpacking libmodule-runtime-perl (0.016-1) ...
17:45:20 #8 38.57 Selecting previously unselected package libimport-into-perl.
17:45:20 #8 38.57 Preparing to unpack .../069-libimport-into-perl_1.002005-1_all.deb ...
17:45:20 #8 38.58 Unpacking libimport-into-perl (1.002005-1) ...
17:45:20 #8 38.62 Selecting previously unselected package librole-tiny-perl.
17:45:20 #8 38.62 Preparing to unpack .../070-librole-tiny-perl_2.000006-1_all.deb ...
17:45:20 #8 38.63 Unpacking librole-tiny-perl (2.000006-1) ...
17:45:20 #8 38.68 Selecting previously unselected package libstrictures-perl.
17:45:21 #8 38.68 Preparing to unpack .../071-libstrictures-perl_2.000005-1_all.deb ...
17:45:21 #8 38.69 Unpacking libstrictures-perl (2.000005-1) ...
17:45:21 #8 38.73 Selecting previously unselected package libsub-quote-perl.
17:45:21 #8 38.73 Preparing to unpack .../072-libsub-quote-perl_2.005001-1_all.deb ...
17:45:21 #8 38.74 Unpacking libsub-quote-perl (2.005001-1) ...
17:45:21 #8 38.79 Selecting previously unselected package libmoo-perl.
17:45:21 #8 38.79 Preparing to unpack .../073-libmoo-perl_2.003004-2_all.deb ...
17:45:21 #8 38.80 Unpacking libmoo-perl (2.003004-2) ...
17:45:21 #8 38.85 Selecting previously unselected package libencode-locale-perl.
17:45:21 #8 38.85 Preparing to unpack .../074-libencode-locale-perl_1.05-1_all.deb ...
17:45:21 #8 38.86 Unpacking libencode-locale-perl (1.05-1) ...
17:45:21 #8 38.90 Selecting previously unselected package libtimedate-perl.
17:45:21 #8 38.90 Preparing to unpack .../075-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
17:45:21 #8 38.91 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
17:45:21 #8 38.97 Selecting previously unselected package libhttp-date-perl.
17:45:21 #8 38.97 Preparing to unpack .../076-libhttp-date-perl_6.02-1_all.deb ...
17:45:21 #8 38.98 Unpacking libhttp-date-perl (6.02-1) ...
17:45:21 #8 39.02 Selecting previously unselected package libfile-listing-perl.
17:45:21 #8 39.03 Preparing to unpack .../077-libfile-listing-perl_6.04-1_all.deb ...
17:45:21 #8 39.03 Unpacking libfile-listing-perl (6.04-1) ...
17:45:21 #8 39.08 Selecting previously unselected package libhtml-tagset-perl.
17:45:21 #8 39.08 Preparing to unpack .../078-libhtml-tagset-perl_3.20-3_all.deb ...
17:45:21 #8 39.09 Unpacking libhtml-tagset-perl (3.20-3) ...
17:45:21 #8 39.13 Selecting previously unselected package liburi-perl.
17:45:21 #8 39.13 Preparing to unpack .../079-liburi-perl_1.76-1_all.deb ...
17:45:21 #8 39.14 Unpacking liburi-perl (1.76-1) ...
17:45:21 #8 39.20 Selecting previously unselected package libhtml-parser-perl.
17:45:21 #8 39.21 Preparing to unpack .../080-libhtml-parser-perl_3.72-3+b2_armhf.deb ...
17:45:21 #8 39.21 Unpacking libhtml-parser-perl (3.72-3+b2) ...
17:45:21 #8 39.27 Selecting previously unselected package libhtml-tree-perl.
17:45:21 #8 39.27 Preparing to unpack .../081-libhtml-tree-perl_5.07-2_all.deb ...
17:45:21 #8 39.28 Unpacking libhtml-tree-perl (5.07-2) ...
17:45:21 #8 39.35 Selecting previously unselected package libio-html-perl.
17:45:21 #8 39.35 Preparing to unpack .../082-libio-html-perl_1.001-1_all.deb ...
17:45:21 #8 39.36 Unpacking libio-html-perl (1.001-1) ...
17:45:21 #8 39.40 Selecting previously unselected package liblwp-mediatypes-perl.
17:45:21 #8 39.41 Preparing to unpack .../083-liblwp-mediatypes-perl_6.02-1_all.deb ...
17:45:21 #8 39.41 Unpacking liblwp-mediatypes-perl (6.02-1) ...
17:45:21 #8 39.53 Selecting previously unselected package libhttp-message-perl.
17:45:21 #8 39.54 Preparing to unpack .../084-libhttp-message-perl_6.18-1_all.deb ...
17:45:21 #8 39.54 Unpacking libhttp-message-perl (6.18-1) ...
17:45:21 #8 39.60 Selecting previously unselected package libhttp-cookies-perl.
17:45:21 #8 39.60 Preparing to unpack .../085-libhttp-cookies-perl_6.04-1_all.deb ...
17:45:21 #8 39.61 Unpacking libhttp-cookies-perl (6.04-1) ...
17:45:21 #8 39.66 Selecting previously unselected package libhttp-negotiate-perl.
17:45:22 #8 39.66 Preparing to unpack .../086-libhttp-negotiate-perl_6.01-1_all.deb ...
17:45:22 #8 39.67 Unpacking libhttp-negotiate-perl (6.01-1) ...
17:45:22 #8 39.72 Selecting previously unselected package perl-openssl-defaults:armhf.
17:45:22 #8 39.72 Preparing to unpack .../087-perl-openssl-defaults_3_armhf.deb ...
17:45:22 #8 39.73 Unpacking perl-openssl-defaults:armhf (3) ...
17:45:22 #8 39.78 Selecting previously unselected package libnet-ssleay-perl.
17:45:22 #8 39.78 Preparing to unpack .../088-libnet-ssleay-perl_1.85-2+b1_armhf.deb ...
17:45:22 #8 39.79 Unpacking libnet-ssleay-perl (1.85-2+b1) ...
17:45:22 #8 39.89 Selecting previously unselected package libio-socket-ssl-perl.
17:45:22 #8 39.89 Preparing to unpack .../089-libio-socket-ssl-perl_2.060-3_all.deb ...
17:45:22 #8 39.90 Unpacking libio-socket-ssl-perl (2.060-3) ...
17:45:22 #8 39.97 Selecting previously unselected package libnet-http-perl.
17:45:22 #8 39.97 Preparing to unpack .../090-libnet-http-perl_6.18-1_all.deb ...
17:45:22 #8 39.98 Unpacking libnet-http-perl (6.18-1) ...
17:45:22 #8 40.04 Selecting previously unselected package liblwp-protocol-https-perl.
17:45:22 #8 40.04 Preparing to unpack .../091-liblwp-protocol-https-perl_6.07-2_all.deb ...
17:45:22 #8 40.05 Unpacking liblwp-protocol-https-perl (6.07-2) ...
17:45:22 #8 40.10 Selecting previously unselected package libtry-tiny-perl.
17:45:22 #8 40.10 Preparing to unpack .../092-libtry-tiny-perl_0.30-1_all.deb ...
17:45:22 #8 40.10 Unpacking libtry-tiny-perl (0.30-1) ...
17:45:22 #8 40.15 Selecting previously unselected package libwww-robotrules-perl.
17:45:22 #8 40.16 Preparing to unpack .../093-libwww-robotrules-perl_6.02-1_all.deb ...
17:45:22 #8 40.17 Unpacking libwww-robotrules-perl (6.02-1) ...
17:45:22 #8 40.21 Selecting previously unselected package libwww-perl.
17:45:22 #8 40.22 Preparing to unpack .../094-libwww-perl_6.36-2_all.deb ...
17:45:22 #8 40.22 Unpacking libwww-perl (6.36-2) ...
17:45:22 #8 40.30 Selecting previously unselected package patchutils.
17:45:22 #8 40.30 Preparing to unpack .../095-patchutils_0.3.4-2_armhf.deb ...
17:45:22 #8 40.30 Unpacking patchutils (0.3.4-2) ...
17:45:22 #8 40.36 Selecting previously unselected package wdiff.
17:45:22 #8 40.37 Preparing to unpack .../096-wdiff_1.2.2-2_armhf.deb ...
17:45:22 #8 40.37 Unpacking wdiff (1.2.2-2) ...
17:45:22 #8 40.46 Selecting previously unselected package devscripts.
17:45:22 #8 40.47 Preparing to unpack .../097-devscripts_2.19.5+deb10u1_armhf.deb ...
17:45:22 #8 40.51 Unpacking devscripts (2.19.5+deb10u1) ...
17:45:22 #8 40.70 Selecting previously unselected package equivs.
17:45:23 #8 40.71 Preparing to unpack .../098-equivs_2.2.0_all.deb ...
17:45:23 #8 40.71 Unpacking equivs (2.2.0) ...
17:45:23 #8 40.77 Selecting previously unselected package libcurl3-gnutls:armhf.
17:45:23 #8 40.78 Preparing to unpack .../099-libcurl3-gnutls_7.64.0-4+deb10u2_armhf.deb ...
17:45:23 #8 40.78 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ...
17:45:23 #8 40.90 Selecting previously unselected package libpcre2-8-0:armhf.
17:45:23 #8 40.91 Preparing to unpack .../100-libpcre2-8-0_10.32-5_armhf.deb ...
17:45:23 #8 40.91 Unpacking libpcre2-8-0:armhf (10.32-5) ...
17:45:23 #8 40.98 Selecting previously unselected package liberror-perl.
17:45:23 #8 40.99 Preparing to unpack .../101-liberror-perl_0.17027-2_all.deb ...
17:45:23 #8 40.99 Unpacking liberror-perl (0.17027-2) ...
17:45:23 #8 41.05 Selecting previously unselected package git-man.
17:45:23 #8 41.05 Preparing to unpack .../102-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
17:45:23 #8 41.06 Unpacking git-man (1:2.20.1-2+deb10u3) ...
17:45:23 #8 41.23 Selecting previously unselected package git.
17:45:23 #8 41.24 Preparing to unpack .../103-git_1%3a2.20.1-2+deb10u3_armhf.deb ...
17:45:23 #8 41.27 Unpacking git (1:2.20.1-2+deb10u3) ...
17:45:24 #8 41.99 Setting up perl-modules-5.28 (5.28.1-6) ...
17:45:24 #8 42.01 Setting up libpipeline1:armhf (1.5.1-2) ...
17:45:24 #8 42.03 Setting up mime-support (3.62) ...
17:45:24 #8 42.08 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
17:45:24 #8 42.10 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u2) ...
17:45:24 #8 42.12 No schema files found: doing nothing.
17:45:24 #8 42.14 Setting up binutils-common:armhf (2.31.1-16+rpi2) ...
17:45:24 #8 42.16 Setting up libmagic1:armhf (1:5.35-4+deb10u2) ...
17:45:24 #8 42.18 Setting up perl-openssl-defaults:armhf (3) ...
17:45:24 #8 42.20 Setting up linux-libc-dev:armhf (1:1.20210805-1) ...
17:45:24 #8 42.22 Setting up gettext-base (0.19.8.1-9) ...
17:45:24 #8 42.23 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ...
17:45:24 #8 42.25 Setting up file (1:5.35-4+deb10u2) ...
17:45:24 #8 42.27 Setting up libgomp1:armhf (8.3.0-6+rpi1) ...
17:45:24 #8 42.29 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
17:45:24 #8 42.30 Setting up libicu63:armhf (63.1-6+deb10u1) ...
17:45:24 #9 61.62 --------------------------------------------------------------------------------
17:45:24 #9 61.62 Total                                              494 kB/s |  16 MB  00:33     
17:45:24 #9 61.62 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
17:45:24 #9 61.63 Importing GPG key 0xF4A80EB5:
17:45:24 #9 61.63  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
17:45:24 #9 61.63  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
17:45:24 #9 61.63  Package    : centos-release-7-9.2009.0.el7.centos.x86_64 (@CentOS)
17:45:24 #9 61.63  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
17:45:24 #9 61.66 Running transaction check
17:45:24 #9 61.69 Running transaction test
17:45:24 #9 61.73 Transaction test succeeded
17:45:24 #9 61.74 Running transaction
17:45:24 #9 61.90   Installing : groff-base-1.22.2-8.el7.x86_64                              1/44 
17:45:24 #9 61.93   Installing : bzip2-1.0.6-13.el7.x86_64                                   2/44 
17:45:24 #9 61.94   Installing : 1:perl-parent-0.225-244.el7.noarch                          3/44 
17:45:24 #9 61.96   Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                           4/44 
17:45:24 #9 61.99   Installing : perl-podlators-2.5.1-3.el7.noarch                           5/44 
17:45:24 #9 62.02   Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                          6/44 
17:45:24 #9 62.04   Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                    7/44 
17:45:24 #9 62.28   Installing : perl-Encode-2.51-7.el7.x86_64                               8/44 
17:45:24 #9 62.30   Installing : perl-Text-ParseWords-3.29-4.el7.noarch                      9/44 
17:45:24 #9 62.32   Installing : perl-Pod-Usage-1.63-3.el7.noarch                           10/44 
17:45:24 #9 62.33   Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64                      11/44 
17:45:24 #9 62.35   Installing : perl-threads-1.87-4.el7.x86_64                             12/44 
17:45:24 #9 62.37   Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      13/44 
17:45:24 #9 62.39   Installing : perl-Exporter-5.68-3.el7.noarch                            14/44 
17:45:24 #9 62.41   Installing : perl-constant-1.27-2.el7.noarch                            15/44 
17:45:24 #9 62.43   Installing : perl-Socket-2.010-5.el7.x86_64                             16/44 
17:45:24 #9 62.44   Installing : perl-Time-Local-1.2300-2.el7.noarch                        17/44 
17:45:24 #9 62.46   Installing : perl-Carp-1.26-244.el7.noarch                              18/44 
17:45:24 #9 62.48   Installing : perl-Storable-2.45-3.el7.x86_64                            19/44 
17:45:24 #9 62.50   Installing : perl-threads-shared-1.43-6.el7.x86_64                      20/44 
17:45:24 #9 62.52   Installing : perl-PathTools-3.40-5.el7.x86_64                           21/44 
17:45:24 #9 62.54   Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 22/44 
17:45:24 #9 62.58   Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                        23/44 
17:45:24 #9 62.60   Installing : perl-File-Temp-0.23.01-3.el7.noarch                        24/44 
17:45:24 #9 62.62   Installing : perl-File-Path-2.09-2.el7.noarch                           25/44 
17:45:24 #9 62.64   Installing : perl-Filter-1.49-3.el7.x86_64                              26/44 
17:45:24 #8 42.32 Setting up libfakeroot:armhf (1.23-1) ...
17:45:24 #8 42.34 Setting up fakeroot (1.23-1) ...
17:45:24 #8 42.36 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
17:45:24 #8 42.36 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
17:45:24 #8 42.36 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
17:45:24 #8 42.36 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
17:45:24 #8 42.36 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
17:45:24 #8 42.36 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
17:45:24 #8 42.36 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
17:45:24 #8 42.36 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
17:45:24 #8 42.36 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
17:45:24 #8 42.38 Setting up libasan5:armhf (8.3.0-6+rpi1) ...
17:45:24 #8 42.40 Setting up autotools-dev (20180224.1) ...
17:45:24 #8 42.42 Setting up make (4.2.1-1.2) ...
17:45:24 #8 42.43 Setting up libmpfr6:armhf (4.0.2-1) ...
17:45:24 #8 42.45 Setting up libsigsegv2:armhf (2.12-2) ...
17:45:24 #8 42.48 Setting up xz-utils (5.2.4-1) ...
17:45:24 #8 42.49 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
17:45:24 #8 42.49 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
17:45:24 #8 42.49 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
17:45:24 #8 42.49 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
17:45:24 #8 42.49 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
17:45:24 #8 42.50 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
17:45:24 #8 42.50 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
17:45:24 #8 42.50 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
17:45:24 #8 42.50 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
17:45:24 #8 42.50 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
17:45:24 #8 42.50 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
17:45:24 #9 62.72   Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64                        27/44 
17:45:25 #8 42.58 Setting up libmpc3:armhf (1.1.0-1) ...
17:45:25 #8 42.60 Setting up libatomic1:armhf (8.3.0-6+rpi1) ...
17:45:25 #8 42.62 Setting up patch (2.7.6-3+deb10u1) ...
17:45:25 #8 42.63 Setting up autopoint (0.19.8.1-9) ...
17:45:25 #8 42.65 Setting up libfl2:armhf (2.6.4-6.2) ...
17:45:25 #8 42.67 Setting up libpcre2-8-0:armhf (10.32-5) ...
17:45:25 #8 42.69 Setting up libubsan1:armhf (8.3.0-6+rpi1) ...
17:45:25 #8 42.71 Setting up libisl19:armhf (0.20-2) ...
17:45:25 #8 42.73 Setting up sensible-utils (0.0.12) ...
17:45:25 #8 42.75 Setting up libuchardet0:armhf (0.0.6-3) ...
17:45:25 #8 42.77 Setting up git-man (1:2.20.1-2+deb10u3) ...
17:45:25 #8 42.79 Setting up libmpdec2:armhf (2.4.2-2) ...
17:45:25 #8 42.81 Setting up libbinutils:armhf (2.31.1-16+rpi2) ...
17:45:25 #8 42.82 Setting up cpp-8 (8.3.0-6+rpi1) ...
17:45:25 #8 42.85 Setting up libc-dev-bin (2.28-10+rpi1) ...
17:45:25 #8 42.86 Setting up libbsd0:armhf (0.9.1-2+deb10u1) ...
17:45:25 #8 42.88 Setting up libtinfo5:armhf (6.1+20181013-2+deb10u2) ...
17:45:25 #8 42.90 Setting up binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ...
17:45:25 #8 42.92 Setting up libelf1:armhf (0.176-1.1) ...
17:45:25 #8 42.94 Setting up libxml2:armhf (2.9.4+dfsg1-7+deb10u2) ...
17:45:25 #8 42.96 Setting up libcc1-0:armhf (8.3.0-6+rpi1) ...
17:45:25 #8 42.98 Setting up libgdbm6:armhf (1.18.1-4) ...
17:45:25 #8 42.99 Setting up wdiff (1.2.2-2) ...
17:45:25 #8 43.01 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u3) ...
17:45:25 #8 43.03 Setting up m4 (1.4.18-2) ...
17:45:25 #8 43.05 Setting up binutils (2.31.1-16+rpi2) ...
17:45:25 #8 43.07 Setting up bsdmainutils (11.1.2) ...
17:45:25 #8 43.10 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
17:45:25 #8 43.10 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
17:45:25 #8 43.11 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
17:45:25 #8 43.11 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
17:45:25 #8 43.12 Setting up libcroco3:armhf (0.6.12-3) ...
17:45:25 #8 43.13 Setting up libgdbm-compat4:armhf (1.18.1-4) ...
17:45:25 #8 43.15 Setting up libgcc-8-dev:armhf (8.3.0-6+rpi1) ...
17:45:25 #8 43.17 Setting up libperl5.28:armhf (5.28.1-6) ...
17:45:25 #8 43.19 Setting up dwz (0.12-3) ...
17:45:25 #8 43.20 Setting up groff-base (1.22.4-3+deb10u1) ...
17:45:25 #8 43.23 Setting up cpp (4:8.3.0-1+rpi2) ...
17:45:25 #8 43.26 Setting up libc6-dev:armhf (2.28-10+rpi1) ...
17:45:25 #8 43.28 Setting up libpython3-stdlib:armhf (3.7.3-1) ...
17:45:25 #8 43.30 Setting up python3.7 (3.7.3-2+deb10u3) ...
17:45:25 #9 63.31   Installing : perl-Getopt-Long-2.40-3.el7.noarch                         28/44 
17:45:26 #9 64.25   Installing : 4:perl-5.16.3-299.el7_9.x86_64                             29/44 
17:45:26 #9 64.29   Installing : perl-Thread-Queue-3.02-2.el7.noarch                        30/44 
17:45:26 #9 64.30   Installing : python-srpm-macros-3-34.el7.noarch                         31/44 
17:45:26 #9 64.32   Installing : 1:emacs-filesystem-24.3-23.el7.noarch                      32/44 
17:45:26 #9 64.34   Installing : desktop-file-utils-0.23-2.el7.x86_64                       33/44 
17:45:26 #9 64.39   Installing : zip-3.0-11.el7.x86_64                                      34/44 
17:45:26 #9 64.43   Installing : elfutils-0.176-5.el7.x86_64                                35/44 
17:45:26 #9 64.46   Installing : unzip-6.0-22.el7_9.x86_64                                  36/44 
17:45:26 #9 64.49   Installing : patch-2.7.1-12.el7_7.x86_64                                37/44 
17:45:26 #9 64.51   Installing : dwz-0.11-3.el7.x86_64                                      38/44 
17:45:27 #8 44.73 Setting up gettext (0.19.8.1-9) ...
17:45:27 #9 65.35   Installing : gdb-7.6.1-120.el7.x86_64                                   39/44 
17:45:27 #9 65.37   Installing : perl-srpm-macros-1-8.el7.noarch                            40/44 
17:45:27 #9 65.40   Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch               41/44 
17:45:27 #9 65.41   Installing : file-5.11-37.el7.x86_64                                    42/44 
17:45:27 #9 65.45   Installing : rpm-build-4.11.3-45.el7.x86_64                             43/44 
17:45:27 #9 65.50   Installing : rpmlint-1.5-4.el7.noarch                                   44/44 
17:45:27 #9 65.53   Verifying  : file-5.11-37.el7.x86_64                                     1/44 
17:45:27 #9 65.54   Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                           2/44 
17:45:27 #9 65.55   Verifying  : perl-threads-shared-1.43-6.el7.x86_64                       3/44 
17:45:27 #9 65.56   Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                       4/44 
17:45:27 #9 65.57   Verifying  : perl-threads-1.87-4.el7.x86_64                              5/44 
17:45:27 #9 65.58   Verifying  : perl-Exporter-5.68-3.el7.noarch                             6/44 
17:45:27 #9 65.59   Verifying  : perl-constant-1.27-2.el7.noarch                             7/44 
17:45:27 #9 65.60   Verifying  : perl-PathTools-3.40-5.el7.x86_64                            8/44 
17:45:27 #8 44.75 Setting up gcc-8 (8.3.0-6+rpi1) ...
17:45:27 #8 44.77 Setting up libtool (2.4.6-9) ...
17:45:27 #8 44.79 Setting up python3 (3.7.3-1) ...
17:45:27 #8 45.03 Setting up man-db (2.8.5-2) ...
17:45:27 #9 65.61   Verifying  : desktop-file-utils-0.23-2.el7.x86_64                        9/44 
17:45:27 #9 65.62   Verifying  : 4:perl-macros-5.16.3-299.el7_9.x86_64                      10/44 
17:45:27 #9 65.63   Verifying  : 1:perl-parent-0.225-244.el7.noarch                         11/44 
17:45:27 #9 65.64   Verifying  : perl-Socket-2.010-5.el7.x86_64                             12/44 
17:45:27 #9 65.64   Verifying  : bzip2-1.0.6-13.el7.x86_64                                  13/44 
17:45:27 #9 65.66   Verifying  : perl-srpm-macros-1-8.el7.noarch                            14/44 
17:45:27 #9 65.66   Verifying  : groff-base-1.22.2-8.el7.x86_64                             15/44 
17:45:27 #9 65.68   Verifying  : perl-Thread-Queue-3.02-2.el7.noarch                        16/44 
17:45:27 #9 65.68   Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        17/44 
17:45:27 #9 65.69   Verifying  : rpm-build-4.11.3-45.el7.x86_64                             18/44 
17:45:27 #9 65.71   Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        19/44 
17:45:27 #9 65.72   Verifying  : gdb-7.6.1-120.el7.x86_64                                   20/44 
17:45:27 #9 65.73   Verifying  : dwz-0.11-3.el7.x86_64                                      21/44 
17:45:27 #9 65.74   Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        22/44 
17:45:27 #9 65.75   Verifying  : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   23/44 
17:45:27 #9 65.76   Verifying  : patch-2.7.1-12.el7_7.x86_64                                24/44 
17:45:27 #9 65.77   Verifying  : perl-Carp-1.26-244.el7.noarch                              25/44 
17:45:27 #9 65.78   Verifying  : perl-Storable-2.45-3.el7.x86_64                            26/44 
17:45:27 #9 65.79   Verifying  : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 27/44 
17:45:27 #9 65.80   Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           28/44 
17:45:27 #9 65.81   Verifying  : perl-Encode-2.51-7.el7.x86_64                              29/44 
17:45:27 #9 65.82   Verifying  : unzip-6.0-22.el7_9.x86_64                                  30/44 
17:45:27 #9 65.83   Verifying  : rpmlint-1.5-4.el7.noarch                                   31/44 
17:45:27 #9 65.84   Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         32/44 
17:45:27 #9 65.85   Verifying  : perl-podlators-2.5.1-3.el7.noarch                          33/44 
17:45:27 #9 65.85   Verifying  : 4:perl-5.16.3-299.el7_9.x86_64                             34/44 
17:45:27 #9 65.86   Verifying  : perl-File-Path-2.09-2.el7.noarch                           35/44 
17:45:27 #9 65.87   Verifying  : elfutils-0.176-5.el7.x86_64                                36/44 
17:45:27 #9 65.88   Verifying  : zip-3.0-11.el7.x86_64                                      37/44 
17:45:27 #9 65.89   Verifying  : 1:emacs-filesystem-24.3-23.el7.noarch                      38/44 
17:45:27 #9 65.90   Verifying  : perl-Filter-1.49-3.el7.x86_64                              39/44 
17:45:27 #9 65.91   Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                         40/44 
17:45:27 #9 65.92   Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     41/44 
17:45:27 #9 65.93   Verifying  : python-srpm-macros-3-34.el7.noarch                         42/44 
17:45:27 #8 45.30 Building database of manual pages ...
17:45:27 #9 65.94   Verifying  : 4:perl-libs-5.16.3-299.el7_9.x86_64                        43/44 
17:45:27 #9 65.94   Verifying  : redhat-rpm-config-9.1.0-88.el7.centos.noarch               44/44 
17:45:27 #9 65.99 
17:45:27 #9 65.99 Installed:
17:45:27 #9 65.99   rpm-build.x86_64 0:4.11.3-45.el7          rpmlint.noarch 0:1.5-4.el7         
17:45:27 #9 65.99 
17:45:27 #9 65.99 Dependency Installed:
17:45:27 #9 65.99   bzip2.x86_64 0:1.0.6-13.el7                                                   
17:45:27 #9 65.99   desktop-file-utils.x86_64 0:0.23-2.el7                                        
17:45:27 #9 65.99   dwz.x86_64 0:0.11-3.el7                                                       
17:45:27 #9 65.99   elfutils.x86_64 0:0.176-5.el7                                                 
17:45:27 #9 65.99   emacs-filesystem.noarch 1:24.3-23.el7                                         
17:45:27 #9 65.99   file.x86_64 0:5.11-37.el7                                                     
17:45:27 #9 65.99   gdb.x86_64 0:7.6.1-120.el7                                                    
17:45:27 #9 65.99   groff-base.x86_64 0:1.22.2-8.el7                                              
17:45:27 #9 65.99   patch.x86_64 0:2.7.1-12.el7_7                                                 
17:45:27 #9 65.99   perl.x86_64 4:5.16.3-299.el7_9                                                
17:45:27 #9 65.99   perl-Carp.noarch 0:1.26-244.el7                                               
17:45:27 #9 65.99   perl-Encode.x86_64 0:2.51-7.el7                                               
17:45:27 #9 65.99   perl-Exporter.noarch 0:5.68-3.el7                                             
17:45:27 #9 65.99   perl-File-Path.noarch 0:2.09-2.el7                                            
17:45:27 #9 65.99   perl-File-Temp.noarch 0:0.23.01-3.el7                                         
17:45:27 #9 65.99   perl-Filter.x86_64 0:1.49-3.el7                                               
17:45:27 #9 65.99   perl-Getopt-Long.noarch 0:2.40-3.el7                                          
17:45:27 #9 65.99   perl-HTTP-Tiny.noarch 0:0.033-3.el7                                           
17:45:27 #9 65.99   perl-PathTools.x86_64 0:3.40-5.el7                                            
17:45:27 #9 65.99   perl-Pod-Escapes.noarch 1:1.04-299.el7_9                                      
17:45:27 #9 65.99   perl-Pod-Perldoc.noarch 0:3.20-4.el7                                          
17:45:27 #9 65.99   perl-Pod-Simple.noarch 1:3.28-4.el7                                           
17:45:27 #9 65.99   perl-Pod-Usage.noarch 0:1.63-3.el7                                            
17:45:27 #9 65.99   perl-Scalar-List-Utils.x86_64 0:1.27-248.el7                                  
17:45:27 #9 65.99   perl-Socket.x86_64 0:2.010-5.el7                                              
17:45:27 #9 65.99   perl-Storable.x86_64 0:2.45-3.el7                                             
17:45:27 #9 65.99   perl-Text-ParseWords.noarch 0:3.29-4.el7                                      
17:45:27 #9 65.99   perl-Thread-Queue.noarch 0:3.02-2.el7                                         
17:45:27 #9 65.99   perl-Time-HiRes.x86_64 4:1.9725-3.el7                                         
17:45:27 #9 65.99   perl-Time-Local.noarch 0:1.2300-2.el7                                         
17:45:27 #9 65.99   perl-constant.noarch 0:1.27-2.el7                                             
17:45:27 #9 65.99   perl-libs.x86_64 4:5.16.3-299.el7_9                                           
17:45:27 #9 65.99   perl-macros.x86_64 4:5.16.3-299.el7_9                                         
17:45:27 #9 65.99   perl-parent.noarch 1:0.225-244.el7                                            
17:45:27 #9 65.99   perl-podlators.noarch 0:2.5.1-3.el7                                           
17:45:27 #9 65.99   perl-srpm-macros.noarch 0:1-8.el7                                             
17:45:27 #9 65.99   perl-threads.x86_64 0:1.87-4.el7                                              
17:45:27 #9 65.99   perl-threads-shared.x86_64 0:1.43-6.el7                                       
17:45:27 #9 65.99   python-srpm-macros.noarch 0:3-34.el7                                          
17:45:27 #9 65.99   redhat-rpm-config.noarch 0:9.1.0-88.el7.centos                                
17:45:27 #9 65.99   unzip.x86_64 0:6.0-22.el7_9                                                   
17:45:27 #9 65.99   zip.x86_64 0:3.0-11.el7                                                       
17:45:27 #9 65.99 
17:45:27 #9 65.99 Complete!
17:45:27 #9 DONE 66.2s
17:45:27 
17:45:27 #11 [stage-1 4/7] COPY SPECS /root/rpmbuild/SPECS
17:45:27 #11 sha256:92d88f4778b2b70d6b5c9662fed321a4ab814aa8ee8613cea17abe0520b83348
17:45:27 #11 DONE 0.0s
17:45:27 
17:45:27 #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
17:45:27 #12 sha256:07a25f38deef684fdef69d95c6438834a5c7c4cb52b79ab63087e673f9160bed
17:45:28 #12 0.613 Loaded plugins: fastestmirror, ovl
17:45:28 #12 0.821 Enabling base-source repository
17:45:28 #12 0.822 Enabling extras-source repository
17:45:28 #12 0.822 Enabling updates-source repository
17:45:28 #12 0.822 Loading mirror speeds from cached hostfile
17:45:28 #12 0.823  * base: download.cf.centos.org
17:45:28 #12 0.824  * extras: download.cf.centos.org
17:45:28 #12 0.824  * updates: download.cf.centos.org
17:45:30 make[1]: *** [debian/rules:8: override_dh_auto_build] Error 2
17:45:30 make[1]: Leaving directory '/root/build-deb'
17:45:30 make: *** [debian/rules:102: build] Error 2
17:45:30 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
17:45:30 make: *** [Makefile:76: ubuntu-focal] Error 2
17:45:30 make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
[Pipeline] sh
17:45:30 + make clean
17:45:30 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572:/v -w /v alpine chown -R 1000:1000 src
17:45:31 rm -f -r src
17:45:31 make -C rpm clean
17:45:31 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm'
17:45:31 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
17:45:31 rm -f -r rpmbuild/
17:45:31 docker builder prune -f --filter until=24h
17:45:32 Total reclaimed space: 0B
17:45:32 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm'
17:45:32 make -C deb clean
17:45:32 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
17:45:32 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb:/v -w /v alpine chown -R 1000:1000 debbuild
17:45:32 rm -f -r debbuild
17:45:32 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb:/v -w /v alpine chown -R 1000:1000 sources
17:45:32 #8 49.90 Setting up gcc (4:8.3.0-1+rpi2) ...
17:45:32 #8 49.94 Setting up perl (5.28.1-6) ...
17:45:32 #8 49.98 Setting up libio-html-perl (1.001-1) ...
17:45:32 #8 50.00 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
17:45:32 #8 50.14 Setting up libdpkg-perl (1.19.7) ...
17:45:32 #8 50.15 Setting up autoconf (2.69-11) ...
17:45:32 #8 50.18 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
17:45:32 #8 50.20 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
17:45:32 #8 50.21 Setting up libdevel-globaldestruction-perl (0.14-1) ...
17:45:32 #8 50.23 Setting up libstrictures-perl (2.000005-1) ...
17:45:32 #8 50.25 Setting up libsub-quote-perl (2.005001-1) ...
17:45:32 #8 50.27 Setting up liburi-perl (1.76-1) ...
17:45:32 #8 50.29 Setting up libnet-ssleay-perl (1.85-2+b1) ...
17:45:32 #8 50.32 Setting up automake (1:1.16.1-4) ...
17:45:32 #8 50.36 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
17:45:32 #8 50.36 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
17:45:32 #8 50.36 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
17:45:32 #8 50.38 Setting up libhttp-date-perl (6.02-1) ...
17:45:32 #8 50.40 Setting up libfile-which-perl (1.23-1) ...
17:45:32 #8 50.42 Setting up libfile-listing-perl (6.04-1) ...
17:45:32 #8 50.44 Setting up libdynaloader-functions-perl (0.003-1) ...
17:45:32 #8 50.46 Setting up libclass-method-modifiers-perl (2.12-1) ...
17:45:32 #8 50.48 Setting up libio-pty-perl (1:1.08-1.1+b4) ...
17:45:32 #8 50.50 Setting up libarchive-zip-perl (1.64-1) ...
17:45:32 #8 50.51 Setting up libhtml-tagset-perl (3.20-3) ...
17:45:32 #8 50.53 Setting up libdebhelper-perl (13.2~bpo10+1) ...
17:45:32 #8 50.55 Setting up liblwp-mediatypes-perl (6.02-1) ...
17:45:32 #8 50.57 Setting up libtry-tiny-perl (0.30-1) ...
17:45:32 #8 50.59 Setting up libnet-http-perl (6.18-1) ...
17:45:32 #8 50.61 Setting up libencode-locale-perl (1.05-1) ...
17:45:32 #8 50.63 Setting up libdevel-callchecker-perl (0.008-1) ...
17:45:32 #8 50.64 Setting up dpkg-dev (1.19.7) ...
17:45:32 #8 50.68 Setting up intltool-debian (0.35.0+20060710.5) ...
17:45:32 #8 50.70 Setting up liberror-perl (0.17027-2) ...
17:45:32 #8 50.71 Setting up patchutils (0.3.4-2) ...
17:45:32 #8 50.73 Setting up libipc-run-perl (20180523.0-1) ...
17:45:32 #8 50.75 Setting up git (1:2.20.1-2+deb10u3) ...
17:45:33 #8 50.81 Setting up libwww-robotrules-perl (6.02-1) ...
17:45:33 #8 50.83 Setting up libhtml-parser-perl (3.72-3+b2) ...
17:45:33 #8 50.85 Setting up librole-tiny-perl (2.000006-1) ...
17:45:33 #8 50.87 Setting up libfile-homedir-perl (1.004-1) ...
17:45:33 #8 50.89 Setting up libio-socket-ssl-perl (2.060-3) ...
17:45:33 #8 50.90 Setting up libhttp-message-perl (6.18-1) ...
17:45:33 #8 50.92 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
17:45:33 #8 50.94 Setting up libhttp-negotiate-perl (6.01-1) ...
17:45:33 #8 50.96 Setting up libhttp-cookies-perl (6.04-1) ...
17:45:33 #8 50.98 Setting up po-debconf (1.0.21) ...
17:45:33 #8 50.99 Setting up libhtml-tree-perl (5.07-2) ...
17:45:33 #8 51.01 Setting up libparams-classify-perl (0.015-1+b1) ...
17:45:33 #8 51.08 Setting up libmodule-runtime-perl (0.016-1) ...
17:45:33 #8 51.10 Setting up libimport-into-perl (1.002005-1) ...
17:45:33 #8 51.12 Setting up libmoo-perl (2.003004-2) ...
17:45:33 #8 51.15 Setting up liblwp-protocol-https-perl (6.07-2) ...
17:45:33 #8 51.16 Setting up libwww-perl (6.36-2) ...
17:45:33 #8 51.18 Setting up debhelper (13.2~bpo10+1) ...
17:45:33 #8 51.20 Setting up dh-autoreconf (19) ...
17:45:33 rm -f -r sources
17:45:33 docker builder prune -f --filter until=24h
17:45:33 Total reclaimed space: 0B
17:45:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
17:45:33 make -C static clean
17:45:33 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
17:45:33 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/static:/v -w /v alpine chown -R 1000:1000 build
17:45:33 rm -f -r build
17:45:33 docker builder prune -f --filter until=24h
17:45:33 Total reclaimed space: 0B
17:45:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch deb
17:45:33 #8 51.22 Setting up devscripts (2.19.5+deb10u1) ...
17:45:34 #8 51.62 Setting up dh-strip-nondeterminism (1.1.2-1) ...
17:45:34 #8 51.65 Setting up equivs (2.2.0) ...
17:45:34 #8 51.68 Processing triggers for libc-bin (2.28-10+rpi1) ...
17:45:35 #12 6.745 Checking for new repos for mirrors
17:45:35 #12 6.748 Getting requirements for /root/rpmbuild/SPECS/docker-ce-cli.spec
17:45:35 #12 6.750  --> 1:make-3.82-24.el7.x86_64
17:45:35 #12 6.862  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
17:45:35 #12 6.863  --> git-1.8.3.1-23.el7_8.x86_64
17:45:35 #12 6.866 Getting requirements for /root/rpmbuild/SPECS/docker-ce-rootless-extras.spec
17:45:35 #12 6.867  --> Already installed : bash-4.2.46-34.el7.x86_64
17:45:35 #12 6.870 Getting requirements for /root/rpmbuild/SPECS/docker-ce.spec
17:45:35 #12 6.870  --> Already installed : bash-4.2.46-34.el7.x86_64
17:45:35 #12 6.871  --> btrfs-progs-devel-4.9.1-1.el7.x86_64
17:45:35 #12 6.872  --> Already installed : ca-certificates-2020.2.41-70.0.el7_8.noarch
17:45:35 #12 6.872  --> cmake-2.8.12.2-2.el7.x86_64
17:45:35 #12 6.874  --> 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64
17:45:35 #12 6.875  --> gcc-4.8.5-44.el7.x86_64
17:45:35 #12 6.875  --> git-1.8.3.1-23.el7_8.x86_64
17:45:35 #12 6.878  --> glibc-static-2.17-324.el7_9.x86_64
17:45:35 #12 6.880  --> libarchive-3.1.2-14.el7_7.x86_64
17:45:35 #12 6.881  --> libseccomp-devel-2.3.1-4.el7.x86_64
17:45:35 #12 6.882  --> libselinux-devel-2.5-15.el7.x86_64
17:45:35 #12 6.883  --> libtool-2.4.2-22.el7_3.x86_64
17:45:35 #12 6.884  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
17:45:35 #12 6.884  --> 1:make-3.82-24.el7.x86_64
17:45:35 #12 6.885  --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
17:45:35 #12 6.886  --> Already installed : systemd-219-78.el7.x86_64
17:45:35 #12 6.887  --> selinux-policy-devel-3.13.1-268.el7_9.2.noarch
17:45:35 #12 6.889  --> systemd-devel-219-78.el7_9.3.x86_64
17:45:35 #12 6.889  --> Already installed : 2:tar-1.26-35.el7.x86_64
17:45:35 #12 6.890  --> which-2.20-7.el7.x86_64
17:45:35 #12 6.893 Getting requirements for /root/rpmbuild/SPECS/docker-scan-plugin.spec
17:45:35 #12 6.893  --> Already installed : bash-4.2.46-34.el7.x86_64
17:45:35 #12 6.894 --> Running transaction check
17:45:35 #12 6.894 ---> Package btrfs-progs-devel.x86_64 0:4.9.1-1.el7 will be installed
17:45:35 #12 6.897 --> Processing Dependency: btrfs-progs = 4.9.1-1.el7 for package: btrfs-progs-devel-4.9.1-1.el7.x86_64
17:45:35 #12 7.019 --> Processing Dependency: libbtrfs.so.0()(64bit) for package: btrfs-progs-devel-4.9.1-1.el7.x86_64
17:45:35 #12 7.019 ---> Package cmake.x86_64 0:2.8.12.2-2.el7 will be installed
17:45:35 #12 7.026 ---> Package device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5 will be installed
17:45:35 #12 7.028 --> 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
17:45:35 #12 7.030 ---> Package gcc.x86_64 0:4.8.5-44.el7 will be installed
17:45:35 #12 7.033 --> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
17:45:35 #12 7.036 --> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
17:45:35 #12 7.037 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.x86_64
17:45:35 #12 7.043 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.x86_64
17:45:35 #12 7.045 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.x86_64
17:45:35 #12 7.047 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.x86_64
17:45:35 #12 7.047 ---> Package git.x86_64 0:1.8.3.1-23.el7_8 will be installed
17:45:35 #12 7.060 --> Processing Dependency: perl-Git = 1.8.3.1-23.el7_8 for package: git-1.8.3.1-23.el7_8.x86_64
17:45:35 #12 7.061 --> Processing Dependency: rsync for package: git-1.8.3.1-23.el7_8.x86_64
17:45:35 #12 7.063 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.x86_64
17:45:35 #12 7.064 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.x86_64
17:45:35 #12 7.065 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.x86_64
17:45:35 #12 7.066 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-23.el7_8.x86_64
17:45:35 #12 7.068 --> Processing Dependency: less for package: git-1.8.3.1-23.el7_8.x86_64
17:45:35 #12 7.069 ---> Package glibc-static.x86_64 0:2.17-324.el7_9 will be installed
17:45:35 #12 7.070 ---> Package libarchive.x86_64 0:3.1.2-14.el7_7 will be installed
17:45:35 #12 7.073 --> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-14.el7_7.x86_64
17:45:35 #12 7.075 ---> Package libseccomp-devel.x86_64 0:2.3.1-4.el7 will be installed
17:45:35 #12 7.075 --> Processing Dependency: libseccomp(x86-64) = 2.3.1-4.el7 for package: libseccomp-devel-2.3.1-4.el7.x86_64
17:45:35 #12 7.077 --> Processing Dependency: libseccomp.so.2()(64bit) for package: libseccomp-devel-2.3.1-4.el7.x86_64
17:45:35 #12 7.077 ---> Package libselinux-devel.x86_64 0:2.5-15.el7 will be installed
17:45:35 #12 7.078 --> Processing Dependency: libsepol-devel(x86-64) >= 2.5-10 for package: libselinux-devel-2.5-15.el7.x86_64
17:45:35 #12 7.080 --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-15.el7.x86_64
17:45:35 #12 7.080 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-15.el7.x86_64
17:45:35 #12 7.083 ---> Package libtool.x86_64 0:2.4.2-22.el7_3 will be installed
17:45:35 #12 7.084 --> Processing Dependency: automake for package: libtool-2.4.2-22.el7_3.x86_64
17:45:35 #12 7.085 --> Processing Dependency: autoconf for package: libtool-2.4.2-22.el7_3.x86_64
17:45:35 #12 7.087 ---> Package libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3 will be installed
17:45:35 #12 7.088 --> Processing Dependency: libtool-ltdl = 2.4.2-22.el7_3 for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
17:45:35 #12 7.090 --> Processing Dependency: libltdl.so.7()(64bit) for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
17:45:35 #12 7.090 ---> Package make.x86_64 1:3.82-24.el7 will be installed
17:45:35 #12 7.091 ---> Package selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2 will be installed
17:45:35 #12 7.091 --> Processing Dependency: selinux-policy = 3.13.1-268.el7_9.2 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
17:45:35 #12 7.094 --> Processing Dependency: policycoreutils-devel >= 2.5-24 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
17:45:35 #12 7.097 --> Processing Dependency: checkpolicy >= 2.5-8 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
17:45:35 #12 7.099 --> Processing Dependency: m4 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
17:45:35 #12 7.100 ---> Package systemd-devel.x86_64 0:219-78.el7_9.3 will be installed
17:45:35 #12 7.102 --> Processing Dependency: systemd-libs = 219-78.el7_9.3 for package: systemd-devel-219-78.el7_9.3.x86_64
17:45:35 #12 7.108 --> Processing Dependency: systemd = 219-78.el7_9.3 for package: systemd-devel-219-78.el7_9.3.x86_64
17:45:35 #12 7.111 Package: systemd-219-78.el7_9.3.src - can't co-install with systemd-219-78.el7_9.3.x86_64
17:45:35 #12 7.111 ---> Package which.x86_64 0:2.20-7.el7 will be installed
17:45:35 #12 7.111 --> Running transaction check
17:45:35 #12 7.112 ---> Package autoconf.noarch 0:2.69-11.el7 will be installed
17:45:35 #12 7.116 --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
17:45:35 #12 7.118 ---> Package automake.noarch 0:1.13.4-3.el7 will be installed
17:45:35 #12 7.120 --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch
17:45:35 #12 7.122 ---> Package btrfs-progs.x86_64 0:4.9.1-1.el7 will be installed
17:45:35 #12 7.124 --> Processing Dependency: libext2fs.so.2()(64bit) for package: btrfs-progs-4.9.1-1.el7.x86_64
17:45:35 #12 7.126 ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed
17:45:35 #12 7.132 ---> Package cpp.x86_64 0:4.8.5-44.el7 will be installed
17:45:35 #12 7.134 ---> Package device-mapper.x86_64 7:1.02.170-6.el7 will be updated
17:45:35 #12 7.134 --> Processing Dependency: device-mapper = 7:1.02.170-6.el7 for package: 7:device-mapper-libs-1.02.170-6.el7.x86_64
17:45:35 #12 7.134 ---> Package device-mapper.x86_64 7:1.02.170-6.el7_9.5 will be an update
17:45:35 #12 7.144 ---> Package glibc-devel.x86_64 0:2.17-324.el7_9 will be installed
17:45:35 #12 7.144 --> Processing Dependency: glibc-headers = 2.17-324.el7_9 for package: glibc-devel-2.17-324.el7_9.x86_64
17:45:35 #12 7.146 --> Processing Dependency: glibc = 2.17-324.el7_9 for package: glibc-devel-2.17-324.el7_9.x86_64
17:45:35 #12 7.161 Package: glibc-2.17-324.el7_9.src - can't co-install with glibc-2.17-324.el7_9.x86_64
17:45:35 #12 7.163 Package: glibc-2.17-324.el7_9.src - can't co-install with glibc-2.17-324.el7_9.x86_64
17:45:35 #12 7.163 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-324.el7_9.x86_64
17:45:35 #12 7.163 ---> Package less.x86_64 0:458-9.el7 will be installed
17:45:35 #12 7.164 ---> Package libgomp.x86_64 0:4.8.5-44.el7 will be installed
17:45:35 #12 7.165 ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
17:45:35 #12 7.166 ---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed
17:45:35 #12 7.167 ---> Package libsepol-devel.x86_64 0:2.5-10.el7 will be installed
17:45:35 #12 7.167 ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed
17:45:35 #12 7.168 ---> Package lzo.x86_64 0:2.06-8.el7 will be installed
17:45:35 #12 7.168 ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed
17:45:35 #12 7.169 ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
17:45:35 #12 7.169 ---> Package openssh-clients.x86_64 0:7.4p1-21.el7 will be installed
17:45:35 #12 7.173 --> Processing Dependency: openssh = 7.4p1-21.el7 for package: openssh-clients-7.4p1-21.el7.x86_64
17:45:35 #12 7.174 --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-21.el7.x86_64
17:45:35 #12 7.176 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64
17:45:35 #12 7.176 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64
17:45:35 #12 7.178 ---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed
17:45:35 #12 7.179 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
17:45:35 #12 7.181 ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed
17:45:35 #12 7.182 ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
17:45:35 #12 7.183 ---> Package policycoreutils-devel.x86_64 0:2.5-34.el7 will be installed
17:45:35 #12 7.185 --> Processing Dependency: policycoreutils-python = 2.5-34.el7 for package: policycoreutils-devel-2.5-34.el7.x86_64
17:45:35 #12 7.186 ---> Package rsync.x86_64 0:3.1.2-10.el7 will be installed
17:45:35 #12 7.187 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed
17:45:35 #12 7.189 --> Processing Dependency: policycoreutils >= 2.5-24 for package: selinux-policy-3.13.1-268.el7_9.2.noarch
17:45:35 #12 7.191 ---> Package systemd.x86_64 0:219-78.el7 will be updated
17:45:35 #12 7.193 ---> Package systemd.x86_64 0:219-78.el7_9.3 will be an update
17:45:35 #12 7.215 ---> Package systemd-libs.x86_64 0:219-78.el7 will be updated
17:45:35 #12 7.216 ---> Package systemd-libs.x86_64 0:219-78.el7_9.3 will be an update
17:45:35 #12 7.218 --> Running transaction check
17:45:35 #12 7.218 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7 will be updated
17:45:35 #12 7.219 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5 will be an update
17:45:35 #12 7.220 ---> Package e2fsprogs-libs.x86_64 0:1.42.9-19.el7 will be installed
17:45:35 #12 7.220 ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed
17:45:35 #12 7.221 --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64
17:45:35 #12 7.223 ---> Package glibc.x86_64 0:2.17-317.el7 will be updated
17:45:35 #12 7.225 --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.x86_64
17:45:35 #12 7.226 ---> Package glibc.x86_64 0:2.17-324.el7_9 will be an update
17:45:35 #12 7.228 ---> Package glibc-headers.x86_64 0:2.17-324.el7_9 will be installed
17:45:35 #12 7.228 --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-324.el7_9.x86_64
17:45:35 #12 7.233 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-324.el7_9.x86_64
17:45:35 #12 7.233 ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
17:45:35 #12 7.234 ---> Package openssh.x86_64 0:7.4p1-21.el7 will be installed
17:45:35 #12 7.235 ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
17:45:35 #12 7.238 ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
17:45:35 #12 7.240 ---> Package policycoreutils.x86_64 0:2.5-34.el7 will be installed
17:45:35 #12 7.241 --> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-34.el7.x86_64
17:45:35 #12 7.242 ---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be installed
17:45:35 #12 7.245 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.x86_64
17:45:35 #12 7.248 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.x86_64
17:45:35 #12 7.249 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.x86_64
17:45:35 #12 7.250 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.x86_64
17:45:35 #12 7.251 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.x86_64
17:45:35 #12 7.252 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
17:45:35 #12 7.253 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
17:45:35 #12 7.253 --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-34.el7.x86_64
17:45:35 #12 7.256 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
17:45:35 #12 7.257 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
17:45:35 #12 7.257 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
17:45:35 #12 7.257 --> Running transaction check
17:45:35 #12 7.257 ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed
17:45:35 #12 7.258 ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed
17:45:35 #12 7.259 ---> Package glibc-common.x86_64 0:2.17-317.el7 will be updated
17:45:35 #12 7.260 ---> Package glibc-common.x86_64 0:2.17-324.el7_9 will be an update
17:45:35 #12 7.261 ---> Package kernel-headers.x86_64 0:3.10.0-1160.36.2.el7 will be installed
17:45:35 #12 7.261 ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed
17:45:35 #12 7.263 ---> Package libselinux-python.x86_64 0:2.5-15.el7 will be installed
17:45:35 #12 7.263 ---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be installed
17:45:35 #12 7.264 ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed
17:45:35 #12 7.264 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
17:45:35 #12 7.264 ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed
17:45:35 #12 7.278 --> Finished Dependency Resolution
17:45:35 #12 7.305 
17:45:35 #12 7.305 Dependencies Resolved
17:45:35 #12 7.313 
17:45:35 #12 7.313 ================================================================================
17:45:35 #12 7.313  Package                   Arch      Version                   Repository  Size
17:45:35 #12 7.313 ================================================================================
17:45:35 #12 7.313 Installing:
17:45:35 #12 7.313  btrfs-progs-devel         x86_64    4.9.1-1.el7               base        47 k
17:45:35 #12 7.313  cmake                     x86_64    2.8.12.2-2.el7            base       7.1 M
17:45:35 #12 7.313  device-mapper-devel       x86_64    7:1.02.170-6.el7_9.5      updates    206 k
17:45:35 #12 7.313  gcc                       x86_64    4.8.5-44.el7              base        16 M
17:45:35 #12 7.313  git                       x86_64    1.8.3.1-23.el7_8          base       4.4 M
17:45:35 #12 7.313  glibc-static              x86_64    2.17-324.el7_9            updates    1.6 M
17:45:35 #12 7.313  libarchive                x86_64    3.1.2-14.el7_7            base       319 k
17:45:35 #12 7.313  libseccomp-devel          x86_64    2.3.1-4.el7               base        64 k
17:45:35 #12 7.313  libselinux-devel          x86_64    2.5-15.el7                base       187 k
17:45:35 #12 7.313  libtool                   x86_64    2.4.2-22.el7_3            base       588 k
17:45:35 #12 7.313  libtool-ltdl-devel        x86_64    2.4.2-22.el7_3            base       167 k
17:45:35 #12 7.313  make                      x86_64    1:3.82-24.el7             base       421 k
17:45:35 #12 7.313  selinux-policy-devel      noarch    3.13.1-268.el7_9.2        updates    1.7 M
17:45:35 #12 7.313  systemd-devel             x86_64    219-78.el7_9.3            updates    216 k
17:45:35 #12 7.313  which                     x86_64    2.20-7.el7                base        41 k
17:45:35 #12 7.313 Installing for dependencies:
17:45:35 #12 7.313  audit-libs-python         x86_64    2.8.5-4.el7               base        76 k
17:45:35 #12 7.313  autoconf                  noarch    2.69-11.el7               base       701 k
17:45:35 #12 7.313  automake                  noarch    1.13.4-3.el7              base       679 k
17:45:35 #12 7.313  btrfs-progs               x86_64    4.9.1-1.el7               base       678 k
17:45:35 #12 7.313  checkpolicy               x86_64    2.5-8.el7                 base       295 k
17:45:35 #12 7.313  cpp                       x86_64    4.8.5-44.el7              base       5.9 M
17:45:35 #12 7.313  e2fsprogs-libs            x86_64    1.42.9-19.el7             base       168 k
17:45:35 #12 7.313  fipscheck                 x86_64    1.4.1-6.el7               base        21 k
17:45:35 #12 7.313  fipscheck-lib             x86_64    1.4.1-6.el7               base        11 k
17:45:35 #12 7.313  glibc-devel               x86_64    2.17-324.el7_9            updates    1.1 M
17:45:35 #12 7.313  glibc-headers             x86_64    2.17-324.el7_9            updates    691 k
17:45:35 #12 7.313  kernel-headers            x86_64    3.10.0-1160.36.2.el7      updates    9.0 M
17:45:35 #12 7.313  less                      x86_64    458-9.el7                 base       120 k
17:45:35 #12 7.313  libcgroup                 x86_64    0.41-21.el7               base        66 k
17:45:35 #12 7.313  libedit                   x86_64    3.0-12.20121213cvs.el7    base        92 k
17:45:35 #12 7.313  libgomp                   x86_64    4.8.5-44.el7              base       159 k
17:45:35 #12 7.313  libmpc                    x86_64    1.0.1-3.el7               base        51 k
17:45:35 #12 7.313  libseccomp                x86_64    2.3.1-4.el7               base        56 k
17:45:35 #12 7.313  libselinux-python         x86_64    2.5-15.el7                base       236 k
17:45:35 #12 7.313  libselinux-utils          x86_64    2.5-15.el7                base       151 k
17:45:35 #12 7.313  libsemanage-python        x86_64    2.5-14.el7                base       113 k
17:45:35 #12 7.313  libsepol-devel            x86_64    2.5-10.el7                base        77 k
17:45:35 #12 7.313  libtool-ltdl              x86_64    2.4.2-22.el7_3            base        49 k
17:45:35 #12 7.313  lzo                       x86_64    2.06-8.el7                base        59 k
17:45:35 #12 7.313  m4                        x86_64    1.4.16-10.el7             base       256 k
17:45:35 #12 7.313  mpfr                      x86_64    3.1.1-4.el7               base       203 k
17:45:35 #12 7.313  openssh                   x86_64    7.4p1-21.el7              base       510 k
17:45:35 #12 7.313  openssh-clients           x86_64    7.4p1-21.el7              base       655 k
17:45:35 #12 7.313  pcre-devel                x86_64    8.32-17.el7               base       480 k
17:45:35 #12 7.313  perl-Data-Dumper          x86_64    2.145-3.el7               base        47 k
17:45:35 #12 7.313  perl-Error                noarch    1:0.17020-2.el7           base        32 k
17:45:35 #12 7.313  perl-Git                  noarch    1.8.3.1-23.el7_8          base        56 k
17:45:35 #12 7.313  perl-TermReadKey          x86_64    2.30-20.el7               base        31 k
17:45:35 #12 7.313  perl-Test-Harness         noarch    3.28-3.el7                base       302 k
17:45:35 #12 7.313  policycoreutils           x86_64    2.5-34.el7                base       917 k
17:45:35 #12 7.313  policycoreutils-devel     x86_64    2.5-34.el7                base       335 k
17:45:35 #12 7.313  policycoreutils-python    x86_64    2.5-34.el7                base       457 k
17:45:35 #12 7.313  python-IPy                noarch    0.75-6.el7                base        32 k
17:45:35 #12 7.313  rsync                     x86_64    3.1.2-10.el7              base       404 k
17:45:35 #12 7.313  selinux-policy            noarch    3.13.1-268.el7_9.2        updates    498 k
17:45:35 #12 7.313  setools-libs              x86_64    3.3.8-4.el7               base       620 k
17:45:35 #12 7.313 Updating for dependencies:
17:45:35 #12 7.313  device-mapper             x86_64    7:1.02.170-6.el7_9.5      updates    297 k
17:45:35 #12 7.313  device-mapper-libs        x86_64    7:1.02.170-6.el7_9.5      updates    325 k
17:45:35 #12 7.313  glibc                     x86_64    2.17-324.el7_9            updates    3.6 M
17:45:35 #12 7.313  glibc-common              x86_64    2.17-324.el7_9            updates     12 M
17:45:35 #12 7.313  systemd                   x86_64    219-78.el7_9.3            updates    5.1 M
17:45:35 #12 7.313  systemd-libs              x86_64    219-78.el7_9.3            updates    418 k
17:45:35 #12 7.313 
17:45:35 #12 7.313 Transaction Summary
17:45:35 #12 7.313 ================================================================================
17:45:35 #12 7.313 Install  15 Packages (+41 Dependent packages)
17:45:35 #12 7.313 Upgrade              (  6 Dependent packages)
17:45:35 #12 7.313 
17:45:35 #12 7.314 Total download size: 81 M
17:45:35 #12 7.314 Downloading packages:
17:45:35 #12 7.316 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
17:45:35 #8 DONE 53.7s
17:45:35 
17:45:35 #10 [stage-1 3/8] COPY common /root/build-deb/debian
17:45:35 #10 sha256:f65bac4aa1a9102929b192a595bbe44b95cf41ecae59776443a600cbe4d1d15f
17:45:35 #10 DONE 0.0s
17:45:36 
17:45:36 #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
17:45:36 #11 sha256:7d589d76ab7a1998a5268a6126f291782d8781308b64571b7e2dc02bc3eff90e
17:45:37 #11 1.202 Hit:1 http://archive.raspberrypi.org/debian buster InRelease
17:45:37 #11 1.203 Hit:2 http://archive.raspbian.org/raspbian buster InRelease
17:45:40 #11 1.653 Reading package lists...
17:45:41 #11 5.106 dh_testdir
17:45:41 #11 5.163 dh_testroot
17:45:41 #11 5.219 dh_prep
17:45:41 #11 5.283 dh_testdir
17:45:41 #11 5.339 dh_testroot
17:45:41 #11 5.393 dh_install
17:45:41 #11 5.449 dh_install: warning: Compatibility levels before 10 are deprecated (level 9 in use)
17:45:41 #11 5.471 dh_installdocs
17:45:41 #11 5.529 dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
17:45:41 #11 5.568 dh_installchangelogs
17:45:41 #11 5.788 dh_compress
17:45:41 #11 5.858 dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use)
17:45:41 #11 5.890 dh_fixperms
17:45:42 #11 6.009 dh_installdeb
17:45:42 #11 6.090 dh_installdeb: warning: Compatibility levels before 10 are deprecated (level 9 in use)
17:45:42 #11 6.092 dh_gencontrol
17:45:42 #11 6.427 dh_md5sums
17:45:42 #11 6.510 dh_builddeb
17:45:42 #11 6.578 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
17:45:42 #11 6.634 
17:45:42 #11 6.634 The package has been created.
17:45:42 #11 6.634 Attention, the package has been created in the current directory,
17:45:42 #11 6.634 not in ".." as indicated by the message above!
17:45:42 #11 6.671 Selecting previously unselected package docker-ce-build-deps.
17:45:42 #11 6.696 (Reading database ... 17084 files and directories currently installed.)
17:45:42 #11 6.698 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
17:45:42 #11 6.704 Unpacking docker-ce-build-deps (1.0) ...
17:45:45 #11 6.868 Reading package lists...
17:45:45 #11 9.326 Building dependency tree...
17:45:45 #11 9.617 Reading state information...
17:45:45 #11 9.676 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
17:45:45 #11 9.816 Starting 2 pkgProblemResolver with broken count: 0
17:45:46 #11 9.822 Done
17:45:46 #11 9.891  Done
17:45:46 #11 9.915 Starting pkgProblemResolver with broken count: 0
17:45:46 #11 10.01 Starting 2 pkgProblemResolver with broken count: 0
17:45:46 #11 10.01 Done
17:45:46 #11 10.35 The following additional packages will be installed:
17:45:46 #11 10.35   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
17:45:46 #11 10.35   g++-8 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
17:45:46 #11 10.36   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libltdl-dev libltdl7
17:45:46 #11 10.36   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
17:45:46 #11 10.36   libselinux1-dev libsepol1-dev libstdc++-8-dev libsystemd-dev libsystemd0
17:45:46 #11 10.36   libudev-dev libudev1 libuv1 pkg-config
17:45:46 #11 10.36 Suggested packages:
17:45:46 #11 10.36   cmake-doc ninja-build apparmor-easyprof gcc-8-doc libstdc++6-8-dbg lrzip
17:45:46 #11 10.36   libtool-doc seccomp libstdc++-8-doc
17:45:46 #11 10.99 The following NEW packages will be installed:
17:45:46 #11 10.99   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
17:45:47 #11 10.99   g++-8 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
17:45:47 #11 10.99   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libltdl-dev libltdl7
17:45:47 #11 10.99   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
17:45:47 #11 10.99   libselinux1-dev libsepol1-dev libstdc++-8-dev libsystemd-dev libudev-dev
17:45:47 #11 10.99   libuv1 pkg-config
17:45:47 #11 11.00 The following packages will be upgraded:
17:45:47 #11 11.00   libsystemd0 libudev1
17:45:47 #11 11.53 2 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
17:45:47 #11 11.53 1 not fully installed or removed.
17:45:47 #11 11.53 Need to get 18.0 MB of archives.
17:45:47 #11 11.53 After this operation, 72.0 MB of additional disk space will be used.
17:45:47 #11 11.53 Get:1 http://archive.raspberrypi.org/debian buster/main armhf cmake-data all 3.16.3-3~bpo10+1 [1628 kB]
17:45:47 #11 11.58 Get:2 http://archive.raspbian.org/raspbian buster/main armhf libstdc++-8-dev armhf 8.3.0-6+rpi1 [1545 kB]
17:45:48 #11 12.15 Get:3 http://archive.raspbian.org/raspbian buster/main armhf g++-8 armhf 8.3.0-6+rpi1 [7464 kB]
17:45:48 #11 12.26 Get:4 http://archive.raspberrypi.org/debian buster/main armhf cmake armhf 3.16.3-3~bpo10+1 [2500 kB]
17:45:48 #11 12.37 Get:5 http://archive.raspberrypi.org/debian buster/main armhf libbtrfs0 armhf 5.10-1~bpo10+1 [214 kB]
17:45:48 #11 12.38 Get:6 http://archive.raspberrypi.org/debian buster/main armhf libbtrfs-dev armhf 5.10-1~bpo10+1 [275 kB]
17:45:48 #11 12.64 Get:7 http://archive.raspbian.org/raspbian buster/main armhf g++ armhf 4:8.3.0-1+rpi2 [1632 B]
17:45:48 #11 12.65 Get:8 http://archive.raspbian.org/raspbian buster/main armhf build-essential armhf 12.6 [7568 B]
17:45:48 #11 12.65 Get:9 http://archive.raspbian.org/raspbian buster/main armhf bash-completion all 1:2.8-6 [208 kB]
17:45:48 #11 12.65 Get:10 http://archive.raspbian.org/raspbian buster/main armhf libarchive13 armhf 3.3.3-4+deb10u1 [271 kB]
17:45:48 #11 12.66 Get:11 http://archive.raspbian.org/raspbian buster/main armhf libjsoncpp1 armhf 1.7.4-3 [66.2 kB]
17:45:48 #11 12.67 Get:12 http://archive.raspbian.org/raspbian buster/main armhf librhash0 armhf 1.3.8-1 [132 kB]
17:45:48 #11 12.67 Get:13 http://archive.raspbian.org/raspbian buster/main armhf libuv1 armhf 1.24.1-1+deb10u1 [96.9 kB]
17:45:48 #11 12.67 Get:14 http://archive.raspbian.org/raspbian buster/main armhf dh-apparmor all 2.13.2-10 [70.1 kB]
17:45:48 #11 12.68 Get:15 http://archive.raspbian.org/raspbian buster/main armhf libudev1 armhf 241-7~deb10u8+rpi1 [144 kB]
17:45:48 #11 12.73 Get:16 http://archive.raspbian.org/raspbian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.1 kB]
17:45:48 #11 12.81 Get:17 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [130 kB]
17:45:48 #11 12.82 Get:18 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper-event1.02.1 armhf 2:1.02.155-3 [21.5 kB]
17:45:48 #11 12.82 Get:19 http://archive.raspbian.org/raspbian buster/main armhf libudev-dev armhf 241-7~deb10u8+rpi1 [110 kB]
17:45:48 #11 12.83 Get:20 http://archive.raspbian.org/raspbian buster/main armhf libsepol1-dev armhf 2.8-1 [309 kB]
17:45:48 #11 12.84 Get:21 http://archive.raspbian.org/raspbian buster/main armhf libpcre16-3 armhf 2:8.39-12 [234 kB]
17:45:48 #11 12.85 Get:22 http://archive.raspbian.org/raspbian buster/main armhf libpcre32-3 armhf 2:8.39-12 [227 kB]
17:45:48 #11 12.86 Get:23 http://archive.raspbian.org/raspbian buster/main armhf libpcrecpp0v5 armhf 2:8.39-12 [150 kB]
17:45:48 #11 12.86 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libpcre3-dev armhf 2:8.39-12 [564 kB]
17:45:48 #11 12.90 Get:25 http://archive.raspbian.org/raspbian buster/main armhf libselinux1-dev armhf 2.8-1+b1 [156 kB]
17:45:49 #11 12.91 Get:26 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper-dev armhf 2:1.02.155-3 [51.5 kB]
17:45:49 #11 12.98 Get:27 http://archive.raspbian.org/raspbian buster/main armhf libltdl7 armhf 2.4.6-9 [387 kB]
17:45:49 #11 12.99 Get:28 http://archive.raspbian.org/raspbian buster/main armhf libltdl-dev armhf 2.4.6-9 [159 kB]
17:45:49 #11 13.00 Get:29 http://archive.raspbian.org/raspbian buster/main armhf libseccomp-dev armhf 2.3.3-4 [59.5 kB]
17:45:49 #11 13.01 Get:30 http://archive.raspbian.org/raspbian buster/main armhf libsystemd0 armhf 241-7~deb10u8+rpi1 [306 kB]
17:45:49 #11 13.01 Get:31 http://archive.raspbian.org/raspbian buster/main armhf libsystemd-dev armhf 241-7~deb10u8+rpi1 [323 kB]
17:45:49 #11 13.02 Get:32 http://archive.raspbian.org/raspbian buster/main armhf pkg-config armhf 0.29-6 [59.8 kB]
17:45:49 #11 13.53 debconf: delaying package configuration, since apt-utils is not installed
17:45:49 #11 13.59 Fetched 18.0 MB in 2s (8923 kB/s)
17:45:49 #11 13.63 Selecting previously unselected package libstdc++-8-dev:armhf.
17:45:49 #11 13.63 (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.)
17:45:49 #11 13.65 Preparing to unpack .../00-libstdc++-8-dev_8.3.0-6+rpi1_armhf.deb ...
17:45:49 #11 13.66 Unpacking libstdc++-8-dev:armhf (8.3.0-6+rpi1) ...
17:45:50 #11 14.12 Selecting previously unselected package g++-8.
17:45:50 #11 14.12 Preparing to unpack .../01-g++-8_8.3.0-6+rpi1_armhf.deb ...
17:45:50 #11 14.13 Unpacking g++-8 (8.3.0-6+rpi1) ...
17:45:51 #11 15.21 Selecting previously unselected package g++.
17:45:51 #11 15.21 Preparing to unpack .../02-g++_4%3a8.3.0-1+rpi2_armhf.deb ...
17:45:51 #11 15.22 Unpacking g++ (4:8.3.0-1+rpi2) ...
17:45:51 #11 15.27 Selecting previously unselected package build-essential.
17:45:51 #11 15.27 Preparing to unpack .../03-build-essential_12.6_armhf.deb ...
17:45:51 #11 15.28 Unpacking build-essential (12.6) ...
17:45:51 #11 15.34 Selecting previously unselected package bash-completion.
17:45:51 #11 15.34 Preparing to unpack .../04-bash-completion_1%3a2.8-6_all.deb ...
17:45:52 #11 16.79 Unpacking bash-completion (1:2.8-6) ...
17:45:53 #11 17.15 Selecting previously unselected package cmake-data.
17:45:53 #11 17.15 Preparing to unpack .../05-cmake-data_3.16.3-3~bpo10+1_all.deb ...
17:45:53 #11 17.16 Unpacking cmake-data (3.16.3-3~bpo10+1) ...
17:45:53 #11 18.08 Selecting previously unselected package libarchive13:armhf.
17:45:53 #11 18.08 Preparing to unpack .../06-libarchive13_3.3.3-4+deb10u1_armhf.deb ...
17:45:53 #11 18.10 Unpacking libarchive13:armhf (3.3.3-4+deb10u1) ...
17:45:54 #11 18.19 Selecting previously unselected package libjsoncpp1:armhf.
17:45:54 #11 18.19 Preparing to unpack .../07-libjsoncpp1_1.7.4-3_armhf.deb ...
17:45:54 #11 18.20 Unpacking libjsoncpp1:armhf (1.7.4-3) ...
17:45:54 #11 18.26 Selecting previously unselected package librhash0:armhf.
17:45:54 #11 18.26 Preparing to unpack .../08-librhash0_1.3.8-1_armhf.deb ...
17:45:54 #11 18.27 Unpacking librhash0:armhf (1.3.8-1) ...
17:45:54 #11 18.34 Selecting previously unselected package libuv1:armhf.
17:45:54 #11 18.35 Preparing to unpack .../09-libuv1_1.24.1-1+deb10u1_armhf.deb ...
17:45:54 #11 18.35 Unpacking libuv1:armhf (1.24.1-1+deb10u1) ...
17:45:54 #11 18.42 Selecting previously unselected package cmake.
17:45:54 #11 18.42 Preparing to unpack .../10-cmake_3.16.3-3~bpo10+1_armhf.deb ...
17:45:54 #11 18.43 Unpacking cmake (3.16.3-3~bpo10+1) ...
17:45:55 #11 18.87 Selecting previously unselected package dh-apparmor.
17:45:55 #11 18.87 Preparing to unpack .../11-dh-apparmor_2.13.2-10_all.deb ...
17:45:55 #11 18.88 Unpacking dh-apparmor (2.13.2-10) ...
17:45:55 #11 18.94 Selecting previously unselected package libbtrfs0:armhf.
17:45:55 #11 18.95 Preparing to unpack .../12-libbtrfs0_5.10-1~bpo10+1_armhf.deb ...
17:45:55 #11 18.95 Unpacking libbtrfs0:armhf (5.10-1~bpo10+1) ...
17:45:55 #11 19.02 Selecting previously unselected package libbtrfs-dev:armhf.
17:45:55 #11 19.03 Preparing to unpack .../13-libbtrfs-dev_5.10-1~bpo10+1_armhf.deb ...
17:45:55 #11 19.03 Unpacking libbtrfs-dev:armhf (5.10-1~bpo10+1) ...
17:45:55 #11 19.13 Preparing to unpack .../14-libudev1_241-7~deb10u8+rpi1_armhf.deb ...
17:45:55 #11 19.15 Unpacking libudev1:armhf (241-7~deb10u8+rpi1) over (241-7~deb10u7+rpi1) ...
17:45:55 #11 19.28 Setting up libudev1:armhf (241-7~deb10u8+rpi1) ...
17:45:55 #11 19.42 Selecting previously unselected package dmsetup.
17:45:55 #11 19.42 (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 ... 21425 files and directories currently installed.)
17:45:55 #11 19.45 Preparing to unpack .../00-dmsetup_2%3a1.02.155-3_armhf.deb ...
17:45:55 #11 19.46 Unpacking dmsetup (2:1.02.155-3) ...
17:45:55 #11 19.53 Selecting previously unselected package libdevmapper1.02.1:armhf.
17:45:55 #11 19.53 Preparing to unpack .../01-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ...
17:45:55 #11 19.54 Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ...
17:45:55 #11 19.61 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
17:45:55 #11 19.61 Preparing to unpack .../02-libdevmapper-event1.02.1_2%3a1.02.155-3_armhf.deb ...
17:45:55 #11 19.62 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
17:45:55 #11 19.68 Selecting previously unselected package libudev-dev:armhf.
17:45:55 #11 19.68 Preparing to unpack .../03-libudev-dev_241-7~deb10u8+rpi1_armhf.deb ...
17:45:55 #11 19.70 Unpacking libudev-dev:armhf (241-7~deb10u8+rpi1) ...
17:45:55 #11 19.77 Selecting previously unselected package libsepol1-dev:armhf.
17:45:55 #11 19.77 Preparing to unpack .../04-libsepol1-dev_2.8-1_armhf.deb ...
17:45:55 #11 19.78 Unpacking libsepol1-dev:armhf (2.8-1) ...
17:45:55 #11 19.89 Selecting previously unselected package libpcre16-3:armhf.
17:45:55 #11 19.89 Preparing to unpack .../05-libpcre16-3_2%3a8.39-12_armhf.deb ...
17:45:55 #11 19.90 Unpacking libpcre16-3:armhf (2:8.39-12) ...
17:45:55 #11 19.97 Selecting previously unselected package libpcre32-3:armhf.
17:45:56 #11 19.98 Preparing to unpack .../06-libpcre32-3_2%3a8.39-12_armhf.deb ...
17:45:56 #11 19.98 Unpacking libpcre32-3:armhf (2:8.39-12) ...
17:45:56 #11 20.06 Selecting previously unselected package libpcrecpp0v5:armhf.
17:45:56 #11 20.06 Preparing to unpack .../07-libpcrecpp0v5_2%3a8.39-12_armhf.deb ...
17:45:56 #11 20.07 Unpacking libpcrecpp0v5:armhf (2:8.39-12) ...
17:45:56 #11 20.13 Selecting previously unselected package libpcre3-dev:armhf.
17:45:56 #11 20.13 Preparing to unpack .../08-libpcre3-dev_2%3a8.39-12_armhf.deb ...
17:45:56 #11 20.13 Unpacking libpcre3-dev:armhf (2:8.39-12) ...
17:45:56 #11 20.26 Selecting previously unselected package libselinux1-dev:armhf.
17:45:56 #11 20.26 Preparing to unpack .../09-libselinux1-dev_2.8-1+b1_armhf.deb ...
17:45:56 #11 20.27 Unpacking libselinux1-dev:armhf (2.8-1+b1) ...
17:45:56 #11 20.36 Selecting previously unselected package libdevmapper-dev:armhf.
17:45:56 #11 20.36 Preparing to unpack .../10-libdevmapper-dev_2%3a1.02.155-3_armhf.deb ...
17:45:56 #11 20.37 Unpacking libdevmapper-dev:armhf (2:1.02.155-3) ...
17:45:56 #11 20.43 Selecting previously unselected package libltdl7:armhf.
17:45:56 #11 20.43 Preparing to unpack .../11-libltdl7_2.4.6-9_armhf.deb ...
17:45:56 #11 20.44 Unpacking libltdl7:armhf (2.4.6-9) ...
17:45:56 #11 20.49 Selecting previously unselected package libltdl-dev:armhf.
17:45:56 #11 20.50 Preparing to unpack .../12-libltdl-dev_2.4.6-9_armhf.deb ...
17:45:56 #11 20.50 Unpacking libltdl-dev:armhf (2.4.6-9) ...
17:45:56 #11 20.58 Selecting previously unselected package libseccomp-dev:armhf.
17:45:56 #11 20.58 Preparing to unpack .../13-libseccomp-dev_2.3.3-4_armhf.deb ...
17:45:56 #11 20.59 Unpacking libseccomp-dev:armhf (2.3.3-4) ...
17:45:56 #11 20.66 Preparing to unpack .../14-libsystemd0_241-7~deb10u8+rpi1_armhf.deb ...
17:45:56 #11 20.67 Unpacking libsystemd0:armhf (241-7~deb10u8+rpi1) over (241-7~deb10u7+rpi1) ...
17:45:56 #11 20.90 Setting up libsystemd0:armhf (241-7~deb10u8+rpi1) ...
17:45:57 #11 20.97 Selecting previously unselected package libsystemd-dev:armhf.
17:45:57 #11 20.97 (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 ... 22051 files and directories currently installed.)
17:45:57 #11 21.00 Preparing to unpack .../libsystemd-dev_241-7~deb10u8+rpi1_armhf.deb ...
17:45:57 #11 21.00 Unpacking libsystemd-dev:armhf (241-7~deb10u8+rpi1) ...
17:45:57 #11 21.14 Selecting previously unselected package pkg-config.
17:45:57 #11 21.15 Preparing to unpack .../pkg-config_0.29-6_armhf.deb ...
17:45:57 #11 21.15 Unpacking pkg-config (0.29-6) ...
17:45:57 #11 21.22 Setting up libpcrecpp0v5:armhf (2:8.39-12) ...
17:45:57 #11 21.24 Setting up libseccomp-dev:armhf (2.3.3-4) ...
17:45:57 #11 21.26 Setting up libpcre16-3:armhf (2:8.39-12) ...
17:45:57 #11 21.27 Setting up libarchive13:armhf (3.3.3-4+deb10u1) ...
17:45:57 #11 21.29 Setting up libsepol1-dev:armhf (2.8-1) ...
17:45:57 #11 21.31 Setting up libbtrfs0:armhf (5.10-1~bpo10+1) ...
17:45:57 #11 21.33 Setting up libuv1:armhf (1.24.1-1+deb10u1) ...
17:45:57 #11 21.35 Setting up bash-completion (1:2.8-6) ...
17:45:58 #11 22.89 Setting up libpcre32-3:armhf (2:8.39-12) ...
17:45:59 #11 22.91 Setting up pkg-config (0.29-6) ...
17:45:59 #11 23.04 Setting up libudev-dev:armhf (241-7~deb10u8+rpi1) ...
17:45:59 #11 23.06 Setting up libltdl7:armhf (2.4.6-9) ...
17:45:59 #11 23.08 Setting up libbtrfs-dev:armhf (5.10-1~bpo10+1) ...
17:45:59 #11 23.10 Setting up librhash0:armhf (1.3.8-1) ...
17:45:59 #11 23.11 Setting up cmake-data (3.16.3-3~bpo10+1) ...
17:45:59 #11 23.14 Setting up dh-apparmor (2.13.2-10) ...
17:45:59 #11 23.16 Setting up libsystemd-dev:armhf (241-7~deb10u8+rpi1) ...
17:45:59 #11 23.17 Setting up libjsoncpp1:armhf (1.7.4-3) ...
17:45:59 #11 23.19 Setting up libstdc++-8-dev:armhf (8.3.0-6+rpi1) ...
17:45:59 #11 23.30 Setting up libpcre3-dev:armhf (2:8.39-12) ...
17:45:59 #11 23.32 Setting up libltdl-dev:armhf (2.4.6-9) ...
17:45:59 #11 23.34 Setting up g++-8 (8.3.0-6+rpi1) ...
17:45:59 #11 23.36 Setting up cmake (3.16.3-3~bpo10+1) ...
17:45:59 #11 23.37 Setting up libselinux1-dev:armhf (2.8-1+b1) ...
17:45:59 #11 23.39 Setting up g++ (4:8.3.0-1+rpi2) ...
17:45:59 #11 23.44 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
17:45:59 #11 23.45 Setting up build-essential (12.6) ...
17:45:59 #11 23.47 Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
17:45:59 #11 23.49 Setting up dmsetup (2:1.02.155-3) ...
17:45:59 #11 23.51 Setting up libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
17:45:59 #11 23.53 Setting up libdevmapper-dev:armhf (2:1.02.155-3) ...
17:45:59 #11 23.55 Setting up docker-ce-build-deps (1.0) ...
17:45:59 #11 23.57 Processing triggers for libc-bin (2.28-10+rpi1) ...
17:45:59 #11 23.60 Processing triggers for man-db (2.8.5-2) ...
17:46:00 #11 DONE 24.5s
17:46:00 
17:46:00 #12 [stage-1 5/8] COPY sources/ /sources
17:46:00 #12 sha256:eb2426f61702c25d585afd2519583f3335c84c5f409bc2d2e2883dacbf7f5d62
17:46:00 #12 DONE 0.4s
17:46:00 
17:46:00 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
17:46:00 #14 sha256:c89592c3fbb0c27a573c20d1d5eb7ed198f4fb2d9c580ba530c10c480582f734
17:46:06 #14 DONE 4.7s
17:46:06 
17:46:06 #15 [stage-1 7/8] WORKDIR /root/build-deb
17:46:06 #15 sha256:31156acced6fce8a2db5acf8f00d6d7fa668cd1cdd119ec7333588cb07ad9dab
17:46:06 #15 DONE 0.0s
17:46:06 
17:46:06 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
17:46:06 #16 sha256:7cf6b99928ecef0f122be325cf82dd2991ad015bbaa2fd25067f4e03cce20e22
17:46:06 #16 DONE 0.1s
17:46:06 
17:46:06 #17 exporting to image
17:46:06 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
17:46:06 #17 exporting layers
17:46:09 #22 DONE 93.3s
17:46:09 
17:46:09 #23 [binary 1/1] COPY --from=build /out .
17:46:09 #23 sha256:2188f9f0e287a83bbb49da62d8c93ac533a083617d84f1acf5041254d328b2a2
17:46:09 #23 DONE 1.5s
17:46:09 
17:46:09 #24 exporting to client
17:46:09 #24 sha256:b60a1292d407630dbb741f28ab6ea4ce3cca872ac28eeee56f4e66a182eca4bc
17:46:09 #24 copying files 8.39MB 0.1s
17:46:09 #24 copying files 54.76MB 0.5s done
17:46:09 #24 DONE 0.5s
17:46:09 make -C /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker VERSION=0.0.0-20210825074926-1fdafcd binary
17:46:09 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker'
17:46:14 #17 exporting layers 8.3s done
17:46:14 #17 writing image sha256:92e75c73a9eec16fb1df4c93d6e517c4d56e4a3bfea9dc0c65d22801b6f6a3c8
17:46:14 #17 writing image sha256:92e75c73a9eec16fb1df4c93d6e517c4d56e4a3bfea9dc0c65d22801b6f6a3c8 done
17:46:14 #17 naming to docker.io/debbuild-raspbian-buster/aarch64 done
17:46:14 #17 DONE 8.3s
17:46:14 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20210825074926-1fdafcd -e VERSION=0.0.0-20210825074926-1fdafcd -e CLI_GITCOMMIT=1fdafcd -e ENGINE_GITCOMMIT=abd7966 -e SCAN_VERSION=v0.8.0 -e SCAN_GITCOMMIT=35651ca -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/debbuild/raspbian-buster:/build  debbuild-raspbian-buster/aarch64
17:46:14 + set -e
17:46:14 + mkdir -p /root/build-deb/engine
17:46:14 + tar -C /root/build-deb -xzf /sources/engine.tgz
17:46:16 + mkdir -p /root/build-deb/cli
17:46:16 + tar -C /root/build-deb -xzf /sources/cli.tgz
17:46:16 mkdir -p autogen
17:46:16 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 .
17:46:16 #1 [internal] load build definition from Dockerfile
17:46:16 #1 sha256:4f2fad45da076cb12c32b28e87e3928fcd3ee3b31d43d3a4934eef08278e66ef
17:46:16 #1 transferring dockerfile: 16.33kB done
17:46:16 #1 DONE 0.0s
17:46:16 
17:46:16 #2 [internal] load .dockerignore
17:46:16 #2 sha256:b2ad82e8ec49352a7a778f8aa111a151eefff5cd0fb2df15aca3e48cf877223c
17:46:16 #2 transferring context: 87B done
17:46:16 #2 DONE 0.0s
17:46:16 
17:46:16 #3 resolve image config for docker.io/docker/dockerfile:1.3
17:46:16 #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
17:46:16 #3 DONE 0.1s
17:46:16 
17:46:16 #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89
17:46:16 #4 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8
17:46:16 #4 CACHED
17:46:16 
17:46:16 #6 [internal] load .dockerignore
17:46:16 #6 sha256:bcb39957626624760ad126ce4c5152d036f80470c6d2bd37160a13167787dfe9
17:46:16 #6 DONE 0.0s
17:46:16 
17:46:16 #5 [internal] load build definition from Dockerfile
17:46:16 #5 sha256:69639112116a26f7d14bb6b8297efa7d1ca27d259549a2bffebf565a8a659d64
17:46:16 #5 DONE 0.0s
17:46:16 
17:46:16 #10 [auth] djs55/vpnkit:pull token for registry-1.docker.io
17:46:16 #10 sha256:9557239beef0adb5faa55455e9c40412b2ed3faf9be8146e017cc858b8b5723b
17:46:16 #10 DONE 0.0s
17:46:16 
17:46:16 #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:46:16 #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
17:46:17 + mkdir -p /root/build-deb/scan-cli-plugin
17:46:17 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
17:46:17 + mkdir -p /go/src/github.com/docker
17:46:17 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
17:46:17 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
17:46:17 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
17:46:17 + EPOCH=5
17:46:17 + EPOCH_SEP=
17:46:17 + [[ ! -z 5 ]]
17:46:17 + EPOCH_SEP=:
17:46:17 + [[ -z 0.0.0-20210825074926-1fdafcd ]]
17:46:17 + echo VERSION AAA 0.0.0-20210825074926-1fdafcd
17:46:17 VERSION AAA 0.0.0-20210825074926-1fdafcd
17:46:17 + VERSION=0.0.0-20210825074926-1fdafcd
17:46:17 + echo VERSION bbb 0.0.0-20210825074926-1fdafcd
17:46:17 VERSION bbb 0.0.0-20210825074926-1fdafcd
17:46:17 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
17:46:17 + debSource=docker-ce
17:46:17 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
17:46:17 + debMaintainer='Docker <support@docker.com>'
17:46:17 ++ date --rfc-2822
17:46:17 + debDate='Sat, 28 Aug 2021 17:46:16 +0000'
17:46:17 + cat
17:46:17 + export CLI_GITCOMMIT=1fdafcd
17:46:17 + CLI_GITCOMMIT=1fdafcd
17:46:17 + export ENGINE_GITCOMMIT=abd7966
17:46:17 + ENGINE_GITCOMMIT=abd7966
17:46:17 + export SCAN_GITCOMMIT=35651ca
17:46:17 + SCAN_GITCOMMIT=35651ca
17:46:17 + echo VERSION BBB 0.0.0-20210825074926-1fdafcd
17:46:17 VERSION BBB 0.0.0-20210825074926-1fdafcd
17:46:17 + dpkg-buildpackage -uc -us -I.git
17:46:17 dpkg-buildpackage: info: source package docker-ce
17:46:17 dpkg-buildpackage: info: source version 5:0.0.0-20210825074926-1fdafcd-0~raspbian-buster
17:46:17 dpkg-buildpackage: info: source distribution buster
17:46:17 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
17:46:17  dpkg-source -I.git --before-build .
17:46:17 dpkg-buildpackage: info: host architecture armhf
17:46:17 #9 DONE 0.8s
17:46:17 
17:46:17 #7 [internal] load metadata for docker.io/library/golang:1.16.7-bullseye
17:46:17 #7 sha256:5f8721e1f43acd724bfc1ac4f7f92396ce055cdcb516d6e9c010e0b978d309f3
17:46:17 #7 DONE 0.7s
17:46:17 
17:46:17 #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:46:17 #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
17:46:17 #8 DONE 0.8s
17:46:17  debian/rules clean
17:46:17 dh clean --with=bash-completion
17:46:17    dh_clean
17:46:17 
17:46:17 #11 [base 1/3] FROM docker.io/library/golang:1.16.7-bullseye@sha256:4e656ccaf58b9dec26485d9a95cd7ee3431eb1a30e53f4b1c0363739f3152782
17:46:17 #11 sha256:5e81da98d2754e478817c8721b5a4252c200ee1d82143661adf86a363a8b4a0a
17:46:17 #11 resolve docker.io/library/golang:1.16.7-bullseye@sha256:4e656ccaf58b9dec26485d9a95cd7ee3431eb1a30e53f4b1c0363739f3152782 0.0s done
17:46:17 #11 sha256:4e656ccaf58b9dec26485d9a95cd7ee3431eb1a30e53f4b1c0363739f3152782 1.86kB / 1.86kB done
17:46:17 #11 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 0B / 54.92MB 0.1s
17:46:17 #11 sha256:1acf565088aae3ef2159885f29853bce88eb16082b0c98fcacd08fc9008c84b9 0B / 5.15MB 0.1s
17:46:17 #11 sha256:54406b2e8bb95003bcec911562d5606af1a17de7a2fcc7e8d7258fcb6e9a2fea 1.80kB / 1.80kB done
17:46:17 #11 sha256:019c7b2e3cb8185c3c454f24679a7c83add6d31427e319d8bee35b12707f9a3f 6.99kB / 6.99kB done
17:46:17 #11 sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac 0B / 10.87MB 0.1s
17:46:18 #11 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 6.29MB / 54.92MB 0.2s
17:46:18 #11 sha256:1acf565088aae3ef2159885f29853bce88eb16082b0c98fcacd08fc9008c84b9 2.10MB / 5.15MB 0.2s
17:46:18 #11 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 13.96MB / 54.92MB 0.3s
17:46:18 #11 sha256:1acf565088aae3ef2159885f29853bce88eb16082b0c98fcacd08fc9008c84b9 5.15MB / 5.15MB 0.3s
17:46:18 #11 sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac 4.34MB / 10.87MB 0.3s
17:46:18 #11 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 35.65MB / 54.92MB 0.5s
17:46:18 #11 sha256:1acf565088aae3ef2159885f29853bce88eb16082b0c98fcacd08fc9008c84b9 5.15MB / 5.15MB 0.4s done
17:46:18 #11 sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac 10.87MB / 10.87MB 0.5s
17:46:18 #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 2.10MB / 54.57MB 0.5s
17:46:18 #11 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 49.28MB / 54.92MB 0.6s
17:46:18 #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 9.44MB / 54.57MB 0.6s
17:46:18  dpkg-source -I.git -b .
17:46:18 #11 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 54.92MB / 54.92MB 0.7s
17:46:18 #11 sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac 10.87MB / 10.87MB 0.7s done
17:46:18 #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 17.83MB / 54.57MB 0.7s
17:46:18 #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 27.26MB / 54.57MB 0.8s
17:46:18 #11 sha256:4541a887d2a07638470e05fc2943cbc30777e64b958231b864cfd8b86eebf92f 2.10MB / 85.72MB 0.8s
17:46:18 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20210825074926-1fdafcd-0~raspbian'
17:46:18 dpkg-source: info: using source format '1.0'
17:46:18 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210825074926-1fdafcd-0~raspbian-buster.tar.gz
17:46:18 #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 34.61MB / 54.57MB 0.9s
17:46:18 #11 sha256:4541a887d2a07638470e05fc2943cbc30777e64b958231b864cfd8b86eebf92f 8.39MB / 85.72MB 0.9s
17:46:18 #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 41.94MB / 54.57MB 1.0s
17:46:18 #11 sha256:4541a887d2a07638470e05fc2943cbc30777e64b958231b864cfd8b86eebf92f 17.83MB / 85.72MB 1.0s
17:46:19 #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 54.57MB / 54.57MB 1.2s
17:46:19 #11 sha256:4541a887d2a07638470e05fc2943cbc30777e64b958231b864cfd8b86eebf92f 31.46MB / 85.72MB 1.2s
17:46:19 #11 sha256:4541a887d2a07638470e05fc2943cbc30777e64b958231b864cfd8b86eebf92f 47.19MB / 85.72MB 1.4s
17:46:19 #11 sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 54.92MB / 54.92MB 1.6s done
17:46:19 #11 sha256:4541a887d2a07638470e05fc2943cbc30777e64b958231b864cfd8b86eebf92f 57.84MB / 85.72MB 1.7s
17:46:19 #11 sha256:4541a887d2a07638470e05fc2943cbc30777e64b958231b864cfd8b86eebf92f 70.66MB / 85.72MB 2.0s
17:46:19 #11 extracting sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51
17:46:20 #11 sha256:4541a887d2a07638470e05fc2943cbc30777e64b958231b864cfd8b86eebf92f 85.72MB / 85.72MB 2.3s
17:46:20 #11 sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 54.57MB / 54.57MB 2.5s done
17:46:20 #11 sha256:0c6e622a0ff6a2c83bb5b6f0f939367cf40083754b34e48f17cfcc73b05ad99c 0B / 129.04MB 2.6s
17:46:20 #11 sha256:7669e289697491b9ef28ca9dd0958a6f7ff9ddc0d50cefe1a58acc74b37ddd9b 0B / 155B 2.6s
17:46:20 #11 sha256:0c6e622a0ff6a2c83bb5b6f0f939367cf40083754b34e48f17cfcc73b05ad99c 7.34MB / 129.04MB 2.7s
17:46:20 #11 sha256:7669e289697491b9ef28ca9dd0958a6f7ff9ddc0d50cefe1a58acc74b37ddd9b 155B / 155B 2.7s
17:46:20 #11 sha256:0c6e622a0ff6a2c83bb5b6f0f939367cf40083754b34e48f17cfcc73b05ad99c 16.78MB / 129.04MB 2.8s
17:46:20 #11 sha256:0c6e622a0ff6a2c83bb5b6f0f939367cf40083754b34e48f17cfcc73b05ad99c 28.31MB / 129.04MB 3.0s
17:46:21 #11 sha256:0c6e622a0ff6a2c83bb5b6f0f939367cf40083754b34e48f17cfcc73b05ad99c 44.70MB / 129.04MB 3.3s
17:46:21 #11 sha256:0c6e622a0ff6a2c83bb5b6f0f939367cf40083754b34e48f17cfcc73b05ad99c 54.53MB / 129.04MB 3.4s
17:46:21 #11 sha256:0c6e622a0ff6a2c83bb5b6f0f939367cf40083754b34e48f17cfcc73b05ad99c 68.64MB / 129.04MB 3.5s
17:46:21 #11 ...
17:46:21 
17:46:21 #16 [internal] load build context
17:46:21 #16 sha256:88155a4d5891cdaa4cc2731e5736b84b75ff63a8654f3384964f1708fc42fc32
17:46:21 #16 transferring context: 55.46MB 2.7s done
17:46:21 #16 DONE 3.7s
17:46:21 
17:46:21 #11 [base 1/3] FROM docker.io/library/golang:1.16.7-bullseye@sha256:4e656ccaf58b9dec26485d9a95cd7ee3431eb1a30e53f4b1c0363739f3152782
17:46:21 #11 sha256:5e81da98d2754e478817c8721b5a4252c200ee1d82143661adf86a363a8b4a0a
17:46:21 #11 sha256:0c6e622a0ff6a2c83bb5b6f0f939367cf40083754b34e48f17cfcc73b05ad99c 92.27MB / 129.04MB 3.7s
17:46:21 #11 sha256:0c6e622a0ff6a2c83bb5b6f0f939367cf40083754b34e48f17cfcc73b05ad99c 102.76MB / 129.04MB 3.8s
17:46:21 #11 sha256:4541a887d2a07638470e05fc2943cbc30777e64b958231b864cfd8b86eebf92f 85.72MB / 85.72MB 3.8s done
17:46:21 #11 sha256:0c6e622a0ff6a2c83bb5b6f0f939367cf40083754b34e48f17cfcc73b05ad99c 113.25MB / 129.04MB 3.9s
17:46:22 #11 sha256:0c6e622a0ff6a2c83bb5b6f0f939367cf40083754b34e48f17cfcc73b05ad99c 129.04MB / 129.04MB 4.1s
17:46:22 #11 sha256:7669e289697491b9ef28ca9dd0958a6f7ff9ddc0d50cefe1a58acc74b37ddd9b 155B / 155B 3.9s done
17:46:22 #11 extracting sha256:4c25b3090c2685271afcffc2a4db73f15ab11a0124bfcde6085c934a4e6f4a51 3.3s done
17:46:24 #11 sha256:0c6e622a0ff6a2c83bb5b6f0f939367cf40083754b34e48f17cfcc73b05ad99c 129.04MB / 129.04MB 6.1s done
17:46:24 #11 extracting sha256:1acf565088aae3ef2159885f29853bce88eb16082b0c98fcacd08fc9008c84b9
17:46:25 #11 ...
17:46:25 
17:46:25 #30 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:46:25 #30 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
17:46:25 #30 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
17:46:25 #30 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
17:46:25 #30 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
17:46:25 #30 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
17:46:25 #30 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 6.3s done
17:46:25 #30 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.6s done
17:46:25 #30 DONE 7.1s
17:46:25 
17:46:25 #11 [base 1/3] FROM docker.io/library/golang:1.16.7-bullseye@sha256:4e656ccaf58b9dec26485d9a95cd7ee3431eb1a30e53f4b1c0363739f3152782
17:46:25 #11 sha256:5e81da98d2754e478817c8721b5a4252c200ee1d82143661adf86a363a8b4a0a
17:46:25 #11 extracting sha256:1acf565088aae3ef2159885f29853bce88eb16082b0c98fcacd08fc9008c84b9 0.7s done
17:46:25 #11 extracting sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac
17:46:25 #11 ...
17:46:25 
17:46:25 #28 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:46:25 #28 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
17:46:25 #28 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
17:46:25 #28 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
17:46:25 #28 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
17:46:25 #28 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 6.7s done
17:46:25 #28 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.8s done
17:46:25 #28 DONE 7.7s
17:46:25 
17:46:25 #11 [base 1/3] FROM docker.io/library/golang:1.16.7-bullseye@sha256:4e656ccaf58b9dec26485d9a95cd7ee3431eb1a30e53f4b1c0363739f3152782
17:46:25 #11 sha256:5e81da98d2754e478817c8721b5a4252c200ee1d82143661adf86a363a8b4a0a
17:46:25 #11 extracting sha256:b95c0dd0dc0d3d367cc5b85f86d8881afb658e8eb341a86daf3835c2f14159ac 0.4s done
17:46:26 #11 extracting sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4
17:46:28 #11 extracting sha256:5cf06daf65610482c638dcc63479a8281e667e37f7842219d66f2dedf63718f4 2.3s done
17:46:28 #11 ...
17:46:28 
17:46:28 #29 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
17:46:28 #29 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
17:46:28 #29 DONE 1.0s
17:46:28 
17:46:28 #11 [base 1/3] FROM docker.io/library/golang:1.16.7-bullseye@sha256:4e656ccaf58b9dec26485d9a95cd7ee3431eb1a30e53f4b1c0363739f3152782
17:46:28 #11 sha256:5e81da98d2754e478817c8721b5a4252c200ee1d82143661adf86a363a8b4a0a
17:46:28 #11 extracting sha256:4541a887d2a07638470e05fc2943cbc30777e64b958231b864cfd8b86eebf92f 0.1s
17:46:32 #11 extracting sha256:4541a887d2a07638470e05fc2943cbc30777e64b958231b864cfd8b86eebf92f 2.6s done
17:46:32 #11 ...
17:46:32 
17:46:32 #31 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
17:46:32 #31 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
17:46:32 #31 DONE 3.7s
17:46:32 
17:46:32 #11 [base 1/3] FROM docker.io/library/golang:1.16.7-bullseye@sha256:4e656ccaf58b9dec26485d9a95cd7ee3431eb1a30e53f4b1c0363739f3152782
17:46:32 #11 sha256:5e81da98d2754e478817c8721b5a4252c200ee1d82143661adf86a363a8b4a0a
17:46:32 #11 extracting sha256:0c6e622a0ff6a2c83bb5b6f0f939367cf40083754b34e48f17cfcc73b05ad99c
17:46:36 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210825074926-1fdafcd-0~raspbian-buster.dsc
17:46:36  debian/rules build
17:46:36 dh build --with=bash-completion
17:46:36    dh_update_autotools_config
17:46:36    dh_autoreconf
17:46:36    debian/rules override_dh_auto_build
17:46:36 make[1]: Entering directory '/root/build-deb'
17:46:36 # Build the daemon and dependencies
17:46:36 cd engine && DOCKER_GITCOMMIT=abd7966 PRODUCT=docker ./hack/make.sh dynbinary
17:46:36 
17:46:36 Removing bundles/
17:46:36 
17:46:36 ---> Making bundle: dynbinary (in bundles/dynbinary)
17:46:36 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210825074926-1fdafcd
17:46:36 GOOS="" GOARCH="" GOARM=""
17:46:37 #11 extracting sha256:0c6e622a0ff6a2c83bb5b6f0f939367cf40083754b34e48f17cfcc73b05ad99c 4.7s done
17:46:37 #11 extracting sha256:7669e289697491b9ef28ca9dd0958a6f7ff9ddc0d50cefe1a58acc74b37ddd9b done
17:46:37 #11 DONE 19.8s
17:46:37 
17:46:37 #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
17:46:37 #12 sha256:f1ff52d0c8536dfba84dd382da9da81348a0e80bd30b65622115fe835ff433a9
17:46:39 #12 DONE 1.9s
17:46:39 
17:46:39 #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
17:46:39 #13 sha256:8ac361cd5cbace32836b1d0c658f048efaaa14495708ba21c52f9f51c75e276b
17:46:40 #13 DONE 0.5s
17:46:40 
17:46:40 #15 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
17:46:40 #15 sha256:e6363262bda43cf4f2679e13f266f01a3b59530e7e503657603b492dd491f2f7
17:46:41 #15 1.730 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:46:41 #15 1.742 Get:2 http://deb.debian.org/debian bullseye InRelease [113 kB]
17:46:41 #15 1.744 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB]
17:46:42 #15 2.046 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [28.2 kB]
17:46:42 #15 2.307 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB]
17:46:43 #12 67.29 --------------------------------------------------------------------------------
17:46:43 #12 67.29 Total                                              1.3 MB/s |  81 MB  00:59     
17:46:43 #12 67.44 Running transaction check
17:46:43 #12 67.59 Running transaction test
17:46:43 #12 67.74 Transaction test succeeded
17:46:43 #12 67.74 Running transaction
17:46:43 #12 70.18   Updating   : glibc-common-2.17-324.el7_9.x86_64                          1/68 
17:46:43 #12 70.67   Updating   : glibc-2.17-324.el7_9.x86_64                                 2/68 
17:46:43 #12 71.26   Installing : fipscheck-1.4.1-6.el7.x86_64                                3/68 
17:46:43 #12 71.27   Installing : fipscheck-lib-1.4.1-6.el7.x86_64                            4/68 
17:46:43 #12 71.89   Updating   : systemd-libs-219-78.el7_9.3.x86_64                          5/68 
17:46:43 #12 73.79   Updating   : systemd-219-78.el7_9.3.x86_64                               6/68 
17:46:43 #12 74.54 Failed to get D-Bus connection: Operation not permitted
17:46:43 #12 74.58   Installing : mpfr-3.1.1-4.el7.x86_64                                     7/68 
17:46:43 #12 75.16   Installing : libmpc-1.0.1-3.el7.x86_64                                   8/68 
17:46:44 #12 75.80   Updating   : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64              9/68 
17:46:45 #12 76.41   Updating   : 7:device-mapper-1.02.170-6.el7_9.5.x86_64                  10/68 
17:46:45 #12 77.03   Installing : lzo-2.06-8.el7.x86_64                                      11/68 
17:46:46 #12 77.62   Installing : m4-1.4.16-10.el7.x86_64                                    12/68 
17:46:46 #12 78.24   Installing : checkpolicy-2.5-8.el7.x86_64                               13/68 
17:46:46 #15 ...
17:46:46 
17:46:46 #24 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
17:46:46 #24 sha256:bf92c3fe45e5ada668bfebb6b9cc6550eb45116aca0372a939b72e66ec957a18
17:46:46 #24 1.045 + RM_GOPATH=0
17:46:46 #24 1.045 + TMP_GOPATH=
17:46:46 #24 1.045 + : /build
17:46:46 #24 1.045 + '[' -z '' ']'
17:46:46 #24 1.045 ++ mktemp -d
17:46:46 #24 1.049 + export GOPATH=/tmp/tmp.sq8ZIdxRfI
17:46:46 #24 1.049 + GOPATH=/tmp/tmp.sq8ZIdxRfI
17:46:46 #24 1.049 + RM_GOPATH=1
17:46:46 #24 1.049 + case "$(go env GOARCH)" in
17:46:46 #24 1.049 ++ go env GOARCH
17:46:46 #24 1.056 + export GO_BUILDMODE=-buildmode=pie
17:46:46 #24 1.056 + GO_BUILDMODE=-buildmode=pie
17:46:46 #24 1.056 ++ dirname /tmp/install/install.sh
17:46:46 #24 1.057 + dir=/tmp/install
17:46:46 #24 1.057 + bin=rootlesskit
17:46:46 #24 1.057 + shift
17:46:46 #24 1.057 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
17:46:46 #24 1.057 + . /tmp/install/rootlesskit.installer
17:46:46 #24 1.057 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2
17:46:46 #24 1.057 + install_rootlesskit
17:46:46 #24 1.057 + case "$1" in
17:46:46 #24 1.057 + export CGO_ENABLED=0
17:46:46 #24 1.057 + CGO_ENABLED=0
17:46:46 #24 1.057 + _install_rootlesskit
17:46:46 #24 1.057 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2'
17:46:46 #24 1.057 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.sq8ZIdxRfI/src/github.com/rootless-containers/rootlesskit
17:46:46 #24 1.057 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2
17:46:46 #24 1.061 Cloning into '/tmp/tmp.sq8ZIdxRfI/src/github.com/rootless-containers/rootlesskit'...
17:46:46 #24 2.183 + cd /tmp/tmp.sq8ZIdxRfI/src/github.com/rootless-containers/rootlesskit
17:46:46 #24 2.183 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2
17:46:46 #24 2.207 + export GO111MODULE=on
17:46:46 #24 2.208 + GO111MODULE=on
17:46:46 #24 2.208 + export GOPROXY=https://proxy.golang.org
17:46:46 #24 2.213 + GOPROXY=https://proxy.golang.org
17:46:46 #24 2.213 + for f in rootlesskit rootlesskit-docker-proxy
17:46:46 #24 2.214 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
17:46:46 #24 3.170 go: downloading github.com/pkg/errors v0.9.1
17:46:46 #24 3.171 go: downloading github.com/sirupsen/logrus v1.8.1
17:46:46 #24 3.217 go: downloading github.com/urfave/cli/v2 v2.3.0
17:46:46 #24 3.396 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
17:46:46 #24 4.570 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
17:46:46 #24 4.793 go: downloading github.com/google/uuid v1.3.0
17:46:46 #24 4.793 go: downloading github.com/moby/vpnkit v0.5.0
17:46:46 #24 4.949 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
17:46:46 #24 5.041 go: downloading github.com/gofrs/flock v0.8.1
17:46:46 #24 5.063 go: downloading github.com/gorilla/mux v1.8.0
17:46:46 #24 5.125 go: downloading github.com/moby/sys/mountinfo v0.4.1
17:46:46 #24 5.339 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
17:46:46 #24 5.383 go: downloading github.com/u-root/u-root v7.0.0+incompatible
17:46:46 #24 6.817 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
17:46:46 #12 78.29   Installing : 1:make-3.82-24.el7.x86_64                                  14/68 
17:46:46 #12 78.87   Installing : 1:perl-Error-0.17020-2.el7.noarch                          15/68 
17:46:47 #24 6.831 go: downloading github.com/russross/blackfriday/v2 v2.1.0
17:46:48 #12 78.92   Installing : libarchive-3.1.2-14.el7_7.x86_64                           16/68 
17:46:48 #12 80.10   Installing : cpp-4.8.5-44.el7.x86_64                                    17/68 
17:46:49 #12 80.72   Installing : rsync-3.1.2-10.el7.x86_64                                  18/68 
17:46:49 #24 ...
17:46:49 
17:46:49 #15 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
17:46:49 #15 sha256:e6363262bda43cf4f2679e13f266f01a3b59530e7e503657603b492dd491f2f7
17:46:49 #15 5.803 Fetched 8399 kB in 4s (1942 kB/s)
17:46:49 #15 5.803 Reading package lists...
17:46:49 #15 7.413 Reading package lists...
17:46:49 #15 8.732 Building dependency tree...
17:46:49 #15 9.423 The following additional packages will be installed:
17:46:49 #15 9.424   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
17:46:49 #15 9.426 Suggested packages:
17:46:49 #15 9.426   cmake-doc ninja-build lrzip
17:46:49 #15 9.426 Recommended packages:
17:46:49 #15 9.426   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
17:46:49 #15 9.578 The following NEW packages will be installed:
17:46:49 #15 9.586   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
17:46:49 #15 9.586   vim-common xxd
17:46:49 #15 9.878 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded.
17:46:49 #15 9.878 Need to get 17.7 MB of archives.
17:46:49 #15 9.878 After this operation, 70.7 MB of additional disk space will be used.
17:46:49 #15 9.878 Get:1 http://deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
17:46:49 #15 9.882 Get:2 http://deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
17:46:49 #15 9.885 Get:3 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB]
17:46:49 #15 9.923 Get:4 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
17:46:49 #12 81.31   Installing : systemd-devel-219-78.el7_9.3.x86_64                        19/68 
17:46:50 #15 ...
17:46:50 
17:46:50 #21 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
17:46:50 #21 sha256:7ee50758e2c35588fc5f98eef51140c423599c39748b3c81f17f7ad16f7ab6fe
17:46:50 #21 1.654 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:46:50 #21 1.669 Get:2 http://deb.debian.org/debian bullseye InRelease [113 kB]
17:46:50 #21 1.670 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB]
17:46:50 #21 1.898 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [28.2 kB]
17:46:50 #21 2.171 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB]
17:46:50 #21 5.550 Fetched 8399 kB in 4s (2019 kB/s)
17:46:50 #21 5.550 Reading package lists...
17:46:50 #21 7.025 Reading package lists...
17:46:50 #21 8.438 Building dependency tree...
17:46:50 #21 9.283 The following additional packages will be installed:
17:46:50 #21 9.285   libbtrfs0
17:46:50 #21 9.331 The following NEW packages will be installed:
17:46:50 #21 9.336   libbtrfs-dev libbtrfs0
17:46:50 #21 9.626 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
17:46:50 #21 9.626 Need to get 460 kB of archives.
17:46:50 #21 9.626 After this operation, 1237 kB of additional disk space will be used.
17:46:50 #21 9.626 Get:1 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
17:46:50 #21 9.630 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
17:46:50 #21 9.838 debconf: delaying package configuration, since apt-utils is not installed
17:46:50 #21 9.913 Fetched 460 kB in 0s (1628 kB/s)
17:46:50 #21 9.953 Selecting previously unselected package libbtrfs0:amd64.
17:46:50 #21 9.953 (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.)
17:46:50 #21 10.02 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
17:46:50 #21 ...
17:46:50 
17:46:50 #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
17:46:50 #14 sha256:7452ba5413c8980c44ad611e5ddb4986c2c256bb1f79a0e816a45b0ae3cfdaff
17:46:50 #14 1.635 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:46:50 #14 1.658 Get:2 http://deb.debian.org/debian bullseye InRelease [113 kB]
17:46:50 #14 1.661 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB]
17:46:50 #14 1.907 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [28.2 kB]
17:46:50 #14 2.134 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB]
17:46:50 #14 5.058 Fetched 8399 kB in 4s (2274 kB/s)
17:46:50 #14 5.058 Reading package lists...
17:46:50 #14 6.464 Reading package lists...
17:46:50 #14 8.043 Building dependency tree...
17:46:50 #14 8.862 The following additional packages will be installed:
17:46:50 #14 8.862   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
17:46:50 #14 8.862   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
17:46:50 #14 8.862   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
17:46:50 #14 8.862   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
17:46:50 #14 8.862   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
17:46:50 #14 8.862   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
17:46:50 #14 8.863   mingw-w64-common mingw-w64-x86-64-dev
17:46:50 #14 8.866 Suggested packages:
17:46:50 #14 8.866   gcc-10-locales seccomp wine64
17:46:50 #14 9.256 The following NEW packages will be installed:
17:46:50 #14 9.265   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
17:46:50 #14 9.265   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
17:46:50 #14 9.265   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
17:46:50 #14 9.265   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
17:46:50 #14 9.265   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
17:46:50 #14 9.266   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
17:46:50 #14 9.266   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
17:46:50 #14 9.266   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
17:46:50 #14 9.267   mingw-w64-x86-64-dev
17:46:50 #14 9.563 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
17:46:50 #14 9.563 Need to get 115 MB of archives.
17:46:50 #14 9.563 After this operation, 645 MB of additional disk space will be used.
17:46:50 #14 9.563 Get:1 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
17:46:50 #14 9.612 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]
17:46:50 #14 9.672 Get:3 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
17:46:50 #14 9.673 Get:4 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
17:46:50 #14 9.675 Get:5 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
17:46:50 #14 9.700 Get:6 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
17:46:50 #14 10.01 Get:7 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
17:46:50 #14 10.07 Get:8 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
17:46:50 #14 10.08 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]
17:46:50 #14 ...
17:46:50 
17:46:50 #15 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
17:46:50 #15 sha256:e6363262bda43cf4f2679e13f266f01a3b59530e7e503657603b492dd491f2f7
17:46:50 #15 10.28 Get:5 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
17:46:50 #15 10.33 Get:6 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
17:46:50 #15 10.34 Get:7 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
17:46:50 #15 10.35 Get:8 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
17:46:50 #15 10.36 Get:9 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
17:46:50 #15 10.39 Get:10 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB]
17:46:51 #12 81.92   Installing : libcgroup-0.41-21.el7.x86_64                               20/68 
17:46:51 #12 83.13   Installing : openssh-7.4p1-21.el7.x86_64                                21/68 
17:46:51 #12 83.15   Installing : perl-TermReadKey-2.30-20.el7.x86_64                        22/68 
17:46:51 #12 83.17   Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64                         23/68 
17:46:51 #15 11.08 debconf: delaying package configuration, since apt-utils is not installed
17:46:51 #15 11.16 Fetched 17.7 MB in 1s (16.1 MB/s)
17:46:52 #12 83.75   Installing : libseccomp-2.3.1-4.el7.x86_64                              24/68 
17:46:52 #12 84.35   Installing : libselinux-utils-2.5-15.el7.x86_64                         25/68 
17:46:52 #12 84.45   Installing : policycoreutils-2.5-34.el7.x86_64                          26/68 
17:46:53 #15 13.15 Selecting previously unselected package xxd.
17:46:53 #15 13.16 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
17:46:53 #15 13.17 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ...
17:46:53 #15 ...
17:46:53 
17:46:53 #21 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
17:46:53 #21 sha256:7ee50758e2c35588fc5f98eef51140c423599c39748b3c81f17f7ad16f7ab6fe
17:46:53 #21 10.60 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
17:46:53 #21 10.81 Selecting previously unselected package libbtrfs-dev:amd64.
17:46:53 #21 10.82 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
17:46:53 #21 10.82 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
17:46:53 #21 11.01 Setting up libbtrfs0:amd64 (5.10.1-2) ...
17:46:53 #21 11.04 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
17:46:53 #21 11.05 Processing triggers for libc-bin (2.31-13) ...
17:46:53 #21 DONE 13.5s
17:46:53 
17:46:53 #15 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
17:46:53 #15 sha256:e6363262bda43cf4f2679e13f266f01a3b59530e7e503657603b492dd491f2f7
17:46:53 #15 13.54 Unpacking xxd (2:8.2.2434-3) ...
17:46:53 #12 84.48   Installing : selinux-policy-3.13.1-268.el7_9.2.noarch                   27/68 
17:46:53 #15 13.65 Selecting previously unselected package vim-common.
17:46:53 #15 13.66 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ...
17:46:53 #15 13.67 Unpacking vim-common (2:8.2.2434-3) ...
17:46:53 #15 13.86 Selecting previously unselected package cmake-data.
17:46:53 #15 13.86 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ...
17:46:53 #15 13.87 Unpacking cmake-data (3.18.4-2) ...
17:46:54 #12 85.70   Installing : setools-libs-3.3.8-4.el7.x86_64                            28/68 
17:46:54 #12 86.29   Installing : libsemanage-python-2.5-14.el7.x86_64                       29/68 
17:46:54 #15 14.74 Selecting previously unselected package libicu67:amd64.
17:46:54 #15 14.74 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
17:46:54 #15 14.75 Unpacking libicu67:amd64 (67.1-7) ...
17:46:55 #12 86.32   Installing : e2fsprogs-libs-1.42.9-19.el7.x86_64                        30/68 
17:46:55 #12 87.00   Installing : btrfs-progs-4.9.1-1.el7.x86_64                             31/68 
17:46:55 #12 87.02   Installing : perl-Data-Dumper-2.145-3.el7.x86_64                        32/68 
17:46:55 #12 87.10   Installing : autoconf-2.69-11.el7.noarch                                33/68 
17:46:55 #12 87.67 install-info: No such file or directory for /usr/share/info/autoconf.info
17:46:55 #12 87.71   Installing : libselinux-python-2.5-15.el7.x86_64                        34/68 
17:46:55 #12 87.74   Installing : audit-libs-python-2.8.5-4.el7.x86_64                       35/68 
17:46:56 #12 87.77   Installing : libedit-3.0-12.20121213cvs.el7.x86_64                      36/68 
17:46:56 #12 88.43   Installing : openssh-clients-7.4p1-21.el7.x86_64                        37/68 
17:46:57 #12 88.46   Installing : libgomp-4.8.5-44.el7.x86_64                                38/68 
17:46:57 #12 89.05   Installing : less-458-9.el7.x86_64                                      39/68 
17:46:57 #15 16.78 Selecting previously unselected package libxml2:amd64.
17:46:57 #15 16.79 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
17:46:57 #15 16.79 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
17:46:57 #15 17.05 Selecting previously unselected package libarchive13:amd64.
17:46:57 #15 17.05 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ...
17:46:57 #15 17.06 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
17:46:57 #15 17.21 Selecting previously unselected package libjsoncpp24:amd64.
17:46:57 #15 17.21 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
17:46:57 #15 17.22 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
17:46:57 #15 17.30 Selecting previously unselected package librhash0:amd64.
17:46:57 #15 17.30 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
17:46:57 #12 89.07   Installing : perl-Git-1.8.3.1-23.el7_8.noarch                           40/68 
17:46:57 #15 17.31 Unpacking librhash0:amd64 (1.4.1-2) ...
17:46:57 #15 17.39 Selecting previously unselected package libuv1:amd64.
17:46:57 #15 17.39 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
17:46:57 #15 17.40 Unpacking libuv1:amd64 (1.40.0-2) ...
17:46:57 #15 17.48 Selecting previously unselected package cmake.
17:46:57 #15 17.48 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ...
17:46:57 #15 17.49 Unpacking cmake (3.18.4-2) ...
17:46:57 #12 89.61   Installing : git-1.8.3.1-23.el7_8.x86_64                                41/68 
17:46:57 #12 89.68   Installing : pcre-devel-8.32-17.el7.x86_64                              42/68 
17:46:57 #12 89.71   Installing : libsepol-devel-2.5-10.el7.x86_64                           43/68 
17:46:57 #12 89.74   Installing : libselinux-devel-2.5-15.el7.x86_64                         44/68 
17:46:57 #12 89.79   Installing : perl-Test-Harness-3.28-3.el7.noarch                        45/68 
17:46:58 #12 89.86   Installing : automake-1.13.4-3.el7.noarch                               46/68 
17:46:58 #12 90.44 install-info: No such file or directory for /usr/share/info/automake.info.gz
17:46:58 #12 90.46   Installing : python-IPy-0.75-6.el7.noarch                               47/68 
17:46:58 #12 90.53   Installing : policycoreutils-python-2.5-34.el7.x86_64                   48/68 
17:46:59 #12 90.58   Installing : policycoreutils-devel-2.5-34.el7.x86_64                    49/68 
17:46:59 #12 91.05   Installing : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             50/68 
17:47:00 #15 19.94 Setting up libicu67:amd64 (67.1-7) ...
17:47:00 #15 19.96 Setting up xxd (2:8.2.2434-3) ...
17:47:00 #15 19.97 Setting up libuv1:amd64 (1.40.0-2) ...
17:47:00 #15 20.02 Setting up vim-common (2:8.2.2434-3) ...
17:47:00 #15 20.12 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
17:47:00 #15 20.13 Setting up librhash0:amd64 (1.4.1-2) ...
17:47:00 #15 20.15 Setting up cmake-data (3.18.4-2) ...
17:47:00 #15 20.17 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
17:47:00 #15 20.19 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
17:47:00 #15 20.21 Setting up cmake (3.18.4-2) ...
17:47:00 #15 20.22 Processing triggers for libc-bin (2.31-13) ...
17:47:00 #12 91.87   Installing : kernel-headers-3.10.0-1160.36.2.el7.x86_64                 51/68 
17:47:00 #12 92.65   Installing : glibc-headers-2.17-324.el7_9.x86_64                        52/68 
17:47:00 #15 ...
17:47:00 
17:47:00 #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
17:47:00 #14 sha256:7452ba5413c8980c44ad611e5ddb4986c2c256bb1f79a0e816a45b0ae3cfdaff
17:47:00 #14 10.69 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]
17:47:00 #14 12.76 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]
17:47:00 #14 13.10 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]
17:47:00 #14 13.47 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]
17:47:00 #14 14.60 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]
17:47:00 #14 14.98 Get:15 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
17:47:00 #14 14.99 Get:16 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
17:47:00 #14 14.99 Get:17 http://deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
17:47:00 #14 14.99 Get:18 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
17:47:00 #14 14.99 Get:19 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
17:47:00 #14 14.99 Get:20 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
17:47:00 #14 15.02 Get:21 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
17:47:00 #14 15.02 Get:22 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
17:47:00 #14 15.02 Get:23 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
17:47:00 #14 15.03 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
17:47:00 #14 15.03 Get:25 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
17:47:00 #14 15.03 Get:26 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
17:47:00 #14 15.05 Get:27 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
17:47:00 #14 15.05 Get:28 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
17:47:00 #14 15.05 Get:29 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB]
17:47:00 #14 15.05 Get:30 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
17:47:00 #14 15.48 debconf: delaying package configuration, since apt-utils is not installed
17:47:00 #14 15.59 Fetched 115 MB in 6s (19.8 MB/s)
17:47:00 #14 15.62 Selecting previously unselected package binutils-mingw-w64-i686.
17:47:00 #14 15.62 (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.)
17:47:00 #14 15.65 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
17:47:00 #14 15.65 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
17:47:00 #14 16.54 Selecting previously unselected package binutils-mingw-w64-x86-64.
17:47:00 #14 16.55 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
17:47:00 #14 16.55 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
17:47:00 #14 17.48 Selecting previously unselected package binutils-mingw-w64.
17:47:00 #14 17.48 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
17:47:00 #14 17.49 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
17:47:00 #14 17.57 Selecting previously unselected package libdevmapper1.02.1:amd64.
17:47:00 #14 17.57 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
17:47:00 #14 17.58 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
17:47:00 #14 17.66 Selecting previously unselected package dmsetup.
17:47:00 #14 17.66 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
17:47:00 #14 17.66 Unpacking dmsetup (2:1.02.175-2.1) ...
17:47:00 #14 17.75 Selecting previously unselected package mingw-w64-common.
17:47:00 #14 17.75 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
17:47:00 #14 17.76 Unpacking mingw-w64-common (8.0.0-1) ...
17:47:00 #14 20.12 Selecting previously unselected package mingw-w64-x86-64-dev.
17:47:00 #14 20.13 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
17:47:00 #14 20.13 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
17:47:02 #12 92.80   Installing : glibc-devel-2.17-324.el7_9.x86_64                          53/68 
17:47:02 #14 ...
17:47:02 
17:47:02 #15 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
17:47:02 #15 sha256:e6363262bda43cf4f2679e13f266f01a3b59530e7e503657603b492dd491f2f7
17:47:02 #15 DONE 22.6s
17:47:02 
17:47:02 #17 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
17:47:02 #17 sha256:44d617ea1dd6acaca5cdfb77d01e0b8dda3b5e7106896f1aba1787875b30d004
17:47:02 #12 94.51   Installing : gcc-4.8.5-44.el7.x86_64                                    54/68 
17:47:03 #17 ...
17:47:03 
17:47:03 #22 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
17:47:03 #22 sha256:f1149a681c877babdbaf1f90cb7a6bbe65b8eb580025f275b3d14b14718951ca
17:47:03 #22 1.227 + RM_GOPATH=0
17:47:03 #22 1.227 + TMP_GOPATH=
17:47:03 #22 1.227 + : /build
17:47:03 #22 1.227 + '[' -z '' ']'
17:47:03 #22 1.228 ++ mktemp -d
17:47:03 #22 1.229 + export GOPATH=/tmp/tmp.FDPnYkSmXS
17:47:03 #22 1.230 + GOPATH=/tmp/tmp.FDPnYkSmXS
17:47:03 #22 1.230 + RM_GOPATH=1
17:47:03 #22 1.230 + case "$(go env GOARCH)" in
17:47:03 #22 1.230 ++ go env GOARCH
17:47:03 #22 1.239 + export GO_BUILDMODE=-buildmode=pie
17:47:03 #22 1.239 + GO_BUILDMODE=-buildmode=pie
17:47:03 #22 1.240 ++ dirname /tmp/install/install.sh
17:47:03 #22 1.241 + dir=/tmp/install
17:47:03 #22 1.241 + bin=containerd
17:47:03 #22 1.241 + shift
17:47:03 #22 1.241 + '[' '!' -f /tmp/install/containerd.installer ']'
17:47:03 #22 1.241 + . /tmp/install/containerd.installer
17:47:03 #22 1.241 ++ set -e
17:47:03 #22 1.241 ++ : 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0
17:47:03 #22 1.241 + install_containerd
17:47:03 #22 1.241 + echo 'Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0'
17:47:03 #22 1.241 + git clone https://github.com/containerd/containerd.git /tmp/tmp.FDPnYkSmXS/src/github.com/containerd/containerd
17:47:03 #22 1.242 Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0
17:47:03 #22 1.243 Cloning into '/tmp/tmp.FDPnYkSmXS/src/github.com/containerd/containerd'...
17:47:03 #12 95.16   Installing : libtool-2.4.2-22.el7_3.x86_64                              55/68 
17:47:03 #12 95.74 install-info: No such file or directory for /usr/share/info/libtool.info.gz
17:47:03 #22 ...
17:47:03 
17:47:03 #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
17:47:03 #14 sha256:7452ba5413c8980c44ad611e5ddb4986c2c256bb1f79a0e816a45b0ae3cfdaff
17:47:03 #14 22.76 Selecting previously unselected package gcc-mingw-w64-base.
17:47:03 #14 22.76 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
17:47:03 #14 22.77 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
17:47:03 #14 22.87 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
17:47:03 #14 22.87 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
17:47:03 #14 22.88 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
17:47:04 #12 95.96   Installing : glibc-static-2.17-324.el7_9.x86_64                         56/68 
17:47:04 #12 96.05   Installing : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64            57/68 
17:47:04 #12 96.07   Installing : btrfs-progs-devel-4.9.1-1.el7.x86_64                       58/68 
17:47:04 #12 96.09   Installing : libseccomp-devel-2.3.1-4.el7.x86_64                        59/68 
17:47:04 #12 96.13   Installing : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                   60/68 
17:47:04 #12 96.96   Installing : cmake-2.8.12.2-2.el7.x86_64                                61/68 
17:47:05 #12 97.05   Installing : which-2.20-7.el7.x86_64                                    62/68 
17:47:05 #12 97.62 install-info: No such file or directory for /usr/share/info/which.info.gz
17:47:06 #12 98.20   Cleanup    : 7:device-mapper-1.02.170-6.el7.x86_64                      63/68 
17:47:06 #14 26.11 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
17:47:06 #14 26.11 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
17:47:06 #14 26.12 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:47:07 #12 98.22   Cleanup    : 7:device-mapper-libs-1.02.170-6.el7.x86_64                 64/68 
17:47:07 #12 99.36   Cleanup    : systemd-219-78.el7.x86_64                                  65/68 
17:47:08 #12 99.96   Cleanup    : systemd-libs-219-78.el7.x86_64                             66/68 
17:47:08 #12 100.5   Cleanup    : glibc-common-2.17-317.el7.x86_64                           67/68 
17:47:08 #14 ...
17:47:08 
17:47:08 #17 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
17:47:08 #17 sha256:44d617ea1dd6acaca5cdfb77d01e0b8dda3b5e7106896f1aba1787875b30d004
17:47:08 #17 1.336 + RM_GOPATH=0
17:47:08 #17 1.337 + TMP_GOPATH=
17:47:08 #17 1.337 + : /build
17:47:08 #17 1.337 + '[' -z '' ']'
17:47:08 #17 1.338 ++ mktemp -d
17:47:08 #17 1.339 + export GOPATH=/tmp/tmp.XFnictBR4l
17:47:08 #17 1.339 + GOPATH=/tmp/tmp.XFnictBR4l
17:47:08 #17 1.340 + RM_GOPATH=1
17:47:08 #17 1.340 + case "$(go env GOARCH)" in
17:47:08 #17 1.340 ++ go env GOARCH
17:47:08 #17 1.347 + export GO_BUILDMODE=-buildmode=pie
17:47:08 #17 1.347 + GO_BUILDMODE=-buildmode=pie
17:47:08 #17 1.348 ++ dirname /tmp/install/install.sh
17:47:08 #17 1.349 + dir=/tmp/install
17:47:08 #17 1.349 + bin=tini
17:47:08 #17 1.349 + shift
17:47:08 #17 1.349 + '[' '!' -f /tmp/install/tini.installer ']'
17:47:08 #17 1.349 + . /tmp/install/tini.installer
17:47:08 #17 1.350 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
17:47:08 #17 1.350 + install_tini
17:47:08 #17 1.350 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
17:47:08 #17 1.350 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
17:47:08 #17 1.350 + git clone https://github.com/krallin/tini.git /tmp/tmp.XFnictBR4l/tini
17:47:08 #17 1.352 Cloning into '/tmp/tmp.XFnictBR4l/tini'...
17:47:08 #17 1.878 + cd /tmp/tmp.XFnictBR4l/tini
17:47:08 #17 1.878 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
17:47:08 #17 1.884 + cmake .
17:47:08 #17 2.123 -- The C compiler identification is GNU 10.2.1
17:47:08 #17 2.166 -- Detecting C compiler ABI info
17:47:08 #17 2.362 -- Detecting C compiler ABI info - done
17:47:08 #17 2.430 -- Check for working C compiler: /usr/bin/cc - skipped
17:47:08 #17 2.432 -- Detecting C compile features
17:47:08 #17 2.434 -- Detecting C compile features - done
17:47:08 #17 2.450 -- Performing Test HAS_BUILTIN_FORTIFY
17:47:08 #17 2.560 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
17:47:08 #17 2.607 -- Configuring done
17:47:08 #17 2.624 -- Generating done
17:47:08 #17 2.625 -- Build files have been written to: /tmp/tmp.XFnictBR4l/tini
17:47:08 #17 2.635 + make tini-static
17:47:08 #17 2.741 Scanning dependencies of target tini-static
17:47:08 #17 2.774 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
17:47:08 #17 3.326 [100%] Linking C executable tini-static
17:47:08 #17 3.580 [100%] Built target tini-static
17:47:08 #17 3.609 + mkdir -p /build
17:47:08 #17 3.611 + cp tini-static /build/docker-init
17:47:08 #17 DONE 5.7s
17:47:08 
17:47:08 #22 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
17:47:08 #22 sha256:f1149a681c877babdbaf1f90cb7a6bbe65b8eb580025f275b3d14b14718951ca
17:47:09 #12 100.6   Cleanup    : glibc-2.17-317.el7.x86_64                                  68/68 
17:47:09 #12 101.8   Verifying  : fipscheck-lib-1.4.1-6.el7.x86_64                            1/68 
17:47:09 #12 101.8   Verifying  : glibc-static-2.17-324.el7_9.x86_64                          2/68 
17:47:09 #12 101.8   Verifying  : policycoreutils-python-2.5-34.el7.x86_64                    3/68 
17:47:09 #12 101.8   Verifying  : glibc-2.17-324.el7_9.x86_64                                 4/68 
17:47:09 #12 101.8   Verifying  : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                    5/68 
17:47:09 #12 101.8   Verifying  : cmake-2.8.12.2-2.el7.x86_64                                 6/68 
17:47:09 #12 101.8   Verifying  : btrfs-progs-devel-4.9.1-1.el7.x86_64                        7/68 
17:47:09 #12 101.9   Verifying  : libselinux-devel-2.5-15.el7.x86_64                          8/68 
17:47:09 #12 101.9   Verifying  : kernel-headers-3.10.0-1160.36.2.el7.x86_64                  9/68 
17:47:09 #12 101.9   Verifying  : automake-1.13.4-3.el7.noarch                               10/68 
17:47:09 #12 101.9   Verifying  : lzo-2.06-8.el7.x86_64                                      11/68 
17:47:09 #12 101.9   Verifying  : m4-1.4.16-10.el7.x86_64                                    12/68 
17:47:09 #12 101.9   Verifying  : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64             13/68 
17:47:09 #12 101.9   Verifying  : git-1.8.3.1-23.el7_8.x86_64                                14/68 
17:47:09 #12 102.0   Verifying  : checkpolicy-2.5-8.el7.x86_64                               15/68 
17:47:09 #12 102.0   Verifying  : btrfs-progs-4.9.1-1.el7.x86_64                             16/68 
17:47:09 #12 102.0   Verifying  : perl-TermReadKey-2.30-20.el7.x86_64                        17/68 
17:47:09 #12 102.0   Verifying  : systemd-libs-219-78.el7_9.3.x86_64                         18/68 
17:47:09 #12 102.0   Verifying  : which-2.20-7.el7.x86_64                                    19/68 
17:47:09 #12 102.0   Verifying  : libtool-ltdl-2.4.2-22.el7_3.x86_64                         20/68 
17:47:09 #12 102.0   Verifying  : glibc-headers-2.17-324.el7_9.x86_64                        21/68 
17:47:09 #12 102.0   Verifying  : cpp-4.8.5-44.el7.x86_64                                    22/68 
17:47:09 #12 102.0   Verifying  : python-IPy-0.75-6.el7.noarch                               23/68 
17:47:09 #12 102.0   Verifying  : libseccomp-2.3.1-4.el7.x86_64                              24/68 
17:47:09 #12 102.1   Verifying  : fipscheck-1.4.1-6.el7.x86_64                               25/68 
17:47:09 #12 102.1   Verifying  : glibc-common-2.17-324.el7_9.x86_64                         26/68 
17:47:09 #12 102.1   Verifying  : libselinux-utils-2.5-15.el7.x86_64                         27/68 
17:47:09 #12 102.1   Verifying  : 1:make-3.82-24.el7.x86_64                                  28/68 
17:47:09 #12 102.1   Verifying  : openssh-7.4p1-21.el7.x86_64                                29/68 
17:47:09 #12 102.1   Verifying  : perl-Git-1.8.3.1-23.el7_8.noarch                           30/68 
17:47:09 #12 102.1   Verifying  : libtool-2.4.2-22.el7_3.x86_64                              31/68 
17:47:09 #12 102.1   Verifying  : setools-libs-3.3.8-4.el7.x86_64                            32/68 
17:47:09 #12 102.1   Verifying  : systemd-219-78.el7_9.3.x86_64                              33/68 
17:47:09 #12 102.1   Verifying  : libsemanage-python-2.5-14.el7.x86_64                       34/68 
17:47:09 #12 102.2   Verifying  : e2fsprogs-libs-1.42.9-19.el7.x86_64                        35/68 
17:47:09 #12 102.2   Verifying  : libarchive-3.1.2-14.el7_7.x86_64                           36/68 
17:47:10 #12 102.2   Verifying  : mpfr-3.1.1-4.el7.x86_64                                    37/68 
17:47:10 #12 102.2   Verifying  : perl-Data-Dumper-2.145-3.el7.x86_64                        38/68 
17:47:10 #12 102.2   Verifying  : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             39/68 
17:47:10 #12 102.2   Verifying  : openssh-clients-7.4p1-21.el7.x86_64                        40/68 
17:47:10 #12 102.2   Verifying  : perl-Test-Harness-3.28-3.el7.noarch                        41/68 
17:47:10 #12 102.2   Verifying  : libselinux-python-2.5-15.el7.x86_64                        42/68 
17:47:10 #12 102.2   Verifying  : libseccomp-devel-2.3.1-4.el7.x86_64                        43/68 
17:47:10 #12 102.2   Verifying  : gcc-4.8.5-44.el7.x86_64                                    44/68 
17:47:10 #12 102.2   Verifying  : libmpc-1.0.1-3.el7.x86_64                                  45/68 
17:47:10 #12 102.3   Verifying  : selinux-policy-3.13.1-268.el7_9.2.noarch                   46/68 
17:47:10 #12 102.3   Verifying  : audit-libs-python-2.8.5-4.el7.x86_64                       47/68 
17:47:10 #12 102.3   Verifying  : libsepol-devel-2.5-10.el7.x86_64                           48/68 
17:47:10 #12 102.3   Verifying  : 1:perl-Error-0.17020-2.el7.noarch                          49/68 
17:47:10 #12 102.3   Verifying  : policycoreutils-devel-2.5-34.el7.x86_64                    50/68 
17:47:10 #12 102.3   Verifying  : pcre-devel-8.32-17.el7.x86_64                              51/68 
17:47:10 #12 102.3   Verifying  : autoconf-2.69-11.el7.noarch                                52/68 
17:47:10 #12 102.3   Verifying  : libedit-3.0-12.20121213cvs.el7.x86_64                      53/68 
17:47:10 #12 102.4   Verifying  : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64            54/68 
17:47:10 #12 102.4   Verifying  : rsync-3.1.2-10.el7.x86_64                                  55/68 
17:47:10 #12 102.4   Verifying  : glibc-devel-2.17-324.el7_9.x86_64                          56/68 
17:47:10 #12 102.4   Verifying  : 7:device-mapper-1.02.170-6.el7_9.5.x86_64                  57/68 
17:47:10 #12 102.4   Verifying  : policycoreutils-2.5-34.el7.x86_64                          58/68 
17:47:10 #12 102.4   Verifying  : libgomp-4.8.5-44.el7.x86_64                                59/68 
17:47:10 #12 102.4   Verifying  : systemd-devel-219-78.el7_9.3.x86_64                        60/68 
17:47:10 #12 102.4   Verifying  : less-458-9.el7.x86_64                                      61/68 
17:47:10 #12 102.4   Verifying  : libcgroup-0.41-21.el7.x86_64                               62/68 
17:47:10 #12 102.4   Verifying  : 7:device-mapper-libs-1.02.170-6.el7.x86_64                 63/68 
17:47:10 #12 102.4   Verifying  : glibc-2.17-317.el7.x86_64                                  64/68 
17:47:10 #12 102.4   Verifying  : glibc-common-2.17-317.el7.x86_64                           65/68 
17:47:10 #12 102.5   Verifying  : systemd-libs-219-78.el7.x86_64                             66/68 
17:47:10 #12 102.5   Verifying  : systemd-219-78.el7.x86_64                                  67/68 
17:47:10 #12 102.5   Verifying  : 7:device-mapper-1.02.170-6.el7.x86_64                      68/68 
17:47:10 #12 102.5 
17:47:10 #12 102.5 Installed:
17:47:10 #12 102.5   btrfs-progs-devel.x86_64 0:4.9.1-1.el7                                        
17:47:10 #12 102.5   cmake.x86_64 0:2.8.12.2-2.el7                                                 
17:47:10 #12 102.5   device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5                               
17:47:10 #12 102.5   gcc.x86_64 0:4.8.5-44.el7                                                     
17:47:10 #12 102.5   git.x86_64 0:1.8.3.1-23.el7_8                                                 
17:47:10 #12 102.5   glibc-static.x86_64 0:2.17-324.el7_9                                          
17:47:10 #12 102.5   libarchive.x86_64 0:3.1.2-14.el7_7                                            
17:47:10 #12 102.5   libseccomp-devel.x86_64 0:2.3.1-4.el7                                         
17:47:10 #12 102.5   libselinux-devel.x86_64 0:2.5-15.el7                                          
17:47:10 #12 102.5   libtool.x86_64 0:2.4.2-22.el7_3                                               
17:47:10 #12 102.5   libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3                                    
17:47:10 #12 102.5   make.x86_64 1:3.82-24.el7                                                     
17:47:10 #12 102.5   selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2                              
17:47:10 #12 102.5   systemd-devel.x86_64 0:219-78.el7_9.3                                         
17:47:10 #12 102.5   which.x86_64 0:2.20-7.el7                                                     
17:47:10 #12 102.5 
17:47:10 #12 102.5 Dependency Installed:
17:47:10 #12 102.5   audit-libs-python.x86_64 0:2.8.5-4.el7                                        
17:47:10 #12 102.5   autoconf.noarch 0:2.69-11.el7                                                 
17:47:10 #12 102.5   automake.noarch 0:1.13.4-3.el7                                                
17:47:10 #12 102.5   btrfs-progs.x86_64 0:4.9.1-1.el7                                              
17:47:10 #12 102.5   checkpolicy.x86_64 0:2.5-8.el7                                                
17:47:10 #12 102.5   cpp.x86_64 0:4.8.5-44.el7                                                     
17:47:10 #12 102.5   e2fsprogs-libs.x86_64 0:1.42.9-19.el7                                         
17:47:10 #12 102.5   fipscheck.x86_64 0:1.4.1-6.el7                                                
17:47:10 #12 102.5   fipscheck-lib.x86_64 0:1.4.1-6.el7                                            
17:47:10 #12 102.5   glibc-devel.x86_64 0:2.17-324.el7_9                                           
17:47:10 #12 102.5   glibc-headers.x86_64 0:2.17-324.el7_9                                         
17:47:10 #12 102.5   kernel-headers.x86_64 0:3.10.0-1160.36.2.el7                                  
17:47:10 #12 102.5   less.x86_64 0:458-9.el7                                                       
17:47:10 #12 102.5   libcgroup.x86_64 0:0.41-21.el7                                                
17:47:10 #12 102.5   libedit.x86_64 0:3.0-12.20121213cvs.el7                                       
17:47:10 #12 102.5   libgomp.x86_64 0:4.8.5-44.el7                                                 
17:47:10 #12 102.5   libmpc.x86_64 0:1.0.1-3.el7                                                   
17:47:10 #12 102.5   libseccomp.x86_64 0:2.3.1-4.el7                                               
17:47:10 #12 102.5   libselinux-python.x86_64 0:2.5-15.el7                                         
17:47:10 #12 102.5   libselinux-utils.x86_64 0:2.5-15.el7                                          
17:47:10 #12 102.5   libsemanage-python.x86_64 0:2.5-14.el7                                        
17:47:10 #12 102.5   libsepol-devel.x86_64 0:2.5-10.el7                                            
17:47:10 #12 102.5   libtool-ltdl.x86_64 0:2.4.2-22.el7_3                                          
17:47:10 #12 102.5   lzo.x86_64 0:2.06-8.el7                                                       
17:47:10 #12 102.5   m4.x86_64 0:1.4.16-10.el7                                                     
17:47:10 #12 102.5   mpfr.x86_64 0:3.1.1-4.el7                                                     
17:47:10 #12 102.5   openssh.x86_64 0:7.4p1-21.el7                                                 
17:47:10 #12 102.5   openssh-clients.x86_64 0:7.4p1-21.el7                                         
17:47:10 #12 102.5   pcre-devel.x86_64 0:8.32-17.el7                                               
17:47:10 #12 102.5   perl-Data-Dumper.x86_64 0:2.145-3.el7                                         
17:47:10 #12 102.5   perl-Error.noarch 1:0.17020-2.el7                                             
17:47:10 #12 102.5   perl-Git.noarch 0:1.8.3.1-23.el7_8                                            
17:47:10 #12 102.5   perl-TermReadKey.x86_64 0:2.30-20.el7                                         
17:47:10 #12 102.5   perl-Test-Harness.noarch 0:3.28-3.el7                                         
17:47:10 #12 102.5   policycoreutils.x86_64 0:2.5-34.el7                                           
17:47:10 #12 102.5   policycoreutils-devel.x86_64 0:2.5-34.el7                                     
17:47:10 #12 102.5   policycoreutils-python.x86_64 0:2.5-34.el7                                    
17:47:10 #12 102.5   python-IPy.noarch 0:0.75-6.el7                                                
17:47:10 #12 102.5   rsync.x86_64 0:3.1.2-10.el7                                                   
17:47:10 #12 102.5   selinux-policy.noarch 0:3.13.1-268.el7_9.2                                    
17:47:10 #12 102.5   setools-libs.x86_64 0:3.3.8-4.el7                                             
17:47:10 #12 102.5 
17:47:10 #12 102.5 Dependency Updated:
17:47:10 #12 102.5   device-mapper.x86_64 7:1.02.170-6.el7_9.5                                     
17:47:10 #12 102.5   device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5                                
17:47:10 #12 102.5   glibc.x86_64 0:2.17-324.el7_9                                                 
17:47:10 #12 102.5   glibc-common.x86_64 0:2.17-324.el7_9                                          
17:47:10 #12 102.5   systemd.x86_64 0:219-78.el7_9.3                                               
17:47:10 #12 102.5   systemd-libs.x86_64 0:219-78.el7_9.3                                          
17:47:10 #12 102.5 
17:47:10 #12 102.5 Complete!
17:47:11 #12 DONE 103.0s
17:47:11 
17:47:11 #14 [stage-1 6/7] COPY --from=golang /usr/local/go /usr/local/go
17:47:11 #14 sha256:a06ad7f97a7e1ee478f723fa8f134027dfc75c28bbbfd158d4ac022370ad98c4
17:47:12 #22 17.83 + cd /tmp/tmp.FDPnYkSmXS/src/github.com/containerd/containerd
17:47:12 #22 17.83 + git checkout -q 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0
17:47:12 #22 18.44 + export 'BUILDTAGS=netgo osusergo static_build'
17:47:12 #22 18.44 + BUILDTAGS='netgo osusergo static_build'
17:47:12 #22 18.44 + export EXTRA_FLAGS=-buildmode=pie
17:47:12 #22 18.44 + EXTRA_FLAGS=-buildmode=pie
17:47:12 #22 18.44 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
17:47:12 #22 18.44 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
17:47:12 #22 18.44 + '[' '' = dynamic ']'
17:47:12 #22 18.44 + make
17:47:12 #22 19.16 + bin/ctr
17:47:13 #14 DONE 2.4s
17:47:13 
17:47:13 #15 [stage-1 7/7] WORKDIR /root/rpmbuild
17:47:13 #15 sha256:0003c4c472d9aafa3ece9535d60075cc4caaf07ffcd305f3740a15b9ac2764ee
17:47:13 #15 DONE 0.0s
17:47:13 
17:47:13 #16 exporting to image
17:47:13 #16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
17:47:13 #16 exporting layers
17:47:15 #22 ...
17:47:15 
17:47:15 #24 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
17:47:15 #24 sha256:bf92c3fe45e5ada668bfebb6b9cc6550eb45116aca0372a939b72e66ec957a18
17:47:15 #24 31.84 + for f in rootlesskit rootlesskit-docker-proxy
17:47:15 #24 31.84 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
17:47:15 #24 DONE 35.0s
17:47:15 
17:47:15 #25 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
17:47:15 #25 sha256:eca5dbd7c09178036efc7b8cb0cb9c9c5ab6d8eabb1f8d35de6c3e8ce6358d05
17:47:15 #25 DONE 0.0s
17:47:15 
17:47:15 #26 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
17:47:15 #26 sha256:ed7e6656563c6306b372dd160138704f130b88bb9ab6f6648eded763882fcd2c
17:47:15 #26 DONE 0.1s
17:47:15 
17:47:15 #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
17:47:15 #14 sha256:7452ba5413c8980c44ad611e5ddb4986c2c256bb1f79a0e816a45b0ae3cfdaff
17:47:15 #14 32.05 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
17:47:15 #14 32.06 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
17:47:15 #14 32.06 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:47:15 #14 35.03 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
17:47:15 #14 35.03 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
17:47:15 #14 35.05 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
17:47:15 # github.com/docker/docker/pkg/plugins
17:47:15 /go/src/github.com/docker/docker/pkg/plugins/discovery.go:44:12: undefined: fs.FileInfoToDirEntry
17:47:17 #16 exporting layers 4.4s done
17:47:17 #16 writing image sha256:ada5e01ad640ba09d1b10e544e569c365f089bb51468fad1ba3cc7bd8983a359 done
17:47:17 #16 naming to docker.io/rpmbuild-centos-7/x86_64 done
17:47:17 #16 DONE 4.4s
17:47:17 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm/rpmbuild/centos-7/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm/rpmbuild/centos-7/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-7/x86_64 -ba --define '_gitcommit_cli 1fdafcd' --define '_gitcommit_engine abd7966' --define '_release 0' --define '_version 0.0.0.20210825074926.1fdafcd' --define '_origversion 0.0.0-20210825074926-1fdafcd' --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
17:47:18 #14 38.44 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
17:47:18 #14 38.45 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
17:47:18 #14 38.45 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:47:18 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rBSODj
17:47:18 + umask 022
17:47:18 + cd /root/rpmbuild/BUILD
17:47:18 + cd /root/rpmbuild/BUILD
17:47:18 + rm -rf src
17:47:18 + /usr/bin/mkdir -p src
17:47:18 + cd src
17:47:18 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
17:47:18 + /usr/bin/tar -xf -
17:47:18 + STATUS=0
17:47:18 + '[' 0 -ne 0 ']'
17:47:18 + /usr/bin/tar -xf -
17:47:18 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
17:47:19 + STATUS=0
17:47:19 + '[' 0 -ne 0 ']'
17:47:19 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
17:47:19 + exit 0
17:47:19 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Sfe8h9
17:47:19 + umask 022
17:47:19 + cd /root/rpmbuild/BUILD
17:47:19 + cd src
17:47:19 + export DOCKER_GITCOMMIT=abd7966
17:47:19 + DOCKER_GITCOMMIT=abd7966
17:47:19 + mkdir -p /go/src/github.com/docker
17:47:19 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
17:47:19 + pushd /root/rpmbuild/BUILD/src/engine
17:47:19 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
17:47:19 + TMP_GOPATH=/go
17:47:19 + hack/dockerfile/install/install.sh tini
17:47:19 + RM_GOPATH=0
17:47:19 + TMP_GOPATH=/go
17:47:19 + : /usr/local/bin
17:47:19 + '[' -z /go ']'
17:47:19 + export GOPATH=/go
17:47:19 + GOPATH=/go
17:47:19 + case "$(go env GOARCH)" in
17:47:19 ++ go env GOARCH
17:47:19 + export GO_BUILDMODE=-buildmode=pie
17:47:19 + GO_BUILDMODE=-buildmode=pie
17:47:19 ++ dirname hack/dockerfile/install/install.sh
17:47:19 + dir=hack/dockerfile/install
17:47:19 + bin=tini
17:47:19 + shift
17:47:19 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
17:47:19 + . hack/dockerfile/install/tini.installer
17:47:19 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
17:47:19 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
17:47:19 + install_tini
17:47:19 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
17:47:19 + git clone https://github.com/krallin/tini.git /go/tini
17:47:19 Cloning into '/go/tini'...
17:47:19 + cd /go/tini
17:47:19 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
17:47:19 + cmake .
17:47:19 -- The C compiler identification is GNU 4.8.5
17:47:19 -- Check for working C compiler: /usr/bin/cc
17:47:19 -- Check for working C compiler: /usr/bin/cc -- works
17:47:19 -- Detecting C compiler ABI info
17:47:19 -- Detecting C compiler ABI info - done
17:47:19 -- Performing Test HAS_BUILTIN_FORTIFY
17:47:19 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
17:47:20 -- Configuring done
17:47:20 -- Generating done
17:47:20 -- Build files have been written to: /go/tini
17:47:20 + make tini-static
17:47:20 Scanning dependencies of target tini-static
17:47:20 [100%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
17:47:20 Linking C executable tini-static
17:47:20 [100%] Built target tini-static
17:47:20 + mkdir -p /usr/local/bin
17:47:20 + cp tini-static /usr/local/bin/docker-init
17:47:20 + VERSION=0.0.0-20210825074926-1fdafcd
17:47:20 + PRODUCT=docker
17:47:20 + hack/make.sh dynbinary
17:47:20 
17:47:20 Removing bundles/
17:47:20 
17:47:20 ---> Making bundle: dynbinary (in bundles/dynbinary)
17:47:20 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210825074926-1fdafcd
17:47:20 GOOS="" GOARCH="" GOARM=""
17:47:22 #14 42.01 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
17:47:22 #14 42.02 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
17:47:22 #14 42.02 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:47:23 #14 43.67 Selecting previously unselected package g++-mingw-w64-x86-64.
17:47:23 #14 43.68 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
17:47:23 #14 43.68 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
17:47:23 #14 43.75 Selecting previously unselected package libapparmor1:amd64.
17:47:23 #14 43.76 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
17:47:23 #14 43.76 Unpacking libapparmor1:amd64 (2.13.6-10) ...
17:47:23 #14 43.81 Selecting previously unselected package libapparmor-dev:amd64.
17:47:24 #14 43.81 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
17:47:24 #14 43.82 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
17:47:24 #14 43.88 Selecting previously unselected package libbtrfs0:amd64.
17:47:24 #14 43.88 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
17:47:24 #14 43.89 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
17:47:24 #14 43.95 Selecting previously unselected package libbtrfs-dev:amd64.
17:47:24 #14 43.96 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
17:47:24 #14 43.97 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
17:47:24 #14 44.05 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
17:47:24 #14 44.06 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
17:47:24 #14 44.06 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
17:47:24 #14 44.11 Selecting previously unselected package libudev-dev:amd64.
17:47:24 #14 44.11 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
17:47:24 #14 44.11 Unpacking libudev-dev:amd64 (247.3-6) ...
17:47:24 #14 44.18 Selecting previously unselected package libsepol1-dev:amd64.
17:47:24 #14 44.18 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
17:47:24 #14 44.19 Unpacking libsepol1-dev:amd64 (3.1-1) ...
17:47:24 #14 44.30 Selecting previously unselected package libpcre2-16-0:amd64.
17:47:24 #14 44.30 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
17:47:24 #14 44.31 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
17:47:24 #14 44.40 Selecting previously unselected package libpcre2-32-0:amd64.
17:47:24 #14 44.40 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
17:47:24 #14 44.41 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
17:47:24 #14 44.49 Selecting previously unselected package libpcre2-posix2:amd64.
17:47:24 #14 44.49 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
17:47:24 #14 44.50 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
17:47:24 #14 44.54 Selecting previously unselected package libpcre2-dev:amd64.
17:47:24 #14 44.54 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
17:47:24 #14 44.55 Unpacking libpcre2-dev:amd64 (10.36-2) ...
17:47:24 #14 44.73 Selecting previously unselected package libselinux1-dev:amd64.
17:47:24 #14 44.73 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
17:47:24 #14 44.74 Unpacking libselinux1-dev:amd64 (3.1-3) ...
17:47:24 #14 44.82 Selecting previously unselected package libdevmapper-dev:amd64.
17:47:25 #14 44.82 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
17:47:25 #14 44.82 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
17:47:25 #14 44.87 Selecting previously unselected package libseccomp-dev:amd64.
17:47:25 #14 44.88 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ...
17:47:25 #14 44.95 Unpacking libseccomp-dev:amd64 (2.5.1-1) ...
17:47:25 #14 45.02 Selecting previously unselected package libsystemd-dev:amd64.
17:47:25 #14 45.02 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
17:47:25 #14 45.02 Unpacking libsystemd-dev:amd64 (247.3-6) ...
17:47:25 #14 45.30 Setting up libseccomp-dev:amd64 (2.5.1-1) ...
17:47:25 #14 45.32 Setting up libapparmor1:amd64 (2.13.6-10) ...
17:47:25 #14 45.33 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
17:47:25 #14 45.34 Setting up libsepol1-dev:amd64 (3.1-1) ...
17:47:25 #14 45.36 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
17:47:25 #14 45.37 Setting up libpcre2-16-0:amd64 (10.36-2) ...
17:47:25 #14 45.38 Setting up libbtrfs0:amd64 (5.10.1-2) ...
17:47:25 #14 45.40 Setting up libpcre2-32-0:amd64 (10.36-2) ...
17:47:25 #14 45.41 Setting up libudev-dev:amd64 (247.3-6) ...
17:47:25 #14 45.42 Setting up libpcre2-posix2:amd64 (10.36-2) ...
17:47:25 #14 45.43 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
17:47:25 #14 45.44 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
17:47:25 #14 45.45 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
17:47:25 #14 45.47 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
17:47:25 #14 45.49 Setting up mingw-w64-common (8.0.0-1) ...
17:47:25 #14 45.51 Setting up libsystemd-dev:amd64 (247.3-6) ...
17:47:25 #14 45.52 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
17:47:25 #14 45.54 Setting up libpcre2-dev:amd64 (10.36-2) ...
17:47:25 #14 45.55 Setting up libselinux1-dev:amd64 (3.1-3) ...
17:47:25 #14 45.57 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
17:47:25 #14 45.58 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:47:25 #14 45.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
17:47:25 #14 45.60 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:47:25 #14 45.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
17:47:25 #14 45.62 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
17:47:25 #14 45.63 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:47:25 #14 45.64 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
17:47:25 #14 45.66 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:47:25 #14 45.67 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
17:47:25 #14 45.70 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
17:47:25 #14 45.71 Setting up dmsetup (2:1.02.175-2.1) ...
17:47:25 #14 45.73 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
17:47:25 #14 45.74 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
17:47:25 #14 45.76 Processing triggers for libc-bin (2.31-13) ...
17:47:29 #14 DONE 48.8s
17:47:29 
17:47:29 #18 [binary-base 1/6] COPY --from=tini        /build/ /usr/local/bin/
17:47:29 #18 sha256:dfc8af85e1a4c288a0a66fe11d20c443acb0d76a86a219a3c350564972f7c816
17:47:29 #18 DONE 0.3s
17:47:29 
17:47:29 #19 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
17:47:29 #19 sha256:91d42667fb6259b9ec66d4d82230bc0cce9978c18072a1d2aae71f3668056e39
17:47:30 #19 0.891 + RM_GOPATH=0
17:47:30 #19 0.892 + TMP_GOPATH=
17:47:30 #19 0.892 + : /build
17:47:30 #19 0.892 + '[' -z '' ']'
17:47:30 #19 0.892 ++ mktemp -d
17:47:30 #19 0.893 + export GOPATH=/tmp/tmp.AfgXRCq0kY
17:47:30 #19 0.893 + GOPATH=/tmp/tmp.AfgXRCq0kY
17:47:30 #19 0.894 + RM_GOPATH=1
17:47:30 #19 0.894 + case "$(go env GOARCH)" in
17:47:30 #19 0.894 ++ go env GOARCH
17:47:30 #19 0.902 + export GO_BUILDMODE=-buildmode=pie
17:47:30 #19 0.902 + GO_BUILDMODE=-buildmode=pie
17:47:30 #19 0.903 ++ dirname /tmp/install/install.sh
17:47:30 #19 0.904 + dir=/tmp/install
17:47:30 #19 0.904 + bin=runc
17:47:30 #19 0.904 + shift
17:47:30 #19 0.904 + '[' '!' -f /tmp/install/runc.installer ']'
17:47:30 #19 0.904 + . /tmp/install/runc.installer
17:47:30 #19 0.904 ++ : 52b36a2dd837e8462de8e01458bf02cf9eea47dd
17:47:30 #19 0.904 + install_runc
17:47:30 #19 0.904 + grep -q '^3\.10\.0.*\.el7\.'
17:47:30 #19 0.906 + uname -r
17:47:30 #19 0.907 + RUNC_BUILDTAGS='seccomp '
17:47:30 #19 0.907 + echo 'Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp )'
17:47:30 #19 0.907 Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp )
17:47:30 #19 0.907 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.AfgXRCq0kY/src/github.com/opencontainers/runc
17:47:30 #19 0.909 Cloning into '/tmp/tmp.AfgXRCq0kY/src/github.com/opencontainers/runc'...
17:47:32 #19 3.721 + cd /tmp/tmp.AfgXRCq0kY/src/github.com/opencontainers/runc
17:47:32 #19 3.721 + git checkout -q 52b36a2dd837e8462de8e01458bf02cf9eea47dd
17:47:32 #19 3.859 + '[' -z '' ']'
17:47:32 #19 3.859 + target=static
17:47:32 #19 3.860 + make 'BUILDTAGS=seccomp ' static
17:47:33 #19 4.148 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 .
17:47:52 # github.com/docker/docker/pkg/plugins
17:47:52 .gopath/src/github.com/docker/docker/pkg/plugins/discovery.go:44:12: undefined: fs.FileInfoToDirEntry
17:48:12 make[1]: Leaving directory '/root/build-deb'
17:48:12 make[1]: *** [debian/rules:8: override_dh_auto_build] Error 2
17:48:12 make: *** [debian/rules:102: build] Error 2
17:48:12 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
17:48:12 Makefile:73: recipe for target 'raspbian-buster' failed
17:48:12 make: *** [raspbian-buster] Error 2
17:48:12 make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
[Pipeline] sh
17:48:13 + make clean
17:48:13 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572:/v -w /v alpine chown -R 1000:1000 src
17:48:14 rm -f -r src
17:48:15 make -C rpm clean
17:48:15 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm'
17:48:15 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
17:48:15 rm -f -r rpmbuild/
17:48:15 docker builder prune -f --filter until=24h
17:48:15 Total reclaimed space: 0B
17:48:15 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm'
17:48:15 make -C deb clean
17:48:15 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
17:48:15 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb:/v -w /v alpine chown -R 1000:1000 debbuild
17:48:16 rm -f -r debbuild
17:48:16 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb:/v -w /v alpine chown -R 1000:1000 sources
17:48:17 rm -f -r sources
17:48:17 docker builder prune -f --filter until=24h
17:48:17 Total reclaimed space: 0B
17:48:17 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
17:48:17 make -C static clean
17:48:17 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
17:48:17 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/static:/v -w /v alpine chown -R 1000:1000 build
17:48:17 rm -f -r build
17:48:17 docker builder prune -f --filter until=24h
17:48:17 Total reclaimed space: 0B
17:48:17 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch raspbian
17:48:29 #19 57.13 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
17:48:29 #19 57.87 + mkdir -p /build
17:48:29 #19 ...
17:48:29 
17:48:29 #22 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
17:48:29 #22 sha256:f1149a681c877babdbaf1f90cb7a6bbe65b8eb580025f275b3d14b14718951ca
17:48:29 #22 93.09 + bin/containerd
17:48:29 #22 ...
17:48:29 
17:48:29 #19 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
17:48:29 #19 sha256:91d42667fb6259b9ec66d4d82230bc0cce9978c18072a1d2aae71f3668056e39
17:48:29 #19 57.87 + cp runc /build/runc
17:48:29 #19 DONE 59.5s
17:48:29 
17:48:29 #22 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
17:48:29 #22 sha256:f1149a681c877babdbaf1f90cb7a6bbe65b8eb580025f275b3d14b14718951ca
17:48:30 #22 ...
17:48:30 
17:48:30 #20 [binary-base 2/6] COPY --from=runc        /build/ /usr/local/bin/
17:48:30 #20 sha256:93a58a780e4b790bae1418d2117d839c08bd20601494de0f48bc7115de040987
17:48:30 #20 DONE 0.5s
17:48:30 
17:48:30 #22 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
17:48:30 #22 sha256:f1149a681c877babdbaf1f90cb7a6bbe65b8eb580025f275b3d14b14718951ca
17:48:39 error: Bad exit status from /var/tmp/rpm-tmp.Sfe8h9 (%build)
17:48:39 
17:48:39 
17:48:39 RPM build errors:
17:48:39     Bad exit status from /var/tmp/rpm-tmp.Sfe8h9 (%build)
17:48:39 make: *** [Makefile:94: centos-7] Error 1
17:48:39 make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm'
[Pipeline] sh
17:48:39 + make clean
17:48:39 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572:/v -w /v alpine chown -R 1000:1000 src
17:48:40 rm -f -r src
17:48:40 make -C rpm clean
17:48:40 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm'
17:48:40 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
17:48:41 rm -f -r rpmbuild/
17:48:41 docker builder prune -f --filter until=24h
17:48:41 Total reclaimed space: 0B
17:48:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm'
17:48:41 make -C deb clean
17:48:41 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
17:48:41 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb:/v -w /v alpine chown -R 1000:1000 debbuild
17:48:41 rm -f -r debbuild
17:48:41 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb:/v -w /v alpine chown -R 1000:1000 sources
17:48:41 rm -f -r sources
17:48:41 docker builder prune -f --filter until=24h
17:48:41 Total reclaimed space: 0B
17:48:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
17:48:41 make -C static clean
17:48:41 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
17:48:41 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/static:/v -w /v alpine chown -R 1000:1000 build
17:48:41 rm -f -r build
17:48:41 docker builder prune -f --filter until=24h
17:48:41 Total reclaimed space: 0B
17:48:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch rpm
17:49:02 #22 125.6 # github.com/containerd/containerd/cmd/containerd
17:49:02 #22 125.6 /usr/bin/ld: /tmp/go-link-275450146/000019.o: in function `New':
17:49:02 #22 125.6 /tmp/tmp.FDPnYkSmXS/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
17:49:02 #22 125.6 + bin/containerd-stress
17:49:02 #22 126.7 + bin/containerd-shim
17:49:07 #22 133.5 + bin/containerd-shim-runc-v1
17:49:12 #22 138.5 + bin/containerd-shim-runc-v2
17:49:12 #22 139.1 + binaries
17:49:12 #22 139.1 + install -D bin/containerd /build/containerd
17:49:12 #22 139.1 + install -D bin/containerd-shim /build/containerd-shim
17:49:12 #22 139.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
17:49:12 #22 139.1 + install -D bin/ctr /build/ctr
17:49:16 #22 DONE 142.7s
17:49:17 
17:49:17 #23 [binary-base 3/6] COPY --from=containerd  /build/ /usr/local/bin/
17:49:17 #23 sha256:599b3efa8a857ec2ce58945d3919ee07e1d7c43155498521e28e30fdfd5eb3ea
17:49:19 #23 DONE 1.7s
17:49:19 
17:49:19 #27 [binary-base 4/6] COPY --from=rootlesskit /build/ /usr/local/bin/
17:49:19 #27 sha256:e080bd2e9e3ee57340cc2d86cf23ca66a3f1d5b32a3fca5e2811de73ff9c63bc
17:49:19 #27 DONE 0.3s
17:49:19 
17:49:19 #32 [binary-base 5/6] COPY --from=vpnkit      /build/ /usr/local/bin/
17:49:19 #32 sha256:c6eea02c62b4582f9fc4551a885c06fef0daafb6c9530694ef314d0e0e574bdd
17:49:21 #32 DONE 1.7s
17:49:21 
17:49:21 #33 [binary-base 6/6] WORKDIR /go/src/github.com/docker/docker
17:49:21 #33 sha256:9f9238b9b34e188eaddfce59772a0a9a3b1c67e20f47030665bf406e1c4ac376
17:49:21 #33 DONE 0.0s
17:49:21 
17:49:21 #34 [build-binary 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=bind,target=/go/src/github.com/docker/docker         hack/make.sh binary
17:49:21 #34 sha256:d27222758b6434a5c2de755dd23a31bc2f5b5df42ae6db189fb542e3f206a642
17:49:21 #34 0.405 
17:49:21 #34 0.465 Removing /build/bundles/
17:49:21 #34 0.466 
17:49:21 #34 0.471 ---> Making bundle: binary (in /build/bundles/binary)
17:49:21 #34 0.498 Building: /build/bundles/binary-daemon/dockerd-0.0.0-20210825074926-1fdafcd
17:49:21 #34 0.498 GOOS="" GOARCH="" GOARM=""
17:49:36 #34 13.97 # github.com/docker/docker/pkg/plugins
17:49:36 #34 13.97 pkg/plugins/discovery.go:44:12: undefined: fs.FileInfoToDirEntry
17:50:23 #34 ERROR: executor failed running [/bin/sh -c hack/make.sh binary]: exit code: 2
17:50:23 ------
17:50:23  > [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:
17:50:23 ------
17:50:23 executor failed running [/bin/sh -c hack/make.sh binary]: exit code: 2
17:50:23 make[2]: *** [Makefile:182: binary] Error 1
17:50:23 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker'
17:50:23 make[1]: *** [Makefile:82: static-engine] Error 2
17:50:23 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
17:50:23 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
17:50:23 docker buildx inspect | grep -q 'Driver: docker-container' || docker buildx create --use
17:50:23 sleepy_wu
17:50:23 mkdir -p build/mac/amd64/docker
17:50:23 GOOS=darwin GOARCH=amd64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-572/static/build/mac/amd64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-572/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-572/static/scripts/build-cli-plugins":/build:ro golang:1.16.7 /build
17:50:23 Unable to find image 'golang:1.16.7' locally
17:50:23 1.16.7: Pulling from library/golang
17:50:23 4c25b3090c26: Already exists
17:50:23 1acf565088aa: Already exists
17:50:23 b95c0dd0dc0d: Already exists
17:50:23 5cf06daf6561: Already exists
17:50:23 4541a887d2a0: Already exists
17:50:23 0c6e622a0ff6: Already exists
17:50:23 7669e2896974: Already exists
17:50:23 Digest: sha256:2703723e50246ef6649c675983b8f701a772f4669103db25f3e52f215f77e0ba
17:50:23 Status: Downloaded newer image for golang:1.16.7
17:50:23 Cloning into '/go/src/github.com/docker/buildx'...
17:50:23 Fetching origin
17:50:23 + GO111MODULE=on
17:50:23 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.2-docker -X github.com/docker/buildx/version.Revision=de7dfb925df4497d36e29e2023b8a86fb872abd2 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
17:51:59 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/static:/v -w /v alpine chown -R 1000:1000 build/mac/amd64
17:51:59 Unable to find image 'alpine:latest' locally
17:51:59 latest: Pulling from library/alpine
17:51:59 a0d0a0d46f8b: Already exists
17:51:59 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
17:51:59 Status: Downloaded newer image for alpine:latest
17:51:59 mkdir -p build/mac/arm64/docker
17:51:59 GOOS=darwin GOARCH=arm64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-572/static/build/mac/arm64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-572/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-572/static/scripts/build-cli-plugins":/build:ro golang:1.16.7 /build
17:51:59 Cloning into '/go/src/github.com/docker/buildx'...
17:52:02 Fetching origin
17:52:02 + GO111MODULE=on
17:52:02 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.2-docker -X github.com/docker/buildx/version.Revision=de7dfb925df4497d36e29e2023b8a86fb872abd2 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
17:53:38 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/static:/v -w /v alpine chown -R 1000:1000 build/mac/arm64
17:53:38 cd /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli && VERSION=0.0.0-20210825074926-1fdafcd docker buildx bake --set binary.platform=darwin/amd64,darwin/arm64 binary
17:53:38 #1 [internal] booting buildkit
17:53:38 #1 sha256:f3fd186e6eea0b82032cbbee0835e3637ebb57daf0ed11c25de59d446c7436e4
17:53:38 #1 pulling image moby/buildkit:buildx-stable-1
17:53:38 #1 pulling image moby/buildkit:buildx-stable-1 2.3s done
17:53:38 #1 creating container buildx_buildkit_sleepy_wu0
17:53:38 #1 creating container buildx_buildkit_sleepy_wu0 2.5s done
17:53:38 #1 DONE 4.9s
17:53:39 
17:53:39 #2 [internal] load build definition from Dockerfile
17:53:39 #2 sha256:9c6641220405d6665b69b4a16f06931aa070ab5fa6b7f02b555defa83c446cd0
17:53:39 #2 transferring dockerfile: 2.11kB done
17:53:39 #2 DONE 0.0s
17:53:39 
17:53:39 #3 [internal] load .dockerignore
17:53:39 #3 sha256:c2e8d1ec220fc11131d2e2e68862e7dd2bd330f51ee1bc9f69e5a14e9684f60b
17:53:39 #3 transferring context: 112B done
17:53:39 #3 DONE 0.0s
17:53:39 
17:53:39 #5 [auth] docker/dockerfile:pull token for registry-1.docker.io
17:53:39 #5 sha256:12b70e2d81da555fca16a950cf6c6b26faa3df3244fdd0d624ffb7d8eff44573
17:53:39 #5 DONE 0.0s
17:53:39 
17:53:39 #4 resolve image config for docker.io/docker/dockerfile:1.3
17:53:39 #4 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
17:53:39 #4 DONE 0.4s
17:53:39 
17:53:39 #6 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89
17:53:39 #6 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8
17:53:39 #6 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 0.0s done
17:53:39 #6 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 4.19MB / 9.67MB 0.2s
17:53:39 #6 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.3s
17:53:39 #6 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.5s done
17:53:39 #6 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338
17:53:40 #6 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0.2s done
17:53:40 #6 DONE 0.7s
17:53:40 
17:53:40 #9 [linux/amd64 internal] load metadata for docker.io/library/golang:1.16.7-alpine
17:53:40 #9 sha256:208f5ab37b5da8422cb24deee87b11bc20ffca54fd0f69ed869fb20d607ca9a2
17:53:40 #9 ...
17:53:40 
17:53:40 #11 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
17:53:40 #11 sha256:88db80a93f4314376a08c328ce03cf82c592a21e67f34b69d0a7ab5725c77352
17:53:40 #11 DONE 0.0s
17:53:40 
17:53:40 #12 [auth] tonistiigi/xx:pull token for registry-1.docker.io
17:53:40 #12 sha256:d153122b17b976a8614b63664e493d8501bbe45e41840da01478b858d5b872d9
17:53:40 #12 DONE 0.0s
17:53:40 
17:53:40 #13 [auth] library/golang:pull token for registry-1.docker.io
17:53:40 #13 sha256:c60c69e5d6eb93fb3740f846cb6a238f64ada6272e88c90fdcbb676e70c1d583
17:53:40 #13 DONE 0.0s
17:53:40 
17:53:40 #9 [linux/amd64 internal] load metadata for docker.io/library/golang:1.16.7-alpine
17:53:40 #9 sha256:208f5ab37b5da8422cb24deee87b11bc20ffca54fd0f69ed869fb20d607ca9a2
17:53:41 #9 DONE 0.8s
17:53:41 
17:53:41 #7 [darwin/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
17:53:41 #7 sha256:31c3d3579e9b691d6b00a2b11f4fe609326ff9a5738a9569ec78bdb0da811aad
17:53:41 #7 DONE 0.8s
17:53:41 
17:53:41 #10 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
17:53:41 #10 sha256:43543ccf6aa0b1a935a1b166286293fbf8b250e7e3358d987096008520b18564
17:53:41 #10 DONE 0.8s
17:53:41 
17:53:41 #8 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx@sha256:620d36a9d7f1e3b102a5c7e8eff12081ac363828b3a44390f24fa8da2d49383d
17:53:41 #8 sha256:e4f2d3e76d24f09857d97de308616d6e136f97009d1cce1d84cfeceac610078b
17:53:41 #8 DONE 0.8s
17:53:41 
17:53:41 #21 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
17:53:41 #21 sha256:0eeff095bcae76f93d5ac40db06e650260e178bb72dd133bcd399059a8735c97
17:53:41 #21 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
17:53:41 #21 DONE 0.0s
17:53:41 
17:53:41 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx@sha256:620d36a9d7f1e3b102a5c7e8eff12081ac363828b3a44390f24fa8da2d49383d
17:53:41 #15 sha256:cf6a1b0864cef1f5f2e8d9eed94372042514444973617492bd255c548e3c632d
17:53:41 #15 resolve docker.io/tonistiigi/xx@sha256:620d36a9d7f1e3b102a5c7e8eff12081ac363828b3a44390f24fa8da2d49383d 0.0s done
17:53:41 #15 sha256:8d48ed92d986b64029548f05973c0f11339e664831e3f5d8f504bfeb13054fd5 13.09kB / 13.09kB 0.1s done
17:53:41 #15 extracting sha256:8d48ed92d986b64029548f05973c0f11339e664831e3f5d8f504bfeb13054fd5
17:53:41 #15 extracting sha256:8d48ed92d986b64029548f05973c0f11339e664831e3f5d8f504bfeb13054fd5 0.1s done
17:53:41 #15 DONE 0.2s
17:53:41 
17:53:41 #14 [linux/amd64 gostable 1/1] FROM docker.io/library/golang:1.16.7-alpine@sha256:a5132da0f40b9ddce838ae4953849bd95ff04adeae9142ba6256c8f15d355fff
17:53:41 #14 sha256:2014e461ba801b257c4d829c8def18d5d83396ce1afd07248a0e04cbf7fdc481
17:53:41 #14 resolve docker.io/library/golang:1.16.7-alpine@sha256:a5132da0f40b9ddce838ae4953849bd95ff04adeae9142ba6256c8f15d355fff 0.0s done
17:53:41 #14 DONE 0.3s
17:53:41 
17:53:41 #25 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
17:53:41 #25 sha256:41d45d88cb72f24fcc930628b78bcdeb79509bfda27de6ee523b8c35fe0913d9
17:53:41 #25 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
17:53:41 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 0B / 151.10MB 0.2s
17:53:42 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 10.49MB / 151.10MB 0.3s
17:53:42 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 22.02MB / 151.10MB 0.5s
17:53:42 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 32.51MB / 151.10MB 0.6s
17:53:42 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 49.28MB / 151.10MB 0.9s
17:53:42 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 58.72MB / 151.10MB 1.1s
17:53:42 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 67.67MB / 151.10MB 1.2s
17:53:43 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 78.64MB / 151.10MB 1.4s
17:53:43 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 94.37MB / 151.10MB 1.7s
17:53:43 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 103.81MB / 151.10MB 1.8s
17:53:43 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 113.25MB / 151.10MB 2.0s
17:53:44 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 124.78MB / 151.10MB 2.4s
17:53:44 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 133.17MB / 151.10MB 2.7s
17:53:44 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 150.99MB / 151.10MB 3.0s
17:53:46 #25 ...
17:53:46 
17:53:46 #20 [internal] load build context
17:53:46 #20 sha256:dd4e7fcacba0f2a72aca93c53cfaaa17123a1375a7e55691c7e7b64fb5ed91eb
17:53:46 #20 transferring context: 51.24MB 3.4s done
17:53:46 #20 DONE 4.2s
17:53:46 
17:53:46 #14 [linux/amd64 gostable 1/1] FROM docker.io/library/golang:1.16.7-alpine@sha256:a5132da0f40b9ddce838ae4953849bd95ff04adeae9142ba6256c8f15d355fff
17:53:46 #14 sha256:2014e461ba801b257c4d829c8def18d5d83396ce1afd07248a0e04cbf7fdc481
17:53:46 #14 sha256:7b5d12eec82106ee897382a4e0f5f4012bb993a2abb41ea43f6055affa263792 153B / 153B 0.0s done
17:53:46 #14 sha256:5fb85018fe45e8393802b1c7b0b50c6e376a6ca1e8e95626bde089498a365f36 156B / 156B 0.1s done
17:53:46 #14 sha256:fba5eda52a4c5e66ad77248b778eeaabf785c0ef090e85270075e82189ccdfc4 105.80MB / 105.80MB 4.0s done
17:53:46 #14 sha256:00e108acfc2dec423245b992f059c15efa90d3da68d666891f88e21cf9ed3044 281.50kB / 281.50kB 0.2s done
17:53:46 #14 sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 2.81MB / 2.81MB 0.3s done
17:53:46 #14 extracting sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 0.6s done
17:53:46 #14 extracting sha256:00e108acfc2dec423245b992f059c15efa90d3da68d666891f88e21cf9ed3044 0.1s done
17:53:46 #14 extracting sha256:7b5d12eec82106ee897382a4e0f5f4012bb993a2abb41ea43f6055affa263792 0.1s done
17:53:46 #14 extracting sha256:fba5eda52a4c5e66ad77248b778eeaabf785c0ef090e85270075e82189ccdfc4
17:53:56 #14 extracting sha256:fba5eda52a4c5e66ad77248b778eeaabf785c0ef090e85270075e82189ccdfc4 8.6s done
17:53:56 #14 extracting sha256:5fb85018fe45e8393802b1c7b0b50c6e376a6ca1e8e95626bde089498a365f36 0.0s done
17:53:56 #14 DONE 12.7s
17:53:56 
17:53:56 #16 [linux/amd64 build-base-alpine 1/3] COPY --from=xx / /
17:53:56 #16 sha256:2dd7a82c5dc9dc500b536a33b17e6256a2649e955f2367a6ee1c73fda4d84496
17:53:56 #16 ...
17:53:56 
17:53:56 #25 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
17:53:56 #25 sha256:41d45d88cb72f24fcc930628b78bcdeb79509bfda27de6ee523b8c35fe0913d9
17:53:56 #25 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 6.8s done
17:53:56 #25 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8
17:53:57 #25 ...
17:53:57 
17:53:57 #16 [linux/amd64 build-base-alpine 1/3] COPY --from=xx / /
17:53:57 #16 sha256:2dd7a82c5dc9dc500b536a33b17e6256a2649e955f2367a6ee1c73fda4d84496
17:53:57 #16 DONE 2.8s
17:53:57 
17:53:57 #17 [linux/amd64 build-base-alpine 2/3] RUN apk add --no-cache clang lld llvm file git
17:53:57 #17 sha256:9e3acfbf57aec79e930127166fd0fa0617d1e761d3a49e6e2ded8200c50256ff
17:53:57 #17 0.128 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
17:53:58 #17 1.248 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
17:53:59 #17 1.552 (1/18) Installing libffi (3.3-r2)
17:53:59 #17 1.554 (2/18) Installing libgcc (10.3.1_git20210424-r2)
17:53:59 #17 1.566 (3/18) Installing libstdc++ (10.3.1_git20210424-r2)
17:53:59 #17 1.588 (4/18) Installing xz-libs (5.2.5-r0)
17:53:59 #17 1.595 (5/18) Installing libxml2 (2.9.12-r1)
17:53:59 #17 1.632 (6/18) Installing llvm11-libs (11.1.0-r2)
17:53:59 #17 2.629 (7/18) Installing clang-libs (11.1.0-r1)
17:54:01 #17 3.921 (8/18) Installing clang (11.1.0-r1)
17:54:01 #17 4.331 (9/18) Installing libmagic (5.40-r1)
17:54:01 #17 4.384 (10/18) Installing file (5.40-r1)
17:54:01 #17 4.394 (11/18) Installing brotli-libs (1.0.9-r5)
17:54:01 #17 4.413 (12/18) Installing nghttp2-libs (1.43.0-r0)
17:54:01 #17 4.424 (13/18) Installing libcurl (7.78.0-r0)
17:54:01 #17 4.434 (14/18) Installing expat (2.4.1-r0)
17:54:01 #17 4.440 (15/18) Installing pcre2 (10.36-r0)
17:54:01 #17 4.452 (16/18) Installing git (2.32.0-r0)
17:54:01 #17 4.671 (17/18) Installing lld (11.1.0-r0)
17:54:02 #17 4.732 (18/18) Installing llvm11 (11.1.0-r2)
17:54:02 #17 5.298 Executing busybox-1.33.1-r3.trigger
17:54:02 #17 5.312 OK: 285 MiB in 33 packages
17:54:08 #17 ...
17:54:08 
17:54:08 #25 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
17:54:08 #25 sha256:41d45d88cb72f24fcc930628b78bcdeb79509bfda27de6ee523b8c35fe0913d9
17:54:08 #25 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 19.6s done
17:54:08 #25 DONE 26.5s
17:54:08 
17:54:08 #17 [linux/amd64 build-base-alpine 2/3] RUN apk add --no-cache clang lld llvm file git
17:54:08 #17 sha256:9e3acfbf57aec79e930127166fd0fa0617d1e761d3a49e6e2ded8200c50256ff
17:54:08 #17 DONE 11.6s
17:54:08 
17:54:08 #18 [linux/amd64 build-base-alpine 3/3] WORKDIR /go/src/github.com/docker/cli
17:54:08 #18 sha256:c27c655a60d674e887766ec2e22ce9fcb96edf179ffcce9db971746f83924bd5
17:54:08 #18 DONE 0.0s
17:54:09 
17:54:09 #19 [linux/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
17:54:09 #19 sha256:8b0289399363e7e52243e262bd92457f7c7d08be25c90ab6cf70dfe1720f2671
17:54:09 #19 0.140 skipping packages installation on darwin
17:54:09 #19 DONE 0.2s
17:54:09 
17:54:09 #24 [linux/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
17:54:09 #24 sha256:80fe921b7ffd755eb03c6b1a120fa892a039dfdbb372ce99045fbe078fbcc32b
17:54:09 #24 0.177 skipping packages installation on darwin
17:54:09 #24 DONE 0.2s
17:54:14 
17:54:14 #22 [linux/amd64 build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
17:54:14 #22 sha256:4db814541c19a7a05ff6727e18df8823f3e2b5261968c0665a95172f020c2448
17:54:16 #22 1.375 wget: can't connect to remote host: Network unreachable
17:54:16 #22 1.376 error: building for darwin requires ld64 linker
17:54:16 #22 1.510 Building static docker-darwin-arm64
17:54:23 #22 7.262 # runtime/cgo
17:54:23 #22 7.262 clang-11: error: invalid linker name in argument '-fuse-ld=ld64'
17:54:24 #22 ...
17:54:24 
17:54:24 #26 [linux/amd64 build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
17:54:24 #26 sha256:b231a08318178e93c52f96f851e72f8a3e9994e066bfbe0b086c84570d67ef1e
17:54:24 #26 1.352 wget: can't connect to remote host: Network unreachable
17:54:24 #26 1.355 error: building for darwin requires ld64 linker
17:54:24 #26 1.488 Building static docker-darwin-amd64
17:54:24 #26 7.492 # runtime/cgo
17:54:24 #26 7.492 clang-11: error: invalid linker name in argument '-fuse-ld=ld64'
17:55:21 #26 ...
17:55:21 
17:55:21 #22 [linux/amd64 build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
17:55:21 #22 sha256:4db814541c19a7a05ff6727e18df8823f3e2b5261968c0665a95172f020c2448
17:55:21 #22 ERROR: process "/bin/sh -c xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ \"$GO_LINKMODE\" = \"static\" ] && echo \"--static\") /out/docker" did not complete successfully: exit code: 2
17:55:21 
17:55:21 #26 [linux/amd64 build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
17:55:21 #26 sha256:b231a08318178e93c52f96f851e72f8a3e9994e066bfbe0b086c84570d67ef1e
17:55:21 #26 CANCELED
17:55:21 ------
17:55:21  > [linux/amd64 build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker:
17:55:21 ------
17:55:21 Dockerfile:49
17:55:21 --------------------
17:55:21   48 |     ARG VERSION
17:55:21   49 | >>> RUN --mount=ro --mount=type=cache,target=/root/.cache \
17:55:21   50 | >>>     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk \
17:55:21   51 | >>>     --mount=type=tmpfs,target=cli/winresources \
17:55:21   52 | >>>     xx-go --wrap && \
17:55:21   53 | >>>     # export GOCACHE=$(go env GOCACHE)/$(xx-info)$([ -f /etc/alpine-release ] && echo "alpine") && \
17:55:21   54 | >>>     TARGET=/out ./scripts/build/binary && \
17:55:21   55 | >>>     xx-verify $([ "$GO_LINKMODE" = "static" ] && echo "--static") /out/docker
17:55:21   56 |     
17:55:21 --------------------
17:55:21 error: failed to solve: rpc error: code = Unknown desc = process "/bin/sh -c xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ \"$GO_LINKMODE\" = \"static\" ] && echo \"--static\") /out/docker" did not complete successfully: exit code: 2
17:55:21 make[1]: *** [Makefile:52: cross-mac] Error 1
17:55:21 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
17:55:21 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
17:55:21 make -C /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker VERSION=0.0.0-20210825074926-1fdafcd DOCKER_CROSSPLATFORMS=windows/amd64 cross
17:55:21 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker'
17:55:21 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 .
17:55:21 #1 [internal] load build definition from Dockerfile
17:55:21 #1 sha256:7313202922db212cc5a980e7ee571ddad164a751d9be5695934dd954dfd6c79a
17:55:21 #1 transferring dockerfile: 38B done
17:55:21 #1 DONE 0.0s
17:55:21 
17:55:21 #2 [internal] load .dockerignore
17:55:21 #2 sha256:ca94414cbd5db3335e3077e8db143e43252caf90a9f6d95c35a7d8a94ce6ddca
17:55:21 #2 transferring context: 34B done
17:55:21 #2 DONE 0.0s
17:55:21 
17:55:21 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
17:55:21 #4 sha256:2461a9f64a300fdddf221db4fb9588b64d38a250f140fac79f8ad014d87d76d7
17:55:21 #4 DONE 0.0s
17:55:21 
17:55:21 #3 resolve image config for docker.io/docker/dockerfile:1.3
17:55:21 #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
17:55:21 #3 DONE 0.2s
17:55:21 
17:55:21 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89
17:55:21 #5 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8
17:55:21 #5 CACHED
17:55:21 
17:55:21 #6 [internal] load build definition from Dockerfile
17:55:21 #6 sha256:08a5a3f047153929dfa7cb507ba582d19615951da4e5933a2ec6abd6eb2dc0ca
17:55:21 #6 DONE 0.0s
17:55:21 
17:55:21 #7 [internal] load .dockerignore
17:55:21 #7 sha256:d1706002f7e33d2c75755e023846f7c3af9a20e5ad701de943b4e74da5e54af8
17:55:21 #7 DONE 0.0s
17:55:21 
17:55:21 #11 [auth] library/golang:pull token for registry-1.docker.io
17:55:21 #11 sha256:85fe6c92a40870739f3ab4546e54eb83dd2d562e1999689c01df7fdc14a11f60
17:55:21 #11 DONE 0.0s
17:55:21 
17:55:21 #12 [auth] djs55/vpnkit:pull token for registry-1.docker.io
17:55:21 #12 sha256:34df1be2f7ef59b4c80b536469a1924f7a0bba295a7d7b6478d1a276dde0ffeb
17:55:21 #12 DONE 0.0s
17:55:21 
17:55:21 #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:55:21 #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
17:55:21 #10 DONE 0.2s
17:55:21 
17:55:21 #8 [internal] load metadata for docker.io/library/golang:1.16.7-bullseye
17:55:21 #8 sha256:5f8721e1f43acd724bfc1ac4f7f92396ce055cdcb516d6e9c010e0b978d309f3
17:55:21 #8 DONE 0.1s
17:55:21 
17:55:21 #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
17:55:21 #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
17:55:21 #9 DONE 0.1s
17:55:21 
17:55:21 #13 [base 1/3] FROM docker.io/library/golang:1.16.7-bullseye@sha256:4e656ccaf58b9dec26485d9a95cd7ee3431eb1a30e53f4b1c0363739f3152782
17:55:21 #13 sha256:5e81da98d2754e478817c8721b5a4252c200ee1d82143661adf86a363a8b4a0a
17:55:21 #13 DONE 0.0s
17:55:21 
17:55:21 #39 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:55:21 #39 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
17:55:21 #39 DONE 0.0s
17:55:21 
17:55:21 #37 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
17:55:21 #37 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
17:55:21 #37 DONE 0.0s
17:55:21 
17:55:21 #14 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
17:55:21 #14 sha256:f1ff52d0c8536dfba84dd382da9da81348a0e80bd30b65622115fe835ff433a9
17:55:21 #14 CACHED
17:55:21 
17:55:21 #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
17:55:21 #15 sha256:8ac361cd5cbace32836b1d0c658f048efaaa14495708ba21c52f9f51c75e276b
17:55:21 #15 CACHED
17:55:21 
17:55:21 #25 [internal] load build context
17:55:21 #25 sha256:d8c4226b31f8ee164dd4d9efba8582b2147b8c9043fb22ab3d30b77f9a3fe93b
17:55:21 #25 transferring context: 512.81kB 0.5s done
17:55:21 #25 DONE 0.6s
17:55:21 
17:55:21 #16 [cross-true 1/6] RUN dpkg --add-architecture arm64
17:55:21 #16 sha256:f0c72d223c40b707c86ac84cb7d5761a6abc5fbc81e309857123643caedbec86
17:55:21 #16 DONE 0.7s
17:55:21 
17:55:21 #17 [cross-true 2/6] RUN dpkg --add-architecture armel
17:55:21 #17 sha256:a6410afb7ec6ac612da150fe23a39d9e94f09d6160d44679f5ac5768eac5fb7d
17:55:21 #17 DONE 0.5s
17:55:21 
17:55:21 #18 [cross-true 3/6] RUN dpkg --add-architecture armhf
17:55:21 #18 sha256:6047eef12b924a3db975236f6559e0b8767c5df0a396a017f98ce834aa777e0d
17:55:21 #18 DONE 0.5s
17:55:21 
17:55:21 #19 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
17:55:21 #19 sha256:d738d08c8fd6e531b856f87802a359278c9fa5a68b525392b0be3781cefa7046
17:55:21 #19 DONE 0.5s
17:55:21 
17:55:21 #20 [cross-true 5/6] RUN dpkg --add-architecture s390x
17:55:21 #20 sha256:91b8fcb72c557e3d9f496e9365400eabc64978d9e5315602ea68e5de2496c356
17:55:21 #20 DONE 0.5s
17:55:21 
17:55:21 #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
17:55:21 #21 sha256:07f2dbbdb515a6800093b0b5ac01086c4c00d6c4dee2ed90156ae5321e39ad3f
17:55:21 #21 0.761 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
17:55:21 #21 0.770 Get:2 http://deb.debian.org/debian bullseye InRelease [113 kB]
17:55:21 #21 0.770 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB]
17:55:21 #21 0.854 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [28.2 kB]
17:55:21 #21 0.869 Get:5 http://security.debian.org/debian-security bullseye-security/main armhf Packages [27.7 kB]
17:55:21 #21 0.869 Get:6 http://security.debian.org/debian-security bullseye-security/main s390x Packages [28.1 kB]
17:55:21 #21 0.870 Get:7 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [28.1 kB]
17:55:21 #21 0.871 Get:8 http://security.debian.org/debian-security bullseye-security/main armel Packages [26.7 kB]
17:55:21 #21 0.872 Get:9 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [28.1 kB]
17:55:21 #21 0.957 Get:10 http://deb.debian.org/debian bullseye/main s390x Packages [7873 kB]
17:55:21 #21 1.040 Get:11 http://deb.debian.org/debian bullseye/main arm64 Packages [8066 kB]
17:55:21 #21 1.126 Get:12 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB]
17:55:21 #21 1.290 Get:13 http://deb.debian.org/debian bullseye/main armel Packages [7861 kB]
17:55:21 #21 1.381 Get:14 http://deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB]
17:55:21 #21 1.482 Get:15 http://deb.debian.org/debian bullseye/main armhf Packages [7941 kB]
17:55:25 #21 7.003 Fetched 48.3 MB in 6s (7433 kB/s)
17:55:27 #21 7.003 Reading package lists...
17:55:31 #21 9.956 Reading package lists...
17:55:31 #21 12.91 Building dependency tree...
17:55:32 #21 14.06 The following additional packages will be installed:
17:55:32 #21 14.06   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
17:55:32 #21 14.06   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
17:55:32 #21 14.06   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
17:55:32 #21 14.06   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
17:55:32 #21 14.06   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
17:55:32 #21 14.06   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
17:55:32 #21 14.06   cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file
17:55:32 #21 14.06   g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf
17:55:32 #21 14.06   g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu
17:55:32 #21 14.06   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu
17:55:32 #21 14.06   g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
17:55:32 #21 14.06   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
17:55:32 #21 14.06   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
17:55:32 #21 14.06   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
17:55:32 #21 14.06   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
17:55:32 #21 14.06   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
17:55:32 #21 14.06   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
17:55:32 #21 14.06   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
17:55:32 #21 14.06   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
17:55:32 #21 14.06   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
17:55:32 #21 14.06   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
17:55:32 #21 14.06   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
17:55:32 #21 14.06   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
17:55:32 #21 14.06   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
17:55:32 #21 14.06   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
17:55:32 #21 14.06   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
17:55:32 #21 14.06   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
17:55:32 #21 14.06   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
17:55:32 #21 14.06   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
17:55:32 #21 14.06   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
17:55:32 #21 14.06   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
17:55:32 #21 14.06   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
17:55:32 #21 14.06   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
17:55:32 #21 14.06   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
17:55:32 #21 14.06   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
17:55:32 #21 14.06   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
17:55:32 #21 14.06   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
17:55:32 #21 14.06   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
17:55:32 #21 14.06   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
17:55:32 #21 14.06   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
17:55:32 #21 14.06   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
17:55:32 #21 14.06   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
17:55:32 #21 14.06   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
17:55:32 #21 14.06   linux-libc-dev-s390x-cross patch xz-utils
17:55:32 #21 14.07 Suggested packages:
17:55:32 #21 14.07   binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch
17:55:32 #21 14.07   debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu
17:55:32 #21 14.07   gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex
17:55:32 #21 14.07   bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi
17:55:32 #21 14.07   gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu
17:55:32 #21 14.07   libyaml-shell-perl ed diffutils-doc
17:55:32 #21 14.07 Recommended packages:
17:55:32 #21 14.07   fakeroot build-essential libalgorithm-merge-perl libwww-perl
17:55:32 #21 14.07   libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl
17:55:33 #21 15.27 The following NEW packages will be installed:
17:55:33 #21 15.27   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
17:55:33 #21 15.27   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
17:55:33 #21 15.27   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
17:55:33 #21 15.27   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
17:55:33 #21 15.27   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
17:55:33 #21 15.27   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
17:55:33 #21 15.27   cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64
17:55:33 #21 15.27   crossbuild-essential-armel crossbuild-essential-armhf
17:55:33 #21 15.27   crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev
17:55:33 #21 15.27   file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi
17:55:33 #21 15.27   g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu
17:55:33 #21 15.27   g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi
17:55:33 #21 15.27   g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu
17:55:33 #21 15.27   gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
17:55:33 #21 15.27   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
17:55:33 #21 15.27   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
17:55:33 #21 15.27   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
17:55:33 #21 15.27   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
17:55:33 #21 15.27   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
17:55:33 #21 15.27   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
17:55:33 #21 15.27   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
17:55:33 #21 15.27   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
17:55:33 #21 15.27   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
17:55:33 #21 15.27   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
17:55:33 #21 15.27   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
17:55:33 #21 15.27   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
17:55:33 #21 15.27   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
17:55:33 #21 15.27   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
17:55:33 #21 15.27   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
17:55:33 #21 15.27   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
17:55:33 #21 15.27   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
17:55:33 #21 15.27   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
17:55:33 #21 15.27   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
17:55:33 #21 15.27   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
17:55:33 #21 15.27   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
17:55:33 #21 15.27   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
17:55:33 #21 15.27   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
17:55:33 #21 15.27   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
17:55:33 #21 15.27   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
17:55:33 #21 15.27   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
17:55:33 #21 15.27   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
17:55:33 #21 15.27   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
17:55:33 #21 15.27   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
17:55:33 #21 15.27   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
17:55:33 #21 15.27   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
17:55:33 #21 15.27   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
17:55:33 #21 15.28   linux-libc-dev-s390x-cross patch xz-utils
17:55:33 #21 15.59 0 upgraded, 133 newly installed, 0 to remove and 2 not upgraded.
17:55:33 #21 15.59 Need to get 787 MB of archives.
17:55:33 #21 15.59 After this operation, 3385 MB of additional disk space will be used.
17:55:33 #21 15.59 Get:1 http://deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
17:55:33 #21 15.59 Get:2 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
17:55:33 #21 15.59 Get:3 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
17:55:33 #21 15.60 Get:4 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
17:55:33 #21 15.60 Get:5 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
17:55:33 #21 15.60 Get:6 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
17:55:33 #21 15.60 Get:7 http://deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB]
17:55:33 #21 15.62 Get:8 http://deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB]
17:55:33 #21 15.64 Get:9 http://deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB]
17:55:33 #21 15.66 Get:10 http://deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB]
17:55:33 #21 15.68 Get:11 http://deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB]
17:55:33 #21 15.69 Get:12 http://deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
17:55:33 #21 15.69 Get:13 http://deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB]
17:55:34 #21 16.11 Get:14 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB]
17:55:34 #21 16.11 Get:15 http://deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB]
17:55:34 #21 16.51 Get:16 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB]
17:55:34 #21 16.51 Get:17 http://deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB]
17:55:34 #21 16.83 Get:18 http://deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
17:55:34 #21 16.93 Get:19 http://deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB]
17:55:36 #21 18.31 Get:20 http://deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
17:55:36 #21 18.32 Get:21 http://deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB]
17:55:36 #21 18.64 Get:22 http://deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
17:55:36 #21 18.64 Get:23 http://deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB]
17:55:36 #21 18.64 Get:24 http://deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB]
17:55:36 #21 18.64 Get:25 http://deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
17:55:36 #21 18.64 Get:26 http://deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
17:55:36 #21 18.64 Get:27 http://deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB]
17:55:36 #21 18.64 Get:28 http://deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB]
17:55:36 #21 18.64 Get:29 http://deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB]
17:55:36 #21 18.65 Get:30 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB]
17:55:36 #21 18.65 Get:31 http://deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB]
17:55:36 #21 18.65 Get:32 http://deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB]
17:55:36 #21 18.65 Get:33 http://deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B]
17:55:36 #21 18.65 Get:34 http://deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB]
17:55:36 #21 18.66 Get:35 http://deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB]
17:55:36 #21 18.73 Get:36 http://deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB]
17:55:36 #21 18.77 Get:37 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB]
17:55:36 #21 18.78 Get:38 http://deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB]
17:55:36 #21 18.79 Get:39 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB]
17:55:36 #21 18.79 Get:40 http://deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB]
17:55:37 #21 19.37 Get:41 http://deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B]
17:55:37 #21 19.37 Get:42 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB]
17:55:37 #21 19.38 Get:43 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB]
17:55:37 #21 19.40 Get:44 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB]
17:55:37 #21 19.41 Get:45 http://deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB]
17:55:37 #21 19.98 Get:46 http://deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B]
17:55:37 #21 19.98 Get:47 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
17:55:37 #21 19.98 Get:48 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB]
17:55:37 #21 19.99 Get:49 http://deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB]
17:55:37 #21 20.00 Get:50 http://deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
17:55:37 #21 20.00 Get:51 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
17:55:37 #21 20.07 Get:52 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
17:55:38 #21 20.07 Get:53 http://deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
17:55:38 #21 20.07 Get:54 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
17:55:38 #21 20.07 Get:55 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
17:55:38 #21 20.08 Get:56 http://deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
17:55:38 #21 20.08 Get:57 http://deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
17:55:38 #21 20.08 Get:58 http://deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB]
17:55:38 #21 20.08 Get:59 http://deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB]
17:55:38 #21 20.08 Get:60 http://deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
17:55:38 #21 20.08 Get:61 http://deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
17:55:38 #21 20.08 Get:62 http://deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB]
17:55:38 #21 20.08 Get:63 http://deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB]
17:55:38 #21 20.08 Get:64 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B]
17:55:38 #21 20.09 Get:65 http://deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB]
17:55:38 #21 20.10 Get:66 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB]
17:55:38 #21 20.10 Get:67 http://deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB]
17:55:38 #21 20.10 Get:68 http://deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B]
17:55:38 #21 20.10 Get:69 http://deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB]
17:55:38 #21 20.18 Get:70 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB]
17:55:38 #21 20.18 Get:71 http://deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB]
17:55:38 #21 20.19 Get:72 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB]
17:55:38 #21 20.20 Get:73 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB]
17:55:39 #21 20.92 Get:74 http://deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B]
17:55:39 #21 20.93 Get:75 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB]
17:55:39 #21 20.94 Get:76 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB]
17:55:39 #21 21.00 Get:77 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB]
17:55:39 #21 21.05 Get:78 http://deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB]
17:55:40 #21 22.47 Get:79 http://deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B]
17:55:40 #21 22.47 Get:80 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B]
17:55:40 #21 22.47 Get:81 http://deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB]
17:55:40 #21 22.49 Get:82 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB]
17:55:40 #21 22.49 Get:83 http://deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB]
17:55:40 #21 22.49 Get:84 http://deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B]
17:55:40 #21 22.49 Get:85 http://deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB]
17:55:40 #21 22.56 Get:86 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB]
17:55:40 #21 22.56 Get:87 http://deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB]
17:55:40 #21 22.59 Get:88 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB]
17:55:40 #21 22.62 Get:89 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB]
17:55:42 #21 24.18 Get:90 http://deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B]
17:55:42 #21 24.18 Get:91 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB]
17:55:42 #21 24.20 Get:92 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB]
17:55:42 #21 24.24 Get:93 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB]
17:55:42 #21 24.28 Get:94 http://deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB]
17:55:43 #21 25.54 Get:95 http://deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B]
17:55:43 #21 25.54 Get:96 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B]
17:55:43 #21 25.54 Get:97 http://deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB]
17:55:43 #21 25.57 Get:98 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB]
17:55:43 #21 25.58 Get:99 http://deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB]
17:55:43 #21 25.58 Get:100 http://deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB]
17:55:43 #21 25.58 Get:101 http://deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B]
17:55:43 #21 25.58 Get:102 http://deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB]
17:55:43 #21 25.61 Get:103 http://deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB]
17:55:43 #21 25.64 Get:104 http://deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB]
17:55:43 #21 25.67 Get:105 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB]
17:55:43 #21 25.68 Get:106 http://deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB]
17:55:43 #21 25.73 Get:107 http://deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB]
17:55:43 #21 25.73 Get:108 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB]
17:55:43 #21 25.74 Get:109 http://deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB]
17:55:44 #21 26.61 Get:110 http://deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B]
17:55:44 #21 26.62 Get:111 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB]
17:55:44 #21 26.63 Get:112 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB]
17:55:44 #21 26.70 Get:113 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB]
17:55:44 #21 26.73 Get:114 http://deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB]
17:55:46 #21 28.09 Get:115 http://deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B]
17:55:46 #21 28.11 Get:116 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B]
17:55:46 #21 28.11 Get:117 http://deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB]
17:55:46 #21 28.15 Get:118 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB]
17:55:46 #21 28.15 Get:119 http://deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB]
17:55:46 #21 28.15 Get:120 http://deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB]
17:55:46 #21 28.15 Get:121 http://deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B]
17:55:46 #21 28.16 Get:122 http://deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB]
17:55:46 #21 28.21 Get:123 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB]
17:55:46 #21 28.21 Get:124 http://deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB]
17:55:46 #21 28.24 Get:125 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB]
17:55:46 #21 28.29 Get:126 http://deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB]
17:55:48 #21 30.06 Get:127 http://deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B]
17:55:48 #21 30.06 Get:128 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB]
17:55:48 #21 30.07 Get:129 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB]
17:55:48 #21 30.08 Get:130 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB]
17:55:48 #21 30.09 Get:131 http://deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB]
17:55:48 #21 30.51 Get:132 http://deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B]
17:55:48 #21 30.51 Get:133 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B]
17:55:48 #21 30.75 debconf: delaying package configuration, since apt-utils is not installed
17:55:48 #21 30.85 Fetched 787 MB in 15s (51.8 MB/s)
17:55:48 #21 30.88 Selecting previously unselected package liblocale-gettext-perl.
17:55:48 #21 30.88 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15713 files and directories currently installed.)
17:55:48 #21 30.89 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
17:55:48 #21 30.89 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
17:55:48 #21 30.92 Selecting previously unselected package bzip2.
17:55:48 #21 30.92 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ...
17:55:48 #21 30.92 Unpacking bzip2 (1.0.8-4) ...
17:55:48 #21 30.95 Selecting previously unselected package libmagic-mgc.
17:55:48 #21 30.95 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ...
17:55:48 #21 30.96 Unpacking libmagic-mgc (1:5.39-3) ...
17:55:49 #21 31.04 Selecting previously unselected package libmagic1:amd64.
17:55:49 #21 31.04 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ...
17:55:49 #21 31.04 Unpacking libmagic1:amd64 (1:5.39-3) ...
17:55:49 #21 31.08 Selecting previously unselected package file.
17:55:49 #21 31.08 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ...
17:55:49 #21 31.08 Unpacking file (1:5.39-3) ...
17:55:49 #21 31.12 Selecting previously unselected package xz-utils.
17:55:49 #21 31.12 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ...
17:55:49 #21 31.12 Unpacking xz-utils (5.2.5-2) ...
17:55:49 #21 31.17 Selecting previously unselected package binutils-aarch64-linux-gnu.
17:55:49 #21 31.17 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ...
17:55:49 #21 31.17 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
17:55:49 #21 31.50 Selecting previously unselected package binutils-arm-linux-gnueabi.
17:55:49 #21 31.50 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ...
17:55:49 #21 31.51 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ...
17:55:49 #21 31.81 Selecting previously unselected package binutils-arm-linux-gnueabihf.
17:55:49 #21 31.81 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ...
17:55:49 #21 31.82 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
17:55:50 #21 32.11 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
17:55:50 #21 32.11 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ...
17:55:50 #21 32.12 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ...
17:55:50 #21 32.39 Selecting previously unselected package binutils-s390x-linux-gnu.
17:55:50 #21 32.40 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ...
17:55:50 #21 32.40 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ...
17:55:50 #21 32.62 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64.
17:55:50 #21 32.63 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
17:55:50 #21 32.63 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
17:55:50 #21 32.66 Selecting previously unselected package cpp-10-aarch64-linux-gnu.
17:55:50 #21 32.66 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
17:55:50 #21 32.67 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
17:55:57 #21 38.42 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64.
17:55:57 #21 38.42 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ...
17:55:57 #21 38.43 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
17:55:57 #21 38.46 Selecting previously unselected package cpp-10-arm-linux-gnueabi.
17:55:57 #21 38.46 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
17:55:57 #21 38.47 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
17:56:00 #21 42.70 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64.
17:56:00 #21 42.71 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ...
17:56:00 #21 42.71 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
17:56:00 #21 42.75 Selecting previously unselected package cpp-10-arm-linux-gnueabihf.
17:56:00 #21 42.75 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
17:56:00 #21 42.75 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
17:56:05 #21 47.05 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64.
17:56:05 #21 47.05 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
17:56:05 #21 47.06 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
17:56:05 #21 47.09 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu.
17:56:05 #21 47.09 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
17:56:05 #21 47.10 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
17:56:11 #21 53.06 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64.
17:56:11 #21 53.07 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
17:56:11 #21 53.49 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
17:56:12 #21 53.99 Selecting previously unselected package cpp-10-s390x-linux-gnu.
17:56:12 #21 53.99 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
17:56:12 #21 54.02 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
17:56:16 #21 57.94 Selecting previously unselected package cpp-aarch64-linux-gnu.
17:56:16 #21 57.94 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
17:56:16 #21 57.95 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ...
17:56:16 #21 57.97 Selecting previously unselected package cpp-arm-linux-gnueabi.
17:56:16 #21 57.97 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
17:56:16 #21 57.98 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ...
17:56:16 #21 58.01 Selecting previously unselected package cpp-arm-linux-gnueabihf.
17:56:16 #21 58.01 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
17:56:16 #21 58.01 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
17:56:16 #21 58.04 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
17:56:16 #21 58.04 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
17:56:16 #21 58.04 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
17:56:16 #21 58.07 Selecting previously unselected package cpp-s390x-linux-gnu.
17:56:16 #21 58.07 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
17:56:16 #21 58.08 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ...
17:56:16 #21 58.11 Selecting previously unselected package cross-config.
17:56:16 #21 58.11 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ...
17:56:16 #21 58.12 Unpacking cross-config (2.6.18+nmu1) ...
17:56:16 #21 58.15 Selecting previously unselected package gcc-10-cross-base.
17:56:16 #21 58.15 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ...
17:56:16 #21 58.16 Unpacking gcc-10-cross-base (10.2.1-6cross1) ...
17:56:16 #21 58.19 Selecting previously unselected package libc6-arm64-cross.
17:56:16 #21 58.19 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ...
17:56:16 #21 58.20 Unpacking libc6-arm64-cross (2.31-9cross4) ...
17:56:16 #21 58.32 Selecting previously unselected package libgcc-s1-arm64-cross.
17:56:16 #21 58.33 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:16 #21 58.33 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ...
17:56:16 #21 58.37 Selecting previously unselected package libgomp1-arm64-cross.
17:56:16 #21 58.37 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:16 #21 58.37 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ...
17:56:16 #21 58.41 Selecting previously unselected package libitm1-arm64-cross.
17:56:16 #21 58.41 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:16 #21 58.42 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ...
17:56:16 #21 58.45 Selecting previously unselected package libatomic1-arm64-cross.
17:56:16 #21 58.46 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:16 #21 58.46 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ...
17:56:16 #21 58.49 Selecting previously unselected package libasan6-arm64-cross.
17:56:16 #21 58.50 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:16 #21 58.50 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ...
17:56:16 #21 58.73 Selecting previously unselected package liblsan0-arm64-cross.
17:56:16 #21 58.73 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:16 #21 58.73 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ...
17:56:16 #21 58.84 Selecting previously unselected package libtsan0-arm64-cross.
17:56:17 #21 58.85 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:17 #21 58.85 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ...
17:56:17 #21 59.08 Selecting previously unselected package libstdc++6-arm64-cross.
17:56:17 #21 59.08 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:17 #21 59.09 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ...
17:56:17 #21 59.15 Selecting previously unselected package libubsan1-arm64-cross.
17:56:17 #21 59.15 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:17 #21 59.16 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ...
17:56:17 #21 59.26 Selecting previously unselected package libgcc-10-dev-arm64-cross.
17:56:17 #21 59.26 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:17 #21 59.27 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
17:56:17 #21 59.41 Selecting previously unselected package gcc-10-aarch64-linux-gnu.
17:56:17 #21 59.41 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
17:56:17 #21 59.41 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
17:56:22 #21 64.42 Selecting previously unselected package gcc-aarch64-linux-gnu.
17:56:22 #21 64.43 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
17:56:22 #21 64.43 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ...
17:56:22 #21 64.61 Selecting previously unselected package linux-libc-dev-arm64-cross.
17:56:22 #21 64.61 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ...
17:56:22 #21 64.66 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
17:56:22 #21 64.82 Selecting previously unselected package libc6-dev-arm64-cross.
17:56:22 #21 64.82 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ...
17:56:22 #21 64.83 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ...
17:56:23 #21 65.07 Selecting previously unselected package libstdc++-10-dev-arm64-cross.
17:56:23 #21 65.07 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
17:56:23 #21 65.08 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
17:56:23 #21 65.32 Selecting previously unselected package g++-10-aarch64-linux-gnu.
17:56:23 #21 65.32 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
17:56:23 #21 65.33 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
17:56:28 #21 70.10 Selecting previously unselected package g++-aarch64-linux-gnu.
17:56:28 #21 70.11 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
17:56:28 #21 70.11 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ...
17:56:28 #21 70.14 Selecting previously unselected package patch.
17:56:28 #21 70.14 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ...
17:56:28 #21 70.14 Unpacking patch (2.7.6-7) ...
17:56:28 #21 70.18 Selecting previously unselected package dpkg-dev.
17:56:28 #21 70.19 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ...
17:56:28 #21 70.19 Unpacking dpkg-dev (1.20.9) ...
17:56:28 #21 70.33 Selecting previously unselected package libconfig-inifiles-perl.
17:56:28 #21 70.33 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ...
17:56:28 #21 70.33 Unpacking libconfig-inifiles-perl (3.000003-1) ...
17:56:28 #21 70.36 Selecting previously unselected package libio-string-perl.
17:56:28 #21 70.37 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ...
17:56:28 #21 70.37 Unpacking libio-string-perl (1.08-3.1) ...
17:56:28 #21 70.40 Selecting previously unselected package libicu67:amd64.
17:56:28 #21 70.40 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ...
17:56:28 #21 70.41 Unpacking libicu67:amd64 (67.1-7) ...
17:56:29 #21 71.23 Selecting previously unselected package libxml2:amd64.
17:56:29 #21 71.23 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
17:56:29 #21 71.24 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
17:56:29 #21 71.32 Selecting previously unselected package libxml-namespacesupport-perl.
17:56:29 #21 71.32 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
17:56:29 #21 71.33 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
17:56:29 #21 71.36 Selecting previously unselected package libxml-sax-base-perl.
17:56:29 #21 71.36 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ...
17:56:29 #21 71.37 Unpacking libxml-sax-base-perl (1.09-1.1) ...
17:56:29 #21 71.41 Selecting previously unselected package libxml-sax-perl.
17:56:29 #21 71.41 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ...
17:56:29 #21 71.42 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
17:56:29 #21 71.46 Selecting previously unselected package libxml-libxml-perl.
17:56:29 #21 71.46 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
17:56:29 #21 71.46 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
17:56:29 #21 71.52 Selecting previously unselected package libxml-simple-perl.
17:56:29 #21 71.53 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ...
17:56:29 #21 71.53 Unpacking libxml-simple-perl (2.25-1) ...
17:56:29 #21 71.57 Selecting previously unselected package libyaml-perl.
17:56:29 #21 71.57 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ...
17:56:29 #21 71.57 Unpacking libyaml-perl (1.30-1) ...
17:56:29 #21 71.61 Selecting previously unselected package libconfig-auto-perl.
17:56:29 #21 71.61 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ...
17:56:29 #21 71.61 Unpacking libconfig-auto-perl (0.44-1.1) ...
17:56:29 #21 71.64 Selecting previously unselected package libfile-which-perl.
17:56:29 #21 71.64 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ...
17:56:29 #21 71.65 Unpacking libfile-which-perl (1.23-1) ...
17:56:29 #21 71.68 Selecting previously unselected package libfile-homedir-perl.
17:56:29 #21 71.68 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ...
17:56:29 #21 71.69 Unpacking libfile-homedir-perl (1.006-1) ...
17:56:29 #21 71.72 Selecting previously unselected package libdebian-dpkgcross-perl.
17:56:29 #21 71.72 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ...
17:56:29 #21 71.73 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ...
17:56:29 #21 71.77 Selecting previously unselected package dpkg-cross.
17:56:29 #21 71.77 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ...
17:56:29 #21 71.78 Unpacking dpkg-cross (2.6.18+nmu1) ...
17:56:29 #21 71.81 Selecting previously unselected package crossbuild-essential-arm64.
17:56:29 #21 71.81 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ...
17:56:29 #21 71.82 Unpacking crossbuild-essential-arm64 (12.9) ...
17:56:29 #21 71.85 Selecting previously unselected package libc6-armel-cross.
17:56:29 #21 71.85 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ...
17:56:29 #21 71.85 Unpacking libc6-armel-cross (2.31-9cross4) ...
17:56:29 #21 71.97 Selecting previously unselected package libgcc-s1-armel-cross.
17:56:29 #21 71.97 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ...
17:56:29 #21 71.98 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ...
17:56:29 #21 72.01 Selecting previously unselected package libgomp1-armel-cross.
17:56:29 #21 72.01 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ...
17:56:29 #21 72.02 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ...
17:56:29 #21 72.05 Selecting previously unselected package libatomic1-armel-cross.
17:56:29 #21 72.06 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ...
17:56:29 #21 72.06 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ...
17:56:30 #21 72.09 Selecting previously unselected package libasan6-armel-cross.
17:56:30 #21 72.09 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ...
17:56:30 #21 72.10 Unpacking libasan6-armel-cross (10.2.1-6cross1) ...
17:56:30 #21 72.32 Selecting previously unselected package libstdc++6-armel-cross.
17:56:30 #21 72.32 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ...
17:56:30 #21 72.33 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ...
17:56:30 #21 72.40 Selecting previously unselected package libubsan1-armel-cross.
17:56:30 #21 72.40 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ...
17:56:30 #21 72.40 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ...
17:56:30 #21 72.50 Selecting previously unselected package libgcc-10-dev-armel-cross.
17:56:30 #21 72.50 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
17:56:30 #21 72.51 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
17:56:30 #21 72.64 Selecting previously unselected package gcc-10-arm-linux-gnueabi.
17:56:30 #21 72.64 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
17:56:30 #21 72.65 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
17:56:35 #21 77.37 Selecting previously unselected package gcc-arm-linux-gnueabi.
17:56:35 #21 77.37 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
17:56:35 #21 77.37 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ...
17:56:35 #21 77.41 Selecting previously unselected package linux-libc-dev-armel-cross.
17:56:35 #21 77.41 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ...
17:56:35 #21 77.42 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ...
17:56:35 #21 77.59 Selecting previously unselected package libc6-dev-armel-cross.
17:56:35 #21 77.59 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ...
17:56:35 #21 77.59 Unpacking libc6-dev-armel-cross (2.31-9cross4) ...
17:56:35 #21 77.82 Selecting previously unselected package libstdc++-10-dev-armel-cross.
17:56:35 #21 77.83 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
17:56:35 #21 77.84 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
17:56:35 #21 78.09 Selecting previously unselected package g++-10-arm-linux-gnueabi.
17:56:36 #21 78.10 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
17:56:36 #21 78.10 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
17:56:41 #21 82.62 Selecting previously unselected package g++-arm-linux-gnueabi.
17:56:41 #21 82.62 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
17:56:41 #21 82.62 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ...
17:56:41 #21 82.65 Selecting previously unselected package crossbuild-essential-armel.
17:56:41 #21 82.65 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ...
17:56:41 #21 82.65 Unpacking crossbuild-essential-armel (12.9) ...
17:56:41 #21 82.68 Selecting previously unselected package libc6-armhf-cross.
17:56:41 #21 82.68 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ...
17:56:41 #21 82.68 Unpacking libc6-armhf-cross (2.31-9cross4) ...
17:56:41 #21 82.80 Selecting previously unselected package libgcc-s1-armhf-cross.
17:56:41 #21 82.80 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ...
17:56:41 #21 82.80 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ...
17:56:41 #21 82.83 Selecting previously unselected package libgomp1-armhf-cross.
17:56:41 #21 82.84 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ...
17:56:41 #21 82.84 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ...
17:56:41 #21 82.87 Selecting previously unselected package libatomic1-armhf-cross.
17:56:41 #21 82.87 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ...
17:56:41 #21 82.89 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ...
17:56:41 #21 82.92 Selecting previously unselected package libasan6-armhf-cross.
17:56:41 #21 82.92 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ...
17:56:41 #21 82.93 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ...
17:56:41 #21 83.15 Selecting previously unselected package libstdc++6-armhf-cross.
17:56:41 #21 83.15 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ...
17:56:41 #21 83.15 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ...
17:56:41 #21 83.22 Selecting previously unselected package libubsan1-armhf-cross.
17:56:41 #21 83.22 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ...
17:56:41 #21 83.23 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ...
17:56:41 #21 83.32 Selecting previously unselected package libgcc-10-dev-armhf-cross.
17:56:41 #21 83.32 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
17:56:41 #21 83.32 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
17:56:41 #21 83.44 Selecting previously unselected package gcc-10-arm-linux-gnueabihf.
17:56:41 #21 83.44 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
17:56:41 #21 83.45 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
17:56:46 #21 88.22 Selecting previously unselected package gcc-arm-linux-gnueabihf.
17:56:46 #21 88.22 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
17:56:46 #21 88.23 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
17:56:46 #21 88.26 Selecting previously unselected package linux-libc-dev-armhf-cross.
17:56:46 #21 88.26 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ...
17:56:46 #21 88.26 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
17:56:46 #21 88.44 Selecting previously unselected package libc6-dev-armhf-cross.
17:56:46 #21 88.44 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ...
17:56:46 #21 88.45 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ...
17:56:46 #21 88.66 Selecting previously unselected package libstdc++-10-dev-armhf-cross.
17:56:46 #21 88.67 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
17:56:46 #21 88.67 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
17:56:46 #21 88.94 Selecting previously unselected package g++-10-arm-linux-gnueabihf.
17:56:46 #21 88.94 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
17:56:46 #21 88.95 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
17:56:52 #21 93.41 Selecting previously unselected package g++-arm-linux-gnueabihf.
17:56:52 #21 93.41 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
17:56:52 #21 93.42 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ...
17:56:52 #21 93.45 Selecting previously unselected package crossbuild-essential-armhf.
17:56:52 #21 93.45 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ...
17:56:52 #21 93.45 Unpacking crossbuild-essential-armhf (12.9) ...
17:56:52 #21 93.48 Selecting previously unselected package libc6-ppc64el-cross.
17:56:52 #21 93.48 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ...
17:56:52 #21 93.49 Unpacking libc6-ppc64el-cross (2.31-9cross4) ...
17:56:52 #21 93.65 Selecting previously unselected package libgcc-s1-ppc64el-cross.
17:56:52 #21 93.65 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:56:52 #21 93.65 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
17:56:52 #21 93.69 Selecting previously unselected package libgomp1-ppc64el-cross.
17:56:52 #21 93.69 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:56:52 #21 93.70 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ...
17:56:52 #21 93.75 Selecting previously unselected package libitm1-ppc64el-cross.
17:56:52 #21 93.75 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:56:52 #21 93.75 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ...
17:56:52 #21 93.79 Selecting previously unselected package libatomic1-ppc64el-cross.
17:56:52 #21 93.79 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:56:52 #21 93.79 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ...
17:56:52 #21 93.83 Selecting previously unselected package libasan6-ppc64el-cross.
17:56:52 #21 93.83 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:56:52 #21 93.84 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ...
17:56:52 #21 94.08 Selecting previously unselected package liblsan0-ppc64el-cross.
17:56:52 #21 94.08 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:56:52 #21 94.08 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ...
17:56:52 #21 94.19 Selecting previously unselected package libtsan0-ppc64el-cross.
17:56:52 #21 94.19 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:56:52 #21 94.20 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ...
17:56:52 #21 94.43 Selecting previously unselected package libstdc++6-ppc64el-cross.
17:56:52 #21 94.44 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:56:52 #21 94.44 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
17:56:52 #21 94.52 Selecting previously unselected package libubsan1-ppc64el-cross.
17:56:52 #21 94.52 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:56:52 #21 94.53 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ...
17:56:52 #21 94.63 Selecting previously unselected package libquadmath0-ppc64el-cross.
17:56:52 #21 94.63 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:56:52 #21 94.64 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
17:56:52 #21 94.68 Selecting previously unselected package libgcc-10-dev-ppc64el-cross.
17:56:52 #21 94.68 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:56:52 #21 94.69 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
17:56:52 #21 94.86 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu.
17:56:52 #21 94.86 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
17:56:52 #21 94.86 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
17:56:58 #21 99.43 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
17:56:58 #21 99.43 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
17:56:58 #21 99.44 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
17:56:58 #21 99.47 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
17:56:58 #21 99.47 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ...
17:56:58 #21 99.47 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
17:56:58 #21 99.64 Selecting previously unselected package libc6-dev-ppc64el-cross.
17:56:58 #21 99.65 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ...
17:56:58 #21 99.65 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ...
17:56:58 #21 99.93 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross.
17:56:58 #21 99.93 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
17:56:58 #21 99.94 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
17:56:58 #21 100.2 Selecting previously unselected package g++-10-powerpc64le-linux-gnu.
17:56:58 #21 100.2 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
17:56:58 #21 100.2 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
17:57:03 #21 104.6 Selecting previously unselected package g++-powerpc64le-linux-gnu.
17:57:03 #21 104.6 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
17:57:03 #21 104.6 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
17:57:03 #21 104.7 Selecting previously unselected package crossbuild-essential-ppc64el.
17:57:03 #21 104.7 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ...
17:57:03 #21 104.7 Unpacking crossbuild-essential-ppc64el (12.9) ...
17:57:03 #21 104.7 Selecting previously unselected package libc6-s390x-cross.
17:57:03 #21 104.7 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ...
17:57:03 #21 104.7 Unpacking libc6-s390x-cross (2.31-9cross4) ...
17:57:03 #21 104.8 Selecting previously unselected package libgcc-s1-s390x-cross.
17:57:03 #21 104.8 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ...
17:57:03 #21 104.8 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ...
17:57:03 #21 104.9 Selecting previously unselected package libgomp1-s390x-cross.
17:57:03 #21 104.9 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ...
17:57:03 #21 104.9 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ...
17:57:03 #21 104.9 Selecting previously unselected package libitm1-s390x-cross.
17:57:03 #21 104.9 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ...
17:57:03 #21 104.9 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ...
17:57:03 #21 104.9 Selecting previously unselected package libatomic1-s390x-cross.
17:57:03 #21 105.0 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ...
17:57:03 #21 105.0 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ...
17:57:03 #21 105.0 Selecting previously unselected package libasan6-s390x-cross.
17:57:03 #21 105.0 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ...
17:57:03 #21 105.0 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ...
17:57:03 #21 105.2 Selecting previously unselected package libstdc++6-s390x-cross.
17:57:03 #21 105.2 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ...
17:57:03 #21 105.2 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ...
17:57:03 #21 105.3 Selecting previously unselected package libubsan1-s390x-cross.
17:57:03 #21 105.3 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ...
17:57:03 #21 105.3 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ...
17:57:03 #21 105.4 Selecting previously unselected package libgcc-10-dev-s390x-cross.
17:57:03 #21 105.4 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
17:57:03 #21 105.4 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
17:57:03 #21 105.5 Selecting previously unselected package gcc-10-s390x-linux-gnu.
17:57:03 #21 105.5 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
17:57:03 #21 105.5 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
17:57:07 #21 109.8 Selecting previously unselected package gcc-s390x-linux-gnu.
17:57:07 #21 109.8 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
17:57:07 #21 109.8 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ...
17:57:07 #21 109.8 Selecting previously unselected package linux-libc-dev-s390x-cross.
17:57:07 #21 109.8 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ...
17:57:07 #21 109.8 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
17:57:08 #21 110.0 Selecting previously unselected package libc6-dev-s390x-cross.
17:57:08 #21 110.0 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ...
17:57:08 #21 110.0 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ...
17:57:08 #21 110.2 Selecting previously unselected package libstdc++-10-dev-s390x-cross.
17:57:08 #21 110.3 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
17:57:08 #21 110.3 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
17:57:08 #21 110.5 Selecting previously unselected package g++-10-s390x-linux-gnu.
17:57:08 #21 110.5 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
17:57:08 #21 110.5 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
17:57:12 #21 114.8 Selecting previously unselected package g++-s390x-linux-gnu.
17:57:12 #21 114.8 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
17:57:12 #21 114.8 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ...
17:57:12 #21 114.9 Selecting previously unselected package crossbuild-essential-s390x.
17:57:12 #21 114.9 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ...
17:57:12 #21 114.9 Unpacking crossbuild-essential-s390x (12.9) ...
17:57:12 #21 114.9 Setting up libconfig-inifiles-perl (3.000003-1) ...
17:57:12 #21 114.9 Setting up libfile-which-perl (1.23-1) ...
17:57:12 #21 114.9 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ...
17:57:12 #21 114.9 Setting up libc6-armhf-cross (2.31-9cross4) ...
17:57:12 #21 115.0 Setting up binutils-s390x-linux-gnu (2.35.2-2) ...
17:57:13 #21 115.0 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
17:57:13 #21 115.0 Setting up libicu67:amd64 (67.1-7) ...
17:57:13 #21 115.0 Setting up libmagic-mgc (1:5.39-3) ...
17:57:13 #21 115.0 Setting up libc6-ppc64el-cross (2.31-9cross4) ...
17:57:13 #21 115.0 Setting up libc6-s390x-cross (2.31-9cross4) ...
17:57:13 #21 115.0 Setting up libmagic1:amd64 (1:5.39-3) ...
17:57:13 #21 115.1 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
17:57:13 #21 115.1 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
17:57:13 #21 115.1 Setting up file (1:5.39-3) ...
17:57:13 #21 115.1 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
17:57:13 #21 115.1 Setting up bzip2 (1.0.8-4) ...
17:57:13 #21 115.1 Setting up libyaml-perl (1.30-1) ...
17:57:13 #21 115.1 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ...
17:57:13 #21 115.1 Setting up libxml-sax-base-perl (1.09-1.1) ...
17:57:13 #21 115.2 Setting up libio-string-perl (1.08-3.1) ...
17:57:13 #21 115.2 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
17:57:13 #21 115.2 Setting up cross-config (2.6.18+nmu1) ...
17:57:13 #21 115.3 Setting up xz-utils (5.2.5-2) ...
17:57:13 #21 115.3 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
17:57:13 #21 115.3 Setting up libc6-arm64-cross (2.31-9cross4) ...
17:57:13 #21 115.3 Setting up patch (2.7.6-7) ...
17:57:13 #21 115.3 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
17:57:13 #21 115.3 Setting up gcc-10-cross-base (10.2.1-6cross1) ...
17:57:13 #21 115.4 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ...
17:57:13 #21 115.4 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
17:57:13 #21 115.4 Setting up libc6-armel-cross (2.31-9cross4) ...
17:57:13 #21 115.4 Setting up libitm1-s390x-cross (10.2.1-6cross1) ...
17:57:13 #21 115.4 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ...
17:57:13 #21 115.4 Setting up libc6-dev-s390x-cross (2.31-9cross4) ...
17:57:13 #21 115.4 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
17:57:13 #21 115.4 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
17:57:13 #21 115.5 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
17:57:13 #21 115.5 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ...
17:57:13 #21 115.5 Setting up libc6-dev-armel-cross (2.31-9cross4) ...
17:57:13 #21 115.5 Setting up libfile-homedir-perl (1.006-1) ...
17:57:13 #21 115.5 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
17:57:13 #21 115.5 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ...
17:57:13 #21 115.5 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
17:57:13 #21 115.6 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
17:57:13 #21 115.6 Setting up liblocale-gettext-perl (1.07-4+b1) ...
17:57:13 #21 115.6 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
17:57:13 #21 115.6 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
17:57:13 #21 115.6 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
17:57:13 #21 115.6 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ...
17:57:13 #21 115.6 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
17:57:13 #21 115.6 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ...
17:57:13 #21 115.6 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ...
17:57:13 #21 115.7 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ...
17:57:13 #21 115.7 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ...
17:57:13 #21 115.7 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ...
17:57:13 #21 115.7 Setting up libgomp1-armel-cross (10.2.1-6cross1) ...
17:57:13 #21 115.7 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ...
17:57:13 #21 115.7 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
17:57:13 #21 115.7 Setting up libasan6-arm64-cross (10.2.1-6cross1) ...
17:57:13 #21 115.7 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ...
17:57:13 #21 115.8 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ...
17:57:13 #21 115.8 Setting up libc6-dev-armhf-cross (2.31-9cross4) ...
17:57:13 #21 115.8 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ...
17:57:13 #21 115.8 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ...
17:57:13 #21 115.8 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ...
17:57:13 #21 115.8 Setting up libc6-dev-arm64-cross (2.31-9cross4) ...
17:57:13 #21 115.8 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ...
17:57:13 #21 115.8 Setting up libatomic1-armel-cross (10.2.1-6cross1) ...
17:57:13 #21 115.8 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ...
17:57:13 #21 115.9 Setting up libxml-sax-perl (1.02+dfsg-1) ...
17:57:13 #21 115.9 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
17:57:14 #21 116.0 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
17:57:14 #21 116.1 
17:57:14 #21 116.1 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
17:57:14 #21 116.2 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ...
17:57:14 #21 116.2 Setting up dpkg-dev (1.20.9) ...
17:57:14 #21 116.2 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ...
17:57:14 #21 116.2 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ...
17:57:14 #21 116.2 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ...
17:57:14 #21 116.3 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ...
17:57:14 #21 116.3 Setting up libubsan1-armel-cross (10.2.1-6cross1) ...
17:57:14 #21 116.3 Setting up libasan6-armhf-cross (10.2.1-6cross1) ...
17:57:14 #21 116.3 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
17:57:14 #21 116.3 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ...
17:57:14 #21 116.3 Setting up libitm1-arm64-cross (10.2.1-6cross1) ...
17:57:14 #21 116.3 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ...
17:57:14 #21 116.3 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
17:57:14 #21 116.3 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
17:57:14 #21 116.4 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
17:57:14 #21 116.5 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
17:57:14 #21 116.5 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
17:57:14 #21 116.6 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
17:57:14 #21 116.7 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
17:57:14 #21 116.7 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
17:57:14 #21 116.7 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
17:57:14 #21 116.7 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
17:57:14 #21 116.7 Setting up libasan6-armel-cross (10.2.1-6cross1) ...
17:57:14 #21 116.8 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ...
17:57:14 #21 116.8 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ...
17:57:14 #21 116.8 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
17:57:14 #21 116.8 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
17:57:14 #21 116.8 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ...
17:57:14 #21 116.9 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
17:57:14 #21 116.9 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ...
17:57:14 #21 116.9 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
17:57:14 #21 116.9 Setting up libasan6-s390x-cross (10.2.1-6cross1) ...
17:57:14 #21 116.9 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
17:57:14 #21 116.9 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ...
17:57:15 #21 116.9 Setting up libxml-simple-perl (2.25-1) ...
17:57:15 #21 117.0 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
17:57:15 #21 117.0 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
17:57:15 #21 117.0 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ...
17:57:15 #21 117.0 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
17:57:15 #21 117.0 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ...
17:57:15 #21 117.0 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
17:57:15 #21 117.1 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
17:57:15 #21 117.1 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
17:57:15 #21 117.1 Setting up libconfig-auto-perl (0.44-1.1) ...
17:57:15 #21 117.1 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
17:57:15 #21 117.1 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
17:57:15 #21 117.1 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
17:57:15 #21 117.1 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
17:57:15 #21 117.2 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ...
17:57:15 #21 117.2 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
17:57:15 #21 117.2 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ...
17:57:15 #21 117.2 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ...
17:57:15 #21 117.2 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
17:57:15 #21 117.2 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
17:57:15 #21 117.2 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
17:57:15 #21 117.2 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ...
17:57:15 #21 117.3 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ...
17:57:15 #21 117.3 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
17:57:15 #21 117.3 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
17:57:15 #21 117.3 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ...
17:57:15 #21 117.3 Setting up dpkg-cross (2.6.18+nmu1) ...
17:57:15 #21 117.4 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
17:57:15 #21 117.4 Setting up crossbuild-essential-armel (12.9) ...
17:57:15 #21 117.4 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ...
17:57:15 #21 117.4 Setting up crossbuild-essential-armhf (12.9) ...
17:57:15 #21 117.4 Setting up crossbuild-essential-arm64 (12.9) ...
17:57:15 #21 117.4 Setting up crossbuild-essential-s390x (12.9) ...
17:57:15 #21 117.4 Setting up crossbuild-essential-ppc64el (12.9) ...
17:57:15 #21 117.5 Processing triggers for libc-bin (2.31-13) ...
17:57:16 #21 DONE 118.9s
17:57:17 
17:57: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
17:57:17 #22 sha256:a8f7a8b9a758d5acc1468dfabe7911af3d84ebfe7ef7343126e16dd0e61307f1
17:57:18 #22 1.657 Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
17:57:18 #22 1.657 Hit:2 http://deb.debian.org/debian bullseye InRelease
17:57:18 #22 1.657 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
17:57:18 #22 1.863 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [28.1 kB]
17:57:18 #22 1.885 Get:5 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [28.1 kB]
17:57:18 #22 1.888 Get:6 http://security.debian.org/debian-security bullseye-security/main armel Packages [26.7 kB]
17:57:18 #22 1.939 Get:7 http://security.debian.org/debian-security bullseye-security/main armhf Packages [27.7 kB]
17:57:18 #22 1.989 Get:8 http://security.debian.org/debian-security bullseye-security/main s390x Packages [28.1 kB]
17:57:19 #22 2.211 Get:9 http://deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB]
17:57:19 #22 2.598 Get:10 http://deb.debian.org/debian bullseye/main arm64 Packages [8066 kB]
17:57:20 #22 2.989 Get:11 http://deb.debian.org/debian bullseye/main armel Packages [7861 kB]
17:57:20 #22 3.475 Get:12 http://deb.debian.org/debian bullseye/main armhf Packages [7941 kB]
17:57:20 #22 3.792 Get:13 http://deb.debian.org/debian bullseye/main s390x Packages [7873 kB]
17:57:22 #22 ...
17:57:22 
17:57:22 #33 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
17:57:22 #33 sha256:e1e67e0c3227812f25f3408ee6fd4af17a234c1cb219325237d4e78bdffa9cdd
17:57:22 #33 1.472 + RM_GOPATH=0
17:57:22 #33 1.472 + TMP_GOPATH=
17:57:22 #33 1.472 + : /build
17:57:22 #33 1.472 + '[' -z '' ']'
17:57:22 #33 1.473 ++ mktemp -d
17:57:22 #33 1.474 + export GOPATH=/tmp/tmp.PMWbi35KDo
17:57:22 #33 1.474 + GOPATH=/tmp/tmp.PMWbi35KDo
17:57:22 #33 1.474 + RM_GOPATH=1
17:57:22 #33 1.474 + case "$(go env GOARCH)" in
17:57:22 #33 1.475 ++ go env GOARCH
17:57:22 #33 1.480 + export GO_BUILDMODE=-buildmode=pie
17:57:22 #33 1.480 + GO_BUILDMODE=-buildmode=pie
17:57:22 #33 1.480 ++ dirname /tmp/install/install.sh
17:57:22 #33 1.481 + dir=/tmp/install
17:57:22 #33 1.481 + bin=rootlesskit
17:57:22 #33 1.481 + shift
17:57:22 #33 1.481 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
17:57:22 #33 1.481 + . /tmp/install/rootlesskit.installer
17:57:22 #33 1.482 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2
17:57:22 #33 1.482 + install_rootlesskit
17:57:22 #33 1.482 + case "$1" in
17:57:22 #33 1.482 + export CGO_ENABLED=0
17:57:22 #33 1.482 + CGO_ENABLED=0
17:57:22 #33 1.482 + _install_rootlesskit
17:57:22 #33 1.482 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2'
17:57:22 #33 1.483 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2
17:57:22 #33 1.483 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.PMWbi35KDo/src/github.com/rootless-containers/rootlesskit
17:57:22 #33 1.503 Cloning into '/tmp/tmp.PMWbi35KDo/src/github.com/rootless-containers/rootlesskit'...
17:57:22 #33 3.312 + cd /tmp/tmp.PMWbi35KDo/src/github.com/rootless-containers/rootlesskit
17:57:22 #33 3.312 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2
17:57:22 #33 3.331 + export GO111MODULE=on
17:57:22 #33 3.334 + GO111MODULE=on
17:57:22 #33 3.334 + export GOPROXY=https://proxy.golang.org
17:57:22 #33 3.335 + GOPROXY=https://proxy.golang.org
17:57:22 #33 3.335 + for f in rootlesskit rootlesskit-docker-proxy
17:57:22 #33 3.335 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
17:57:22 #33 4.083 go: downloading github.com/sirupsen/logrus v1.8.1
17:57:22 #33 4.084 go: downloading github.com/pkg/errors v0.9.1
17:57:22 #33 4.113 go: downloading github.com/urfave/cli/v2 v2.3.0
17:57:22 #33 4.314 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
17:57:22 #33 5.323 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
17:57:22 #33 5.527 go: downloading github.com/google/uuid v1.3.0
17:57:22 #33 5.533 go: downloading github.com/moby/vpnkit v0.5.0
17:57:22 #33 5.584 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
17:57:22 #33 5.691 go: downloading github.com/gofrs/flock v0.8.1
17:57:22 #33 5.757 go: downloading github.com/gorilla/mux v1.8.0
17:57:22 #33 5.822 go: downloading github.com/moby/sys/mountinfo v0.4.1
17:57:22 #33 5.914 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
17:57:23 #33 5.981 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
17:57:23 #33 6.699 go: downloading github.com/u-root/u-root v7.0.0+incompatible
17:57:25 #33 8.279 go: downloading github.com/russross/blackfriday/v2 v2.1.0
17:57:26 #33 ...
17:57:26 
17:57:26 #24 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
17:57:26 #24 sha256:6c7406254dea1f5b705707278689ffe122367cc16d33a7c8080b01e074dea8a7
17:57:26 #24 1.704 Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
17:57:26 #24 1.704 Hit:2 http://deb.debian.org/debian bullseye InRelease
17:57:26 #24 1.704 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
17:57:26 #24 1.933 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [28.1 kB]
17:57:26 #24 1.958 Get:5 http://security.debian.org/debian-security bullseye-security/main s390x Packages [28.1 kB]
17:57:26 #24 1.960 Get:6 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [28.1 kB]
17:57:26 #24 1.960 Get:7 http://security.debian.org/debian-security bullseye-security/main armel Packages [26.7 kB]
17:57:26 #24 1.960 Get:8 http://security.debian.org/debian-security bullseye-security/main armhf Packages [27.7 kB]
17:57:26 #24 2.303 Get:9 http://deb.debian.org/debian bullseye/main s390x Packages [7873 kB]
17:57:26 #24 2.628 Get:10 http://deb.debian.org/debian bullseye/main armhf Packages [7941 kB]
17:57:26 #24 3.097 Get:11 http://deb.debian.org/debian bullseye/main arm64 Packages [8066 kB]
17:57:26 #24 3.486 Get:12 http://deb.debian.org/debian bullseye/main armel Packages [7861 kB]
17:57:26 #24 3.782 Get:13 http://deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB]
17:57:27 #24 ...
17:57:27 
17:57:27 #30 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
17:57:27 #30 sha256:21632f9a74519dfca3d6d67066e33a3e3001afa1f5a87f05e6482d06f323a343
17:57:27 #30 1.735 Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
17:57:27 #30 1.735 Hit:2 http://deb.debian.org/debian bullseye InRelease
17:57:27 #30 1.735 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
17:57:27 #30 1.946 Get:4 http://security.debian.org/debian-security bullseye-security/main armhf Packages [27.7 kB]
17:57:27 #30 2.019 Get:5 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [28.1 kB]
17:57:27 #30 2.021 Get:6 http://security.debian.org/debian-security bullseye-security/main armel Packages [26.7 kB]
17:57:27 #30 2.023 Get:7 http://security.debian.org/debian-security bullseye-security/main s390x Packages [28.1 kB]
17:57:27 #30 2.024 Get:8 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [28.1 kB]
17:57:27 #30 2.311 Get:9 http://deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB]
17:57:27 #30 2.663 Get:10 http://deb.debian.org/debian bullseye/main armhf Packages [7941 kB]
17:57:27 #30 3.124 Get:11 http://deb.debian.org/debian bullseye/main s390x Packages [7873 kB]
17:57:27 #30 3.510 Get:12 http://deb.debian.org/debian bullseye/main arm64 Packages [8066 kB]
17:57:27 #30 3.798 Get:13 http://deb.debian.org/debian bullseye/main armel Packages [7861 kB]
17:57:35 #30 ...
17:57:35 
17:57:35 #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
17:57:35 #22 sha256:a8f7a8b9a758d5acc1468dfabe7911af3d84ebfe7ef7343126e16dd0e61307f1
17:57:35 #22 17.34 Fetched 39.9 MB in 16s (2500 kB/s)
17:57:41 #22 17.34 Reading package lists...
17:57:41 #22 ...
17:57:41 
17:57:41 #24 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
17:57:41 #24 sha256:6c7406254dea1f5b705707278689ffe122367cc16d33a7c8080b01e074dea8a7
17:57:41 #24 17.49 Fetched 39.9 MB in 16s (2484 kB/s)
17:57:42 #24 17.49 Reading package lists...
17:57:42 #24 ...
17:57:42 
17:57:42 #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
17:57:42 #22 sha256:a8f7a8b9a758d5acc1468dfabe7911af3d84ebfe7ef7343126e16dd0e61307f1
17:57:42 #22 17.34 Reading package lists...
17:57:44 #22 26.07 Reading package lists...
17:57:44 #22 ...
17:57:44 
17:57:44 #30 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
17:57:44 #30 sha256:21632f9a74519dfca3d6d67066e33a3e3001afa1f5a87f05e6482d06f323a343
17:57:44 #30 17.49 Fetched 39.9 MB in 16s (2492 kB/s)
17:57:44 #30 17.49 Reading package lists...
17:57:44 #30 26.27 Reading package lists...
17:57:44 #30 ...
17:57:44 
17:57:44 #33 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
17:57:44 #33 sha256:e1e67e0c3227812f25f3408ee6fd4af17a234c1cb219325237d4e78bdffa9cdd
17:57:44 #33 26.83 + for f in rootlesskit rootlesskit-docker-proxy
17:57:44 #33 26.83 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
17:57:46 #33 DONE 29.9s
17:57:46 
17:57:46 #34 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
17:57:46 #34 sha256:b0f3012b1c750beab09603c4317687877183935d722bb8ee4e451f7633a64c16
17:57:46 #34 DONE 0.1s
17:57:46 
17:57:46 #24 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
17:57:46 #24 sha256:6c7406254dea1f5b705707278689ffe122367cc16d33a7c8080b01e074dea8a7
17:57:46 #24 17.49 Reading package lists...
17:57:46 #24 26.55 Reading package lists...
17:57:46 #24 ...
17:57:46 
17:57:46 #35 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
17:57:46 #35 sha256:821705857374faee30411d51249bb5f0b7b904debf03d06d4ece220f92ee91f5
17:57:46 #35 DONE 0.1s
17:57:46 
17:57: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
17:57:46 #22 sha256:a8f7a8b9a758d5acc1468dfabe7911af3d84ebfe7ef7343126e16dd0e61307f1
17:57:50 #22 26.07 Reading package lists...
17:57:50 #22 ...
17:57:50 
17:57:50 #38 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
17:57:50 #38 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
17:57:50 #38 CACHED
17:57:50 
17:57:50 #40 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
17:57:50 #40 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
17:57:50 #40 CACHED
17:57:50 
17:57:50 #30 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
17:57:50 #30 sha256:21632f9a74519dfca3d6d67066e33a3e3001afa1f5a87f05e6482d06f323a343
17:57:51 #30 26.27 Reading package lists...
17:57:51 #30 ...
17:57:51 
17:57:51 #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
17:57:51 #22 sha256:a8f7a8b9a758d5acc1468dfabe7911af3d84ebfe7ef7343126e16dd0e61307f1
17:57:51 #22 26.07 Reading package lists...
17:57:53 #22 34.51 Building dependency tree...
17:57:53 #22 36.10 Reading state information...
17:57:54 #22 37.48 The following additional packages will be installed:
17:57:54 #22 37.49   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
17:57:54 #22 37.49   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
17:57:54 #22 37.49   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
17:57:54 #22 37.49   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
17:57:54 #22 37.51   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
17:57:54 #22 37.51   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
17:57:54 #22 37.52   mingw-w64-common mingw-w64-x86-64-dev
17:57:54 #22 37.56 Suggested packages:
17:57:54 #22 37.56   gcc-10-locales seccomp wine64
17:57:55 #22 38.04 The following NEW packages will be installed:
17:57:55 #22 38.04   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
17:57:55 #22 38.04   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
17:57:55 #22 38.04   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
17:57:55 #22 38.04   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
17:57:55 #22 38.04   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
17:57:55 #22 38.04   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
17:57:55 #22 38.04   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
17:57:55 #22 38.04   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
17:57:55 #22 38.05   mingw-w64-x86-64-dev
17:57:55 #22 38.41 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
17:57:55 #22 38.41 Need to get 115 MB of archives.
17:57:55 #22 38.41 After this operation, 645 MB of additional disk space will be used.
17:57:55 #22 38.41 Get:1 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
17:57:55 #22 38.44 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]
17:57:55 #22 38.52 Get:3 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
17:57:55 #22 38.52 Get:4 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
17:57:55 #22 38.52 Get:5 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
17:57:55 #22 38.52 Get:6 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
17:57:55 #22 38.58 Get:7 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
17:57:55 #22 38.64 Get:8 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
17:57:55 #22 38.64 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]
17:57:55 #22 38.83 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]
17:57:56 #22 39.20 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]
17:57:56 #22 ...
17:57:56 
17:57:56 #30 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
17:57:56 #30 sha256:21632f9a74519dfca3d6d67066e33a3e3001afa1f5a87f05e6482d06f323a343
17:57:56 #30 26.27 Reading package lists...
17:57:56 #30 34.57 Building dependency tree...
17:57:56 #30 35.92 Reading state information...
17:57:56 #30 37.39 The following additional packages will be installed:
17:57:56 #30 37.41   libbtrfs0
17:57:56 #30 37.69 The following NEW packages will be installed:
17:57:56 #30 37.72   libbtrfs-dev libbtrfs0
17:57:56 #30 38.11 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
17:57:56 #30 38.11 Need to get 460 kB of archives.
17:57:56 #30 38.11 After this operation, 1237 kB of additional disk space will be used.
17:57:56 #30 38.11 Get:1 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
17:57:56 #30 38.11 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
17:57:56 #30 38.39 debconf: delaying package configuration, since apt-utils is not installed
17:57:56 #30 38.68 Fetched 460 kB in 0s (1645 kB/s)
17:57:56 #30 38.77 Selecting previously unselected package libbtrfs0:amd64.
17:57:56 #30 38.77 (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.)
17:57:56 #30 38.80 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
17:57:56 #30 38.84 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
17:57:56 #30 38.94 Selecting previously unselected package libbtrfs-dev:amd64.
17:57:56 #30 38.95 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
17:57:56 #30 38.96 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
17:57:56 #30 39.12 Setting up libbtrfs0:amd64 (5.10.1-2) ...
17:57:56 #30 39.14 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
17:57:56 #30 39.15 Processing triggers for libc-bin (2.31-13) ...
17:57:56 #30 DONE 39.4s
17:57:56 
17:57:56 #22 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
17:57:56 #22 sha256:a8f7a8b9a758d5acc1468dfabe7911af3d84ebfe7ef7343126e16dd0e61307f1
17:57:56 #22 39.34 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]
17:57:56 #22 ...
17:57:56 
17:57:56 #31 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
17:57:56 #31 sha256:f57ddf2791036cc0b4898e1f8fb3b12c1a4ced1b24c877c8af7447d07ba1f917
17:57:57 #31 0.961 + RM_GOPATH=0
17:57:57 #31 0.961 + TMP_GOPATH=
17:57:57 #31 0.961 + : /build
17:57:57 #31 0.961 + '[' -z '' ']'
17:57:57 #31 0.961 ++ mktemp -d
17:57:57 #31 0.963 + export GOPATH=/tmp/tmp.aLl82LNM6z
17:57:57 #31 0.963 + GOPATH=/tmp/tmp.aLl82LNM6z
17:57:57 #31 0.963 + RM_GOPATH=1
17:57:57 #31 0.963 + case "$(go env GOARCH)" in
17:57:57 #31 0.964 ++ go env GOARCH
17:57:57 #31 0.975 + export GO_BUILDMODE=-buildmode=pie
17:57:57 #31 0.975 + GO_BUILDMODE=-buildmode=pie
17:57:57 #31 0.975 ++ dirname /tmp/install/install.sh
17:57:57 #31 0.976 + dir=/tmp/install
17:57:57 #31 0.976 + bin=containerd
17:57:57 #31 0.976 + shift
17:57:57 #31 0.976 + '[' '!' -f /tmp/install/containerd.installer ']'
17:57:57 #31 0.976 + . /tmp/install/containerd.installer
17:57:57 #31 0.976 ++ set -e
17:57:57 #31 0.976 ++ : 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0
17:57:57 #31 0.977 + install_containerd
17:57:57 #31 0.977 Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0
17:57:57 #31 0.977 + echo 'Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0'
17:57:57 #31 0.977 + git clone https://github.com/containerd/containerd.git /tmp/tmp.aLl82LNM6z/src/github.com/containerd/containerd
17:57:57 #31 0.983 Cloning into '/tmp/tmp.aLl82LNM6z/src/github.com/containerd/containerd'...
17:57:59 #31 ...
17:57:59 
17:57:59 #24 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
17:57:59 #24 sha256:6c7406254dea1f5b705707278689ffe122367cc16d33a7c8080b01e074dea8a7
17:57:59 #24 26.55 Reading package lists...
17:57:59 #24 34.92 Building dependency tree...
17:57:59 #24 36.40 Reading state information...
17:57:59 #24 37.58 The following additional packages will be installed:
17:57:59 #24 37.60   cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd
17:57:59 #24 37.62 Suggested packages:
17:57:59 #24 37.62   cmake-doc ninja-build lrzip
17:57:59 #24 37.62 Recommended packages:
17:57:59 #24 37.62   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
17:57:59 #24 38.07 The following NEW packages will be installed:
17:57:59 #24 38.08   cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd
17:57:59 #24 38.43 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded.
17:57:59 #24 38.43 Need to get 8419 kB of archives.
17:57:59 #24 38.43 After this operation, 34.9 MB of additional disk space will be used.
17:57:59 #24 38.43 Get:1 http://deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
17:57:59 #24 38.43 Get:2 http://deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
17:57:59 #24 38.44 Get:3 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB]
17:57:59 #24 38.46 Get:4 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
17:57:59 #24 38.46 Get:5 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
17:57:59 #24 38.46 Get:6 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
17:57:59 #24 38.46 Get:7 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
17:57:59 #24 38.46 Get:8 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB]
17:57:59 #24 39.06 debconf: delaying package configuration, since apt-utils is not installed
17:57:59 #24 39.33 Fetched 8419 kB in 0s (22.9 MB/s)
17:57:59 #24 39.38 Selecting previously unselected package xxd.
17:57:59 #24 39.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 ... 30211 files and directories currently installed.)
17:57:59 #24 39.47 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ...
17:57:59 #24 39.49 Unpacking xxd (2:8.2.2434-3) ...
17:57:59 #24 39.64 Selecting previously unselected package vim-common.
17:57:59 #24 39.65 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ...
17:57:59 #24 39.66 Unpacking vim-common (2:8.2.2434-3) ...
17:57:59 #24 39.80 Selecting previously unselected package cmake-data.
17:57:59 #24 39.80 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ...
17:57:59 #24 39.82 Unpacking cmake-data (3.18.4-2) ...
17:57:59 #24 40.61 Selecting previously unselected package libarchive13:amd64.
17:57:59 #24 40.61 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ...
17:57:59 #24 40.62 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
17:57:59 #24 40.70 Selecting previously unselected package libjsoncpp24:amd64.
17:57:59 #24 40.71 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ...
17:57:59 #24 40.71 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
17:57:59 #24 40.76 Selecting previously unselected package librhash0:amd64.
17:57:59 #24 40.76 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ...
17:57:59 #24 40.77 Unpacking librhash0:amd64 (1.4.1-2) ...
17:57:59 #24 40.82 Selecting previously unselected package libuv1:amd64.
17:57:59 #24 40.83 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ...
17:57:59 #24 40.83 Unpacking libuv1:amd64 (1.40.0-2) ...
17:57:59 #24 40.89 Selecting previously unselected package cmake.
17:57:59 #24 40.89 Preparing to unpack .../7-cmake_3.18.4-2_amd64.deb ...
17:57:59 #24 40.90 Unpacking cmake (3.18.4-2) ...
17:57:59 #24 42.16 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
17:57:59 #24 42.18 Setting up xxd (2:8.2.2434-3) ...
17:57:59 #24 42.19 Setting up libuv1:amd64 (1.40.0-2) ...
17:57:59 #24 42.20 Setting up vim-common (2:8.2.2434-3) ...
17:57:59 #24 42.23 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
17:57:59 #24 42.24 Setting up librhash0:amd64 (1.4.1-2) ...
17:57:59 #24 42.26 Setting up cmake-data (3.18.4-2) ...
17:57:59 #24 42.28 Setting up cmake (3.18.4-2) ...
17:57:59 #24 42.30 Processing triggers for libc-bin (2.31-13) ...
17:57:59 #24 DONE 42.7s
17:57:59 
17:57:59 #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
17:57:59 #22 sha256:a8f7a8b9a758d5acc1468dfabe7911af3d84ebfe7ef7343126e16dd0e61307f1
17:57:59 #22 39.62 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]
17:57:59 #22 40.05 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]
17:57:59 #22 40.21 Get:15 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
17:57:59 #22 40.21 Get:16 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
17:57:59 #22 40.21 Get:17 http://deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
17:57:59 #22 40.21 Get:18 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
17:57:59 #22 40.21 Get:19 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
17:57:59 #22 40.22 Get:20 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
17:57:59 #22 40.22 Get:21 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
17:57:59 #22 40.22 Get:22 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
17:57:59 #22 40.22 Get:23 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
17:57:59 #22 40.23 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
17:57:59 #22 40.23 Get:25 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
17:57:59 #22 40.23 Get:26 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
17:57:59 #22 40.24 Get:27 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
17:57:59 #22 40.25 Get:28 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
17:57:59 #22 40.25 Get:29 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB]
17:57:59 #22 40.25 Get:30 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
17:57:59 #22 40.67 debconf: delaying package configuration, since apt-utils is not installed
17:57:59 #22 40.80 Fetched 115 MB in 2s (53.7 MB/s)
17:57:59 #22 40.82 Selecting previously unselected package binutils-mingw-w64-i686.
17:57:59 #22 40.82 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30211 files and directories currently installed.)
17:57:59 #22 40.84 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
17:57:59 #22 40.85 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
17:57:59 #22 41.48 Selecting previously unselected package binutils-mingw-w64-x86-64.
17:57:59 #22 41.48 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
17:57:59 #22 41.49 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
17:57:59 #22 42.20 Selecting previously unselected package binutils-mingw-w64.
17:57:59 #22 42.20 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
17:57:59 #22 42.21 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
17:57:59 #22 42.27 Selecting previously unselected package libdevmapper1.02.1:amd64.
17:57:59 #22 42.28 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
17:57:59 #22 42.29 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
17:57:59 #22 42.38 Selecting previously unselected package dmsetup.
17:57:59 #22 42.39 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
17:57:59 #22 42.40 Unpacking dmsetup (2:1.02.175-2.1) ...
17:57:59 #22 42.55 Selecting previously unselected package mingw-w64-common.
17:57:59 #22 42.56 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
17:57:59 #22 42.57 Unpacking mingw-w64-common (8.0.0-1) ...
17:58:01 #22 44.31 Selecting previously unselected package mingw-w64-x86-64-dev.
17:58:01 #22 44.31 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
17:58:01 #22 44.32 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
17:58:03 #22 ...
17:58:03 
17:58:03 #26 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
17:58:03 #26 sha256:51b4155e824d23c764902dacb36a924181b6ef35ce2f6f652f0cac2c3b42ff82
17:58:03 #26 1.090 + RM_GOPATH=0
17:58:03 #26 1.092 + TMP_GOPATH=
17:58:03 #26 1.092 + : /build
17:58:03 #26 1.092 + '[' -z '' ']'
17:58:03 #26 1.092 ++ mktemp -d
17:58:03 #26 1.096 + export GOPATH=/tmp/tmp.nqnKWauBV7
17:58:03 #26 1.097 + GOPATH=/tmp/tmp.nqnKWauBV7
17:58:03 #26 1.097 + RM_GOPATH=1
17:58:03 #26 1.097 + case "$(go env GOARCH)" in
17:58:03 #26 1.098 ++ go env GOARCH
17:58:03 #26 1.107 + export GO_BUILDMODE=-buildmode=pie
17:58:03 #26 1.108 + GO_BUILDMODE=-buildmode=pie
17:58:03 #26 1.108 ++ dirname /tmp/install/install.sh
17:58:03 #26 1.110 + dir=/tmp/install
17:58:03 #26 1.111 + bin=tini
17:58:03 #26 1.112 + shift
17:58:03 #26 1.112 + '[' '!' -f /tmp/install/tini.installer ']'
17:58:03 #26 1.112 + . /tmp/install/tini.installer
17:58:03 #26 1.112 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
17:58:03 #26 1.113 + install_tini
17:58:03 #26 1.113 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
17:58:03 #26 1.113 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
17:58:03 #26 1.114 + git clone https://github.com/krallin/tini.git /tmp/tmp.nqnKWauBV7/tini
17:58:03 #26 1.117 Cloning into '/tmp/tmp.nqnKWauBV7/tini'...
17:58:03 #26 1.540 + cd /tmp/tmp.nqnKWauBV7/tini
17:58:03 #26 1.541 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
17:58:03 #26 1.562 + cmake .
17:58:03 #26 1.735 -- The C compiler identification is GNU 10.2.1
17:58:03 #26 1.770 -- Detecting C compiler ABI info
17:58:03 #26 2.050 -- Detecting C compiler ABI info - done
17:58:03 #26 2.082 -- Check for working C compiler: /usr/bin/cc - skipped
17:58:03 #26 2.085 -- Detecting C compile features
17:58:03 #26 2.086 -- Detecting C compile features - done
17:58:03 #26 2.115 -- Performing Test HAS_BUILTIN_FORTIFY
17:58:03 #26 2.232 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
17:58:03 #26 2.273 -- Configuring done
17:58:03 #26 2.283 -- Generating done
17:58:03 #26 2.287 -- Build files have been written to: /tmp/tmp.nqnKWauBV7/tini
17:58:03 #26 2.292 + make tini-static
17:58:03 #26 2.389 Scanning dependencies of target tini-static
17:58:03 #26 2.406 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
17:58:03 #26 2.826 [100%] Linking C executable tini-static
17:58:03 #26 2.984 [100%] Built target tini-static
17:58:03 #26 3.021 + mkdir -p /build
17:58:03 #26 3.023 + cp tini-static /build/docker-init
17:58:03 #26 DONE 3.2s
17:58:03 
17:58:03 #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
17:58:03 #22 sha256:a8f7a8b9a758d5acc1468dfabe7911af3d84ebfe7ef7343126e16dd0e61307f1
17:58:03 #22 46.02 Selecting previously unselected package gcc-mingw-w64-base.
17:58:03 #22 46.03 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
17:58:03 #22 46.03 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
17:58:03 #22 46.12 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
17:58:03 #22 46.12 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
17:58:03 #22 46.13 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
17:58:05 #22 48.60 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
17:58:05 #22 48.60 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
17:58:05 #22 48.61 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:58:08 #22 ...
17:58:08 
17:58:08 #31 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
17:58:08 #31 sha256:f57ddf2791036cc0b4898e1f8fb3b12c1a4ced1b24c877c8af7447d07ba1f917
17:58:08 #31 12.13 + cd /tmp/tmp.aLl82LNM6z/src/github.com/containerd/containerd
17:58:08 #31 12.13 + git checkout -q 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0
17:58:08 #31 12.68 + export 'BUILDTAGS=netgo osusergo static_build'
17:58:08 #31 12.68 + BUILDTAGS='netgo osusergo static_build'
17:58:09 #31 12.68 + export EXTRA_FLAGS=-buildmode=pie
17:58:09 #31 12.68 + EXTRA_FLAGS=-buildmode=pie
17:58:09 #31 12.68 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
17:58:09 #31 12.68 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
17:58:09 #31 12.68 + '[' '' = dynamic ']'
17:58:09 #31 12.68 + make
17:58:09 #31 13.22 + bin/ctr
17:58:17 #31 ...
17:58:17 
17:58: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
17:58:17 #22 sha256:a8f7a8b9a758d5acc1468dfabe7911af3d84ebfe7ef7343126e16dd0e61307f1
17:58:17 #22 52.31 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
17:58:17 #22 52.31 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
17:58:17 #22 52.32 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:58:17 #22 53.90 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
17:58:17 #22 53.91 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
17:58:17 #22 53.91 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
17:58:17 #22 55.55 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
17:58:17 #22 55.55 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
17:58:17 #22 55.56 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:58:17 #22 59.20 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
17:58:17 #22 59.22 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
17:58:17 #22 59.22 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:58:17 #22 60.84 Selecting previously unselected package g++-mingw-w64-x86-64.
17:58:17 #22 60.85 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
17:58:17 #22 60.85 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
17:58:18 #22 60.92 Selecting previously unselected package libapparmor1:amd64.
17:58:18 #22 60.94 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
17:58:18 #22 60.94 Unpacking libapparmor1:amd64 (2.13.6-10) ...
17:58:18 #22 61.00 Selecting previously unselected package libapparmor-dev:amd64.
17:58:18 #22 61.00 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
17:58:18 #22 61.01 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
17:58:18 #22 61.08 Selecting previously unselected package libbtrfs0:amd64.
17:58:18 #22 61.09 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
17:58:18 #22 61.09 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
17:58:18 #22 61.16 Selecting previously unselected package libbtrfs-dev:amd64.
17:58:18 #22 61.17 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
17:58:18 #22 61.17 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
17:58:18 #22 61.27 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
17:58:18 #22 61.28 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
17:58:18 #22 61.29 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
17:58:18 #22 61.34 Selecting previously unselected package libudev-dev:amd64.
17:58:18 #22 61.34 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
17:58:18 #22 61.35 Unpacking libudev-dev:amd64 (247.3-6) ...
17:58:18 #22 61.42 Selecting previously unselected package libsepol1-dev:amd64.
17:58:18 #22 61.43 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
17:58:18 #22 61.43 Unpacking libsepol1-dev:amd64 (3.1-1) ...
17:58:18 #22 61.56 Selecting previously unselected package libpcre2-16-0:amd64.
17:58:18 #22 61.56 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
17:58:18 #22 61.57 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
17:58:18 #22 61.65 Selecting previously unselected package libpcre2-32-0:amd64.
17:58:18 #22 61.66 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
17:58:18 #22 61.66 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
17:58:18 #22 61.75 Selecting previously unselected package libpcre2-posix2:amd64.
17:58:18 #22 61.75 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
17:58:18 #22 61.76 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
17:58:18 #22 61.80 Selecting previously unselected package libpcre2-dev:amd64.
17:58:18 #22 61.80 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
17:58:18 #22 61.81 Unpacking libpcre2-dev:amd64 (10.36-2) ...
17:58:18 #22 61.99 Selecting previously unselected package libselinux1-dev:amd64.
17:58:18 #22 61.99 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
17:58:18 #22 62.00 Unpacking libselinux1-dev:amd64 (3.1-3) ...
17:58:19 #22 62.16 Selecting previously unselected package libdevmapper-dev:amd64.
17:58:19 #22 62.17 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
17:58:19 #22 62.18 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
17:58:19 #22 62.24 Selecting previously unselected package libseccomp-dev:amd64.
17:58:19 #22 62.24 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ...
17:58:19 #22 62.25 Unpacking libseccomp-dev:amd64 (2.5.1-1) ...
17:58:19 #22 62.32 Selecting previously unselected package libsystemd-dev:amd64.
17:58:19 #22 62.32 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
17:58:19 #22 62.32 Unpacking libsystemd-dev:amd64 (247.3-6) ...
17:58:19 #22 62.53 Setting up libseccomp-dev:amd64 (2.5.1-1) ...
17:58:19 #22 62.55 Setting up libapparmor1:amd64 (2.13.6-10) ...
17:58:19 #22 62.56 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
17:58:19 #22 62.57 Setting up libsepol1-dev:amd64 (3.1-1) ...
17:58:19 #22 62.59 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
17:58:19 #22 62.62 Setting up libpcre2-16-0:amd64 (10.36-2) ...
17:58:19 #22 62.63 Setting up libbtrfs0:amd64 (5.10.1-2) ...
17:58:19 #22 62.64 Setting up libpcre2-32-0:amd64 (10.36-2) ...
17:58:19 #22 62.66 Setting up libudev-dev:amd64 (247.3-6) ...
17:58:19 #22 62.67 Setting up libpcre2-posix2:amd64 (10.36-2) ...
17:58:19 #22 62.68 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
17:58:19 #22 62.69 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
17:58:19 #22 62.71 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
17:58:19 #22 62.72 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
17:58:19 #22 62.73 Setting up mingw-w64-common (8.0.0-1) ...
17:58:19 #22 62.75 Setting up libsystemd-dev:amd64 (247.3-6) ...
17:58:19 #22 62.76 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
17:58:19 #22 62.77 Setting up libpcre2-dev:amd64 (10.36-2) ...
17:58:19 #22 62.78 Setting up libselinux1-dev:amd64 (3.1-3) ...
17:58:19 #22 62.80 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
17:58:19 #22 62.81 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:58:19 #22 62.83 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
17:58:19 #22 62.84 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:58:19 #22 62.85 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
17:58:19 #22 62.86 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
17:58:19 #22 62.87 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
17:58:19 #22 62.88 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
17:58:19 #22 62.89 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
17:58:19 #22 62.91 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
17:58:19 #22 62.92 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
17:58:19 #22 62.93 Setting up dmsetup (2:1.02.175-2.1) ...
17:58:19 #22 62.95 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
17:58:19 #22 62.96 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
17:58:19 #22 62.97 Processing triggers for libc-bin (2.31-13) ...
17:58:21 #22 DONE 64.2s
17:58:21 
17:58:21 #31 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
17:58:21 #31 sha256:f57ddf2791036cc0b4898e1f8fb3b12c1a4ced1b24c877c8af7447d07ba1f917
17:58:21 #31 ...
17:58:21 
17:58:21 #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
17:58:21 #23 sha256:eff6782be2929a5009983760ac60a3f74cf6a6db3263d67c86500a11e0f48d01
17:58:22 #23 1.201 Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
17:58:22 #23 1.206 Hit:2 http://deb.debian.org/debian bullseye InRelease
17:58:22 #23 1.206 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
17:58:28 #23 1.741 Reading package lists...
17:58:33 #23 6.705 Reading package lists...
17:58:33 #23 11.45 Building dependency tree...
17:58:33 #23 12.56 Reading state information...
17:58:34 #23 13.71 The following additional packages will be installed:
17:58:34 #23 13.71   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
17:58:34 #23 13.71   gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
17:58:34 #23 13.71   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
17:58:34 #23 13.71   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
17:58:34 #23 13.71   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
17:58:34 #23 13.71   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64
17:58:34 #23 13.72   libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x
17:58:34 #23 13.73 Suggested packages:
17:58:34 #23 13.73   glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel
17:58:34 #23 13.73   libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf
17:58:34 #23 13.73   glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x
17:58:34 #23 13.73   libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf
17:58:34 #23 13.73   seccomp:ppc64el seccomp:s390x
17:58:34 #23 13.73 Recommended packages:
17:58:34 #23 13.73   libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel
17:58:34 #23 13.73   libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf
17:58:34 #23 13.73   libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el
17:58:34 #23 13.73   libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x
17:58:35 #23 14.19 The following NEW packages will be installed:
17:58:35 #23 14.19   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
17:58:35 #23 14.19   gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel
17:58:35 #23 14.19   libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x
17:58:35 #23 14.19   libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
17:58:35 #23 14.19   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
17:58:35 #23 14.19   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
17:58:35 #23 14.19   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
17:58:35 #23 14.19   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64
17:58:35 #23 14.19   libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el
17:58:35 #23 14.19   libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf
17:58:35 #23 14.20   libseccomp2:ppc64el libseccomp2:s390x
17:58:35 #23 14.55 0 upgraded, 40 newly installed, 0 to remove and 2 not upgraded.
17:58:35 #23 14.55 Need to get 15.9 MB of archives.
17:58:35 #23 14.55 After this operation, 72.9 MB of additional disk space will be used.
17:58:35 #23 14.55 Get:1 http://deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB]
17:58:35 #23 14.56 Get:2 http://deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB]
17:58:35 #23 14.56 Get:3 http://deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB]
17:58:35 #23 14.56 Get:4 http://deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB]
17:58:35 #23 14.56 Get:5 http://deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB]
17:58:35 #23 14.57 Get:6 http://deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB]
17:58:35 #23 14.57 Get:7 http://deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB]
17:58:35 #23 14.57 Get:8 http://deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13 [2445 kB]
17:58:35 #23 14.60 Get:9 http://deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB]
17:58:35 #23 14.60 Get:10 http://deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB]
17:58:35 #23 14.61 Get:11 http://deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB]
17:58:35 #23 14.61 Get:12 http://deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB]
17:58:35 #23 14.61 Get:13 http://deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13 [2833 kB]
17:58:35 #23 14.64 Get:14 http://deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB]
17:58:35 #23 14.64 Get:15 http://deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB]
17:58:35 #23 14.65 Get:16 http://deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB]
17:58:35 #23 14.65 Get:17 http://deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB]
17:58:35 #23 14.65 Get:18 http://deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13 [2331 kB]
17:58:35 #23 14.68 Get:19 http://deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB]
17:58:35 #23 14.68 Get:20 http://deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB]
17:58:35 #23 14.68 Get:21 http://deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB]
17:58:35 #23 14.71 Get:22 http://deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB]
17:58:35 #23 14.75 Get:23 http://deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13 [2458 kB]
17:58:35 #23 14.78 Get:24 http://deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
17:58:35 #23 14.78 Get:25 http://deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
17:58:35 #23 14.78 Get:26 http://deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB]
17:58:35 #23 14.78 Get:27 http://deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB]
17:58:35 #23 14.78 Get:28 http://deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13 [2342 kB]
17:58:35 #23 14.81 Get:29 http://deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB]
17:58:35 #23 14.81 Get:30 http://deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB]
17:58:35 #23 14.81 Get:31 http://deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1 [46.4 kB]
17:58:35 #23 14.81 Get:32 http://deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1 [90.2 kB]
17:58:35 #23 14.81 Get:33 http://deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1 [54.2 kB]
17:58:35 #23 14.81 Get:34 http://deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1 [94.8 kB]
17:58:35 #23 14.82 Get:35 http://deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1 [46.3 kB]
17:58:35 #23 14.82 Get:36 http://deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1 [86.4 kB]
17:58:35 #23 14.82 Get:37 http://deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1 [47.2 kB]
17:58:35 #23 14.82 Get:38 http://deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1 [87.3 kB]
17:58:35 #23 14.82 Get:39 http://deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1 [47.0 kB]
17:58:35 #23 14.82 Get:40 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1 [88.9 kB]
17:58:36 #23 15.33 debconf: delaying package configuration, since apt-utils is not installed
17:58:36 #23 15.52 Fetched 15.9 MB in 1s (28.6 MB/s)
17:58:36 #23 15.56 Selecting previously unselected package gcc-10-base:armel.
17:58:36 #23 15.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 ... 38512 files and directories currently installed.)
17:58:36 #23 15.60 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ...
17:58:36 #23 15.60 Unpacking gcc-10-base:armel (10.2.1-6) ...
17:58:36 #23 15.64 Selecting previously unselected package gcc-10-base:armhf.
17:58:36 #23 15.65 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ...
17:58:36 #23 15.65 Unpacking gcc-10-base:armhf (10.2.1-6) ...
17:58:36 #23 15.70 Selecting previously unselected package gcc-10-base:ppc64el.
17:58:36 #23 15.71 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ...
17:58:36 #23 15.71 Unpacking gcc-10-base:ppc64el (10.2.1-6) ...
17:58:36 #23 15.76 Selecting previously unselected package gcc-10-base:s390x.
17:58:36 #23 15.76 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ...
17:58:36 #23 15.76 Unpacking gcc-10-base:s390x (10.2.1-6) ...
17:58:37 #23 15.81 Selecting previously unselected package gcc-10-base:arm64.
17:58:37 #23 15.82 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ...
17:58:37 #23 15.83 Unpacking gcc-10-base:arm64 (10.2.1-6) ...
17:58:37 #23 15.88 Selecting previously unselected package libgcc-s1:armel.
17:58:37 #23 15.88 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ...
17:58:37 #23 15.89 Unpacking libgcc-s1:armel (10.2.1-6) ...
17:58:37 #23 15.94 Selecting previously unselected package libcrypt1:armel.
17:58:37 #23 15.95 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ...
17:58:37 #23 15.96 Unpacking libcrypt1:armel (1:4.4.18-4) ...
17:58:37 #23 16.05 Selecting previously unselected package libc6:armel.
17:58:37 #23 16.05 Preparing to unpack .../07-libc6_2.31-13_armel.deb ...
17:58:37 #23 16.27 Unpacking libc6:armel (2.31-13) ...
17:58:37 #23 16.72 Selecting previously unselected package libapparmor1:armel.
17:58:37 #23 16.72 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ...
17:58:37 #23 16.73 Unpacking libapparmor1:armel (2.13.6-10) ...
17:58:37 #23 16.78 Selecting previously unselected package libapparmor-dev:armel.
17:58:38 #23 16.78 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ...
17:58:38 #23 16.78 Unpacking libapparmor-dev:armel (2.13.6-10) ...
17:58:38 #23 16.85 Selecting previously unselected package libgcc-s1:arm64.
17:58:38 #23 16.86 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ...
17:58:38 #23 16.87 Unpacking libgcc-s1:arm64 (10.2.1-6) ...
17:58:38 #23 16.92 Selecting previously unselected package libcrypt1:arm64.
17:58:38 #23 16.92 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ...
17:58:38 #23 16.93 Unpacking libcrypt1:arm64 (1:4.4.18-4) ...
17:58:38 #23 17.01 Selecting previously unselected package libc6:arm64.
17:58:38 #23 17.01 Preparing to unpack .../12-libc6_2.31-13_arm64.deb ...
17:58:38 #23 17.20 Unpacking libc6:arm64 (2.31-13) ...
17:58:38 #23 17.64 Selecting previously unselected package libapparmor1:arm64.
17:58:38 #23 17.65 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ...
17:58:38 #23 17.65 Unpacking libapparmor1:arm64 (2.13.6-10) ...
17:58:38 #23 17.74 Selecting previously unselected package libapparmor-dev:arm64.
17:58:38 #23 17.75 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ...
17:58:38 #23 17.75 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
17:58:38 #23 17.85 Selecting previously unselected package libgcc-s1:s390x.
17:58:38 #23 17.85 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ...
17:58:39 #23 17.86 Unpacking libgcc-s1:s390x (10.2.1-6) ...
17:58:39 #23 17.91 Selecting previously unselected package libcrypt1:s390x.
17:58:39 #23 17.91 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ...
17:58:39 #23 17.92 Unpacking libcrypt1:s390x (1:4.4.18-4) ...
17:58:39 #23 18.01 Selecting previously unselected package libc6:s390x.
17:58:39 #23 18.02 Preparing to unpack .../17-libc6_2.31-13_s390x.deb ...
17:58:39 #23 18.17 Unpacking libc6:s390x (2.31-13) ...
17:58:39 #23 18.63 Selecting previously unselected package libapparmor1:s390x.
17:58:39 #23 18.63 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ...
17:58:39 #23 18.64 Unpacking libapparmor1:s390x (2.13.6-10) ...
17:58:39 #23 18.70 Selecting previously unselected package libapparmor-dev:s390x.
17:58:39 #23 18.70 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ...
17:58:39 #23 18.71 Unpacking libapparmor-dev:s390x (2.13.6-10) ...
17:58:39 #23 18.78 Selecting previously unselected package libgcc-s1:armhf.
17:58:39 #23 18.78 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ...
17:58:39 #23 18.79 Unpacking libgcc-s1:armhf (10.2.1-6) ...
17:58:39 #23 18.85 Selecting previously unselected package libcrypt1:armhf.
17:58:39 #23 18.85 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ...
17:58:39 #23 18.85 Unpacking libcrypt1:armhf (1:4.4.18-4) ...
17:58:39 #23 18.94 Selecting previously unselected package libc6:armhf.
17:58:39 #23 18.94 Preparing to unpack .../22-libc6_2.31-13_armhf.deb ...
17:58:40 #23 19.11 Unpacking libc6:armhf (2.31-13) ...
17:58:40 #23 19.53 Selecting previously unselected package libapparmor1:armhf.
17:58:40 #23 19.54 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ...
17:58:40 #23 19.54 Unpacking libapparmor1:armhf (2.13.6-10) ...
17:58:40 #23 19.60 Selecting previously unselected package libapparmor-dev:armhf.
17:58:40 #23 19.61 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ...
17:58:40 #23 19.61 Unpacking libapparmor-dev:armhf (2.13.6-10) ...
17:58:40 #23 19.67 Selecting previously unselected package libgcc-s1:ppc64el.
17:58:40 #23 19.69 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ...
17:58:40 #23 19.69 Unpacking libgcc-s1:ppc64el (10.2.1-6) ...
17:58:40 #23 19.74 Selecting previously unselected package libcrypt1:ppc64el.
17:58:40 #23 19.74 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ...
17:58:40 #23 19.75 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ...
17:58:40 #23 19.83 Selecting previously unselected package libc6:ppc64el.
17:58:40 #23 19.84 Preparing to unpack .../27-libc6_2.31-13_ppc64el.deb ...
17:58:41 #23 20.01 Unpacking libc6:ppc64el (2.31-13) ...
17:58:41 #23 20.57 Selecting previously unselected package libapparmor1:ppc64el.
17:58:41 #23 20.57 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ...
17:58:41 #23 20.57 Unpacking libapparmor1:ppc64el (2.13.6-10) ...
17:58:41 #23 20.63 Selecting previously unselected package libapparmor-dev:ppc64el.
17:58:41 #23 20.63 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ...
17:58:41 #23 20.64 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ...
17:58:41 #23 20.70 Selecting previously unselected package libseccomp2:s390x.
17:58:41 #23 20.71 Preparing to unpack .../30-libseccomp2_2.5.1-1_s390x.deb ...
17:58:41 #23 20.71 Unpacking libseccomp2:s390x (2.5.1-1) ...
17:58:41 #23 20.76 Selecting previously unselected package libseccomp-dev:s390x.
17:58:41 #23 20.76 Preparing to unpack .../31-libseccomp-dev_2.5.1-1_s390x.deb ...
17:58:41 #23 20.76 Unpacking libseccomp-dev:s390x (2.5.1-1) ...
17:58:41 #23 20.83 Selecting previously unselected package libseccomp2:ppc64el.
17:58:41 #23 20.83 Preparing to unpack .../32-libseccomp2_2.5.1-1_ppc64el.deb ...
17:58:42 #23 20.84 Unpacking libseccomp2:ppc64el (2.5.1-1) ...
17:58:42 #23 20.87 Selecting previously unselected package libseccomp-dev:ppc64el.
17:58:42 #23 20.88 Preparing to unpack .../33-libseccomp-dev_2.5.1-1_ppc64el.deb ...
17:58:42 #23 20.88 Unpacking libseccomp-dev:ppc64el (2.5.1-1) ...
17:58:42 #23 20.95 Selecting previously unselected package libseccomp2:armhf.
17:58:42 #23 20.96 Preparing to unpack .../34-libseccomp2_2.5.1-1_armhf.deb ...
17:58:42 #23 20.96 Unpacking libseccomp2:armhf (2.5.1-1) ...
17:58:42 #23 21.01 Selecting previously unselected package libseccomp-dev:armhf.
17:58:42 #23 21.01 Preparing to unpack .../35-libseccomp-dev_2.5.1-1_armhf.deb ...
17:58:42 #23 21.02 Unpacking libseccomp-dev:armhf (2.5.1-1) ...
17:58:42 #23 21.07 Selecting previously unselected package libseccomp2:armel.
17:58:42 #23 21.07 Preparing to unpack .../36-libseccomp2_2.5.1-1_armel.deb ...
17:58:42 #23 21.08 Unpacking libseccomp2:armel (2.5.1-1) ...
17:58:42 #23 21.13 Selecting previously unselected package libseccomp-dev:armel.
17:58:42 #23 21.13 Preparing to unpack .../37-libseccomp-dev_2.5.1-1_armel.deb ...
17:58:42 #23 21.13 Unpacking libseccomp-dev:armel (2.5.1-1) ...
17:58:42 #23 21.20 Selecting previously unselected package libseccomp2:arm64.
17:58:42 #23 21.20 Preparing to unpack .../38-libseccomp2_2.5.1-1_arm64.deb ...
17:58:42 #23 21.21 Unpacking libseccomp2:arm64 (2.5.1-1) ...
17:58:42 #23 21.25 Selecting previously unselected package libseccomp-dev:arm64.
17:58:42 #23 21.25 Preparing to unpack .../39-libseccomp-dev_2.5.1-1_arm64.deb ...
17:58:42 #23 21.25 Unpacking libseccomp-dev:arm64 (2.5.1-1) ...
17:58:42 #23 21.34 Setting up gcc-10-base:arm64 (10.2.1-6) ...
17:58:42 #23 21.35 Setting up gcc-10-base:armel (10.2.1-6) ...
17:58:42 #23 21.36 Setting up gcc-10-base:armhf (10.2.1-6) ...
17:58:42 #23 21.37 Setting up gcc-10-base:ppc64el (10.2.1-6) ...
17:58:42 #23 21.39 Setting up gcc-10-base:s390x (10.2.1-6) ...
17:58:42 #23 21.40 Setting up libcrypt1:arm64 (1:4.4.18-4) ...
17:58:42 #23 21.41 Setting up libcrypt1:armel (1:4.4.18-4) ...
17:58:42 #23 21.43 Setting up libcrypt1:armhf (1:4.4.18-4) ...
17:58:42 #23 21.44 Setting up libcrypt1:ppc64el (1:4.4.18-4) ...
17:58:42 #23 21.45 Setting up libcrypt1:s390x (1:4.4.18-4) ...
17:58:42 #23 21.46 Setting up libgcc-s1:arm64 (10.2.1-6) ...
17:58:42 #23 21.47 Setting up libgcc-s1:armel (10.2.1-6) ...
17:58:42 #23 21.48 Setting up libgcc-s1:armhf (10.2.1-6) ...
17:58:42 #23 21.49 Setting up libgcc-s1:ppc64el (10.2.1-6) ...
17:58:42 #23 21.50 Setting up libgcc-s1:s390x (10.2.1-6) ...
17:58:42 #23 21.52 Setting up libc6:arm64 (2.31-13) ...
17:58:43 #23 22.75 Setting up libc6:armel (2.31-13) ...
17:58:45 #23 23.98 Setting up libc6:armhf (2.31-13) ...
17:58:46 #23 25.24 Setting up libc6:ppc64el (2.31-13) ...
17:58:47 #23 26.48 Setting up libc6:s390x (2.31-13) ...
17:58:48 #23 ...
17:58:48 
17:58:48 #31 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
17:58:48 #31 sha256:f57ddf2791036cc0b4898e1f8fb3b12c1a4ced1b24c877c8af7447d07ba1f917
17:58:48 #31 52.18 + bin/containerd
17:58:49 #31 ...
17:58:49 
17:58:49 #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
17:58:49 #23 sha256:eff6782be2929a5009983760ac60a3f74cf6a6db3263d67c86500a11e0f48d01
17:58:49 #23 27.63 Setting up libapparmor1:arm64 (2.13.6-10) ...
17:58:49 #23 27.65 Setting up libapparmor1:armel (2.13.6-10) ...
17:58:49 #23 27.66 Setting up libapparmor1:armhf (2.13.6-10) ...
17:58:49 #23 27.67 Setting up libapparmor1:ppc64el (2.13.6-10) ...
17:58:49 #23 27.68 Setting up libapparmor1:s390x (2.13.6-10) ...
17:58:49 #23 27.70 Setting up libseccomp2:arm64 (2.5.1-1) ...
17:58:49 #23 27.71 Setting up libseccomp2:armel (2.5.1-1) ...
17:58:49 #23 27.72 Setting up libseccomp2:armhf (2.5.1-1) ...
17:58:49 #23 27.73 Setting up libseccomp2:ppc64el (2.5.1-1) ...
17:58:49 #23 27.74 Setting up libseccomp2:s390x (2.5.1-1) ...
17:58:49 #23 27.76 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
17:58:49 #23 27.77 Setting up libapparmor-dev:armel (2.13.6-10) ...
17:58:49 #23 27.78 Setting up libapparmor-dev:armhf (2.13.6-10) ...
17:58:49 #23 27.79 Setting up libapparmor-dev:ppc64el (2.13.6-10) ...
17:58:49 #23 27.81 Setting up libapparmor-dev:s390x (2.13.6-10) ...
17:58:49 #23 27.82 Setting up libseccomp-dev:arm64 (2.5.1-1) ...
17:58:49 #23 27.83 Setting up libseccomp-dev:armel (2.5.1-1) ...
17:58:49 #23 27.84 Setting up libseccomp-dev:armhf (2.5.1-1) ...
17:58:49 #23 27.86 Setting up libseccomp-dev:ppc64el (2.5.1-1) ...
17:58:49 #23 27.87 Setting up libseccomp-dev:s390x (2.5.1-1) ...
17:58:49 #23 27.88 Processing triggers for libc-bin (2.31-13) ...
17:58:49 #23 DONE 28.3s
17:58:49 
17:58:49 #27 [binary-base 1/6] COPY --from=tini        /build/ /usr/local/bin/
17:58:49 #27 sha256:92dea0447095a20505f4da7c950c768b09581900610d1941342ecea1d95ddacd
17:58:49 #27 DONE 0.1s
17:58:49 
17:58:49 #28 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
17:58:49 #28 sha256:9a185840cf66183fd9d9a1bc2cb2872f73b8bb565453fa20f800bd84a9a9a72f
17:58:50 #28 0.791 + RM_GOPATH=0
17:58:50 #28 0.791 + TMP_GOPATH=
17:58:50 #28 0.792 + : /build
17:58:50 #28 0.792 + '[' -z '' ']'
17:58:50 #28 0.792 ++ mktemp -d
17:58:50 #28 0.794 + export GOPATH=/tmp/tmp.nXJIYbkwnx
17:58:50 #28 0.794 + GOPATH=/tmp/tmp.nXJIYbkwnx
17:58:50 #28 0.794 + RM_GOPATH=1
17:58:50 #28 0.794 + case "$(go env GOARCH)" in
17:58:50 #28 0.795 ++ go env GOARCH
17:58:50 #28 0.807 + export GO_BUILDMODE=-buildmode=pie
17:58:50 #28 0.807 + GO_BUILDMODE=-buildmode=pie
17:58:50 #28 0.810 ++ dirname /tmp/install/install.sh
17:58:50 #28 0.812 + dir=/tmp/install
17:58:50 #28 0.812 + bin=runc
17:58:50 #28 0.812 + shift
17:58:50 #28 0.812 + '[' '!' -f /tmp/install/runc.installer ']'
17:58:50 #28 0.812 + . /tmp/install/runc.installer
17:58:50 #28 0.812 ++ : 52b36a2dd837e8462de8e01458bf02cf9eea47dd
17:58:50 #28 0.812 + install_runc
17:58:50 #28 0.812 + uname -r
17:58:50 #28 0.813 + grep -q '^3\.10\.0.*\.el7\.'
17:58:50 #28 0.814 + RUNC_BUILDTAGS='seccomp '
17:58:50 #28 0.814 + echo 'Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp )'
17:58:50 #28 0.814 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.nXJIYbkwnx/src/github.com/opencontainers/runc
17:58:50 #28 0.814 Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp )
17:58:50 #28 0.815 Cloning into '/tmp/tmp.nXJIYbkwnx/src/github.com/opencontainers/runc'...
17:58:52 #28 3.330 + cd /tmp/tmp.nXJIYbkwnx/src/github.com/opencontainers/runc
17:58:52 #28 3.331 + git checkout -q 52b36a2dd837e8462de8e01458bf02cf9eea47dd
17:58:52 #28 3.479 + '[' -z '' ']'
17:58:53 #28 3.479 + target=static
17:58:53 #28 3.480 + make 'BUILDTAGS=seccomp ' static
17:58:53 #28 3.788 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 .
17:58:57 #28 7.425 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
17:58:57 #28 8.139 + mkdir -p /build
17:58:57 #28 8.141 + cp runc /build/runc
17:58:57 #28 DONE 8.5s
17:58:57 
17:58:57 #31 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
17:58:57 #31 sha256:f57ddf2791036cc0b4898e1f8fb3b12c1a4ced1b24c877c8af7447d07ba1f917
17:58:59 #31 ...
17:58:59 
17:58:59 #29 [binary-base 2/6] COPY --from=runc        /build/ /usr/local/bin/
17:58:59 #29 sha256:d1617d5d356eac4189bb8e8f5bfd216b9fe0031586388c3970309f6778238d19
17:58:59 #29 DONE 0.2s
17:58:59 
17:58:59 #31 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
17:58:59 #31 sha256:f57ddf2791036cc0b4898e1f8fb3b12c1a4ced1b24c877c8af7447d07ba1f917
17:59:26 #31 86.41 # github.com/containerd/containerd/cmd/containerd
17:59:26 #31 86.41 /usr/bin/ld: /tmp/go-link-030032608/000019.o: in function `New':
17:59:26 #31 86.41 /tmp/tmp.aLl82LNM6z/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
17:59:26 #31 86.47 + bin/containerd-stress
17:59:26 #31 87.54 + bin/containerd-shim
17:59:30 #31 94.38 + bin/containerd-shim-runc-v1
17:59:35 #31 99.37 + bin/containerd-shim-runc-v2
17:59:36 #31 99.98 + binaries
17:59:36 #31 99.98 + install -D bin/containerd /build/containerd
17:59:36 #31 100.0 + install -D bin/containerd-shim /build/containerd-shim
17:59:36 #31 100.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
17:59:36 #31 100.0 + install -D bin/ctr /build/ctr
17:59:36 #31 DONE 100.6s
17:59:37 
17:59:37 #32 [binary-base 3/6] COPY --from=containerd  /build/ /usr/local/bin/
17:59:37 #32 sha256:f48b6f0e3a39ad0d8d8fe7c23d8cd640040f67127704a1b9f64a932c42fdf7a7
17:59:38 #32 DONE 0.2s
17:59:38 
17:59:38 #36 [binary-base 4/6] COPY --from=rootlesskit /build/ /usr/local/bin/
17:59:38 #36 sha256:aee9a3f7766813a8fbd662f9983031dfc2e3a939193972b35ecca406b27100e9
17:59:38 #36 DONE 0.1s
17:59:38 
17:59:38 #41 [binary-base 5/6] COPY --from=vpnkit      /build/ /usr/local/bin/
17:59:38 #41 sha256:a2d2a9bee86bde6ec2ea8449b6fe7fd3c2770ce694ab4ec32aad3f3625aa7e15
17:59:38 #41 DONE 0.5s
17:59:38 
17:59:38 #42 [binary-base 6/6] WORKDIR /go/src/github.com/docker/docker
17:59:38 #42 sha256:d44f759d500af782a80a007bae1f2d11a2ac95d0afda020a2187f17a39766d18
17:59:38 #42 DONE 0.1s
17:59:38 
17:59:38 #43 [build-cross 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=bind,target=/go/src/github.com/docker/docker     --mount=type=tmpfs,target=/go/src/github.com/docker/docker/autogen         hack/make.sh cross
17:59:38 #43 sha256:c0d57f03eef098f03ffcea80b92f60b624d730293077445c494a2474829aaae2
17:59:39 #43 0.420 
17:59:39 #43 0.484 Removing /build/bundles/
17:59:39 #43 0.485 
17:59:39 #43 0.489 ---> Making bundle: cross (in /build/bundles/cross)
17:59:39 #43 0.490 Cross building: /build/bundles/cross/windows/amd64
17:59:39 #43 0.564 Building: /build/bundles/cross/windows/amd64-daemon/dockerd-0.0.0-20210825074926-1fdafcd.exe
17:59:39 #43 0.565 GOOS="windows" GOARCH="amd64" GOARM=""
17:59:57 #43 17.89 # github.com/docker/docker/pkg/plugins
17:59:57 #43 17.89 pkg/plugins/discovery.go:44:12: undefined: fs.FileInfoToDirEntry
18:00:53 #43 ERROR: executor failed running [/bin/sh -c hack/make.sh cross]: exit code: 2
18:00:53 ------
18:00:53  > [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:
18:00:53 ------
18:00:53 executor failed running [/bin/sh -c hack/make.sh cross]: exit code: 2
18:00:53 make[2]: *** [Makefile:189: cross] Error 1
18:00:53 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker'
18:00:53 make[1]: *** [Makefile:90: cross-win-engine] Error 2
18:00:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
18:00:53 make: *** [Makefile:77: static] Error 2
[Pipeline] sh
18:00:54 + make clean
18:00:54 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572:/v -w /v alpine chown -R 1000:1000 src
18:00:55 rm -f -r src
18:00:55 make -C rpm clean
18:00:55 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm'
18:00:55 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
18:00:55 rm -f -r rpmbuild/
18:00:55 docker builder prune -f --filter until=24h
18:00:55 Total reclaimed space: 0B
18:00:55 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm'
18:00:55 make -C deb clean
18:00:55 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
18:00:55 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb:/v -w /v alpine chown -R 1000:1000 debbuild
18:00:55 rm -f -r debbuild
18:00:55 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb:/v -w /v alpine chown -R 1000:1000 sources
18:00:55 rm -f -r sources
18:00:55 docker builder prune -f --filter until=24h
18:00:55 Total reclaimed space: 0B
18:00:55 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
18:00:55 make -C static clean
18:00:55 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
18:00:55 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/static:/v -w /v alpine chown -R 1000:1000 build
18:00:56 rm -f -r build
18:00:56 docker builder prune -f --filter until=24h
18:00:56 Total reclaimed space: 0B
18:00:56 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
Failed in branch static-cross
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 2
Finished: FAILURE