Skip to content
Success

Console Output

Pull request #589 opened
Started by user Sebastiaan van Stijn
Rebuilds build #1
21:28:47 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Connecting to https://api.github.com to check permissions of obtain list of thaJeztah for docker/docker-ce-packaging
Obtained Jenkinsfile from f3a23c5bf85490bfdff0d682c0b665d1387613d7+4ad4e888d667b0440095bdf4b9534da7e5f2f4ba (3b5721e7ee3c33549b40d3bde9501b960add6cda)
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-589@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-0ba991ff26f5e768f) in /home/ubuntu/workspace/docker-ce-packaging_PR-589
[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-589@tmp/13d87a73-f4bc-47ea-960b-f38700b309b1/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
21:28:49 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:28:49 chowning workspace
[Pipeline] sh
21:28:49 + pwd
21:28:49 + id -u
21:28:49 + id -g
21:28:49 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
21:28:50 Removing all docker containers
[Pipeline] sh
21:28:50 + docker container ls -aq
[Pipeline] echo
21:28:50 Docker containers have been removed
[Pipeline] echo
21:28:50 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
21:28:50 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
21:28:50 The recommended git tool is: git
21:28:50 using credential docker-jenkins-github-credentials
21:28:50 Cloning the remote Git repository
21:28:50 Cloning with configured refspecs honoured and without tags
21:28:51 Fetching without tags
21:28:51 Merging remotes/origin/20.10 commit 4ad4e888d667b0440095bdf4b9534da7e5f2f4ba into PR head commit f3a23c5bf85490bfdff0d682c0b665d1387613d7
21:28:51 Merge succeeded, producing 4c9ad14f79117b6b53b38ab2f0b61625d8e4c3a3
21:28:51 Checking out Revision 4c9ad14f79117b6b53b38ab2f0b61625d8e4c3a3 (PR-589)
21:28:51 Commit message: "Merge commit '4ad4e888d667b0440095bdf4b9534da7e5f2f4ba' into HEAD"
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-589 # 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/589/head:refs/remotes/origin/PR-589 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/589/head:refs/remotes/origin/PR-589 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # 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/589/head:refs/remotes/origin/PR-589 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f3a23c5bf85490bfdff0d682c0b665d1387613d7 # 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 4ad4e888d667b0440095bdf4b9534da7e5f2f4ba # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4c9ad14f79117b6b53b38ab2f0b61625d8e4c3a3 # timeout=10
 > git rev-list --no-walk f3a23c5bf85490bfdff0d682c0b665d1387613d7 # timeout=10
[Pipeline] sh
21:28:52 + make REF=20.10 checkout
21:28:52 git init src/github.com/docker/cli
21:28:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/cli/.git/
21:28:52 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
21:28:52 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
21:28:52 + SRC=src/github.com/docker/cli
21:28:52 + REF=20.10
21:28:52 + REF_FETCH=20.10
21:28:52 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
21:28:52 + awk {print $2}
21:28:52 + REF=refs/heads/20.10
21:28:52 + [ -n refs/heads/20.10 ]
21:28:52 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
21:28:52 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
21:28:53 From https://github.com/docker/cli
21:28:53  * [new branch]      20.10         -> 20.10
21:28:53  * [new tag]         v20.10.10-rc1 -> v20.10.10-rc1
21:28:53  * [new branch]      20.10         -> origin/20.10
21:28:53 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
21:28:53 git init src/github.com/docker/docker
21:28:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/docker/.git/
21:28:53 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
21:28:53 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
21:28:53 + SRC=src/github.com/docker/docker
21:28:53 + REF=20.10
21:28:53 + REF_FETCH=20.10
21:28:53 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
21:28:53 + awk {print $2}
21:28:54 + REF=refs/heads/20.10
21:28:54 + [ -n refs/heads/20.10 ]
21:28:54 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
21:28:54 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
21:28:56 From https://github.com/docker/docker
21:28:56  * [new branch]      20.10      -> 20.10
21:28:56  * [new branch]      20.10      -> origin/20.10
21:28:56 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
21:28:56 git init src/github.com/docker/scan-cli-plugin
21:28:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/scan-cli-plugin/.git/
21:28:56 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
21:28:56 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.9.0"
21:28:56 + SRC=src/github.com/docker/scan-cli-plugin
21:28:56 + REF=v0.9.0
21:28:56 + REF_FETCH=v0.9.0
21:28:56 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.9.0
21:28:56 + awk {print $2}
21:28:56 + REF=refs/tags/v0.9.0
21:28:56 + [ -n refs/tags/v0.9.0 ]
21:28:56 + REF_FETCH=refs/tags/v0.9.0:refs/tags/v0.9.0
21:28:56 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.9.0:refs/tags/v0.9.0
21:28:56 From https://github.com/docker/scan-cli-plugin
21:28:56  * [new tag]         v0.9.0     -> v0.9.0
21:28:56 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.9.0
[Pipeline] sh
21:28:56 + make -C deb ubuntu-focal ubuntu-hirsute debian-bullseye
21:28:56 make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/deb'
21:28:56 mkdir -p sources
21:28:56 docker run --rm -w /v \
21:28:56 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/cli:/cli \
21:28:56 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb/sources:/v \
21:28:56 	alpine \
21:28:56 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
21:29:00 mkdir -p sources
21:29:00 docker run --rm -w /v \
21:29:00 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/docker:/engine \
21:29:00 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb/sources:/v \
21:29:00 	alpine \
21:29:00 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
Still waiting to schedule task
‘EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0efc20993db7cf322)’ is 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_6421:29:04 mkdir -p sources
21:29:04 docker run --rm -w /v \
21:29:04 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
21:29:04 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb/sources:/v \
21:29:04 	alpine \
21:29:04 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
21:29:05 mkdir -p sources
21:29:05 cp ../systemd/docker.service sources/docker.service
21:29:05 mkdir -p sources
21:29:05 cp ../systemd/docker.socket sources/docker.socket
21:29:05 docker run --rm -w /v \
21:29:05 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/plugins:/plugins \
21:29:05 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb/sources:/v \
21:29:05 	alpine \
21:29:05 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
21:29:06 == Building packages for ubuntu-focal ==
21:29:06 mkdir -p "debbuild/ubuntu-focal"
21:29:06 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/x86_64 -f ubuntu-focal/Dockerfile .
21:29:06 #1 [internal] load build definition from Dockerfile
21:29:06 #1 sha256:bc6292fce59f0e2a5b1faa28ab71bfc06d202f072a362a61e2214837d0765c11
21:29:06 #1 transferring dockerfile: 1.22kB done
21:29:06 #1 DONE 0.1s
21:29:06 
21:29:06 #2 [internal] load .dockerignore
21:29:06 #2 sha256:4479cf9ca15714e35b8676583a733f1e84b6c4a0620372828ff25aa505c95839
21:29:06 #2 transferring context: 2B done
21:29:06 #2 DONE 0.0s
21:29:07 
21:29:07 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
21:29:07 #5 sha256:82fc35117bfecf24e1397f445993e1bf2676c762c14d2d6341b70842aa76a7b0
21:29:07 #5 DONE 0.0s
21:29:07 
21:29:07 #6 [auth] library/golang:pull token for registry-1.docker.io
21:29:07 #6 sha256:4550bc6670550c16908acfa089e8e5c3bd5edbc68e454bbfc30f717c2e2b66cc
21:29:07 #6 DONE 0.0s
21:29:07 
21:29:07 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
21:29:07 #4 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
21:29:07 #4 DONE 0.2s
21:29:07 
21:29:07 #3 [internal] load metadata for docker.io/library/ubuntu:focal
21:29:07 #3 sha256:d8099b9e2a8d5949e23c58d0d8ac7c3b4e8785ea131ce18291d94cefef37ed4b
21:29:07 #3 DONE 0.2s
21:29:07 
21:29:07 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:626ffe58f6e7566e00254b638eb7e0f3b11d4da9675088f4781a50ae288f3322
21:29:07 #7 sha256:9e94b598bd96c673e05b90a705416e2f666b49d513cbaefa094eb3336346a5f7
21:29:07 #7 DONE 0.0s
21:29:07 
21:29:07 #14 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:29:07 #14 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
21:29:07 #14 DONE 0.0s
21:29:07 
21:29:07 #10 [internal] load build context
21:29:07 #10 sha256:b4834a6e2f39dd6ea51962655624d1069a73c1a3cb91b9e4344cf6430a54755c
21:29:07 #10 transferring context: 19.34MB 0.4s done
21:29:07 #10 DONE 0.5s
21:29:07 
21:29:07 #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
21:29:07 #8 sha256:955a1de0d7a19db7d27789f11498cfdb60122019968eb9a6528460ffb5ac2dd8
21:29:07 #8 CACHED
21:29:07 
21:29:07 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
21:29:07 #9 sha256:4e64ecf1d448fb32872698549105a9acb848409cab959ac8b5126b175f541d81
21:29:07 #9 CACHED
21:29:07 
21:29:07 #14 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:29:07 #14 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
21:29:07 #14 CACHED
21:29:07 
21:29:07 #11 [stage-1 4/9] COPY common /root/build-deb/debian
21:29:07 #11 sha256:59028a7852e4bd996eeb5b5a7eae5056c1e05dc268c7dfc63bf1368681ea045f
21:29:07 #11 DONE 0.1s
21:29:07 
21:29:07 #12 [stage-1 5/9] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
21:29:07 #12 sha256:fa33819b6e2e0a9adaf00673ed9d52888da5e5baa20b244585e83bed63c68ab5
21:29:09 #12 1.158 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
21:29:09 #12 1.777 Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
21:29:09 #12 1.845 Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
21:29:10 #12 2.138 Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
21:29:10 #12 2.429 Fetched 328 kB in 2s (211 kB/s)
21:29:11 #12 2.429 Reading package lists...
21:29:12 #12 4.880 dh_testdir
21:29:12 #12 4.901 dh_testroot
21:29:12 #12 4.919 dh_prep
21:29:12 #12 4.941 dh_testdir
21:29:12 #12 4.959 dh_testroot
21:29:12 #12 4.977 dh_install
21:29:12 #12 5.004 dh_installdocs
21:29:12 #12 5.038 dh_installchangelogs
21:29:12 #12 5.112 dh_compress
21:29:12 #12 5.148 dh_fixperms
21:29:12 #12 5.191 dh_installdeb
21:29:12 #12 5.218 dh_gencontrol
21:29:13 #12 5.338 dh_md5sums
21:29:13 #12 5.367 dh_builddeb
21:29:13 #12 5.390 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
21:29:13 #12 5.412 
21:29:13 #12 5.412 The package has been created.
21:29:13 #12 5.412 Attention, the package has been created in the current directory,
21:29:13 #12 5.412 not in ".." as indicated by the message above!
21:29:13 #12 5.442 Selecting previously unselected package docker-ce-build-deps.
21:29:13 #12 5.506 (Reading database ... 26306 files and directories currently installed.)
21:29:13 #12 5.507 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
21:29:13 #12 5.512 Unpacking docker-ce-build-deps (1.0) ...
21:29:13 #12 5.589 Reading package lists...
21:29:14 #12 6.328 Building dependency tree...
21:29:14 #12 6.467 Reading state information...
21:29:14 #12 6.483 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
21:29:14 #12 6.516 Starting 2 pkgProblemResolver with broken count: 0
21:29:14 #12 6.518 Done
21:29:14 #12 6.535  Done
21:29:14 #12 6.541 Starting pkgProblemResolver with broken count: 0
21:29:14 #12 6.561 Starting 2 pkgProblemResolver with broken count: 0
21:29:14 #12 6.563 Done
21:29:14 #12 6.643 The following additional packages will be installed:
21:29:14 #12 6.644   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
21:29:14 #12 6.644   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
21:29:14 #12 6.644   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
21:29:14 #12 6.644   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
21:29:14 #12 6.644   libudev-dev libuv1 pkg-config
21:29:14 #12 6.645 Suggested packages:
21:29:14 #12 6.645   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
21:29:14 #12 6.645 Recommended packages:
21:29:14 #12 6.645   dmsetup
21:29:14 #12 6.676 The following NEW packages will be installed:
21:29:14 #12 6.676   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
21:29:14 #12 6.676   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
21:29:14 #12 6.677   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
21:29:14 #12 6.677   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
21:29:14 #12 6.677   libudev-dev libuv1 pkg-config
21:29:14 #12 7.088 0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.
21:29:14 #12 7.088 1 not fully installed or removed.
21:29:14 #12 7.088 Need to get 8539 kB of archives.
21:29:14 #12 7.088 After this operation, 41.1 MB of additional disk space will be used.
21:29:14 #12 7.088 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 bash-completion all 1:2.10-1ubuntu1 [178 kB]
21:29:15 #12 7.443 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake-data all 3.16.3-1ubuntu1 [1612 kB]
21:29:15 #12 7.705 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive13 amd64 3.4.0-2ubuntu1 [327 kB]
21:29:15 #12 7.724 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libjsoncpp1 amd64 1.7.4-3.1ubuntu2 [75.6 kB]
21:29:15 #12 7.728 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 librhash0 amd64 1.3.9-1 [113 kB]
21:29:15 #12 7.735 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libuv1 amd64 1.34.2-1ubuntu1.3 [80.8 kB]
21:29:15 #12 7.739 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake amd64 3.16.3-1ubuntu1 [3669 kB]
21:29:15 #12 7.911 Get:8 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
21:29:15 #12 7.912 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtrfs0 amd64 5.4.1-2 [175 kB]
21:29:15 #12 7.914 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtrfs-dev amd64 5.4.1-2 [227 kB]
21:29:15 #12 7.925 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB]
21:29:15 #12 7.931 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.167-1ubuntu1 [11.9 kB]
21:29:15 #12 7.932 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev-dev amd64 245.4-4ubuntu3.13 [19.7 kB]
21:29:15 #12 7.932 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libsepol1-dev amd64 3.0-1 [325 kB]
21:29:15 #12 7.954 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-16-0 amd64 10.34-7 [181 kB]
21:29:15 #12 7.962 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-32-0 amd64 10.34-7 [169 kB]
21:29:15 #12 7.986 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-posix2 amd64 10.34-7 [5992 B]
21:29:15 #12 7.986 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-dev amd64 10.34-7 [670 kB]
21:29:15 #12 8.059 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libselinux1-dev amd64 3.0-1build2 [151 kB]
21:29:16 #12 8.061 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-dev amd64 2:1.02.167-1ubuntu1 [35.8 kB]
21:29:16 #12 8.062 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1~20.04.1 [83.6 kB]
21:29:16 #12 8.063 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.13 [246 kB]
21:29:16 #12 8.066 Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB]
21:29:16 #12 8.238 debconf: delaying package configuration, since apt-utils is not installed
21:29:16 #12 8.271 Fetched 8539 kB in 1s (6168 kB/s)
21:29:16 #12 8.306 Selecting previously unselected package bash-completion.
21:29:16 #12 8.306 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 26310 files and directories currently installed.)
21:29:16 #12 8.318 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
21:29:16 #12 8.924 Unpacking bash-completion (1:2.10-1ubuntu1) ...
21:29:16 #12 9.064 Selecting previously unselected package cmake-data.
21:29:16 #12 9.067 Preparing to unpack .../01-cmake-data_3.16.3-1ubuntu1_all.deb ...
21:29:16 #12 9.072 Unpacking cmake-data (3.16.3-1ubuntu1) ...
21:29:17 #12 9.448 Selecting previously unselected package libarchive13:amd64.
21:29:17 #12 9.452 Preparing to unpack .../02-libarchive13_3.4.0-2ubuntu1_amd64.deb ...
21:29:17 #12 9.462 Unpacking libarchive13:amd64 (3.4.0-2ubuntu1) ...
21:29:17 #12 9.526 Selecting previously unselected package libjsoncpp1:amd64.
21:29:17 #12 9.526 Preparing to unpack .../03-libjsoncpp1_1.7.4-3.1ubuntu2_amd64.deb ...
21:29:17 #12 9.530 Unpacking libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
21:29:17 #12 9.568 Selecting previously unselected package librhash0:amd64.
21:29:17 #12 9.571 Preparing to unpack .../04-librhash0_1.3.9-1_amd64.deb ...
21:29:17 #12 9.574 Unpacking librhash0:amd64 (1.3.9-1) ...
21:29:17 #12 9.618 Selecting previously unselected package libuv1:amd64.
21:29:17 #12 9.621 Preparing to unpack .../05-libuv1_1.34.2-1ubuntu1.3_amd64.deb ...
21:29:17 #12 9.625 Unpacking libuv1:amd64 (1.34.2-1ubuntu1.3) ...
21:29:17 #12 9.677 Selecting previously unselected package cmake.
21:29:17 #12 9.680 Preparing to unpack .../06-cmake_3.16.3-1ubuntu1_amd64.deb ...
21:29:17 #12 9.685 Unpacking cmake (3.16.3-1ubuntu1) ...
21:29:17 #12 10.06 Selecting previously unselected package dh-apparmor.
21:29:17 #12 10.07 Preparing to unpack .../07-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
21:29:17 #12 10.07 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
21:29:17 #12 10.11 Selecting previously unselected package libbtrfs0:amd64.
21:29:17 #12 10.11 Preparing to unpack .../08-libbtrfs0_5.4.1-2_amd64.deb ...
21:29:17 #12 10.12 Unpacking libbtrfs0:amd64 (5.4.1-2) ...
21:29:17 #12 10.16 Selecting previously unselected package libbtrfs-dev:amd64.
21:29:17 #12 10.16 Preparing to unpack .../09-libbtrfs-dev_5.4.1-2_amd64.deb ...
21:29:17 #12 10.17 Unpacking libbtrfs-dev:amd64 (5.4.1-2) ...
21:29:17 #12 10.22 Selecting previously unselected package libdevmapper1.02.1:amd64.
21:29:17 #12 10.23 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
21:29:17 #12 10.23 Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
21:29:17 #12 10.27 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
21:29:17 #12 10.28 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
21:29:17 #12 10.28 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
21:29:17 #12 10.31 Selecting previously unselected package libudev-dev:amd64.
21:29:17 #12 10.31 Preparing to unpack .../12-libudev-dev_245.4-4ubuntu3.13_amd64.deb ...
21:29:17 #12 10.32 Unpacking libudev-dev:amd64 (245.4-4ubuntu3.13) ...
21:29:17 #12 10.34 Selecting previously unselected package libsepol1-dev:amd64.
21:29:17 #12 10.35 Preparing to unpack .../13-libsepol1-dev_3.0-1_amd64.deb ...
21:29:17 #12 10.35 Unpacking libsepol1-dev:amd64 (3.0-1) ...
21:29:17 #12 10.42 Selecting previously unselected package libpcre2-16-0:amd64.
21:29:18 #12 10.42 Preparing to unpack .../14-libpcre2-16-0_10.34-7_amd64.deb ...
21:29:18 #12 10.42 Unpacking libpcre2-16-0:amd64 (10.34-7) ...
21:29:18 #12 10.47 Selecting previously unselected package libpcre2-32-0:amd64.
21:29:18 #12 10.48 Preparing to unpack .../15-libpcre2-32-0_10.34-7_amd64.deb ...
21:29:18 #12 10.48 Unpacking libpcre2-32-0:amd64 (10.34-7) ...
21:29:18 #12 10.54 Selecting previously unselected package libpcre2-posix2:amd64.
21:29:18 #12 10.54 Preparing to unpack .../16-libpcre2-posix2_10.34-7_amd64.deb ...
21:29:18 #12 10.55 Unpacking libpcre2-posix2:amd64 (10.34-7) ...
21:29:18 #12 10.58 Selecting previously unselected package libpcre2-dev:amd64.
21:29:18 #12 10.58 Preparing to unpack .../17-libpcre2-dev_10.34-7_amd64.deb ...
21:29:18 #12 10.58 Unpacking libpcre2-dev:amd64 (10.34-7) ...
21:29:18 #12 10.68 Selecting previously unselected package libselinux1-dev:amd64.
21:29:18 #12 10.68 Preparing to unpack .../18-libselinux1-dev_3.0-1build2_amd64.deb ...
21:29:18 #12 10.68 Unpacking libselinux1-dev:amd64 (3.0-1build2) ...
21:29:18 #12 10.73 Selecting previously unselected package libdevmapper-dev:amd64.
21:29:18 #12 10.73 Preparing to unpack .../19-libdevmapper-dev_2%3a1.02.167-1ubuntu1_amd64.deb ...
21:29:18 #12 10.74 Unpacking libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
21:29:18 #12 10.77 Selecting previously unselected package libseccomp-dev:amd64.
21:29:18 #12 10.77 Preparing to unpack .../20-libseccomp-dev_2.5.1-1ubuntu1~20.04.1_amd64.deb ...
21:29:18 #12 10.77 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.1) ...
21:29:18 #12 10.81 Selecting previously unselected package libsystemd-dev:amd64.
21:29:18 #12 10.81 Preparing to unpack .../21-libsystemd-dev_245.4-4ubuntu3.13_amd64.deb ...
21:29:18 #12 10.82 Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.13) ...
21:29:18 #12 10.89 Selecting previously unselected package pkg-config.
21:29:18 #12 10.89 Preparing to unpack .../22-pkg-config_0.29.1-0ubuntu4_amd64.deb ...
21:29:18 #12 10.90 Unpacking pkg-config (0.29.1-0ubuntu4) ...
21:29:18 #12 10.95 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.1) ...
21:29:18 #12 10.97 Setting up libarchive13:amd64 (3.4.0-2ubuntu1) ...
21:29:18 #12 10.99 Setting up libsepol1-dev:amd64 (3.0-1) ...
21:29:18 #12 11.00 Setting up libpcre2-16-0:amd64 (10.34-7) ...
21:29:18 #12 11.02 Setting up libbtrfs0:amd64 (5.4.1-2) ...
21:29:18 #12 11.03 Setting up libpcre2-32-0:amd64 (10.34-7) ...
21:29:18 #12 11.05 Setting up libuv1:amd64 (1.34.2-1ubuntu1.3) ...
21:29:18 #12 11.06 Setting up bash-completion (1:2.10-1ubuntu1) ...
21:29:19 #12 11.72 Setting up pkg-config (0.29.1-0ubuntu4) ...
21:29:19 #12 11.77 Setting up libudev-dev:amd64 (245.4-4ubuntu3.13) ...
21:29:19 #12 11.78 Setting up libpcre2-posix2:amd64 (10.34-7) ...
21:29:19 #12 11.79 Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
21:29:19 #12 11.80 Setting up libbtrfs-dev:amd64 (5.4.1-2) ...
21:29:19 #12 11.82 Setting up librhash0:amd64 (1.3.9-1) ...
21:29:19 #12 11.84 Setting up cmake-data (3.16.3-1ubuntu1) ...
21:29:19 #12 11.85 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
21:29:19 #12 11.86 Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.13) ...
21:29:19 #12 11.88 Setting up libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
21:29:19 #12 11.89 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
21:29:19 #12 11.91 Setting up libpcre2-dev:amd64 (10.34-7) ...
21:29:19 #12 11.92 Setting up libselinux1-dev:amd64 (3.0-1build2) ...
21:29:19 #12 11.93 Setting up libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
21:29:19 #12 11.95 Setting up cmake (3.16.3-1ubuntu1) ...
21:29:19 #12 11.96 Setting up docker-ce-build-deps (1.0) ...
21:29:19 #12 11.97 Processing triggers for man-db (2.9.1-1) ...
21:29:19 #12 12.03 Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
21:29:20 #12 DONE 12.3s
21:29:20 
21:29:20 #13 [stage-1 6/9] COPY sources/ /sources
21:29:20 #13 sha256:6631b086fa33212d7d5515d0cb824815b9bdc6719a856a6674fee7256daebd02
21:29:20 #13 DONE 0.1s
21:29:20 
21:29:20 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
21:29:20 #15 sha256:e45e3481baa5fd4c99cabdd1dd4108124947d4b1c7cfff641c2ff312bdbf0b48
21:29:24 #15 DONE 3.6s
21:29:24 
21:29:24 #16 [stage-1 8/9] WORKDIR /root/build-deb
21:29:24 #16 sha256:0a65b474ce96e4accf4d93b183e6b3247883cc267f5a42185288bba7c5cc65cd
21:29:24 #16 DONE 0.0s
21:29:24 
21:29:24 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
21:29:24 #17 sha256:3ed21b705723a8170d9acf2b7f650cb90ad2411bd9914daaa3cd90e1674a9ead
21:29:24 #17 DONE 0.0s
21:29:24 
21:29:24 #18 exporting to image
21:29:24 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
21:29:24 #18 exporting layers
21:29:26 #18 exporting layers 2.8s done
21:29:26 #18 writing image sha256:5b5c8c2413747f95843a2392a6041514c32b56e55c4a3bcb07435155f47a8c50 done
21:29:26 #18 naming to docker.io/debbuild-ubuntu-focal/x86_64 done
21:29:26 #18 DONE 2.8s
21:29:26 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20211015144513-b485636 -e VERSION=0.0.0-20211015144513-b485636 -e CLI_GITCOMMIT=b485636 -e ENGINE_GITCOMMIT=52f5b61 -e SCAN_VERSION=v0.9.0 -e SCAN_GITCOMMIT=b05830d -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb/debbuild/ubuntu-focal:/build  debbuild-ubuntu-focal/x86_64
21:29:27 + set -e
21:29:27 + mkdir -p /root/build-deb/engine
21:29:27 + tar -C /root/build-deb -xzf /sources/engine.tgz
21:29:28 + mkdir -p /root/build-deb/cli
21:29:28 + tar -C /root/build-deb -xzf /sources/cli.tgz
21:29:28 + mkdir -p /root/build-deb/scan-cli-plugin
21:29:28 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
21:29:28 + mkdir -p /go/src/github.com/docker
21:29:28 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
21:29:28 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
21:29:28 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
21:29:28 + EPOCH=5
21:29:28 + EPOCH_SEP=
21:29:28 + [[ ! -z 5 ]]
21:29:28 + EPOCH_SEP=:
21:29:28 + [[ -z 0.0.0-20211015144513-b485636 ]]
21:29:28 + echo VERSION AAA 0.0.0-20211015144513-b485636
21:29:28 VERSION AAA 0.0.0-20211015144513-b485636
21:29:28 + VERSION=0.0.0-20211015144513-b485636
21:29:28 + echo VERSION bbb 0.0.0-20211015144513-b485636
21:29:28 VERSION bbb 0.0.0-20211015144513-b485636
21:29:28 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
21:29:28 + debSource=docker-ce
21:29:28 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
21:29:28 + debMaintainer='Docker <support@docker.com>'
21:29:28 ++ date --rfc-2822
21:29:28 + debDate='Thu, 21 Oct 2021 21:29:28 +0000'
21:29:28 + cat
21:29:28 + export CLI_GITCOMMIT=b485636
21:29:28 + CLI_GITCOMMIT=b485636
21:29:28 + export ENGINE_GITCOMMIT=52f5b61
21:29:28 + ENGINE_GITCOMMIT=52f5b61
21:29:28 + export SCAN_GITCOMMIT=b05830d
21:29:28 + SCAN_GITCOMMIT=b05830d
21:29:28 VERSION BBB 0.0.0-20211015144513-b485636
21:29:28 + echo VERSION BBB 0.0.0-20211015144513-b485636
21:29:28 + dpkg-buildpackage -uc -us -I.git
21:29:28 dpkg-buildpackage: info: source package docker-ce
21:29:28 dpkg-buildpackage: info: source version 5:0.0.0-20211015144513-b485636-0~ubuntu-focal
21:29:28 dpkg-buildpackage: info: source distribution focal
21:29:28 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
21:29:28 dpkg-buildpackage: info: host architecture amd64
21:29:28  dpkg-source -I.git --before-build .
21:29:28  debian/rules clean
21:29:28 dh clean --with=bash-completion --with=systemd
21:29:29    dh_clean
21:29:29  dpkg-source -I.git -b .
21:29:29 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
21:29:29 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
21:29:29 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20211015144513-b485636-0~ubuntu'
21:29:29 dpkg-source: info: using source format '1.0'
21:29:29 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal.tar.gz
21:29:37 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal.dsc
21:29:37  debian/rules build
21:29:37 dh build --with=bash-completion --with=systemd
21:29:37    dh_update_autotools_config
21:29:37    dh_autoreconf
21:29:37    debian/rules override_dh_auto_build
21:29:37 make[1]: Entering directory '/root/build-deb'
21:29:37 # Build the daemon and dependencies
21:29:37 cd engine && DOCKER_GITCOMMIT=52f5b61 PRODUCT=docker ./hack/make.sh dynbinary
21:29:37 
21:29:37 Removing bundles/
21:29:37 
21:29:37 ---> Making bundle: dynbinary (in bundles/dynbinary)
21:29:37 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636
21:29:37 GOOS="" GOARCH="" GOARM=""
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-03dbc1b5769180769) in /home/ubuntu/workspace/docker-ce-packaging_PR-589
[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-589@tmp/31791eab-3513-4520-9d19-e1c997aded2f/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
21:29:45 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:29:45 chowning workspace
[Pipeline] sh
21:29:46 + pwd
21:29:46 + id -u
21:29:46 + id -g
21:29:46 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589:/workspace busybox chown -R 1000:1000 /workspace
21:29:46 Unable to find image 'busybox:latest' locally
21:29:46 latest: Pulling from library/busybox
21:29:46 f343e8b194b7: Pulling fs layer
21:29:46 f343e8b194b7: Verifying Checksum
21:29:46 f343e8b194b7: Download complete
21:29:46 f343e8b194b7: Pull complete
21:29:46 Digest: sha256:f7ca5a32c10d51aeda3b4d01c61c6061f497893d7f6628b92f822f7117182a57
21:29:46 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
21:29:48 Removing all docker containers
[Pipeline] sh
21:29:49 + docker container ls -aq
[Pipeline] echo
21:29:49 Docker containers have been removed
[Pipeline] echo
21:29:49 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
21:29:49 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
21:29:49 The recommended git tool is: git
21:29:51 using credential docker-jenkins-github-credentials
21:29:51 Cloning the remote Git repository
21:29:51 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-589 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/589/head:refs/remotes/origin/PR-589 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
21:29:52 Fetching without tags
21:29:52 Merging remotes/origin/20.10 commit 4ad4e888d667b0440095bdf4b9534da7e5f2f4ba into PR head commit f3a23c5bf85490bfdff0d682c0b665d1387613d7
21:29:52 Merge succeeded, producing 667ea09b973e1fde94b4fdaad906c926e05e63e7
21:29:52 Checking out Revision 667ea09b973e1fde94b4fdaad906c926e05e63e7 (PR-589)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/589/head:refs/remotes/origin/PR-589 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # 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/589/head:refs/remotes/origin/PR-589 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f3a23c5bf85490bfdff0d682c0b665d1387613d7 # 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 4ad4e888d667b0440095bdf4b9534da7e5f2f4ba # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 667ea09b973e1fde94b4fdaad906c926e05e63e7 # timeout=10
21:29:56 Commit message: "Merge commit '4ad4e888d667b0440095bdf4b9534da7e5f2f4ba' into HEAD"
[Pipeline] sh
21:29:57 + make REF=20.10 checkout
21:29:57 git init src/github.com/docker/cli
21:29:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/cli/.git/
21:29:57 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
21:29:57 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
21:29:57 + SRC=src/github.com/docker/cli
21:29:57 + REF=20.10
21:29:57 + REF_FETCH=20.10
21:29:57 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
21:29:57 + awk {print $2}
21:29:57 + REF=refs/heads/20.10
21:29:57 + [ -n refs/heads/20.10 ]
21:29:57 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
21:29:57 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
 > git rev-list --no-walk f3a23c5bf85490bfdff0d682c0b665d1387613d7 # timeout=10
21:29:59 From https://github.com/docker/cli
21:29:59  * [new branch]      20.10         -> 20.10
21:29:59  * [new tag]         v20.10.10-rc1 -> v20.10.10-rc1
21:29:59  * [new branch]      20.10         -> origin/20.10
21:29:59 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
21:29:59 git init src/github.com/docker/docker
21:29:59 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/docker/.git/
21:29:59 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
21:29:59 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
21:29:59 + SRC=src/github.com/docker/docker
21:29:59 + REF=20.10
21:29:59 + REF_FETCH=20.10
21:29:59 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
21:29:59 + awk {print $2}
21:29:59 + REF=refs/heads/20.10
21:29:59 + [ -n refs/heads/20.10 ]
21:29:59 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
21:29:59 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
21:30:01 From https://github.com/docker/docker
21:30:01  * [new branch]      20.10      -> 20.10
21:30:01  * [new branch]      20.10      -> origin/20.10
21:30:01 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
21:30:01 git init src/github.com/docker/scan-cli-plugin
21:30:01 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/scan-cli-plugin/.git/
21:30:01 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
21:30:01 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.9.0"
21:30:01 + SRC=src/github.com/docker/scan-cli-plugin
21:30:01 + REF=v0.9.0
21:30:01 + REF_FETCH=v0.9.0
21:30:01 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.9.0
21:30:01 + awk {print $2}
21:30:02 + REF=refs/tags/v0.9.0
21:30:02 + [ -n refs/tags/v0.9.0 ]
21:30:02 + REF_FETCH=refs/tags/v0.9.0:refs/tags/v0.9.0
21:30:02 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.9.0:refs/tags/v0.9.0
21:30:05 From https://github.com/docker/scan-cli-plugin
21:30:05  * [new tag]         v0.9.0     -> v0.9.0
21:30:05 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.9.0
[Pipeline] sh
21:30:05 + make -C deb raspbian-buster raspbian-bullseye
21:30:05 make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/deb'
21:30:05 mkdir -p sources
21:30:05 docker run --rm -w /v \
21:30:05 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/cli:/cli \
21:30:05 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb/sources:/v \
21:30:05 	alpine \
21:30:05 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
21:30:05 Unable to find image 'alpine:latest' locally
21:30:05 latest: Pulling from library/alpine
21:30:06 a14774a5a62e: Pulling fs layer
21:30:06 a14774a5a62e: Verifying Checksum
21:30:06 a14774a5a62e: Download complete
21:30:07 a14774a5a62e: Pull complete
21:30:07 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
21:30:07 Status: Downloaded newer image for alpine:latest
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0acf1e84b75668523) in /home/ubuntu/workspace/docker-ce-packaging_PR-589
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-094f1a82312ca9e0a) in /home/ubuntu/workspace/docker-ce-packaging_PR-589
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ 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-589@tmp/9c815f2a-0743-43f1-90dd-29a74766f7e7/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-589@tmp/2f0c527f-4693-47c2-b1f4-ec1a7c0e1613/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] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] echo
21:30:16 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:30:16 chowning workspace
[Pipeline] sh
[Pipeline] {
[Pipeline] echo
21:30:16 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
21:30:16 chowning workspace
[Pipeline] sh
21:30:16 + pwd
21:30:16 + id -u
21:30:16 + id -g
21:30:16 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589:/workspace busybox chown -R 1000:1000 /workspace
21:30:16 Unable to find image 'busybox:latest' locally
21:30:16 latest: Pulling from library/busybox
21:30:16 24fb2886d6f6: Pulling fs layer
21:30:16 24fb2886d6f6: Verifying Checksum
21:30:16 24fb2886d6f6: Download complete
21:30:17 + pwd
21:30:17 + id -u
21:30:17 + id -g
21:30:17 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589:/workspace busybox chown -R 1000:1000 /workspace
21:30:17 Unable to find image 'busybox:latest' locally
21:30:17 24fb2886d6f6: Pull complete
21:30:17 Digest: sha256:f7ca5a32c10d51aeda3b4d01c61c6061f497893d7f6628b92f822f7117182a57
21:30:17 Status: Downloaded newer image for busybox:latest
21:30:17 mkdir -p sources
21:30:17 docker run --rm -w /v \
21:30:17 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/docker:/engine \
21:30:17 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb/sources:/v \
21:30:17 	alpine \
21:30:17 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
21:30:17 latest: Pulling from library/busybox
21:30:17 24fb2886d6f6: Pulling fs layer
21:30:17 24fb2886d6f6: Verifying Checksum
21:30:17 24fb2886d6f6: Download complete
21:30:17 24fb2886d6f6: Pull complete
21:30:17 Digest: sha256:f7ca5a32c10d51aeda3b4d01c61c6061f497893d7f6628b92f822f7117182a57
21:30:17 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
21:30:19 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
21:30:19 Removing all docker containers
[Pipeline] sh
21:30:19 + docker container ls -aq
[Pipeline] echo
21:30:19 Docker containers have been removed
[Pipeline] echo
21:30:19 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
21:30:19 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
21:30:19 The recommended git tool is: git
21:30:20 + docker container ls -aq
[Pipeline] echo
21:30:20 Docker containers have been removed
[Pipeline] echo
21:30:20 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
21:30:20 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
21:30:20 The recommended git tool is: git
21:30:21 using credential docker-jenkins-github-credentials
21:30:21 Cloning the remote Git repository
21:30:21 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-589 # timeout=10
21:30:22 using credential docker-jenkins-github-credentials
21:30:22 Cloning the remote Git repository
21:30:22 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-589 # timeout=10
21:30:22 mkdir -p sources
21:30:22 docker run --rm -w /v \
21:30:22 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
21:30:22 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb/sources:/v \
21:30:22 	alpine \
21:30:22 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
21:30:23 Fetching without tags
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/589/head:refs/remotes/origin/PR-589 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/589/head:refs/remotes/origin/PR-589 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # 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/589/head:refs/remotes/origin/PR-589 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
21:30:23 mkdir -p sources
21:30:23 cp ../systemd/docker.service sources/docker.service
21:30:23 mkdir -p sources
21:30:23 cp ../systemd/docker.socket sources/docker.socket
21:30:23 docker run --rm -w /v \
21:30:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/plugins:/plugins \
21:30:23 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb/sources:/v \
21:30:23 	alpine \
21:30:23 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
21:30:23 Merging remotes/origin/20.10 commit 4ad4e888d667b0440095bdf4b9534da7e5f2f4ba into PR head commit f3a23c5bf85490bfdff0d682c0b665d1387613d7
21:30:23 Fetching without tags
21:30:23 Merge succeeded, producing 2694abc0878823da428656315d68d1370d8b76ff
21:30:23 Checking out Revision 2694abc0878823da428656315d68d1370d8b76ff (PR-589)
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/589/head:refs/remotes/origin/PR-589 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/589/head:refs/remotes/origin/PR-589 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/20.10:refs/remotes/origin/20.10 # 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/589/head:refs/remotes/origin/PR-589 +refs/heads/20.10:refs/remotes/origin/20.10 # timeout=10
21:30:23 Merging remotes/origin/20.10 commit 4ad4e888d667b0440095bdf4b9534da7e5f2f4ba into PR head commit f3a23c5bf85490bfdff0d682c0b665d1387613d7
21:30:23 Merge succeeded, producing 2694abc0878823da428656315d68d1370d8b76ff
21:30:23 Checking out Revision 2694abc0878823da428656315d68d1370d8b76ff (PR-589)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f3a23c5bf85490bfdff0d682c0b665d1387613d7 # 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 4ad4e888d667b0440095bdf4b9534da7e5f2f4ba # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2694abc0878823da428656315d68d1370d8b76ff # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f3a23c5bf85490bfdff0d682c0b665d1387613d7 # 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 4ad4e888d667b0440095bdf4b9534da7e5f2f4ba # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2694abc0878823da428656315d68d1370d8b76ff # timeout=10
21:30:24 == Building packages for raspbian-buster ==
21:30:24 mkdir -p "debbuild/raspbian-buster"
21:30:24 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-buster/aarch64 -f raspbian-buster/Dockerfile .
21:30:25 #1 [internal] load build definition from Dockerfile
21:30:25 #1 sha256:8e2416dbaed3fbf189496b9df42d5f1f515dcd85911c727154c525e66d54dab6
21:30:25 #1 transferring dockerfile: 935B 0.0s done
21:30:25 #1 DONE 0.1s
21:30:25 
21:30:25 #2 [internal] load .dockerignore
21:30:25 #2 sha256:01d3752ad3ae16ba983f48c581eff426dc96c94f6377bcc9cf39f17e23b0971f
21:30:25 #2 transferring context: 2B done
21:30:25 #2 DONE 0.1s
21:30:25 
21:30:25 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
21:30:25 #4 sha256:6c6826b174a4f4a43f9f89bc02fa9d6117a45aeba1f3eb4a0ce79829338bebb7
21:30:25 #4 ...
21:30:25 
21:30:25 #5 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
21:30:25 #5 sha256:664977ee5587a9760725097d30924761d8a814c4fbe2c8b115b52deb4819ea68
21:30:25 #5 DONE 0.0s
21:30:25 
21:30:25 #6 [auth] library/golang:pull token for registry-1.docker.io
21:30:25 #6 sha256:c602f694c8bd7129c27739f30c23cbe518fb15c6462d23f898acdb1086a0e77a
21:30:25 #6 DONE 0.0s
21:30:25 
21:30:25 #3 [internal] load metadata for docker.io/balenalib/rpi-raspbian:buster
21:30:25 #3 sha256:27d889f59b8b6db4a47aae0ffadbf142048b8a10d8ca072aac162cc67bd1afab
21:30:25 #3 DONE 0.4s
21:30:25 
21:30:25 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
21:30:25 #4 sha256:6c6826b174a4f4a43f9f89bc02fa9d6117a45aeba1f3eb4a0ce79829338bebb7
21:30:25 #4 DONE 0.5s
21:30:25 
21:30:25 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:30:25 #13 sha256:fcb6bbd3683710dc38c0a2611aa78c17fb03221e7159fd7323c059280522acda
21:30:25 #13 resolve docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517 0.0s done
21:30:25 #13 DONE 0.0s
21:30:25 
21:30:25 #9 [internal] load build context
21:30:25 #9 sha256:fb9f520779feb7718a4b2232d8ce74b59ac6413acc16c34fbd44583188269eb7
21:30:26 Commit message: "Merge commit '4ad4e888d667b0440095bdf4b9534da7e5f2f4ba' into HEAD"
21:30:27 Commit message: "Merge commit '4ad4e888d667b0440095bdf4b9534da7e5f2f4ba' into HEAD"
[Pipeline] sh
[Pipeline] sh
21:30:27 + make REF=20.10 checkout
21:30:27 git init src/github.com/docker/cli
21:30:27 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/cli/.git/
21:30:27 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
21:30:27 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
21:30:27 + SRC=src/github.com/docker/cli
21:30:27 + REF=20.10
21:30:27 + REF_FETCH=20.10
21:30:27 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
21:30:27 + awk {print $2}
21:30:27 + REF=refs/heads/20.10
21:30:27 + [ -n refs/heads/20.10 ]
21:30:27 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
21:30:27 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
21:30:27 + make REF=20.10 checkout
21:30:27 git init src/github.com/docker/cli
21:30:27 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/cli/.git/
21:30:27 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
21:30:27 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
21:30:27 + SRC=src/github.com/docker/cli
21:30:27 + REF=20.10
21:30:27 + REF_FETCH=20.10
21:30:27 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
21:30:27 + awk {print $2}
21:30:27 + REF=refs/heads/20.10
21:30:27 + [ -n refs/heads/20.10 ]
21:30:27 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
21:30:27 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
 > git rev-list --no-walk f3a23c5bf85490bfdff0d682c0b665d1387613d7 # timeout=10
21:30:29 #9 transferring context: 19.32MB 3.1s done
21:30:29 #9 DONE 3.3s
21:30:29 
21:30:29 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:cbc670e52dda99320009db50ad04f57838223c3de18f852ce8bb37180e047aa8
21:30:29 #7 sha256:9493c51e9749d9baf615c3aa5d8a81114376d7c074ebe77a6c95727374acb2c7
21:30:29 #7 resolve docker.io/balenalib/rpi-raspbian:buster@sha256:cbc670e52dda99320009db50ad04f57838223c3de18f852ce8bb37180e047aa8 0.0s done
21:30:29 #7 sha256:6ace0dae0063ba89441ebd896354dcbf1a9d649433899275bc49158bb58c3d5a 307B / 307B 0.2s done
21:30:29 #7 sha256:cbc670e52dda99320009db50ad04f57838223c3de18f852ce8bb37180e047aa8 1.99kB / 1.99kB done
21:30:29 #7 sha256:1f4d13e33254ecd464cdfe8a6e82baca699e27151e67daaa92ee4d424304a625 5.00kB / 5.00kB done
21:30:29 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 18.87MB / 38.39MB 3.2s
21:30:29 #7 sha256:8885f7749372e39110ebd083ed5520ae7d767698cf0b98760b9d8c3c8b4db411 257B / 257B 0.2s done
21:30:29 #7 sha256:c2c645ca9e1c6b0b982faacacf165902754db172fcfc7e79dafce8853f4b104a 912B / 912B 0.3s done
21:30:29 #7 sha256:0ce23e23698a13e82c0815f2934f489668f763158c3092e687112df82f7797e3 177B / 177B 0.3s done
21:30:29 #7 sha256:2f5c0046a39fe55a4fcc3fef45adf75f7d6d885d9c428dec2658fa6cfeefaeda 414B / 414B 0.5s done
21:30:29 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 15.43MB / 15.43MB 3.2s
21:30:29 #7 sha256:c64dff143675f3e9a900ab1685fcc2cff7d5264cd507dced816e7a9c406c5dd5 130.58kB / 130.58kB 0.8s done
21:30:29 From https://github.com/docker/cli
21:30:29  * [new branch]      20.10         -> 20.10
21:30:29  * [new tag]         v20.10.10-rc1 -> v20.10.10-rc1
21:30:29  * [new branch]      20.10         -> origin/20.10
21:30:29 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
21:30:29 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 20.97MB / 38.39MB 3.4s
21:30:29 #7 sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 15.43MB / 15.43MB 3.2s done
21:30:29 From https://github.com/docker/cli
21:30:29  * [new branch]      20.10         -> 20.10
21:30:29  * [new tag]         v20.10.10-rc1 -> v20.10.10-rc1
21:30:29  * [new branch]      20.10         -> origin/20.10
21:30:29 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
21:30:29 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 23.07MB / 38.39MB 3.8s
21:30:30 git init src/github.com/docker/docker
21:30:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/docker/.git/
21:30:30 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
21:30:30 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
21:30:30 + SRC=src/github.com/docker/docker
21:30:30 + REF=20.10
21:30:30 + REF_FETCH=20.10
21:30:30 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
21:30:30 + awk {print $2}
21:30:30 git init src/github.com/docker/docker
21:30:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/docker/.git/
21:30:30 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
21:30:30 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
21:30:30 + SRC=src/github.com/docker/docker
21:30:30 + REF=20.10
21:30:30 + REF_FETCH=20.10
21:30:30 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
21:30:30 + awk {print $2}
21:30:30 + REF=refs/heads/20.10
21:30:30 + [ -n refs/heads/20.10 ]
21:30:30 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
21:30:30 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
21:30:30 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 25.17MB / 38.39MB 4.0s
21:30:30 + REF=refs/heads/20.10
21:30:30 + [ -n refs/heads/20.10 ]
21:30:30 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
21:30:30 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
21:30:30 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 27.26MB / 38.39MB 4.4s
21:30:30 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 29.36MB / 38.39MB 4.7s
21:30:30 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 31.46MB / 38.39MB 4.9s
21:30:31 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 33.55MB / 38.39MB 5.3s
21:30:31 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 35.65MB / 38.39MB 5.6s
21:30:32 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 37.75MB / 38.39MB 5.9s
21:30:32 From https://github.com/docker/docker
21:30:32  * [new branch]      20.10      -> 20.10
21:30:32  * [new branch]      20.10      -> origin/20.10
21:30:32 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
21:30:32 git init src/github.com/docker/scan-cli-plugin
21:30:32 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/scan-cli-plugin/.git/
21:30:32 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
21:30:32 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.9.0"
21:30:32 + SRC=src/github.com/docker/scan-cli-plugin
21:30:32 + REF=v0.9.0
21:30:32 + REF_FETCH=v0.9.0
21:30:32 + awk {print $2}
21:30:32 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.9.0
21:30:32 #7 sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 38.39MB / 38.39MB 6.4s done
21:30:32 From https://github.com/docker/docker
21:30:32  * [new branch]      20.10      -> 20.10
21:30:32  * [new branch]      20.10      -> origin/20.10
21:30:32 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
21:30:32 git init src/github.com/docker/scan-cli-plugin
21:30:32 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/scan-cli-plugin/.git/
21:30:32 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
21:30:32 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.9.0"
21:30:32 + SRC=src/github.com/docker/scan-cli-plugin
21:30:32 + REF=v0.9.0
21:30:32 + REF_FETCH=v0.9.0
21:30:32 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.9.0
21:30:32 + awk {print $2}
21:30:32 + REF=refs/tags/v0.9.0
21:30:32 + [ -n refs/tags/v0.9.0 ]
21:30:32 + REF_FETCH=refs/tags/v0.9.0:refs/tags/v0.9.0
21:30:32 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.9.0:refs/tags/v0.9.0
21:30:32 + REF=refs/tags/v0.9.0
21:30:32 + [ -n refs/tags/v0.9.0 ]
21:30:32 + REF_FETCH=refs/tags/v0.9.0:refs/tags/v0.9.0
21:30:32 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.9.0:refs/tags/v0.9.0
21:30:32 From https://github.com/docker/scan-cli-plugin
21:30:32  * [new tag]         v0.9.0     -> v0.9.0
21:30:32 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.9.0
[Pipeline] sh
21:30:32 From https://github.com/docker/scan-cli-plugin
21:30:32  * [new tag]         v0.9.0     -> v0.9.0
21:30:32 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.9.0
[Pipeline] sh
21:30:33 + make REF=20.10 DOCKER_BUILD_PKGS=static-linux cross-mac cross-win static
21:30:33 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
21:30:33 + SRC=src/github.com/docker/cli
21:30:33 + REF=20.10
21:30:33 + REF_FETCH=20.10
21:30:33 + awk {print $2}
21:30:33 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
21:30:33 + REF=refs/heads/20.10
21:30:33 + [ -n refs/heads/20.10 ]
21:30:33 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
21:30:33 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
21:30:33 + make -C rpm centos-7 centos-8 fedora-34
21:30:33 make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm'
21:30:33 mkdir -p rpmbuild/SOURCES
21:30:33 docker run --rm -w /v \
21:30:33 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/docker:/engine \
21:30:33 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm/rpmbuild/SOURCES:/v \
21:30:33 	alpine \
21:30:33 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
21:30:33 Unable to find image 'alpine:latest' locally
21:30:33 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
21:30:33 latest: Pulling from library/alpine
21:30:33 #7 extracting sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267
21:30:33 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
21:30:33 + SRC=src/github.com/docker/docker
21:30:33 + REF=20.10
21:30:33 + REF_FETCH=20.10
21:30:33 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
21:30:33 + awk {print $2}
21:30:33 a0d0a0d46f8b: Pulling fs layer
21:30:33 a0d0a0d46f8b: Verifying Checksum
21:30:33 a0d0a0d46f8b: Download complete
21:30:33 + REF=refs/heads/20.10
21:30:33 + [ -n refs/heads/20.10 ]
21:30:33 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
21:30:33 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
21:30:34 a0d0a0d46f8b: Pull complete
21:30:34 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
21:30:34 Status: Downloaded newer image for alpine:latest
21:30:34 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
21:30:34 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.9.0"
21:30:34 + SRC=src/github.com/docker/scan-cli-plugin
21:30:34 + REF=v0.9.0
21:30:34 + REF_FETCH=v0.9.0
21:30:34 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.9.0
21:30:34 + awk {print $2}
21:30:34 + REF=refs/tags/v0.9.0
21:30:34 + [ -n refs/tags/v0.9.0 ]
21:30:34 + REF_FETCH=refs/tags/v0.9.0:refs/tags/v0.9.0
21:30:34 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.9.0:refs/tags/v0.9.0
21:30:34 #7 ...
21:30:34 
21:30:34 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:30:34 #13 sha256:fcb6bbd3683710dc38c0a2611aa78c17fb03221e7159fd7323c059280522acda
21:30:34 #13 sha256:6dcfd98f112a95d610478bf34b0aa1d49cd85cf99e31b5b9a9ad97f6ecbaf290 1.79kB / 1.79kB done
21:30:34 #13 sha256:ea50976a61f1b994279087011ebf4c199014267e29d10e705e32242318a8f61d 6.97kB / 6.97kB done
21:30:34 #13 sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517 1.86kB / 1.86kB done
21:30:34 #13 sha256:139a906e9407e96c50669130c30fe8fba2681b14aa838a3e52f8753b566ef1c8 45.92MB / 45.92MB 8.7s done
21:30:34 #13 sha256:3907051e2154d5bd4ad15141b8938bc09674039787512494a99b93fd4ebc088d 7.13MB / 7.13MB 4.6s done
21:30:34 #13 sha256:8651d4793d5f4d465002213d2d462c964aaf8665a87d5f9cc0de7384f10eeb10 9.34MB / 9.34MB 6.5s done
21:30:34 #13 sha256:48cdf62694d5d7f7f939617bb18f9cda5e23d5434349fb83c254853bdb20dcbb 12.58MB / 53.24MB 8.7s
21:30:34 #13 sha256:b239d69f9df3bcbccb5272f18c9864a0646c74a277438c7cc9091914887d366f 11.53MB / 47.36MB 8.7s
21:30:34 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 0B / 100.29MB 8.8s
21:30:34 #13 ...
21:30:34 
21:30:34 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:cbc670e52dda99320009db50ad04f57838223c3de18f852ce8bb37180e047aa8
21:30:34 #7 sha256:9493c51e9749d9baf615c3aa5d8a81114376d7c074ebe77a6c95727374acb2c7
21:30:35 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.9.0
21:30:35 for p in static-linux cross-mac cross-win; do \
21:30:35 	make -C static VERSION=0.0.1-dev GO_VERSION=1.16.9 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
21:30:35 done
21:30:35 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/static'
21:30:35 cd /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/cli && VERSION=0.0.0-20211015144513-b485636 docker buildx bake --set binary.platform= --set binary.args.CGO_ENABLED= binary
21:30:38 #7 extracting sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 5.0s
21:30:40 mkdir -p rpmbuild/SOURCES
21:30:40 docker run --rm -w /v \
21:30:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/cli:/cli \
21:30:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm/rpmbuild/SOURCES:/v \
21:30:40 	alpine \
21:30:40 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
21:30:40 #7 ...
21:30:40 
21:30:40 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:30:40 #13 sha256:fcb6bbd3683710dc38c0a2611aa78c17fb03221e7159fd7323c059280522acda
21:30:40 #13 sha256:48cdf62694d5d7f7f939617bb18f9cda5e23d5434349fb83c254853bdb20dcbb 53.24MB / 53.24MB 14.7s
21:30:40 #13 sha256:b239d69f9df3bcbccb5272f18c9864a0646c74a277438c7cc9091914887d366f 47.36MB / 47.36MB 13.8s done
21:30:40 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 62.91MB / 100.29MB 14.7s
21:30:40 #13 extracting sha256:139a906e9407e96c50669130c30fe8fba2681b14aa838a3e52f8753b566ef1c8 5.5s
21:30:40 #13 sha256:6fbc4637ecd3905d40ea934f28f7ba1a1f13960a8905a8457c8d342987a1d9cd 156B / 156B 14.7s
21:30:41 #13 sha256:48cdf62694d5d7f7f939617bb18f9cda5e23d5434349fb83c254853bdb20dcbb 53.24MB / 53.24MB 14.8s done
21:30:41 #13 sha256:6fbc4637ecd3905d40ea934f28f7ba1a1f13960a8905a8457c8d342987a1d9cd 156B / 156B 14.8s done
21:30:41 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 69.21MB / 100.29MB 15.0s
21:30:41 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 75.50MB / 100.29MB 15.3s
21:30:41 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 82.84MB / 100.29MB 15.7s
21:30:42 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 88.08MB / 100.29MB 16.2s
21:30:42 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 93.32MB / 100.29MB 16.7s
21:30:43 #1 [internal] load build definition from Dockerfile
21:30:43 #1 transferring dockerfile: 2.08kB done
21:30:43 #1 DONE 0.1s
21:30:43 
21:30:43 #2 [internal] load .dockerignore
21:30:43 #2 transferring context: 112B done
21:30:43 #2 DONE 0.1s
21:30:43 
21:30:43 #3 resolve image config for docker.io/docker/dockerfile:1.3
21:30:43 #3 ...
21:30:43 
21:30:43 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
21:30:43 #4 DONE 0.0s
21:30:43 
21:30:43 #3 resolve image config for docker.io/docker/dockerfile:1.3
21:30:43 #3 DONE 0.3s
21:30:43 
21:30:43 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
21:30:43 #5 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done
21:30:43 #5 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s
21:30:43 #5 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done
21:30:43 #5 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done
21:30:43 #5 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done
21:30:43 #5 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done
21:30:43 #5 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s
21:30:43 #5 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done
21:30:43 #5 DONE 0.7s
21:30:43 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 98.57MB / 100.29MB 17.3s
21:30:43 
21:30:43 #7 [internal] load .dockerignore
21:30:43 #7 DONE 0.0s
21:30:43 
21:30:43 #6 [internal] load build definition from Dockerfile
21:30:43 #6 DONE 0.0s
21:30:43 
21:30:43 #11 [auth] library/golang:pull token for registry-1.docker.io
21:30:43 #11 DONE 0.0s
21:30:43 
21:30:43 #12 [auth] tonistiigi/xx:pull token for registry-1.docker.io
21:30:43 #12 DONE 0.0s
21:30:43 
21:30:43 #13 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
21:30:43 #13 DONE 0.0s
21:30:43 
21:30:43 #10 [internal] load metadata for docker.io/library/golang:1.16.9-alpine
21:30:43 #10 DONE 0.4s
21:30:43 
21:30:43 #9 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
21:30:44 #9 DONE 0.4s
21:30:44 
21:30:44 #8 [internal] load metadata for docker.io/tonistiigi/xx:1.0.0-rc.2
21:30:44 #8 DONE 0.4s
21:30:44 
21:30:44 #14 [gostable 1/1] FROM docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
21:30:44 #14 resolve docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11 0.0s done
21:30:44 #14 sha256:1b35785aa3c4f2f78a5ad5252332114f43bb07a438d9cccc153517ea8f7d1198 5.08kB / 5.08kB done
21:30:44 #14 sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd 0B / 154B 0.1s
21:30:44 #14 sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11 1.65kB / 1.65kB done
21:30:44 #14 sha256:45db38b5fc06a5fa18f18dec784dfcc60e7140676b7f9e4039768b54b9d4223e 1.36kB / 1.36kB done
21:30:44 mkdir -p rpmbuild/SOURCES
21:30:44 docker run --rm -w /v \
21:30:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
21:30:44 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm/rpmbuild/SOURCES:/v \
21:30:44 	alpine \
21:30:44 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
21:30:45 #14 sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd 154B / 154B 0.1s done
21:30:45 #14 sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 0B / 2.81MB 0.2s
21:30:45 #14 sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 281.51kB / 281.51kB 0.2s
21:30:45 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 0B / 105.80MB 0.2s
21:30:45 #14 sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 2.81MB / 2.81MB 0.3s
21:30:45 #14 sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 281.51kB / 281.51kB 0.3s done
21:30:45 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 7.34MB / 105.80MB 0.3s
21:30:45 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 13.63MB / 105.80MB 0.4s
21:30:45 #14 sha256:36803fd6ed32d2fbeb27157ae8bd9eac927a87d33ede687fc8c596fb1432e948 0B / 156B 0.4s
21:30:45 #14 sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 2.81MB / 2.81MB 0.4s done
21:30:45 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 26.21MB / 105.80MB 0.6s
21:30:45 #14 sha256:36803fd6ed32d2fbeb27157ae8bd9eac927a87d33ede687fc8c596fb1432e948 156B / 156B 0.5s done
21:30:45 #14 extracting sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e
21:30:45 mkdir -p rpmbuild/SOURCES
21:30:45 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
21:30:45 mkdir -p rpmbuild/SOURCES
21:30:45 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
21:30:45 docker run --rm -w /v \
21:30:45 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/plugins:/plugins \
21:30:45 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm/rpmbuild/SOURCES:/v \
21:30:45 	alpine \
21:30:45 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
21:30:45 #13 sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 100.29MB / 100.29MB 18.8s done
21:30:45 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 34.60MB / 105.80MB 0.9s
21:30:45 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 47.19MB / 105.80MB 1.1s
21:30:46 #14 ...
21:30:46 
21:30:46 #15 [xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669
21:30:46 #15 resolve docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669 0.0s done
21:30:46 #15 sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669 2.65kB / 2.65kB done
21:30:46 #15 sha256:8bb4fd3914ad2b9b2bfcc8ac2a8e6c63e66207767c21dc520041973d821426f8 525B / 525B done
21:30:46 #15 sha256:5162799cdc040568b1bd7d574d69a20c1b9d6927c677601b50f40e2b58edbcdb 945B / 945B done
21:30:46 #15 sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a 13.43kB / 13.43kB 0.7s done
21:30:46 #15 extracting sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a done
21:30:46 #15 DONE 1.3s
21:30:46 
21:30:46 #14 [gostable 1/1] FROM docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
21:30:46 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 57.98MB / 105.80MB 1.3s
21:30:46 #14 extracting sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 0.8s done
21:30:46 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 66.06MB / 105.80MB 1.4s
21:30:46 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 81.79MB / 105.80MB 1.6s
21:30:46 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 87.11MB / 105.80MB 1.8s
21:30:46 #13 extracting sha256:139a906e9407e96c50669130c30fe8fba2681b14aa838a3e52f8753b566ef1c8 11.3s
21:30:47 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 101.71MB / 105.80MB 2.1s
21:30:47 #14 extracting sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262
21:30:47 #14 ...
21:30:47 
21:30:47 #21 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
21:30:47 #21 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
21:30:47 #21 sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 5.46kB / 5.46kB done
21:30:47 #21 sha256:8d61139feed19d3685ffc483d41349d49cbdba3ee104a9104dd0ac98cdbc1479 523B / 523B done
21:30:47 #21 sha256:9a072fc69921655d494291e64abe03c6b872ce4522837193a46aee910330fba7 455B / 455B done
21:30:47 #21 sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 117B / 117B 0.6s done
21:30:47 #21 extracting sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 done
21:30:47 #21 DONE 2.2s
21:30:47 
21:30:47 #14 [gostable 1/1] FROM docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
21:30:47 #14 extracting sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 0.2s done
21:30:47 #13 extracting sha256:139a906e9407e96c50669130c30fe8fba2681b14aa838a3e52f8753b566ef1c8 11.8s done
21:30:47 == Building packages for centos-7 ==
21:30:47 mkdir -p "rpmbuild/centos-7"
21:30:47 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster -t rpmbuild-centos-7/x86_64 -f centos-7/Dockerfile .
21:30:47 #13 extracting sha256:3907051e2154d5bd4ad15141b8938bc09674039787512494a99b93fd4ebc088d
21:30:47 #1 [internal] load build definition from Dockerfile
21:30:47 #1 sha256:265d4306d43111c6972c0092732f3c550c2ed6b2288b27c317ef50003bb14c1a
21:30:47 #1 transferring dockerfile: 1.06kB done
21:30:47 #1 DONE 0.1s
21:30:47 
21:30:47 #2 [internal] load .dockerignore
21:30:47 #2 sha256:1426452ce65afbee8640f47e241cb065d4d460c586f2c09bcb40424265b5a2ad
21:30:47 #2 transferring context:
21:30:47 #2 transferring context: 2B done
21:30:47 #2 DONE 0.1s
21:30:47 
21:30:47 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
21:30:47 #4 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
21:30:47 #14 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 105.80MB / 105.80MB 2.7s done
21:30:47 #14 extracting sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd done
21:30:47 #4 ...
21:30:47 
21:30:47 #5 [auth] library/centos:pull token for registry-1.docker.io
21:30:47 #5 sha256:d5e6aa44bff10d033f115b40a0df3857c131377f2b3391e242912afee28eea95
21:30:47 #5 DONE 0.0s
21:30:47 
21:30:47 #6 [auth] library/golang:pull token for registry-1.docker.io
21:30:47 #6 sha256:93b247e48d7688b322f81fb301367a7be2ac2cba3df4daff7f03babab4963118
21:30:47 #6 DONE 0.0s
21:30:47 
21:30:47 #3 [internal] load metadata for docker.io/library/centos:7
21:30:47 #3 sha256:30875b35a89c8e8a29cd7cf120689bb68cdab8d769419707e07138dfe977d237
21:30:48 #3 DONE 0.4s
21:30:48 
21:30:48 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
21:30:48 #4 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
21:30:48 #4 DONE 0.5s
21:30:48 
21:30:48 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:30:48 #13 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
21:30:48 #13 resolve docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517 0.0s done
21:30:48 #14 extracting sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2
21:30:48 #13 extracting sha256:3907051e2154d5bd4ad15141b8938bc09674039787512494a99b93fd4ebc088d 0.9s done
21:30:48 #13 extracting sha256:8651d4793d5f4d465002213d2d462c964aaf8665a87d5f9cc0de7384f10eeb10
21:30:48 #13 ...
21:30:48 
21:30:48 #10 [internal] load build context
21:30:48 #10 sha256:c66df8b4452b8f7816f80ef2dfe73095a1fc7ddb8500a16a45b3b010035f96eb
21:30:48 #10 transferring context: 10.68kB done
21:30:48 #10 DONE 0.0s
21:30:48 
21:30:48 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:30:48 #13 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
21:30:48 #13 sha256:e4709878e5e3a0ec3e392fd36d67044dc76c4b5602675ddd8dd8daa9cda2c711 1.79kB / 1.79kB done
21:30:48 #13 sha256:c6dc9ac30185340b11d411a379fe385a0c5fa0790f577da12682479a418bba95 6.96kB / 6.96kB done
21:30:48 #13 sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517 1.86kB / 1.86kB done
21:30:48 #13 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 0B / 50.44MB 0.1s
21:30:48 #13 sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 0B / 7.83MB 0.1s
21:30:48 #13 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 3.15MB / 50.44MB 0.2s
21:30:48 #13 sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 1.05MB / 7.83MB 0.2s
21:30:48 #14 ...
21:30:48 
21:30:48 #20 [internal] load build context
21:30:48 #20 transferring context: 49.90MB 3.5s done
21:30:48 #20 DONE 3.6s
21:30:48 
21:30:48 #14 [gostable 1/1] FROM docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
21:30:48 #13 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 11.53MB / 50.44MB 0.4s
21:30:48 #13 sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 7.34MB / 7.83MB 0.4s
21:30:48 #13 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 16.78MB / 50.44MB 0.5s
21:30:48 #13 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 23.07MB / 50.44MB 0.6s
21:30:48 #13 sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 7.83MB / 7.83MB 0.5s done
21:30:48 #13 sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 0B / 10.00MB 0.6s
21:30:48 #13 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 28.31MB / 50.44MB 0.8s
21:30:48 #13 sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 5.24MB / 10.00MB 0.8s
21:30:49 #13 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 32.02MB / 50.44MB 0.9s
21:30:49 #13 sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 7.34MB / 10.00MB 0.9s
21:30:49 #13 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 35.65MB / 50.44MB 1.0s
21:30:49 #13 sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 10.00MB / 10.00MB 1.0s
21:30:49 #13 extracting sha256:8651d4793d5f4d465002213d2d462c964aaf8665a87d5f9cc0de7384f10eeb10 0.8s done
21:30:49 #13 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 44.04MB / 50.44MB 1.1s
21:30:49 #13 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 50.44MB / 50.44MB 1.3s
21:30:49 #13 sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 10.00MB / 10.00MB 1.1s done
21:30:49 #13 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 4.19MB / 51.84MB 1.3s
21:30:49 #13 extracting sha256:b239d69f9df3bcbccb5272f18c9864a0646c74a277438c7cc9091914887d366f
21:30:49 #13 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 12.58MB / 51.84MB 1.5s
21:30:49 #13 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 17.49MB / 51.84MB 1.6s
21:30:49 #13 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 22.02MB / 51.84MB 1.7s
21:30:50 #13 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 39.90MB / 51.84MB 1.9s
21:30:50 #13 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 50.44MB / 50.44MB 1.9s done
21:30:50 #13 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 43.70MB / 51.84MB 2.0s
21:30:50 #13 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 51.38MB / 51.84MB 2.1s
21:30:50 #13 extracting sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193
21:30:50 #13 ...
21:30:50 
21:30:50 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:cbc670e52dda99320009db50ad04f57838223c3de18f852ce8bb37180e047aa8
21:30:50 #7 sha256:9493c51e9749d9baf615c3aa5d8a81114376d7c074ebe77a6c95727374acb2c7
21:30:50 #7 extracting sha256:0acf4e28ef6eb3ab4e8b1ba5d99f472aa3c2a38c5a63a408ad5653d1c5cb2267 12.9s done
21:30:50 #7 extracting sha256:6ace0dae0063ba89441ebd896354dcbf1a9d649433899275bc49158bb58c3d5a done
21:30:50 #7 extracting sha256:8885f7749372e39110ebd083ed5520ae7d767698cf0b98760b9d8c3c8b4db411 0.0s done
21:30:50 #7 extracting sha256:c2c645ca9e1c6b0b982faacacf165902754db172fcfc7e79dafce8853f4b104a done
21:30:50 #7 extracting sha256:0ce23e23698a13e82c0815f2934f489668f763158c3092e687112df82f7797e3 done
21:30:50 #7 extracting sha256:2f5c0046a39fe55a4fcc3fef45adf75f7d6d885d9c428dec2658fa6cfeefaeda 0.0s done
21:30:50 #7 extracting sha256:56eb26f21f7f29a0cf2eadc82b631f33eefa26e05c354fbf3915b86a4e86be51 1.4s done
21:30:50 #7 extracting sha256:c64dff143675f3e9a900ab1685fcc2cff7d5264cd507dced816e7a9c406c5dd5 done
21:30:50 #7 DONE 24.2s
21:30:50 
21:30:50 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:30:50 #13 sha256:fcb6bbd3683710dc38c0a2611aa78c17fb03221e7159fd7323c059280522acda
21:30:50 #13 ...
21:30:50 
21:30:50 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
21:30:50 #8 sha256:d868f27fe48fca7b0cf04efadbcadce77df681e576f5226036e1483d7690e101
21:30:51 #8 1.233 Get:1 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
21:30:51 #8 1.355 Get:2 http://archive.raspbian.org/raspbian buster InRelease [15.0 kB]
21:30:51 #8 1.586 Get:3 http://archive.raspberrypi.org/debian buster/main armhf Packages [393 kB]
21:30:52 #13 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 0B / 68.78MB 4.0s
21:30:52 #13 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 0B / 129.04MB 4.0s
21:30:52 #13 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 4.19MB / 68.78MB 4.1s
21:30:52 #13 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 7.34MB / 129.04MB 4.1s
21:30:52 #13 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 14.68MB / 68.78MB 4.2s
21:30:52 #8 1.727 Get:4 http://archive.raspbian.org/raspbian buster/contrib armhf Packages [68.6 kB]
21:30:52 #8 1.977 Get:5 http://archive.raspbian.org/raspbian buster/main armhf Packages [18.3 MB]
21:30:52 #13 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 22.02MB / 68.78MB 4.3s
21:30:52 #13 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 18.87MB / 129.04MB 4.3s
21:30:52 #13 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 39.85MB / 68.78MB 4.5s
21:30:52 #13 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 31.46MB / 129.04MB 4.5s
21:30:52 #14 extracting sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 4.3s done
21:30:52 #13 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 51.84MB / 51.84MB 4.5s done
21:30:52 #13 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 54.53MB / 68.78MB 4.7s
21:30:52 #13 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 39.85MB / 129.04MB 4.7s
21:30:52 #13 sha256:6a58c678a5851eb6db45e1691ffdd4030fea67495973efa967e0209b6e8b8e2f 0B / 156B 4.7s
21:30:52 #13 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 46.36MB / 129.04MB 4.8s
21:30:52 #13 sha256:6a58c678a5851eb6db45e1691ffdd4030fea67495973efa967e0209b6e8b8e2f 156B / 156B 4.7s done
21:30:52 #14 extracting sha256:36803fd6ed32d2fbeb27157ae8bd9eac927a87d33ede687fc8c596fb1432e948 done
21:30:52 #14 DONE 8.3s
21:30:52 
21:30:52 #16 [build-base-alpine 1/3] COPY --from=xx / /
21:30:53 #13 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 62.91MB / 68.78MB 5.0s
21:30:53 #13 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 60.82MB / 129.04MB 5.0s
21:30:53 #13 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 68.78MB / 68.78MB 5.1s
21:30:53 #13 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 71.30MB / 129.04MB 5.3s
21:30:53 #13 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 80.74MB / 129.04MB 5.4s
21:30:53 #13 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 95.69MB / 129.04MB 5.6s
21:30:53 #8 3.376 Get:6 http://archive.raspbian.org/raspbian buster/firmware armhf Packages [1201 B]
21:30:53 #8 3.376 Get:7 http://archive.raspbian.org/raspbian buster/non-free armhf Packages [126 kB]
21:30:53 #8 3.376 Get:8 http://archive.raspbian.org/raspbian buster/rpi armhf Packages [1299 B]
21:30:53 #16 DONE 0.8s
21:30:53 
21:30:53 #17 [build-base-alpine 2/3] RUN apk add --no-cache clang lld llvm file git
21:30:53 #13 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 68.78MB / 68.78MB 5.6s done
21:30:53 #13 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 110.10MB / 129.04MB 5.8s
21:30:54 #13 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 126.88MB / 129.04MB 6.0s
21:30:54 #17 0.676 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
21:30:55 #8 4.748 Fetched 18.9 MB in 4s (4769 kB/s)
21:30:55 #13 extracting sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 4.5s done
21:30:55 #13 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 129.04MB / 129.04MB 7.2s done
21:30:55 #13 extracting sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419
21:30:55 #17 1.765 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
21:30:55 #17 1.926 (1/18) Installing libffi (3.3-r2)
21:30:55 #17 1.928 (2/18) Installing libgcc (10.3.1_git20210424-r2)
21:30:55 #17 1.931 (3/18) Installing libstdc++ (10.3.1_git20210424-r2)
21:30:55 #17 1.945 (4/18) Installing xz-libs (5.2.5-r0)
21:30:55 #17 1.948 (5/18) Installing libxml2 (2.9.12-r1)
21:30:55 #17 1.963 (6/18) Installing llvm11-libs (11.1.0-r2)
21:30:55 #13 extracting sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 0.6s done
21:30:55 #13 extracting sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926
21:30:56 #17 2.645 (7/18) Installing clang-libs (11.1.0-r1)
21:30:56 #8 4.748 Reading package lists...
21:30:56 #8 6.060 Reading package lists...
21:30:56 #8 ...
21:30:56 
21:30:56 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:30:56 #13 sha256:fcb6bbd3683710dc38c0a2611aa78c17fb03221e7159fd7323c059280522acda
21:30:56 #13 extracting sha256:b239d69f9df3bcbccb5272f18c9864a0646c74a277438c7cc9091914887d366f 7.2s
21:30:56 #13 extracting sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 0.6s done
21:30:56 #13 extracting sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1
21:30:57 #17 3.304 (8/18) Installing clang (11.1.0-r1)
21:30:57 #13 extracting sha256:b239d69f9df3bcbccb5272f18c9864a0646c74a277438c7cc9091914887d366f 8.0s done
21:30:57 #17 3.574 (9/18) Installing libmagic (5.40-r1)
21:30:57 #17 3.599 (10/18) Installing file (5.40-r1)
21:30:57 #17 3.601 (11/18) Installing brotli-libs (1.0.9-r5)
21:30:57 #17 3.609 (12/18) Installing nghttp2-libs (1.43.0-r0)
21:30:57 #17 3.613 (13/18) Installing libcurl (7.79.1-r0)
21:30:57 #17 3.620 (14/18) Installing expat (2.4.1-r0)
21:30:57 #17 3.623 (15/18) Installing pcre2 (10.36-r0)
21:30:57 #17 3.631 (16/18) Installing git (2.32.0-r0)
21:30:57 #17 3.748 (17/18) Installing lld (11.1.0-r0)
21:30:57 #17 3.781 (18/18) Installing llvm11 (11.1.0-r2)
21:30:57 #13 ...
21:30:57 
21:30:57 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
21:30:57 #8 sha256:d868f27fe48fca7b0cf04efadbcadce77df681e576f5226036e1483d7690e101
21:30:57 #8 6.060 Reading package lists...
21:30:57 #17 4.127 Executing busybox-1.33.1-r3.trigger
21:30:57 #8 7.341 Building dependency tree...
21:30:57 #8 7.552 Reading state information...
21:30:58 #17 4.132 OK: 285 MiB in 33 packages
21:30:58 #8 7.849 curl is already the newest version (7.64.0-4+deb10u2).
21:30:58 #8 7.849 The following additional packages will be installed:
21:30:58 #8 7.849   autoconf automake autopoint autotools-dev binutils
21:30:58 #8 7.849   binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8
21:30:58 #8 7.849   debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file
21:30:58 #8 7.849   gcc gcc-8 gettext gettext-base git-man groff-base intltool-debian
21:30:58 #8 7.849   libarchive-zip-perl libasan5 libatomic1 libb-hooks-op-check-perl libbinutils
21:30:58 #8 7.849   libbsd0 libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl
21:30:58 #8 7.849   libcroco3 libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl
21:30:58 #8 7.849   libdevel-globaldestruction-perl libdpkg-perl libdynaloader-functions-perl
21:30:58 #8 7.849   libelf1 libencode-locale-perl liberror-perl libexpat1 libfakeroot
21:30:58 #8 7.849   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
21:30:58 #8 7.849   libfile-which-perl libfl2 libgcc-8-dev libgdbm-compat4 libgdbm6 libglib2.0-0
21:30:58 #8 7.849   libgomp1 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
21:30:58 #8 7.849   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
21:30:58 #8 7.849   libhttp-negotiate-perl libicu63 libimport-into-perl libio-html-perl
21:30:58 #8 7.849   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl19
21:30:58 #8 7.849   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
21:30:58 #8 7.849   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
21:30:58 #8 7.849   libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0
21:30:58 #8 7.849   libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal
21:30:58 #8 7.849   libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
21:30:58 #8 7.849   libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl
21:30:58 #8 7.849   libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
21:30:58 #8 7.849   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
21:30:58 #8 7.850   mime-support patch patchutils perl perl-modules-5.28 perl-openssl-defaults
21:30:58 #8 7.861   po-debconf python3 python3-minimal python3.7 python3.7-minimal
21:30:58 #8 7.861   sensible-utils wdiff xz-utils
21:30:58 #8 7.861 Suggested packages:
21:30:58 #8 7.861   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
21:30:58 #8 7.861   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales dh-make adequate
21:30:58 #8 7.861   autopkgtest bls-standalone bsd-mailx | mailx build-essential
21:30:58 #8 7.861   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
21:30:58 #8 7.861   dose-extra duck faketime gnuplot how-can-i-help libauthen-sasl-perl
21:30:58 #8 7.861   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
21:30:58 #8 7.861   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
21:30:58 #8 7.861   ratt reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib
21:30:58 #8 7.861   manpages-dev flex bison gdb gcc-doc gcc-8-doc libgcc1-dbg libgomp1-dbg
21:30:58 #8 7.861   libitm1-dbg libatomic1-dbg libasan5-dbg liblsan0-dbg libtsan0-dbg
21:30:58 #8 7.861   libubsan1-dbg libmpx2-dbg libquadmath0-dbg gettext-doc libasprintf-dev
21:30:58 #8 7.861   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
21:30:58 #8 7.861   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc
21:30:58 #8 7.861   libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl
21:30:58 #8 7.861   libscalar-number-perl libbareword-filehandles-perl libindirect-perl
21:30:58 #8 7.861   libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
21:30:58 #8 7.861   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
21:30:58 #8 7.861   diffutils-doc perl-doc libterm-readline-gnu-perl
21:30:58 #8 7.861   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
21:30:58 #8 7.861   libmail-box-perl python3-doc python3-tk python3-venv python3.7-venv
21:30:58 #8 7.861   python3.7-doc binfmt-support wdiff-doc
21:30:58 #8 7.861 Recommended packages:
21:30:58 #8 7.861   at dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
21:30:58 #8 7.861   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
21:30:58 #8 7.861   licensecheck lintian python3-apt python3-debian python3-magic
21:30:58 #8 7.861   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
21:30:58 #8 7.861   libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client
21:30:58 #8 7.861   manpages manpages-dev libfile-fcntllock-perl libarchive-cpio-perl
21:30:58 #8 7.861   libglib2.0-data shared-mime-info xdg-user-dirs libhtml-format-perl
21:30:58 #8 7.861   libclass-xsaccessor-perl libsub-name-perl libltdl-dev libdata-dump-perl
21:30:58 #8 7.861   libhtml-form-perl libhttp-daemon-perl libmailtools-perl
21:30:58 #8 7.861   libmail-sendmail-perl
21:30:58 #13 ...
21:30:58 
21:30:58 #7 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987
21:30:58 #7 sha256:a0888aee9b87c72b846d6009d871befd442b2545864728203b742012f5f27cf6
21:30:58 #7 resolve docker.io/library/centos:7@sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987 0.0s done
21:30:58 #7 sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987 1.20kB / 1.20kB done
21:30:58 #7 sha256:dead07b4d8ed7e29e98de0f4504d87e8880d4347859d839686a31da35a3b532f 529B / 529B done
21:30:58 #7 sha256:eeb6ee3f44bd0b5103bb561b4c16bcb82328cfe5809ab675bb17ab3a16c517c9 2.75kB / 2.75kB done
21:30:58 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 76.10MB / 76.10MB 3.8s done
21:30:58 #7 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 6.0s
21:30:59 #7 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 7.0s done
21:30:59 #7 ...
21:30:59 
21:30:59 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:30:59 #13 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
21:30:59 #13 ...
21:30:59 
21:30:59 #7 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987
21:30:59 #7 sha256:a0888aee9b87c72b846d6009d871befd442b2545864728203b742012f5f27cf6
21:30:59 #7 DONE 11.6s
21:30:59 
21:30:59 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:30:59 #13 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
21:31:00 #8 9.494 The following NEW packages will be installed:
21:31:00 #8 9.494   autoconf automake autopoint autotools-dev binutils
21:31:00 #8 9.494   binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8
21:31:00 #8 9.494   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
21:31:00 #8 9.495   equivs fakeroot file gcc gcc-8 gettext gettext-base git git-man groff-base
21:31:00 #8 9.495   intltool-debian libarchive-zip-perl libasan5 libatomic1
21:31:00 #8 9.495   libb-hooks-op-check-perl libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0
21:31:00 #8 9.495   libclass-method-modifiers-perl libcroco3 libcurl3-gnutls libdebhelper-perl
21:31:00 #8 9.495   libdevel-callchecker-perl libdevel-globaldestruction-perl libdpkg-perl
21:31:00 #8 9.495   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
21:31:00 #8 9.495   libexpat1 libfakeroot libfile-homedir-perl libfile-listing-perl
21:31:00 #8 9.495   libfile-stripnondeterminism-perl libfile-which-perl libfl2 libgcc-8-dev
21:31:00 #8 9.495   libgdbm-compat4 libgdbm6 libglib2.0-0 libgomp1 libhtml-parser-perl
21:31:00 #8 9.495   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
21:31:00 #8 9.495   libhttp-message-perl libhttp-negotiate-perl libicu63 libimport-into-perl
21:31:00 #8 9.495   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
21:31:00 #8 9.495   libisl19 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc
21:31:00 #8 9.495   libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
21:31:00 #8 9.495   libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0
21:31:00 #8 9.495   libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal
21:31:00 #8 9.495   libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
21:31:00 #8 9.495   libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl
21:31:00 #8 9.495   libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
21:31:00 #8 9.495   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
21:31:00 #8 9.495   mime-support patch patchutils perl perl-modules-5.28 perl-openssl-defaults
21:31:00 #8 9.495   po-debconf python3 python3-minimal python3.7 python3.7-minimal
21:31:00 #8 9.495   sensible-utils wdiff xz-utils
21:31:00 #8 9.497 The following packages will be upgraded:
21:31:00 #8 9.498   libc6
21:31:00 #8 9.971 1 upgraded, 125 newly installed, 0 to remove and 15 not upgraded.
21:31:00 #8 9.971 Need to get 69.0 MB of archives.
21:31:00 #8 9.971 After this operation, 272 MB of additional disk space will be used.
21:31:00 #8 9.971 Get:1 http://archive.raspberrypi.org/debian buster/main armhf libc6 armhf 2.28-10+rpt2+rpi1 [2356 kB]
21:31:00 #8 10.06 Get:2 http://archive.raspbian.org/raspbian buster/main armhf libbsd0 armhf 0.9.1-2+deb10u1 [105 kB]
21:31:00 #17 DONE 6.9s
21:31:00 
21:31:00 #18 [build-base-alpine 3/3] WORKDIR /go/src/github.com/docker/cli
21:31:00 #18 DONE 0.0s
21:31:00 #8 10.41 Get:3 http://archive.raspbian.org/raspbian buster/main armhf libtinfo5 armhf 6.1+20181013-2+deb10u2 [309 kB]
21:31:00 #8 10.49 Get:4 http://archive.raspbian.org/raspbian buster/main armhf bsdmainutils armhf 11.1.2 [182 kB]
21:31:00 #8 10.57 Get:5 http://archive.raspbian.org/raspbian buster/main armhf libuchardet0 armhf 0.0.6-3 [62.2 kB]
21:31:00 #8 10.57 Get:6 http://archive.raspbian.org/raspbian buster/main armhf groff-base armhf 1.22.4-3+deb10u1 [782 kB]
21:31:00 
21:31:00 #19 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
21:31:01 #8 10.64 Get:7 http://archive.raspberrypi.org/debian buster/main armhf libc-dev-bin armhf 2.28-10+rpt2+rpi1 [266 kB]
21:31:01 #8 10.64 Get:8 http://archive.raspberrypi.org/debian buster/main armhf linux-libc-dev armhf 1:1.20211007-2~buster [1012 kB]
21:31:01 #8 10.66 Get:9 http://archive.raspbian.org/raspbian buster/main armhf libgdbm6 armhf 1.18.1-4 [61.1 kB]
21:31:01 #8 10.66 Get:10 http://archive.raspbian.org/raspbian buster/main armhf libpipeline1 armhf 1.5.1-2 [26.6 kB]
21:31:01 #8 10.67 Get:11 http://archive.raspberrypi.org/debian buster/main armhf libc6-dev armhf 2.28-10+rpt2+rpi1 [2113 kB]
21:31:01 #8 10.67 Get:12 http://archive.raspbian.org/raspbian buster/main armhf man-db armhf 2.8.5-2 [1230 kB]
21:31:01 #8 10.76 Get:13 http://archive.raspbian.org/raspbian buster/main armhf perl-modules-5.28 all 5.28.1-6 [2873 kB]
21:31:01 #8 10.81 Get:14 http://archive.raspberrypi.org/debian buster/main armhf libdebhelper-perl all 13.2~bpo10+1 [188 kB]
21:31:01 #8 10.81 Get:15 http://archive.raspberrypi.org/debian buster/main armhf debhelper all 13.2~bpo10+1 [1009 kB]
21:31:01 #19 0.727 + apk  --root / add --no-cache musl-dev gcc
21:31:01 #19 0.736 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
21:31:01 #8 11.09 Get:16 http://archive.raspbian.org/raspbian buster/main armhf libgdbm-compat4 armhf 1.18.1-4 [43.7 kB]
21:31:01 #8 11.10 Get:17 http://archive.raspbian.org/raspbian buster/main armhf libperl5.28 armhf 5.28.1-6 [3180 kB]
21:31:01 #8 11.18 Get:18 http://archive.raspbian.org/raspbian buster/main armhf perl armhf 5.28.1-6 [204 kB]
21:31:01 #8 11.18 Get:19 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u3 [583 kB]
21:31:01 #8 11.24 Get:20 http://archive.raspbian.org/raspbian buster/main armhf libexpat1 armhf 2.2.6-2+deb10u1 [77.3 kB]
21:31:01 #8 11.24 Get:21 http://archive.raspbian.org/raspbian buster/main armhf python3.7-minimal armhf 3.7.3-2+deb10u3 [1464 kB]
21:31:01 #8 11.32 Get:22 http://archive.raspbian.org/raspbian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
21:31:01 #8 11.33 Get:23 http://archive.raspbian.org/raspbian buster/main armhf mime-support all 3.62 [37.2 kB]
21:31:01 #8 11.33 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libmpdec2 armhf 2.4.2-2 [67.2 kB]
21:31:01 #8 11.33 Get:25 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u3 [1664 kB]
21:31:01 #8 11.42 Get:26 http://archive.raspbian.org/raspbian buster/main armhf python3.7 armhf 3.7.3-2+deb10u3 [330 kB]
21:31:01 #8 11.42 Get:27 http://archive.raspbian.org/raspbian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
21:31:01 #8 11.42 Get:28 http://archive.raspbian.org/raspbian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
21:31:01 #8 11.42 Get:29 http://archive.raspbian.org/raspbian buster/main armhf sensible-utils all 0.0.12 [15.8 kB]
21:31:01 #8 11.42 Get:30 http://archive.raspbian.org/raspbian buster/main armhf bzip2 armhf 1.0.6-9.2~deb10u1 [46.2 kB]
21:31:01 #8 11.45 Get:31 http://archive.raspbian.org/raspbian buster/main armhf libmagic-mgc armhf 1:5.35-4+deb10u2 [242 kB]
21:31:01 #8 11.45 Get:32 http://archive.raspbian.org/raspbian buster/main armhf libmagic1 armhf 1:5.35-4+deb10u2 [110 kB]
21:31:01 #8 11.45 Get:33 http://archive.raspbian.org/raspbian buster/main armhf file armhf 1:5.35-4+deb10u2 [65.5 kB]
21:31:01 #8 11.45 Get:34 http://archive.raspbian.org/raspbian buster/main armhf gettext-base armhf 0.19.8.1-9 [117 kB]
21:31:01 #8 11.53 Get:35 http://archive.raspbian.org/raspbian buster/main armhf xz-utils armhf 5.2.4-1 [179 kB]
21:31:01 #8 11.53 Get:36 http://archive.raspbian.org/raspbian buster/main armhf libsigsegv2 armhf 2.12-2 [32.3 kB]
21:31:01 #8 11.53 Get:37 http://archive.raspbian.org/raspbian buster/main armhf m4 armhf 1.4.18-2 [185 kB]
21:31:01 #8 11.53 Get:38 http://archive.raspbian.org/raspbian buster/main armhf autoconf all 2.69-11 [341 kB]
21:31:01 #8 11.54 Get:39 http://archive.raspbian.org/raspbian buster/main armhf autotools-dev all 20180224.1 [77.0 kB]
21:31:01 #8 11.61 Get:40 http://archive.raspbian.org/raspbian buster/main armhf automake all 1:1.16.1-4 [771 kB]
21:31:01 #8 11.62 Get:41 http://archive.raspbian.org/raspbian buster/main armhf autopoint all 0.19.8.1-9 [434 kB]
21:31:01 #8 11.63 Get:42 http://archive.raspbian.org/raspbian buster/main armhf binutils-common armhf 2.31.1-16+rpi2 [2075 kB]
21:31:02 #8 11.78 Get:43 http://archive.raspbian.org/raspbian buster/main armhf libbinutils armhf 2.31.1-16+rpi2 [302 kB]
21:31:02 #8 11.78 Get:44 http://archive.raspbian.org/raspbian buster/main armhf libfl2 armhf 2.6.4-6.2 [103 kB]
21:31:02 #8 11.79 Get:45 http://archive.raspbian.org/raspbian buster/main armhf binutils-arm-linux-gnueabihf armhf 2.31.1-16+rpi2 [1814 kB]
21:31:02 #8 11.87 Get:46 http://archive.raspbian.org/raspbian buster/main armhf binutils armhf 2.31.1-16+rpi2 [57.0 kB]
21:31:02 #8 11.87 Get:47 http://archive.raspbian.org/raspbian buster/main armhf libisl19 armhf 0.20-2 [439 kB]
21:31:02 #8 11.88 Get:48 http://archive.raspbian.org/raspbian buster/main armhf libmpfr6 armhf 4.0.2-1 [723 kB]
21:31:02 #13 extracting sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 5.2s done
21:31:02 #8 11.95 Get:49 http://archive.raspbian.org/raspbian buster/main armhf libmpc3 armhf 1.1.0-1 [32.1 kB]
21:31:02 #8 11.95 Get:50 http://archive.raspbian.org/raspbian buster/main armhf cpp-8 armhf 8.3.0-6+rpi1 [6787 kB]
21:31:02 #13 ...
21:31:02 
21:31:02 #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
21:31:02 #8 sha256:cf4fb3654e48196cc2869fc32de241cbffa51e17eddb4511085620dc69654c70
21:31:02 #8 DONE 2.5s
21:31:02 
21:31:02 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:31:02 #13 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
21:31:02 #13 extracting sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb
21:31:02 #8 12.28 Get:51 http://archive.raspbian.org/raspbian buster/main armhf cpp armhf 4:8.3.0-1+rpi2 [19.6 kB]
21:31:02 #8 12.29 Get:52 http://archive.raspbian.org/raspbian buster/main armhf libcc1-0 armhf 8.3.0-6+rpi1 [37.9 kB]
21:31:02 #8 12.29 Get:53 http://archive.raspbian.org/raspbian buster/main armhf libgomp1 armhf 8.3.0-6+rpi1 [64.3 kB]
21:31:02 #8 12.29 Get:54 http://archive.raspbian.org/raspbian buster/main armhf libatomic1 armhf 8.3.0-6+rpi1 [8108 B]
21:31:02 #8 12.29 Get:55 http://archive.raspbian.org/raspbian buster/main armhf libasan5 armhf 8.3.0-6+rpi1 [317 kB]
21:31:02 #8 12.30 Get:56 http://archive.raspbian.org/raspbian buster/main armhf libubsan1 armhf 8.3.0-6+rpi1 [103 kB]
21:31:02 #8 12.30 Get:57 http://archive.raspbian.org/raspbian buster/main armhf libgcc-8-dev armhf 8.3.0-6+rpi1 [595 kB]
21:31:02 #8 12.35 Get:58 http://archive.raspbian.org/raspbian buster/main armhf gcc-8 armhf 8.3.0-6+rpi1 [7223 kB]
21:31:02 #19 1.887 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
21:31:02 #8 12.70 Get:59 http://archive.raspbian.org/raspbian buster/main armhf gcc armhf 4:8.3.0-1+rpi2 [5200 B]
21:31:02 #8 12.70 Get:60 http://archive.raspbian.org/raspbian buster/main armhf libtool all 2.4.6-9 [547 kB]
21:31:02 #8 12.75 Get:61 http://archive.raspbian.org/raspbian buster/main armhf dh-autoreconf all 19 [16.9 kB]
21:31:02 #8 12.75 Get:62 http://archive.raspbian.org/raspbian buster/main armhf libarchive-zip-perl all 1.64-1 [96.8 kB]
21:31:02 #8 12.76 Get:63 http://archive.raspbian.org/raspbian buster/main armhf libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
21:31:02 #8 12.76 Get:64 http://archive.raspbian.org/raspbian buster/main armhf dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
21:31:02 #8 12.76 Get:65 http://archive.raspbian.org/raspbian buster/main armhf libdpkg-perl all 1.19.7 [1414 kB]
21:31:03 #19 2.204 (1/10) Installing binutils (2.35.2-r2)
21:31:03 #19 2.320 (2/10) Installing libgomp (10.3.1_git20210424-r2)
21:31:03 #19 2.329 (3/10) Installing libatomic (10.3.1_git20210424-r2)
21:31:03 #19 2.331 (4/10) Installing libgphobos (10.3.1_git20210424-r2)
21:31:03 #19 2.393 (5/10) Installing gmp (6.2.1-r0)
21:31:03 #19 2.401 (6/10) Installing isl22 (0.22-r0)
21:31:03 #19 2.422 (7/10) Installing mpfr4 (4.1.0-r0)
21:31:03 #8 12.84 Get:66 http://archive.raspbian.org/raspbian buster/main armhf patch armhf 2.7.6-3+deb10u1 [115 kB]
21:31:03 #8 12.84 Get:67 http://archive.raspbian.org/raspbian buster/main armhf make armhf 4.2.1-1.2 [321 kB]
21:31:03 #8 12.85 Get:68 http://archive.raspbian.org/raspbian buster/main armhf dpkg-dev all 1.19.7 [1773 kB]
21:31:03 #8 12.93 Get:69 http://archive.raspbian.org/raspbian buster/main armhf libelf1 armhf 0.176-1.1 [158 kB]
21:31:03 #8 12.93 Get:70 http://archive.raspbian.org/raspbian buster/main armhf dwz armhf 0.12-3 [66.0 kB]
21:31:03 #8 12.93 Get:71 http://archive.raspbian.org/raspbian buster/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u2 [1078 kB]
21:31:03 #19 2.452 (8/10) Installing mpc1 (1.2.1-r0)
21:31:03 #19 2.456 (9/10) Installing gcc (10.3.1_git20210424-r2)
21:31:03 #8 13.00 Get:72 http://archive.raspbian.org/raspbian buster/main armhf libicu63 armhf 63.1-6+deb10u1 [7973 kB]
21:31:03 #8 13.49 Get:73 http://archive.raspbian.org/raspbian buster/main armhf libxml2 armhf 2.9.4+dfsg1-7+deb10u2 [572 kB]
21:31:03 #19 3.154 (10/10) Installing musl-dev (1.2.2-r3)
21:31:03 #19 3.229 Executing busybox-1.33.1-r3.trigger
21:31:03 #19 3.234 OK: 405 MiB in 43 packages
21:31:03 #8 13.50 Get:74 http://archive.raspbian.org/raspbian buster/main armhf libcroco3 armhf 0.6.12-3 [132 kB]
21:31:03 #8 13.50 Get:75 http://archive.raspbian.org/raspbian buster/main armhf gettext armhf 0.19.8.1-9 [1219 kB]
21:31:03 #8 13.52 Get:76 http://archive.raspbian.org/raspbian buster/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
21:31:03 #8 13.52 Get:77 http://archive.raspbian.org/raspbian buster/main armhf po-debconf all 1.0.21 [248 kB]
21:31:03 #8 13.55 Get:78 http://archive.raspbian.org/raspbian buster/main armhf libfakeroot armhf 1.23-1 [43.3 kB]
21:31:03 #8 13.56 Get:79 http://archive.raspbian.org/raspbian buster/main armhf fakeroot armhf 1.23-1 [85.2 kB]
21:31:03 #8 13.56 Get:80 http://archive.raspbian.org/raspbian buster/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
21:31:03 #8 13.56 Get:81 http://archive.raspbian.org/raspbian buster/main armhf libfile-homedir-perl all 1.004-1 [42.7 kB]
21:31:03 #8 13.57 Get:82 http://archive.raspbian.org/raspbian buster/main armhf libio-pty-perl armhf 1:1.08-1.1+b4 [33.0 kB]
21:31:03 #8 13.64 Get:83 http://archive.raspbian.org/raspbian buster/main armhf libipc-run-perl all 20180523.0-1 [101 kB]
21:31:03 #8 13.64 Get:84 http://archive.raspbian.org/raspbian buster/main armhf libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
21:31:03 #8 13.64 Get:85 http://archive.raspbian.org/raspbian buster/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
21:31:03 #8 13.64 Get:86 http://archive.raspbian.org/raspbian buster/main armhf libdevel-globaldestruction-perl all 0.14-1 [8084 B]
21:31:03 #8 13.64 Get:87 http://archive.raspbian.org/raspbian buster/main armhf libb-hooks-op-check-perl armhf 0.22-1+b1 [11.1 kB]
21:31:03 #8 13.64 Get:88 http://archive.raspbian.org/raspbian buster/main armhf libdynaloader-functions-perl all 0.003-1 [12.6 kB]
21:31:03 #8 13.64 Get:89 http://archive.raspbian.org/raspbian buster/main armhf libdevel-callchecker-perl armhf 0.008-1 [15.5 kB]
21:31:03 #8 13.65 Get:90 http://archive.raspbian.org/raspbian buster/main armhf libparams-classify-perl armhf 0.015-1+b1 [24.3 kB]
21:31:03 #8 13.74 Get:91 http://archive.raspbian.org/raspbian buster/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
21:31:03 #8 13.74 Get:92 http://archive.raspbian.org/raspbian buster/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
21:31:03 #8 13.74 Get:93 http://archive.raspbian.org/raspbian buster/main armhf librole-tiny-perl all 2.000006-1 [19.4 kB]
21:31:03 #8 13.74 Get:94 http://archive.raspbian.org/raspbian buster/main armhf libstrictures-perl all 2.000005-1 [18.3 kB]
21:31:03 #8 13.74 Get:95 http://archive.raspbian.org/raspbian buster/main armhf libsub-quote-perl all 2.005001-1 [17.9 kB]
21:31:03 #8 13.74 Get:96 http://archive.raspbian.org/raspbian buster/main armhf libmoo-perl all 2.003004-2 [57.4 kB]
21:31:03 #8 13.74 Get:97 http://archive.raspbian.org/raspbian buster/main armhf libencode-locale-perl all 1.05-1 [13.7 kB]
21:31:03 #8 13.74 Get:98 http://archive.raspbian.org/raspbian buster/main armhf libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
21:31:04 #8 13.81 Get:99 http://archive.raspbian.org/raspbian buster/main armhf libhttp-date-perl all 6.02-1 [10.7 kB]
21:31:04 #8 13.81 Get:100 http://archive.raspbian.org/raspbian buster/main armhf libfile-listing-perl all 6.04-1 [10.3 kB]
21:31:04 #8 13.90 Get:101 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tagset-perl all 3.20-3 [12.7 kB]
21:31:04 #8 13.90 Get:102 http://archive.raspbian.org/raspbian buster/main armhf liburi-perl all 1.76-1 [89.9 kB]
21:31:04 #8 13.90 Get:103 http://archive.raspbian.org/raspbian buster/main armhf libhtml-parser-perl armhf 3.72-3+b2 [101 kB]
21:31:04 #8 13.90 Get:104 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
21:31:04 #8 13.90 Get:105 http://archive.raspbian.org/raspbian buster/main armhf libio-html-perl all 1.001-1 [17.6 kB]
21:31:04 #8 13.91 Get:106 http://archive.raspbian.org/raspbian buster/main armhf liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
21:31:04 #8 14.07 Get:107 http://archive.raspbian.org/raspbian buster/main armhf libhttp-message-perl all 6.18-1 [77.8 kB]
21:31:04 #8 14.32 Get:108 http://archive.raspbian.org/raspbian buster/main armhf libhttp-cookies-perl all 6.04-1 [17.8 kB]
21:31:04 #8 14.32 Get:109 http://archive.raspbian.org/raspbian buster/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
21:31:04 #8 14.32 Get:110 http://archive.raspbian.org/raspbian buster/main armhf perl-openssl-defaults armhf 3 [6782 B]
21:31:04 #8 14.32 Get:111 http://archive.raspbian.org/raspbian buster/main armhf libnet-ssleay-perl armhf 1.85-2+b1 [286 kB]
21:31:04 #8 14.49 Get:112 http://archive.raspbian.org/raspbian buster/main armhf libio-socket-ssl-perl all 2.060-3 [207 kB]
21:31:04 #8 14.49 Get:113 http://archive.raspbian.org/raspbian buster/main armhf libnet-http-perl all 6.18-1 [24.5 kB]
21:31:04 #8 14.49 Get:114 http://archive.raspbian.org/raspbian buster/main armhf liblwp-protocol-https-perl all 6.07-2 [9242 B]
21:31:04 #8 14.49 Get:115 http://archive.raspbian.org/raspbian buster/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
21:31:04 #8 14.49 Get:116 http://archive.raspbian.org/raspbian buster/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
21:31:04 #8 14.49 Get:117 http://archive.raspbian.org/raspbian buster/main armhf libwww-perl all 6.36-2 [188 kB]
21:31:04 #8 14.60 Get:118 http://archive.raspbian.org/raspbian buster/main armhf patchutils armhf 0.3.4-2 [83.1 kB]
21:31:04 #8 14.60 Get:119 http://archive.raspbian.org/raspbian buster/main armhf wdiff armhf 1.2.2-2 [120 kB]
21:31:04 #8 14.60 Get:120 http://archive.raspbian.org/raspbian buster/main armhf devscripts armhf 2.19.5+deb10u1 [1045 kB]
21:31:05 #8 14.68 Get:121 http://archive.raspbian.org/raspbian buster/main armhf equivs all 2.2.0 [22.4 kB]
21:31:05 #8 14.68 Get:122 http://archive.raspbian.org/raspbian buster/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u2 [292 kB]
21:31:05 #8 14.68 Get:123 http://archive.raspbian.org/raspbian buster/main armhf libpcre2-8-0 armhf 10.32-5 [184 kB]
21:31:05 #8 14.68 Get:124 http://archive.raspbian.org/raspbian buster/main armhf liberror-perl all 0.17027-2 [30.9 kB]
21:31:05 #8 14.68 Get:125 http://archive.raspbian.org/raspbian buster/main armhf git-man all 1:2.20.1-2+deb10u3 [1620 kB]
21:31:05 #19 DONE 4.6s
21:31:05 
21:31:05 #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
21:31:05 #8 14.82 Get:126 http://archive.raspbian.org/raspbian buster/main armhf git armhf 1:2.20.1-2+deb10u3 [4194 kB]
21:31:05 #8 15.42 debconf: delaying package configuration, since apt-utils is not installed
21:31:05 #8 15.44 Fetched 69.0 MB in 6s (12.3 MB/s)
21:31:05 #8 15.51 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7586 files and directories currently installed.)
21:31:05 #8 15.51 Preparing to unpack .../libc6_2.28-10+rpt2+rpi1_armhf.deb ...
21:31:06 #8 15.85 Unpacking libc6:armhf (2.28-10+rpt2+rpi1) over (2.28-10+rpi1) ...
21:31:06 #22 0.893 Building static docker-linux-amd64
21:31:07 #13 extracting sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 4.4s done
21:31:07 #13 extracting sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554
21:31:08 #8 ...
21:31:08 
21:31:08 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:31:08 #13 sha256:fcb6bbd3683710dc38c0a2611aa78c17fb03221e7159fd7323c059280522acda
21:31:08 #13 extracting sha256:48cdf62694d5d7f7f939617bb18f9cda5e23d5434349fb83c254853bdb20dcbb 4.6s done
21:31:08 #13 extracting sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 5.3s
21:31:10 #13 ...
21:31:10 
21:31:10 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
21:31:10 #8 sha256:d868f27fe48fca7b0cf04efadbcadce77df681e576f5226036e1483d7690e101
21:31:10 #8 20.13 Setting up libc6:armhf (2.28-10+rpt2+rpi1) ...
21:31:11 #8 21.37 Selecting previously unselected package libbsd0:armhf.
21:31:11 #8 21.37 (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.)
21:31:11 #8 21.38 Preparing to unpack .../00-libbsd0_0.9.1-2+deb10u1_armhf.deb ...
21:31:11 #8 21.39 Unpacking libbsd0:armhf (0.9.1-2+deb10u1) ...
21:31:11 #8 21.46 Selecting previously unselected package libtinfo5:armhf.
21:31:11 #8 21.46 Preparing to unpack .../01-libtinfo5_6.1+20181013-2+deb10u2_armhf.deb ...
21:31:11 #8 21.47 Unpacking libtinfo5:armhf (6.1+20181013-2+deb10u2) ...
21:31:11 #8 21.52 Selecting previously unselected package bsdmainutils.
21:31:11 #8 21.52 Preparing to unpack .../02-bsdmainutils_11.1.2_armhf.deb ...
21:31:11 #8 21.53 Unpacking bsdmainutils (11.1.2) ...
21:31:11 #8 21.62 Selecting previously unselected package libuchardet0:armhf.
21:31:11 #8 21.62 Preparing to unpack .../03-libuchardet0_0.0.6-3_armhf.deb ...
21:31:11 #8 21.63 Unpacking libuchardet0:armhf (0.0.6-3) ...
21:31:11 #8 21.70 Selecting previously unselected package groff-base.
21:31:11 #8 21.70 Preparing to unpack .../04-groff-base_1.22.4-3+deb10u1_armhf.deb ...
21:31:11 #8 21.70 Unpacking groff-base (1.22.4-3+deb10u1) ...
21:31:12 #13 extracting sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 4.9s done
21:31:12 #8 21.86 Selecting previously unselected package libgdbm6:armhf.
21:31:12 #8 21.86 Preparing to unpack .../05-libgdbm6_1.18.1-4_armhf.deb ...
21:31:12 #8 21.86 Unpacking libgdbm6:armhf (1.18.1-4) ...
21:31:12 #8 21.92 Selecting previously unselected package libpipeline1:armhf.
21:31:12 #8 21.92 Preparing to unpack .../06-libpipeline1_1.5.1-2_armhf.deb ...
21:31:12 #8 21.93 Unpacking libpipeline1:armhf (1.5.1-2) ...
21:31:12 #8 21.99 Selecting previously unselected package man-db.
21:31:12 #8 21.99 Preparing to unpack .../07-man-db_2.8.5-2_armhf.deb ...
21:31:12 #13 extracting sha256:6a58c678a5851eb6db45e1691ffdd4030fea67495973efa967e0209b6e8b8e2f
21:31:12 #13 extracting sha256:6a58c678a5851eb6db45e1691ffdd4030fea67495973efa967e0209b6e8b8e2f done
21:31:12 #8 22.00 Unpacking man-db (2.8.5-2) ...
21:31:12 #8 22.23 Selecting previously unselected package perl-modules-5.28.
21:31:12 #8 22.23 Preparing to unpack .../08-perl-modules-5.28_5.28.1-6_all.deb ...
21:31:12 #8 22.24 Unpacking perl-modules-5.28 (5.28.1-6) ...
21:31:12 #13 DONE 24.3s
21:31:12 
21:31:12 #9 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
21:31:12 #9 sha256:e4108f4e923b4be0750f07384309ae1ebf6d9e535d99cf44936874f303e008b2
21:31:12 #9 1.634 Loaded plugins: fastestmirror, ovl
21:31:12 #9 2.151 Determining fastest mirrors
21:31:12 #9 8.747  * base: download.cf.centos.org
21:31:12 #9 8.747  * extras: download.cf.centos.org
21:31:12 #9 8.747  * updates: download.cf.centos.org
21:31:12 #8 ...
21:31:12 
21:31:12 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:31:12 #13 sha256:fcb6bbd3683710dc38c0a2611aa78c17fb03221e7159fd7323c059280522acda
21:31:12 #13 extracting sha256:815efb1c2a52336049c037daeccced529d6285aea71e780f9e386748433a9729 8.9s done
21:31:12 #13 extracting sha256:6fbc4637ecd3905d40ea934f28f7ba1a1f13960a8905a8457c8d342987a1d9cd done
21:31:12 #13 DONE 46.7s
21:31:12 
21:31:12 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
21:31:12 #8 sha256:d868f27fe48fca7b0cf04efadbcadce77df681e576f5226036e1483d7690e101
21:31:13 #8 22.90 Selecting previously unselected package libgdbm-compat4:armhf.
21:31:13 #8 22.90 Preparing to unpack .../09-libgdbm-compat4_1.18.1-4_armhf.deb ...
21:31:13 #8 22.91 Unpacking libgdbm-compat4:armhf (1.18.1-4) ...
21:31:13 #8 22.97 Selecting previously unselected package libperl5.28:armhf.
21:31:13 #8 22.97 Preparing to unpack .../10-libperl5.28_5.28.1-6_armhf.deb ...
21:31:13 #8 22.99 Unpacking libperl5.28:armhf (5.28.1-6) ...
21:31:13 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636
21:31:13 
21:31:13 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
21:31:13 + RM_GOPATH=0
21:31:13 + TMP_GOPATH=/go
21:31:13 + : /usr/local/bin
21:31:13 + '[' -z /go ']'
21:31:13 + export GOPATH=/go
21:31:13 + GOPATH=/go
21:31:13 + case "$(go env GOARCH)" in
21:31:13 ++ go env GOARCH
21:31:13 + export GO_BUILDMODE=-buildmode=pie
21:31:13 + GO_BUILDMODE=-buildmode=pie
21:31:13 ++ dirname hack/dockerfile/install/install.sh
21:31:13 + dir=hack/dockerfile/install
21:31:13 + bin=tini
21:31:13 + shift
21:31:13 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
21:31:13 + . hack/dockerfile/install/tini.installer
21:31:13 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
21:31:13 + install_tini
21:31:13 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
21:31:13 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
21:31:13 + git clone https://github.com/krallin/tini.git /go/tini
21:31:13 Cloning into '/go/tini'...
21:31:13 + cd /go/tini
21:31:13 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
21:31:13 + cmake .
21:31:13 -- The C compiler identification is GNU 9.3.0
21:31:13 -- Check for working C compiler: /usr/bin/cc
21:31:13 -- Check for working C compiler: /usr/bin/cc -- works
21:31:13 -- Detecting C compiler ABI info
21:31:13 -- Detecting C compiler ABI info - done
21:31:13 -- Detecting C compile features
21:31:13 -- Detecting C compile features - done
21:31:13 -- Performing Test HAS_BUILTIN_FORTIFY
21:31:13 -- Performing Test HAS_BUILTIN_FORTIFY - Success
21:31:13 -- Configuring done
21:31:13 -- Generating done
21:31:13 -- Build files have been written to: /go/tini
21:31:13 + make tini-static
21:31:13 make[2]: Entering directory '/go/tini'
21:31:13 make[3]: Entering directory '/go/tini'
21:31:13 make[4]: Entering directory '/go/tini'
21:31:13 make[5]: Entering directory '/go/tini'
21:31:13 Scanning dependencies of target tini-static
21:31:13 make[5]: Leaving directory '/go/tini'
21:31:13 make[5]: Entering directory '/go/tini'
21:31:13 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
21:31:13 [100%] Linking C executable tini-static
21:31:13 make[5]: Leaving directory '/go/tini'
21:31:13 [100%] Built target tini-static
21:31:13 make[4]: Leaving directory '/go/tini'
21:31:13 make[3]: Leaving directory '/go/tini'
21:31:13 make[2]: Leaving directory '/go/tini'
21:31:13 + mkdir -p /usr/local/bin
21:31:13 + cp tini-static /usr/local/bin/docker-init
21:31:13 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
21:31:13 + RM_GOPATH=0
21:31:13 + TMP_GOPATH=/go
21:31:13 + : /usr/local/bin
21:31:13 + '[' -z /go ']'
21:31:13 + export GOPATH=/go
21:31:13 + GOPATH=/go
21:31:13 + case "$(go env GOARCH)" in
21:31:13 ++ go env GOARCH
21:31:13 + export GO_BUILDMODE=-buildmode=pie
21:31:13 + GO_BUILDMODE=-buildmode=pie
21:31:13 ++ dirname hack/dockerfile/install/install.sh
21:31:13 + dir=hack/dockerfile/install
21:31:13 + bin=proxy
21:31:13 + shift
21:31:13 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
21:31:13 + . hack/dockerfile/install/proxy.installer
21:31:13 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8
21:31:13 + install_proxy dynamic
21:31:13 + case "$1" in
21:31:13 + install_proxy_dynamic
21:31:13 + export PROXY_LDFLAGS=-linkmode=external install_proxy
21:31:13 + PROXY_LDFLAGS=-linkmode=external
21:31:13 + export BUILD_MODE=-buildmode=pie
21:31:13 + BUILD_MODE=-buildmode=pie
21:31:13 + _install_proxy
21:31:13 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8'
21:31:13 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
21:31:13 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8
21:31:13 Cloning into '/go/src/github.com/docker/libnetwork'...
21:31:13 #8 23.50 Selecting previously unselected package perl.
21:31:13 #8 23.50 Preparing to unpack .../11-perl_5.28.1-6_armhf.deb ...
21:31:13 #8 23.52 Unpacking perl (5.28.1-6) ...
21:31:13 #8 23.60 Selecting previously unselected package libpython3.7-minimal:armhf.
21:31:13 #8 23.60 Preparing to unpack .../12-libpython3.7-minimal_3.7.3-2+deb10u3_armhf.deb ...
21:31:13 #8 23.61 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u3) ...
21:31:14 #8 23.77 Selecting previously unselected package libexpat1:armhf.
21:31:14 #8 23.77 Preparing to unpack .../13-libexpat1_2.2.6-2+deb10u1_armhf.deb ...
21:31:14 #8 23.77 Unpacking libexpat1:armhf (2.2.6-2+deb10u1) ...
21:31:14 #8 23.84 Selecting previously unselected package python3.7-minimal.
21:31:14 #8 23.84 Preparing to unpack .../14-python3.7-minimal_3.7.3-2+deb10u3_armhf.deb ...
21:31:14 #8 23.86 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
21:31:14 #8 24.14 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u3) ...
21:31:14 #8 24.18 Setting up libexpat1:armhf (2.2.6-2+deb10u1) ...
21:31:14 #8 24.19 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
21:31:14 #8 24.83 Selecting previously unselected package python3-minimal.
21:31:14 #8 24.83 (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.)
21:31:14 #8 24.84 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
21:31:14 #8 24.84 Unpacking python3-minimal (3.7.3-1) ...
21:31:15 #8 24.91 Selecting previously unselected package mime-support.
21:31:15 #8 24.91 Preparing to unpack .../1-mime-support_3.62_all.deb ...
21:31:15 #8 24.92 Unpacking mime-support (3.62) ...
21:31:15 #8 24.98 Selecting previously unselected package libmpdec2:armhf.
21:31:15 #8 24.98 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
21:31:15 #8 24.99 Unpacking libmpdec2:armhf (2.4.2-2) ...
21:31:15 #8 25.05 Selecting previously unselected package libpython3.7-stdlib:armhf.
21:31:15 #8 25.05 Preparing to unpack .../3-libpython3.7-stdlib_3.7.3-2+deb10u3_armhf.deb ...
21:31:15 #8 25.06 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u3) ...
21:31:15 #8 25.34 Selecting previously unselected package python3.7.
21:31:15 #8 25.34 Preparing to unpack .../4-python3.7_3.7.3-2+deb10u3_armhf.deb ...
21:31:15 #8 25.36 Unpacking python3.7 (3.7.3-2+deb10u3) ...
21:31:15 #8 25.41 Selecting previously unselected package libpython3-stdlib:armhf.
21:31:15 #8 25.41 Preparing to unpack .../5-libpython3-stdlib_3.7.3-1_armhf.deb ...
21:31:15 #8 25.42 Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
21:31:15 #8 25.46 Setting up python3-minimal (3.7.3-1) ...
21:31:16 #8 25.88 Selecting previously unselected package python3.
21:31:16 #8 25.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 ... 10860 files and directories currently installed.)
21:31:16 #8 25.88 Preparing to unpack .../000-python3_3.7.3-1_armhf.deb ...
21:31:16 #8 25.88 Unpacking python3 (3.7.3-1) ...
21:31:16 #8 25.94 Selecting previously unselected package sensible-utils.
21:31:16 #8 25.94 Preparing to unpack .../001-sensible-utils_0.0.12_all.deb ...
21:31:16 #8 25.95 Unpacking sensible-utils (0.0.12) ...
21:31:16 #8 25.99 Selecting previously unselected package bzip2.
21:31:16 #8 25.99 Preparing to unpack .../002-bzip2_1.0.6-9.2~deb10u1_armhf.deb ...
21:31:16 #8 26.00 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
21:31:16 #8 26.05 Selecting previously unselected package libmagic-mgc.
21:31:16 #8 26.05 Preparing to unpack .../003-libmagic-mgc_1%3a5.35-4+deb10u2_armhf.deb ...
21:31:16 #8 26.06 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
21:31:16 #8 26.18 Selecting previously unselected package libmagic1:armhf.
21:31:16 #8 26.18 Preparing to unpack .../004-libmagic1_1%3a5.35-4+deb10u2_armhf.deb ...
21:31:16 #8 26.19 Unpacking libmagic1:armhf (1:5.35-4+deb10u2) ...
21:31:16 #8 26.24 Selecting previously unselected package file.
21:31:16 #8 26.24 Preparing to unpack .../005-file_1%3a5.35-4+deb10u2_armhf.deb ...
21:31:16 #8 26.25 Unpacking file (1:5.35-4+deb10u2) ...
21:31:16 #8 26.31 Selecting previously unselected package gettext-base.
21:31:16 #8 26.31 Preparing to unpack .../006-gettext-base_0.19.8.1-9_armhf.deb ...
21:31:16 #8 26.32 Unpacking gettext-base (0.19.8.1-9) ...
21:31:16 #8 26.44 Selecting previously unselected package xz-utils.
21:31:16 #8 26.44 Preparing to unpack .../007-xz-utils_5.2.4-1_armhf.deb ...
21:31:16 #8 26.45 Unpacking xz-utils (5.2.4-1) ...
21:31:16 #8 26.52 Selecting previously unselected package libsigsegv2:armhf.
21:31:16 #8 26.52 Preparing to unpack .../008-libsigsegv2_2.12-2_armhf.deb ...
21:31:16 #8 26.53 Unpacking libsigsegv2:armhf (2.12-2) ...
21:31:16 #8 26.57 Selecting previously unselected package m4.
21:31:16 #8 26.57 Preparing to unpack .../009-m4_1.4.18-2_armhf.deb ...
21:31:16 #8 26.58 Unpacking m4 (1.4.18-2) ...
21:31:16 #8 26.66 Selecting previously unselected package autoconf.
21:31:16 #8 26.66 Preparing to unpack .../010-autoconf_2.69-11_all.deb ...
21:31:17 #8 26.67 Unpacking autoconf (2.69-11) ...
21:31:17 #8 26.78 Selecting previously unselected package autotools-dev.
21:31:17 #8 26.78 Preparing to unpack .../011-autotools-dev_20180224.1_all.deb ...
21:31:17 #8 26.78 Unpacking autotools-dev (20180224.1) ...
21:31:17 #8 26.84 Selecting previously unselected package automake.
21:31:17 #8 26.84 Preparing to unpack .../012-automake_1%3a1.16.1-4_all.deb ...
21:31:17 #8 26.85 Unpacking automake (1:1.16.1-4) ...
21:31:17 #8 26.95 Selecting previously unselected package autopoint.
21:31:17 #8 26.96 Preparing to unpack .../013-autopoint_0.19.8.1-9_all.deb ...
21:31:17 #8 26.96 Unpacking autopoint (0.19.8.1-9) ...
21:31:17 #8 27.01 Selecting previously unselected package binutils-common:armhf.
21:31:17 #8 27.01 Preparing to unpack .../014-binutils-common_2.31.1-16+rpi2_armhf.deb ...
21:31:17 #8 27.02 Unpacking binutils-common:armhf (2.31.1-16+rpi2) ...
21:31:17 #8 27.43 Selecting previously unselected package libbinutils:armhf.
21:31:17 #8 27.43 Preparing to unpack .../015-libbinutils_2.31.1-16+rpi2_armhf.deb ...
21:31:17 #8 27.44 Unpacking libbinutils:armhf (2.31.1-16+rpi2) ...
21:31:17 #8 27.61 Selecting previously unselected package libfl2:armhf.
21:31:17 #8 27.61 Preparing to unpack .../016-libfl2_2.6.4-6.2_armhf.deb ...
21:31:17 #8 27.62 Unpacking libfl2:armhf (2.6.4-6.2) ...
21:31:18 #8 27.71 Selecting previously unselected package binutils-arm-linux-gnueabihf.
21:31:18 #8 27.71 Preparing to unpack .../017-binutils-arm-linux-gnueabihf_2.31.1-16+rpi2_armhf.deb ...
21:31:18 #8 27.74 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ...
21:31:18 #8 27.96 Selecting previously unselected package binutils.
21:31:18 #8 27.96 Preparing to unpack .../018-binutils_2.31.1-16+rpi2_armhf.deb ...
21:31:18 #8 27.97 Unpacking binutils (2.31.1-16+rpi2) ...
21:31:18 #8 28.01 Selecting previously unselected package libisl19:armhf.
21:31:18 #8 28.01 Preparing to unpack .../019-libisl19_0.20-2_armhf.deb ...
21:31:18 #8 28.02 Unpacking libisl19:armhf (0.20-2) ...
21:31:18 #8 28.11 Selecting previously unselected package libmpfr6:armhf.
21:31:18 #8 28.11 Preparing to unpack .../020-libmpfr6_4.0.2-1_armhf.deb ...
21:31:18 #8 28.11 Unpacking libmpfr6:armhf (4.0.2-1) ...
21:31:18 #8 28.18 Selecting previously unselected package libmpc3:armhf.
21:31:18 #8 28.18 Preparing to unpack .../021-libmpc3_1.1.0-1_armhf.deb ...
21:31:18 #8 28.19 Unpacking libmpc3:armhf (1.1.0-1) ...
21:31:18 #8 28.22 Selecting previously unselected package cpp-8.
21:31:18 #8 28.23 Preparing to unpack .../022-cpp-8_8.3.0-6+rpi1_armhf.deb ...
21:31:18 #8 28.23 Unpacking cpp-8 (8.3.0-6+rpi1) ...
21:31:19 #8 28.87 Selecting previously unselected package cpp.
21:31:19 #8 28.87 Preparing to unpack .../023-cpp_4%3a8.3.0-1+rpi2_armhf.deb ...
21:31:19 #8 28.88 Unpacking cpp (4:8.3.0-1+rpi2) ...
21:31:19 #8 28.92 Selecting previously unselected package libcc1-0:armhf.
21:31:19 #8 28.93 Preparing to unpack .../024-libcc1-0_8.3.0-6+rpi1_armhf.deb ...
21:31:19 #8 28.93 Unpacking libcc1-0:armhf (8.3.0-6+rpi1) ...
21:31:19 #8 28.99 Selecting previously unselected package libgomp1:armhf.
21:31:19 #8 28.99 Preparing to unpack .../025-libgomp1_8.3.0-6+rpi1_armhf.deb ...
21:31:19 #8 28.99 Unpacking libgomp1:armhf (8.3.0-6+rpi1) ...
21:31:19 #8 29.05 Selecting previously unselected package libatomic1:armhf.
21:31:19 #8 29.05 Preparing to unpack .../026-libatomic1_8.3.0-6+rpi1_armhf.deb ...
21:31:19 #8 29.06 Unpacking libatomic1:armhf (8.3.0-6+rpi1) ...
21:31:19 #8 29.10 Selecting previously unselected package libasan5:armhf.
21:31:19 #8 29.10 Preparing to unpack .../027-libasan5_8.3.0-6+rpi1_armhf.deb ...
21:31:19 #8 29.11 Unpacking libasan5:armhf (8.3.0-6+rpi1) ...
21:31:19 #8 29.18 Selecting previously unselected package libubsan1:armhf.
21:31:19 #8 29.18 Preparing to unpack .../028-libubsan1_8.3.0-6+rpi1_armhf.deb ...
21:31:19 #8 29.19 Unpacking libubsan1:armhf (8.3.0-6+rpi1) ...
21:31:19 #8 29.23 Selecting previously unselected package libgcc-8-dev:armhf.
21:31:19 #8 29.23 Preparing to unpack .../029-libgcc-8-dev_8.3.0-6+rpi1_armhf.deb ...
21:31:19 #8 29.23 Unpacking libgcc-8-dev:armhf (8.3.0-6+rpi1) ...
21:31:19 #8 29.34 Selecting previously unselected package gcc-8.
21:31:19 #8 29.34 Preparing to unpack .../030-gcc-8_8.3.0-6+rpi1_armhf.deb ...
21:31:19 #8 29.34 Unpacking gcc-8 (8.3.0-6+rpi1) ...
21:31:20 + cd /go/src/github.com/docker/libnetwork
21:31:20 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8
21:31:20 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
21:31:20 #8 30.00 Selecting previously unselected package gcc.
21:31:20 #8 30.00 Preparing to unpack .../031-gcc_4%3a8.3.0-1+rpi2_armhf.deb ...
21:31:20 #8 30.01 Unpacking gcc (4:8.3.0-1+rpi2) ...
21:31:20 #8 30.05 Selecting previously unselected package libc-dev-bin.
21:31:20 #8 30.05 Preparing to unpack .../032-libc-dev-bin_2.28-10+rpt2+rpi1_armhf.deb ...
21:31:20 #8 30.06 Unpacking libc-dev-bin (2.28-10+rpt2+rpi1) ...
21:31:20 #8 30.11 Selecting previously unselected package linux-libc-dev:armhf.
21:31:20 #8 30.11 Preparing to unpack .../033-linux-libc-dev_1%3a1.20211007-2~buster_armhf.deb ...
21:31:20 #8 30.11 Unpacking linux-libc-dev:armhf (1:1.20211007-2~buster) ...
21:31:20 #8 30.27 Selecting previously unselected package libc6-dev:armhf.
21:31:20 #8 30.27 Preparing to unpack .../034-libc6-dev_2.28-10+rpt2+rpi1_armhf.deb ...
21:31:20 #8 30.29 Unpacking libc6-dev:armhf (2.28-10+rpt2+rpi1) ...
21:31:20 #8 30.53 Selecting previously unselected package libtool.
21:31:20 #8 30.53 Preparing to unpack .../035-libtool_2.4.6-9_all.deb ...
21:31:20 #8 30.54 Unpacking libtool (2.4.6-9) ...
21:31:20 #8 30.61 Selecting previously unselected package dh-autoreconf.
21:31:20 #8 30.61 Preparing to unpack .../036-dh-autoreconf_19_all.deb ...
21:31:20 #8 30.62 Unpacking dh-autoreconf (19) ...
21:31:20 #8 30.65 Selecting previously unselected package libarchive-zip-perl.
21:31:20 #8 30.65 Preparing to unpack .../037-libarchive-zip-perl_1.64-1_all.deb ...
21:31:20 #8 30.66 Unpacking libarchive-zip-perl (1.64-1) ...
21:31:20 #8 30.70 Selecting previously unselected package libfile-stripnondeterminism-perl.
21:31:20 #8 30.70 Preparing to unpack .../038-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
21:31:20 #8 30.71 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
21:31:20 #8 30.74 Selecting previously unselected package dh-strip-nondeterminism.
21:31:20 + return
21:31:20 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
21:31:20 + RM_GOPATH=0
21:31:20 + TMP_GOPATH=/go
21:31:20 + : /usr/local/bin
21:31:20 + '[' -z /go ']'
21:31:20 + export GOPATH=/go
21:31:20 + GOPATH=/go
21:31:20 + case "$(go env GOARCH)" in
21:31:20 ++ go env GOARCH
21:31:20 + export GO_BUILDMODE=-buildmode=pie
21:31:20 + GO_BUILDMODE=-buildmode=pie
21:31:20 ++ dirname hack/dockerfile/install/install.sh
21:31:20 + dir=hack/dockerfile/install
21:31:20 + bin=rootlesskit
21:31:20 + shift
21:31:20 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
21:31:20 + . hack/dockerfile/install/rootlesskit.installer
21:31:20 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:31:20 + install_rootlesskit dynamic
21:31:20 + case "$1" in
21:31:20 + install_rootlesskit_dynamic
21:31:20 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
21:31:20 + ROOTLESSKIT_LDFLAGS=-linkmode=external
21:31:20 + export BUILD_MODE=-buildmode=pie
21:31:20 + BUILD_MODE=-buildmode=pie
21:31:20 + _install_rootlesskit
21:31:20 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2'
21:31:20 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:31:20 + git clone https://github.com/rootless-containers/rootlesskit.git /go/src/github.com/rootless-containers/rootlesskit
21:31:20 Cloning into '/go/src/github.com/rootless-containers/rootlesskit'...
21:31:21 #8 30.74 Preparing to unpack .../039-dh-strip-nondeterminism_1.1.2-1_all.deb ...
21:31:21 #8 30.74 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
21:31:21 #8 30.78 Selecting previously unselected package libdpkg-perl.
21:31:21 #8 30.78 Preparing to unpack .../040-libdpkg-perl_1.19.7_all.deb ...
21:31:21 #8 30.79 Unpacking libdpkg-perl (1.19.7) ...
21:31:21 #8 30.87 Selecting previously unselected package patch.
21:31:21 #8 30.87 Preparing to unpack .../041-patch_2.7.6-3+deb10u1_armhf.deb ...
21:31:21 #8 30.87 Unpacking patch (2.7.6-3+deb10u1) ...
21:31:21 #8 30.91 Selecting previously unselected package make.
21:31:21 #8 30.91 Preparing to unpack .../042-make_4.2.1-1.2_armhf.deb ...
21:31:21 #8 30.92 Unpacking make (4.2.1-1.2) ...
21:31:21 #8 30.98 Selecting previously unselected package dpkg-dev.
21:31:21 #8 30.98 Preparing to unpack .../043-dpkg-dev_1.19.7_all.deb ...
21:31:21 #8 30.99 Unpacking dpkg-dev (1.19.7) ...
21:31:21 #8 31.09 Selecting previously unselected package libelf1:armhf.
21:31:21 #8 31.10 Preparing to unpack .../044-libelf1_0.176-1.1_armhf.deb ...
21:31:21 #8 31.10 Unpacking libelf1:armhf (0.176-1.1) ...
21:31:21 #8 31.17 Selecting previously unselected package dwz.
21:31:21 #8 31.17 Preparing to unpack .../045-dwz_0.12-3_armhf.deb ...
21:31:21 #8 31.17 Unpacking dwz (0.12-3) ...
21:31:21 #8 31.21 Selecting previously unselected package libdebhelper-perl.
21:31:21 #8 31.21 Preparing to unpack .../046-libdebhelper-perl_13.2~bpo10+1_all.deb ...
21:31:21 #8 31.22 Unpacking libdebhelper-perl (13.2~bpo10+1) ...
21:31:21 #8 31.28 Selecting previously unselected package libglib2.0-0:armhf.
21:31:21 #8 31.28 Preparing to unpack .../047-libglib2.0-0_2.58.3-2+deb10u2_armhf.deb ...
21:31:21 #8 31.29 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u2) ...
21:31:21 #8 31.42 Selecting previously unselected package libicu63:armhf.
21:31:21 #8 31.42 Preparing to unpack .../048-libicu63_63.1-6+deb10u1_armhf.deb ...
21:31:21 #8 31.42 Unpacking libicu63:armhf (63.1-6+deb10u1) ...
21:31:22 #8 32.19 Selecting previously unselected package libxml2:armhf.
21:31:22 #8 32.19 Preparing to unpack .../049-libxml2_2.9.4+dfsg1-7+deb10u2_armhf.deb ...
21:31:22 #8 32.20 Unpacking libxml2:armhf (2.9.4+dfsg1-7+deb10u2) ...
21:31:22 #8 32.28 Selecting previously unselected package libcroco3:armhf.
21:31:22 #8 32.28 Preparing to unpack .../050-libcroco3_0.6.12-3_armhf.deb ...
21:31:22 #8 32.29 Unpacking libcroco3:armhf (0.6.12-3) ...
21:31:22 #8 32.34 Selecting previously unselected package gettext.
21:31:22 #8 32.34 Preparing to unpack .../051-gettext_0.19.8.1-9_armhf.deb ...
21:31:22 #8 32.35 Unpacking gettext (0.19.8.1-9) ...
21:31:22 #8 32.48 Selecting previously unselected package intltool-debian.
21:31:22 #8 32.48 Preparing to unpack .../052-intltool-debian_0.35.0+20060710.5_all.deb ...
21:31:22 #8 32.49 Unpacking intltool-debian (0.35.0+20060710.5) ...
21:31:22 #8 32.52 Selecting previously unselected package po-debconf.
21:31:22 #8 32.52 Preparing to unpack .../053-po-debconf_1.0.21_all.deb ...
21:31:22 #8 32.53 Unpacking po-debconf (1.0.21) ...
21:31:22 #8 32.58 Selecting previously unselected package debhelper.
21:31:22 #8 32.58 Preparing to unpack .../054-debhelper_13.2~bpo10+1_all.deb ...
21:31:22 #8 32.59 Unpacking debhelper (13.2~bpo10+1) ...
21:31:23 #8 32.70 Selecting previously unselected package libfakeroot:armhf.
21:31:23 #8 32.70 Preparing to unpack .../055-libfakeroot_1.23-1_armhf.deb ...
21:31:23 #8 32.71 Unpacking libfakeroot:armhf (1.23-1) ...
21:31:23 #8 32.76 Selecting previously unselected package fakeroot.
21:31:23 #8 32.76 Preparing to unpack .../056-fakeroot_1.23-1_armhf.deb ...
21:31:23 #8 32.76 Unpacking fakeroot (1.23-1) ...
21:31:23 #8 32.80 Selecting previously unselected package libfile-which-perl.
21:31:23 #8 32.80 Preparing to unpack .../057-libfile-which-perl_1.23-1_all.deb ...
21:31:23 #8 32.81 Unpacking libfile-which-perl (1.23-1) ...
21:31:23 #8 32.84 Selecting previously unselected package libfile-homedir-perl.
21:31:23 #8 32.85 Preparing to unpack .../058-libfile-homedir-perl_1.004-1_all.deb ...
21:31:23 #8 32.85 Unpacking libfile-homedir-perl (1.004-1) ...
21:31:23 #8 32.88 Selecting previously unselected package libio-pty-perl.
21:31:23 #8 32.89 Preparing to unpack .../059-libio-pty-perl_1%3a1.08-1.1+b4_armhf.deb ...
21:31:23 #8 32.89 Unpacking libio-pty-perl (1:1.08-1.1+b4) ...
21:31:23 #8 32.93 Selecting previously unselected package libipc-run-perl.
21:31:23 #8 32.93 Preparing to unpack .../060-libipc-run-perl_20180523.0-1_all.deb ...
21:31:23 #8 32.93 Unpacking libipc-run-perl (20180523.0-1) ...
21:31:23 #8 32.98 Selecting previously unselected package libclass-method-modifiers-perl.
21:31:23 #8 32.98 Preparing to unpack .../061-libclass-method-modifiers-perl_2.12-1_all.deb ...
21:31:23 #8 32.99 Unpacking libclass-method-modifiers-perl (2.12-1) ...
21:31:23 #8 33.02 Selecting previously unselected package libsub-exporter-progressive-perl.
21:31:23 #8 33.02 Preparing to unpack .../062-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
21:31:23 #8 33.03 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
21:31:23 #8 33.06 Selecting previously unselected package libdevel-globaldestruction-perl.
21:31:23 #8 33.06 Preparing to unpack .../063-libdevel-globaldestruction-perl_0.14-1_all.deb ...
21:31:23 #8 33.07 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
21:31:23 #8 33.10 Selecting previously unselected package libb-hooks-op-check-perl.
21:31:23 #8 33.10 Preparing to unpack .../064-libb-hooks-op-check-perl_0.22-1+b1_armhf.deb ...
21:31:23 #8 33.11 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
21:31:23 #8 33.15 Selecting previously unselected package libdynaloader-functions-perl.
21:31:23 #8 33.15 Preparing to unpack .../065-libdynaloader-functions-perl_0.003-1_all.deb ...
21:31:23 #8 33.16 Unpacking libdynaloader-functions-perl (0.003-1) ...
21:31:23 #8 33.20 Selecting previously unselected package libdevel-callchecker-perl.
21:31:23 #8 33.20 Preparing to unpack .../066-libdevel-callchecker-perl_0.008-1_armhf.deb ...
21:31:23 #8 33.21 Unpacking libdevel-callchecker-perl (0.008-1) ...
21:31:23 #8 33.26 Selecting previously unselected package libparams-classify-perl.
21:31:23 #8 33.26 Preparing to unpack .../067-libparams-classify-perl_0.015-1+b1_armhf.deb ...
21:31:23 #8 33.26 Unpacking libparams-classify-perl (0.015-1+b1) ...
21:31:23 #8 33.30 Selecting previously unselected package libmodule-runtime-perl.
21:31:23 #8 33.30 Preparing to unpack .../068-libmodule-runtime-perl_0.016-1_all.deb ...
21:31:23 #8 33.31 Unpacking libmodule-runtime-perl (0.016-1) ...
21:31:23 #8 33.34 Selecting previously unselected package libimport-into-perl.
21:31:23 #8 33.34 Preparing to unpack .../069-libimport-into-perl_1.002005-1_all.deb ...
21:31:23 #8 33.35 Unpacking libimport-into-perl (1.002005-1) ...
21:31:23 #8 33.38 Selecting previously unselected package librole-tiny-perl.
21:31:23 #8 33.38 Preparing to unpack .../070-librole-tiny-perl_2.000006-1_all.deb ...
21:31:23 #8 33.38 Unpacking librole-tiny-perl (2.000006-1) ...
21:31:23 #8 33.42 Selecting previously unselected package libstrictures-perl.
21:31:23 #8 33.42 Preparing to unpack .../071-libstrictures-perl_2.000005-1_all.deb ...
21:31:23 #8 33.42 Unpacking libstrictures-perl (2.000005-1) ...
21:31:23 #8 33.46 Selecting previously unselected package libsub-quote-perl.
21:31:23 #8 33.47 Preparing to unpack .../072-libsub-quote-perl_2.005001-1_all.deb ...
21:31:23 #8 33.47 Unpacking libsub-quote-perl (2.005001-1) ...
21:31:23 #8 33.50 Selecting previously unselected package libmoo-perl.
21:31:23 #8 33.50 Preparing to unpack .../073-libmoo-perl_2.003004-2_all.deb ...
21:31:23 #8 33.51 Unpacking libmoo-perl (2.003004-2) ...
21:31:23 #8 33.55 Selecting previously unselected package libencode-locale-perl.
21:31:23 #8 33.55 Preparing to unpack .../074-libencode-locale-perl_1.05-1_all.deb ...
21:31:23 #8 33.55 Unpacking libencode-locale-perl (1.05-1) ...
21:31:23 #8 33.59 Selecting previously unselected package libtimedate-perl.
21:31:23 #8 33.59 Preparing to unpack .../075-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
21:31:23 #8 33.59 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
21:31:23 #8 33.63 Selecting previously unselected package libhttp-date-perl.
21:31:23 #8 33.63 Preparing to unpack .../076-libhttp-date-perl_6.02-1_all.deb ...
21:31:23 #8 33.63 Unpacking libhttp-date-perl (6.02-1) ...
21:31:23 #8 33.67 Selecting previously unselected package libfile-listing-perl.
21:31:23 #8 33.67 Preparing to unpack .../077-libfile-listing-perl_6.04-1_all.deb ...
21:31:23 #8 33.67 Unpacking libfile-listing-perl (6.04-1) ...
21:31:23 #8 33.70 Selecting previously unselected package libhtml-tagset-perl.
21:31:23 #8 33.70 Preparing to unpack .../078-libhtml-tagset-perl_3.20-3_all.deb ...
21:31:23 #8 33.71 Unpacking libhtml-tagset-perl (3.20-3) ...
21:31:23 #8 33.74 Selecting previously unselected package liburi-perl.
21:31:24 #8 33.75 Preparing to unpack .../079-liburi-perl_1.76-1_all.deb ...
21:31:24 #8 33.75 Unpacking liburi-perl (1.76-1) ...
21:31:24 #8 33.81 Selecting previously unselected package libhtml-parser-perl.
21:31:24 #8 33.81 Preparing to unpack .../080-libhtml-parser-perl_3.72-3+b2_armhf.deb ...
21:31:24 #8 33.81 Unpacking libhtml-parser-perl (3.72-3+b2) ...
21:31:24 #8 33.85 Selecting previously unselected package libhtml-tree-perl.
21:31:24 #8 33.85 Preparing to unpack .../081-libhtml-tree-perl_5.07-2_all.deb ...
21:31:24 #8 33.86 Unpacking libhtml-tree-perl (5.07-2) ...
21:31:24 #8 33.91 Selecting previously unselected package libio-html-perl.
21:31:24 #8 33.91 Preparing to unpack .../082-libio-html-perl_1.001-1_all.deb ...
21:31:24 #8 33.91 Unpacking libio-html-perl (1.001-1) ...
21:31:24 #8 33.94 Selecting previously unselected package liblwp-mediatypes-perl.
21:31:24 #8 33.95 Preparing to unpack .../083-liblwp-mediatypes-perl_6.02-1_all.deb ...
21:31:24 #8 33.95 Unpacking liblwp-mediatypes-perl (6.02-1) ...
21:31:24 #8 34.00 Selecting previously unselected package libhttp-message-perl.
21:31:24 #8 34.01 Preparing to unpack .../084-libhttp-message-perl_6.18-1_all.deb ...
21:31:24 #8 34.01 Unpacking libhttp-message-perl (6.18-1) ...
21:31:24 #8 34.05 Selecting previously unselected package libhttp-cookies-perl.
21:31:24 #8 34.05 Preparing to unpack .../085-libhttp-cookies-perl_6.04-1_all.deb ...
21:31:24 #8 34.06 Unpacking libhttp-cookies-perl (6.04-1) ...
21:31:24 + cd /go/src/github.com/rootless-containers/rootlesskit
21:31:24 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:31:24 + export GO111MODULE=on
21:31:24 + GO111MODULE=on
21:31:24 + export GOPROXY=https://proxy.golang.org
21:31:24 + GOPROXY=https://proxy.golang.org
21:31:24 + for f in rootlesskit rootlesskit-docker-proxy
21:31:24 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
21:31:24 #8 34.09 Selecting previously unselected package libhttp-negotiate-perl.
21:31:24 #8 34.09 Preparing to unpack .../086-libhttp-negotiate-perl_6.01-1_all.deb ...
21:31:24 #8 34.10 Unpacking libhttp-negotiate-perl (6.01-1) ...
21:31:24 #8 34.13 Selecting previously unselected package perl-openssl-defaults:armhf.
21:31:24 #8 34.13 Preparing to unpack .../087-perl-openssl-defaults_3_armhf.deb ...
21:31:24 #8 34.14 Unpacking perl-openssl-defaults:armhf (3) ...
21:31:24 #8 34.17 Selecting previously unselected package libnet-ssleay-perl.
21:31:24 #8 34.17 Preparing to unpack .../088-libnet-ssleay-perl_1.85-2+b1_armhf.deb ...
21:31:24 #8 34.18 Unpacking libnet-ssleay-perl (1.85-2+b1) ...
21:31:24 #8 34.24 Selecting previously unselected package libio-socket-ssl-perl.
21:31:24 #8 34.24 Preparing to unpack .../089-libio-socket-ssl-perl_2.060-3_all.deb ...
21:31:24 #8 34.24 Unpacking libio-socket-ssl-perl (2.060-3) ...
21:31:24 #8 34.29 Selecting previously unselected package libnet-http-perl.
21:31:24 go: downloading github.com/pkg/errors v0.9.1
21:31:24 go: downloading github.com/sirupsen/logrus v1.8.1
21:31:24 go: downloading github.com/urfave/cli/v2 v2.3.0
21:31:24 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
21:31:24 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
21:31:24 go: downloading github.com/google/uuid v1.3.0
21:31:24 go: downloading github.com/moby/vpnkit v0.5.0
21:31:24 #8 34.29 Preparing to unpack .../090-libnet-http-perl_6.18-1_all.deb ...
21:31:24 #8 34.30 Unpacking libnet-http-perl (6.18-1) ...
21:31:24 #8 34.34 Selecting previously unselected package liblwp-protocol-https-perl.
21:31:24 #8 34.34 Preparing to unpack .../091-liblwp-protocol-https-perl_6.07-2_all.deb ...
21:31:24 #8 34.35 Unpacking liblwp-protocol-https-perl (6.07-2) ...
21:31:24 #8 34.38 Selecting previously unselected package libtry-tiny-perl.
21:31:24 #8 34.38 Preparing to unpack .../092-libtry-tiny-perl_0.30-1_all.deb ...
21:31:24 #8 34.39 Unpacking libtry-tiny-perl (0.30-1) ...
21:31:24 #8 34.43 Selecting previously unselected package libwww-robotrules-perl.
21:31:24 #8 34.43 Preparing to unpack .../093-libwww-robotrules-perl_6.02-1_all.deb ...
21:31:24 #8 34.43 Unpacking libwww-robotrules-perl (6.02-1) ...
21:31:24 #8 34.47 Selecting previously unselected package libwww-perl.
21:31:24 #8 34.47 Preparing to unpack .../094-libwww-perl_6.36-2_all.deb ...
21:31:24 #8 34.47 Unpacking libwww-perl (6.36-2) ...
21:31:24 #8 34.52 Selecting previously unselected package patchutils.
21:31:24 #8 34.52 Preparing to unpack .../095-patchutils_0.3.4-2_armhf.deb ...
21:31:24 #8 34.52 Unpacking patchutils (0.3.4-2) ...
21:31:24 #8 34.56 Selecting previously unselected package wdiff.
21:31:24 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
21:31:24 go: downloading github.com/gofrs/flock v0.8.1
21:31:24 go: downloading github.com/gorilla/mux v1.8.0
21:31:24 go: downloading github.com/moby/sys/mountinfo v0.4.1
21:31:24 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
21:31:24 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
21:31:24 go: downloading github.com/u-root/u-root v7.0.0+incompatible
21:31:25 #8 34.56 Preparing to unpack .../096-wdiff_1.2.2-2_armhf.deb ...
21:31:25 #8 34.57 Unpacking wdiff (1.2.2-2) ...
21:31:25 #8 34.63 Selecting previously unselected package devscripts.
21:31:25 #8 34.63 Preparing to unpack .../097-devscripts_2.19.5+deb10u1_armhf.deb ...
21:31:25 #8 34.65 Unpacking devscripts (2.19.5+deb10u1) ...
21:31:25 #8 34.77 Selecting previously unselected package equivs.
21:31:25 #8 34.77 Preparing to unpack .../098-equivs_2.2.0_all.deb ...
21:31:25 #8 34.77 Unpacking equivs (2.2.0) ...
21:31:25 #8 34.81 Selecting previously unselected package libcurl3-gnutls:armhf.
21:31:25 #8 34.81 Preparing to unpack .../099-libcurl3-gnutls_7.64.0-4+deb10u2_armhf.deb ...
21:31:25 #8 34.82 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ...
21:31:25 #8 34.89 Selecting previously unselected package libpcre2-8-0:armhf.
21:31:25 #8 34.89 Preparing to unpack .../100-libpcre2-8-0_10.32-5_armhf.deb ...
21:31:25 #8 34.90 Unpacking libpcre2-8-0:armhf (10.32-5) ...
21:31:25 #8 34.94 Selecting previously unselected package liberror-perl.
21:31:25 #8 34.95 Preparing to unpack .../101-liberror-perl_0.17027-2_all.deb ...
21:31:25 #8 34.95 Unpacking liberror-perl (0.17027-2) ...
21:31:25 #8 34.99 Selecting previously unselected package git-man.
21:31:25 #8 34.99 Preparing to unpack .../102-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
21:31:25 #8 34.99 Unpacking git-man (1:2.20.1-2+deb10u3) ...
21:31:25 #8 35.12 Selecting previously unselected package git.
21:31:25 #8 35.12 Preparing to unpack .../103-git_1%3a2.20.1-2+deb10u3_armhf.deb ...
21:31:25 #8 35.14 Unpacking git (1:2.20.1-2+deb10u3) ...
21:31:25 go: downloading github.com/russross/blackfriday/v2 v2.1.0
21:31:25 #8 35.54 Setting up perl-modules-5.28 (5.28.1-6) ...
21:31:26 #8 35.56 Setting up libpipeline1:armhf (1.5.1-2) ...
21:31:26 #8 35.57 Setting up mime-support (3.62) ...
21:31:26 #8 35.61 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
21:31:26 #8 35.62 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u2) ...
21:31:26 #8 35.63 No schema files found: doing nothing.
21:31:26 #8 35.64 Setting up binutils-common:armhf (2.31.1-16+rpi2) ...
21:31:26 #8 35.66 Setting up libmagic1:armhf (1:5.35-4+deb10u2) ...
21:31:26 #8 35.68 Setting up perl-openssl-defaults:armhf (3) ...
21:31:26 #8 35.69 Setting up linux-libc-dev:armhf (1:1.20211007-2~buster) ...
21:31:26 #8 35.71 Setting up gettext-base (0.19.8.1-9) ...
21:31:26 #8 35.72 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ...
21:31:26 #8 35.73 Setting up file (1:5.35-4+deb10u2) ...
21:31:26 #8 35.75 Setting up libgomp1:armhf (8.3.0-6+rpi1) ...
21:31:26 #8 35.76 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
21:31:26 #8 35.77 Setting up libicu63:armhf (63.1-6+deb10u1) ...
21:31:26 #8 35.79 Setting up libfakeroot:armhf (1.23-1) ...
21:31:26 #8 35.81 Setting up fakeroot (1.23-1) ...
21:31:26 #8 35.82 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
21:31:26 #8 35.82 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
21:31:26 #8 35.82 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
21:31:26 #8 35.82 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
21:31:26 #8 35.82 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
21:31:26 #8 35.82 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
21:31:26 #8 35.82 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
21:31:26 #8 35.82 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
21:31:26 #8 35.82 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
21:31:26 #8 35.83 Setting up libasan5:armhf (8.3.0-6+rpi1) ...
21:31:26 #8 35.85 Setting up autotools-dev (20180224.1) ...
21:31:26 #8 35.86 Setting up make (4.2.1-1.2) ...
21:31:26 #8 35.88 Setting up libmpfr6:armhf (4.0.2-1) ...
21:31:26 #8 35.90 Setting up libsigsegv2:armhf (2.12-2) ...
21:31:26 #8 35.91 Setting up xz-utils (5.2.4-1) ...
21:31:26 #8 35.93 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
21:31:26 #8 35.93 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
21:31:26 #8 35.93 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
21:31:26 #8 35.93 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
21:31:26 #8 35.93 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
21:31:26 #8 35.93 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
21:31:26 #8 35.93 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
21:31:26 #8 35.93 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
21:31:26 #8 35.93 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
21:31:26 #8 35.93 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
21:31:26 #8 35.93 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
21:31:26 #8 35.94 Setting up libmpc3:armhf (1.1.0-1) ...
21:31:26 #8 35.95 Setting up libatomic1:armhf (8.3.0-6+rpi1) ...
21:31:26 #8 35.98 Setting up patch (2.7.6-3+deb10u1) ...
21:31:26 #8 35.99 Setting up autopoint (0.19.8.1-9) ...
21:31:26 #8 36.01 Setting up libfl2:armhf (2.6.4-6.2) ...
21:31:26 #8 36.02 Setting up libpcre2-8-0:armhf (10.32-5) ...
21:31:26 #8 36.04 Setting up libubsan1:armhf (8.3.0-6+rpi1) ...
21:31:26 #8 36.05 Setting up libisl19:armhf (0.20-2) ...
21:31:26 #8 36.07 Setting up sensible-utils (0.0.12) ...
21:31:26 #8 36.09 Setting up libuchardet0:armhf (0.0.6-3) ...
21:31:26 #8 36.10 Setting up git-man (1:2.20.1-2+deb10u3) ...
21:31:26 #8 36.12 Setting up libmpdec2:armhf (2.4.2-2) ...
21:31:26 #8 36.13 Setting up libbinutils:armhf (2.31.1-16+rpi2) ...
21:31:26 #8 36.15 Setting up cpp-8 (8.3.0-6+rpi1) ...
21:31:26 #8 36.17 Setting up libc-dev-bin (2.28-10+rpt2+rpi1) ...
21:31:26 #8 36.18 Setting up libbsd0:armhf (0.9.1-2+deb10u1) ...
21:31:26 #8 36.21 Setting up libtinfo5:armhf (6.1+20181013-2+deb10u2) ...
21:31:26 #8 36.23 Setting up binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ...
21:31:26 #8 36.24 Setting up libelf1:armhf (0.176-1.1) ...
21:31:26 #8 36.26 Setting up libxml2:armhf (2.9.4+dfsg1-7+deb10u2) ...
21:31:26 #8 36.27 Setting up libcc1-0:armhf (8.3.0-6+rpi1) ...
21:31:26 #8 36.29 Setting up libgdbm6:armhf (1.18.1-4) ...
21:31:26 #8 36.31 Setting up wdiff (1.2.2-2) ...
21:31:26 #8 36.32 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u3) ...
21:31:26 #8 36.38 Setting up m4 (1.4.18-2) ...
21:31:26 #8 36.40 Setting up binutils (2.31.1-16+rpi2) ...
21:31:26 #8 36.42 Setting up bsdmainutils (11.1.2) ...
21:31:26 #8 36.45 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
21:31:26 #8 36.45 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
21:31:26 #8 36.46 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
21:31:26 #8 36.46 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
21:31:26 #8 36.47 Setting up libcroco3:armhf (0.6.12-3) ...
21:31:26 #8 36.48 Setting up libgdbm-compat4:armhf (1.18.1-4) ...
21:31:26 #8 36.50 Setting up libgcc-8-dev:armhf (8.3.0-6+rpi1) ...
21:31:26 #8 36.51 Setting up libperl5.28:armhf (5.28.1-6) ...
21:31:26 #8 36.53 Setting up dwz (0.12-3) ...
21:31:26 #8 36.54 Setting up groff-base (1.22.4-3+deb10u1) ...
21:31:26 #8 36.58 Setting up cpp (4:8.3.0-1+rpi2) ...
21:31:26 #8 36.60 Setting up libc6-dev:armhf (2.28-10+rpt2+rpi1) ...
21:31:26 #8 36.62 Setting up libpython3-stdlib:armhf (3.7.3-1) ...
21:31:26 #8 36.63 Setting up python3.7 (3.7.3-2+deb10u3) ...
21:31:27 #8 37.34 Setting up gettext (0.19.8.1-9) ...
21:31:27 #8 37.35 Setting up gcc-8 (8.3.0-6+rpi1) ...
21:31:27 #8 37.37 Setting up libtool (2.4.6-9) ...
21:31:27 #8 37.39 Setting up python3 (3.7.3-1) ...
21:31:28 #8 37.50 Setting up man-db (2.8.5-2) ...
21:31:28 #8 37.63 Building database of manual pages ...
21:31:30 #8 39.89 Setting up gcc (4:8.3.0-1+rpi2) ...
21:31:30 #8 39.92 Setting up perl (5.28.1-6) ...
21:31:30 #8 39.96 Setting up libio-html-perl (1.001-1) ...
21:31:30 #8 39.97 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
21:31:30 #8 39.99 Setting up libdpkg-perl (1.19.7) ...
21:31:30 #8 40.01 Setting up autoconf (2.69-11) ...
21:31:30 #8 40.03 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
21:31:30 #8 40.05 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
21:31:30 #8 40.06 Setting up libdevel-globaldestruction-perl (0.14-1) ...
21:31:30 #8 40.08 Setting up libstrictures-perl (2.000005-1) ...
21:31:30 #8 40.09 Setting up libsub-quote-perl (2.005001-1) ...
21:31:30 #8 40.11 Setting up liburi-perl (1.76-1) ...
21:31:30 #8 40.12 Setting up libnet-ssleay-perl (1.85-2+b1) ...
21:31:30 #8 40.14 Setting up automake (1:1.16.1-4) ...
21:31:30 #8 40.17 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
21:31:30 #8 40.17 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
21:31:30 #8 40.17 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
21:31:30 #8 40.18 Setting up libhttp-date-perl (6.02-1) ...
21:31:30 #8 40.19 Setting up libfile-which-perl (1.23-1) ...
21:31:30 #8 40.22 Setting up libfile-listing-perl (6.04-1) ...
21:31:30 #8 40.25 Setting up libdynaloader-functions-perl (0.003-1) ...
21:31:30 #8 40.26 Setting up libclass-method-modifiers-perl (2.12-1) ...
21:31:30 #8 40.28 Setting up libio-pty-perl (1:1.08-1.1+b4) ...
21:31:30 #8 40.30 Setting up libarchive-zip-perl (1.64-1) ...
21:31:30 #8 40.31 Setting up libhtml-tagset-perl (3.20-3) ...
21:31:30 #8 40.33 Setting up libdebhelper-perl (13.2~bpo10+1) ...
21:31:30 #8 40.35 Setting up liblwp-mediatypes-perl (6.02-1) ...
21:31:30 #8 40.36 Setting up libtry-tiny-perl (0.30-1) ...
21:31:30 #8 40.38 Setting up libnet-http-perl (6.18-1) ...
21:31:30 #8 40.40 Setting up libencode-locale-perl (1.05-1) ...
21:31:30 #8 40.42 Setting up libdevel-callchecker-perl (0.008-1) ...
21:31:30 + for f in rootlesskit rootlesskit-docker-proxy
21:31:30 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
21:31:30 #8 40.43 Setting up dpkg-dev (1.19.7) ...
21:31:30 #8 40.46 Setting up intltool-debian (0.35.0+20060710.5) ...
21:31:30 #8 40.48 Setting up liberror-perl (0.17027-2) ...
21:31:30 #8 40.50 Setting up patchutils (0.3.4-2) ...
21:31:30 #8 40.52 Setting up libipc-run-perl (20180523.0-1) ...
21:31:30 #8 40.54 Setting up git (1:2.20.1-2+deb10u3) ...
21:31:30 #8 40.57 Setting up libwww-robotrules-perl (6.02-1) ...
21:31:30 #8 40.59 Setting up libhtml-parser-perl (3.72-3+b2) ...
21:31:30 #8 40.61 Setting up librole-tiny-perl (2.000006-1) ...
21:31:30 #8 40.64 Setting up libfile-homedir-perl (1.004-1) ...
21:31:31 #8 40.65 Setting up libio-socket-ssl-perl (2.060-3) ...
21:31:31 #8 40.67 Setting up libhttp-message-perl (6.18-1) ...
21:31:31 #8 40.69 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
21:31:31 #8 40.71 Setting up libhttp-negotiate-perl (6.01-1) ...
21:31:31 #8 40.72 Setting up libhttp-cookies-perl (6.04-1) ...
21:31:31 #8 40.75 Setting up po-debconf (1.0.21) ...
21:31:31 #8 40.76 Setting up libhtml-tree-perl (5.07-2) ...
21:31:31 #8 40.78 Setting up libparams-classify-perl (0.015-1+b1) ...
21:31:31 #8 40.80 Setting up libmodule-runtime-perl (0.016-1) ...
21:31:31 #8 40.82 Setting up libimport-into-perl (1.002005-1) ...
21:31:31 #8 40.84 Setting up libmoo-perl (2.003004-2) ...
21:31:31 #8 40.86 Setting up liblwp-protocol-https-perl (6.07-2) ...
21:31:31 #8 40.88 Setting up libwww-perl (6.36-2) ...
21:31:31 #8 40.90 Setting up debhelper (13.2~bpo10+1) ...
21:31:31 #8 40.91 Setting up dh-autoreconf (19) ...
21:31:31 #8 40.93 Setting up devscripts (2.19.5+deb10u1) ...
21:31:31 #8 41.09 Setting up dh-strip-nondeterminism (1.1.2-1) ...
21:31:31 #8 41.11 Setting up equivs (2.2.0) ...
21:31:31 #8 41.12 Processing triggers for libc-bin (2.28-10+rpi1) ...
21:31:31 + return
21:31:31 # Build the CLI
21:31:31 cd /go/src/github.com/docker/cli && \
21:31:31 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20211015144513-b485636 GITCOMMIT=b485636 dynbinary manpages
21:31:31 make[2]: Entering directory '/root/build-deb/cli'
21:31:31 GO_LINKMODE=dynamic ./scripts/build/binary
21:31:31 Building dynamic docker-linux-amd64
21:31:32 #8 DONE 41.8s
21:31:32 
21:31:32 #10 [stage-1 3/8] COPY common /root/build-deb/debian
21:31:32 #10 sha256:667cc7a470282322e08546ba523d6f5e009154cc8a9b7007e27f62582f9c937a
21:31:32 #10 DONE 0.1s
21:31:32 
21:31:32 #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
21:31:32 #11 sha256:be2c9e5fcfed0bffb400ee737df6a3dd63dfdecf7d99f909e82a1e9e1fb5e286
21:31:33 #11 1.199 Hit:1 http://archive.raspbian.org/raspbian buster InRelease
21:31:33 #11 1.199 Hit:2 http://archive.raspberrypi.org/debian buster InRelease
21:31:34 #9 30.46 Resolving Dependencies
21:31:34 #9 30.46 --> Running transaction check
21:31:34 #9 30.46 ---> Package rpm-build.x86_64 0:4.11.3-46.el7_9 will be installed
21:31:34 #9 30.47 --> Processing Dependency: rpm = 4.11.3-46.el7_9 for package: rpm-build-4.11.3-46.el7_9.x86_64
21:31:34 #9 30.58 --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-46.el7_9.x86_64
21:31:34 #9 30.58 --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-46.el7_9.x86_64
21:31:34 #9 30.58 --> Processing Dependency: unzip for package: rpm-build-4.11.3-46.el7_9.x86_64
21:31:34 #9 30.58 --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-46.el7_9.x86_64
21:31:34 #9 30.58 --> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-46.el7_9.x86_64
21:31:34 #9 30.59 --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-46.el7_9.x86_64
21:31:34 #9 30.59 --> Processing Dependency: perl(Getopt::Long) for package: rpm-build-4.11.3-46.el7_9.x86_64
21:31:34 #9 30.59 --> Processing Dependency: perl(File::Temp) for package: rpm-build-4.11.3-46.el7_9.x86_64
21:31:34 #9 30.59 --> Processing Dependency: perl(File::Basename) for package: rpm-build-4.11.3-46.el7_9.x86_64
21:31:34 #9 30.60 --> Processing Dependency: file for package: rpm-build-4.11.3-46.el7_9.x86_64
21:31:34 #9 30.60 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-46.el7_9.x86_64
21:31:34 #9 30.60 --> Processing Dependency: /usr/bin/perl for package: rpm-build-4.11.3-46.el7_9.x86_64
21:31:34 #9 30.60 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-46.el7_9.x86_64
21:31:34 #9 30.60 ---> Package rpmlint.noarch 0:1.5-4.el7 will be installed
21:31:34 #9 30.60 --> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch
21:31:34 #9 30.60 --> Processing Dependency: /usr/bin/groff for package: rpmlint-1.5-4.el7.noarch
21:31:34 #9 30.60 --> Running transaction check
21:31:34 #9 30.60 ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
21:31:34 #9 30.61 ---> Package desktop-file-utils.x86_64 0:0.23-2.el7 will be installed
21:31:34 #9 30.61 --> Processing Dependency: emacs-filesystem for package: desktop-file-utils-0.23-2.el7.x86_64
21:31:34 #9 30.61 ---> Package elfutils.x86_64 0:0.176-5.el7 will be installed
21:31:34 #9 30.61 ---> Package file.x86_64 0:5.11-37.el7 will be installed
21:31:34 #9 30.61 ---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed
21:31:34 #9 30.62 ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
21:31:34 #9 30.62 ---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed
21:31:34 #9 30.62 ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed
21:31:34 #9 30.62 --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.63 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.63 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.63 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.63 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.63 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.63 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.63 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.63 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.63 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.63 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.64 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.64 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.64 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.64 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.64 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.64 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.64 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.64 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.64 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.64 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.64 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.64 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.x86_64
21:31:34 #9 30.64 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
21:31:34 #9 30.65 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
21:31:34 #9 30.65 --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
21:31:34 #9 30.65 --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
21:31:34 #9 30.65 ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
21:31:34 #9 30.65 ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
21:31:34 #9 30.65 ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed
21:31:34 #9 30.65 --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
21:31:34 #9 30.65 --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
21:31:34 #9 30.65 --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
21:31:34 #9 30.66 --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
21:31:34 #9 30.66 ---> Package rpm.x86_64 0:4.11.3-45.el7 will be updated
21:31:34 #9 30.66 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-python-4.11.3-45.el7.x86_64
21:31:34 #9 30.66 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-libs-4.11.3-45.el7.x86_64
21:31:34 #9 30.66 ---> Package rpm.x86_64 0:4.11.3-46.el7_9 will be an update
21:31:34 #9 30.66 ---> Package unzip.x86_64 0:6.0-22.el7_9 will be installed
21:31:34 #9 30.66 --> Running transaction check
21:31:34 #9 30.66 ---> Package dwz.x86_64 0:0.11-3.el7 will be installed
21:31:34 #9 30.66 ---> Package emacs-filesystem.noarch 1:24.3-23.el7 will be installed
21:31:34 #9 30.66 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
21:31:34 #9 30.66 ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
21:31:34 #9 30.67 ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
21:31:34 #9 30.67 ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
21:31:34 #9 30.67 ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
21:31:34 #9 30.67 ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
21:31:34 #9 30.67 --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
21:31:34 #9 30.67 --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
21:31:34 #9 30.68 ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
21:31:34 #9 30.68 --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
21:31:34 #9 30.68 --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
21:31:34 #9 30.68 ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
21:31:34 #9 30.68 ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed
21:31:34 #9 30.68 ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
21:31:34 #9 30.68 ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
21:31:34 #9 30.68 ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
21:31:34 #9 30.68 ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
21:31:34 #9 30.69 ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
21:31:34 #9 30.69 ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed
21:31:34 #9 30.69 ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed
21:31:34 #9 30.69 ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
21:31:34 #9 30.69 ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
21:31:34 #9 30.69 ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed
21:31:34 #9 30.69 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated
21:31:34 #9 30.69 --> Processing Dependency: rpm-libs(x86-64) = 4.11.3-45.el7 for package: rpm-build-libs-4.11.3-45.el7.x86_64
21:31:34 #9 30.69 ---> Package rpm-libs.x86_64 0:4.11.3-46.el7_9 will be an update
21:31:34 #9 30.69 ---> Package rpm-python.x86_64 0:4.11.3-45.el7 will be updated
21:31:34 #9 30.69 ---> Package rpm-python.x86_64 0:4.11.3-46.el7_9 will be an update
21:31:34 #9 30.70 ---> Package zip.x86_64 0:3.0-11.el7 will be installed
21:31:34 #9 30.70 --> Running transaction check
21:31:34 #9 30.70 ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
21:31:34 #9 30.70 ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed
21:31:34 #9 30.70 ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
21:31:34 #9 30.70 --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
21:31:34 #9 30.70 --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
21:31:34 #9 30.71 ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
21:31:34 #9 30.71 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated
21:31:34 #9 30.71 ---> Package rpm-build-libs.x86_64 0:4.11.3-46.el7_9 will be an update
21:31:34 #9 30.71 --> Running transaction check
21:31:34 #9 30.71 ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
21:31:34 #9 30.71 ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
21:31:34 #9 30.77 --> Finished Dependency Resolution
21:31:34 #9 30.78 
21:31:34 #9 30.78 Dependencies Resolved
21:31:34 #9 30.79 
21:31:34 #9 30.79 ================================================================================
21:31:34 #9 30.79  Package                   Arch      Version                   Repository  Size
21:31:34 #9 30.79 ================================================================================
21:31:34 #9 30.79 Installing:
21:31:34 #9 30.79  rpm-build                 x86_64    4.11.3-46.el7_9           updates    150 k
21:31:34 #9 30.79  rpmlint                   noarch    1.5-4.el7                 base       229 k
21:31:34 #9 30.79 Installing for dependencies:
21:31:34 #9 30.79  bzip2                     x86_64    1.0.6-13.el7              base        52 k
21:31:34 #9 30.79  desktop-file-utils        x86_64    0.23-2.el7                base        67 k
21:31:34 #9 30.79  dwz                       x86_64    0.11-3.el7                base        99 k
21:31:34 #9 30.79  elfutils                  x86_64    0.176-5.el7               base       308 k
21:31:34 #9 30.79  emacs-filesystem          noarch    1:24.3-23.el7             base        58 k
21:31:34 #9 30.79  file                      x86_64    5.11-37.el7               base        57 k
21:31:34 #9 30.79  gdb                       x86_64    7.6.1-120.el7             base       2.4 M
21:31:34 #9 30.79  groff-base                x86_64    1.22.2-8.el7              base       942 k
21:31:34 #9 30.79  patch                     x86_64    2.7.1-12.el7_7            base       111 k
21:31:34 #9 30.79  perl                      x86_64    4:5.16.3-299.el7_9        updates    8.0 M
21:31:34 #9 30.79  perl-Carp                 noarch    1.26-244.el7              base        19 k
21:31:34 #9 30.79  perl-Encode               x86_64    2.51-7.el7                base       1.5 M
21:31:34 #9 30.79  perl-Exporter             noarch    5.68-3.el7                base        28 k
21:31:34 #9 30.79  perl-File-Path            noarch    2.09-2.el7                base        26 k
21:31:34 #9 30.79  perl-File-Temp            noarch    0.23.01-3.el7             base        56 k
21:31:34 #9 30.79  perl-Filter               x86_64    1.49-3.el7                base        76 k
21:31:34 #9 30.79  perl-Getopt-Long          noarch    2.40-3.el7                base        56 k
21:31:34 #9 30.79  perl-HTTP-Tiny            noarch    0.033-3.el7               base        38 k
21:31:34 #9 30.79  perl-PathTools            x86_64    3.40-5.el7                base        82 k
21:31:34 #9 30.79  perl-Pod-Escapes          noarch    1:1.04-299.el7_9          updates     52 k
21:31:34 #9 30.79  perl-Pod-Perldoc          noarch    3.20-4.el7                base        87 k
21:31:34 #9 30.79  perl-Pod-Simple           noarch    1:3.28-4.el7              base       216 k
21:31:34 #9 30.79  perl-Pod-Usage            noarch    1.63-3.el7                base        27 k
21:31:34 #9 30.79  perl-Scalar-List-Utils    x86_64    1.27-248.el7              base        36 k
21:31:34 #9 30.79  perl-Socket               x86_64    2.010-5.el7               base        49 k
21:31:34 #9 30.79  perl-Storable             x86_64    2.45-3.el7                base        77 k
21:31:34 #9 30.79  perl-Text-ParseWords      noarch    3.29-4.el7                base        14 k
21:31:34 #9 30.79  perl-Thread-Queue         noarch    3.02-2.el7                base        17 k
21:31:34 #9 30.79  perl-Time-HiRes           x86_64    4:1.9725-3.el7            base        45 k
21:31:34 #9 30.79  perl-Time-Local           noarch    1.2300-2.el7              base        24 k
21:31:34 #9 30.79  perl-constant             noarch    1.27-2.el7                base        19 k
21:31:34 #9 30.79  perl-libs                 x86_64    4:5.16.3-299.el7_9        updates    690 k
21:31:34 #9 30.79  perl-macros               x86_64    4:5.16.3-299.el7_9        updates     44 k
21:31:34 #9 30.79  perl-parent               noarch    1:0.225-244.el7           base        12 k
21:31:34 #9 30.79  perl-podlators            noarch    2.5.1-3.el7               base       112 k
21:31:34 #9 30.79  perl-srpm-macros          noarch    1-8.el7                   base       4.6 k
21:31:34 #9 30.79  perl-threads              x86_64    1.87-4.el7                base        49 k
21:31:34 #9 30.79  perl-threads-shared       x86_64    1.43-6.el7                base        39 k
21:31:34 #9 30.79  python-srpm-macros        noarch    3-34.el7                  base       8.8 k
21:31:34 #9 30.79  redhat-rpm-config         noarch    9.1.0-88.el7.centos       base        81 k
21:31:34 #9 30.79  unzip                     x86_64    6.0-22.el7_9              updates    171 k
21:31:34 #9 30.79  zip                       x86_64    3.0-11.el7                base       260 k
21:31:34 #9 30.79 Updating for dependencies:
21:31:34 #9 30.79  rpm                       x86_64    4.11.3-46.el7_9           updates    1.2 M
21:31:34 #9 30.79  rpm-build-libs            x86_64    4.11.3-46.el7_9           updates    108 k
21:31:34 #9 30.79  rpm-libs                  x86_64    4.11.3-46.el7_9           updates    279 k
21:31:34 #9 30.79  rpm-python                x86_64    4.11.3-46.el7_9           updates     84 k
21:31:34 #9 30.79 
21:31:34 #9 30.79 Transaction Summary
21:31:34 #9 30.79 ================================================================================
21:31:34 #9 30.79 Install  2 Packages (+42 Dependent packages)
21:31:34 #9 30.79 Upgrade             (  4 Dependent packages)
21:31:34 #9 30.79 
21:31:34 #9 30.79 Total download size: 18 M
21:31:34 #9 30.79 Downloading packages:
21:31:34 #9 30.79 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
21:31:35 #11 1.557 Reading package lists...
21:31:35 #11 3.156 dh_testdir
21:31:35 #11 3.177 dh_testroot
21:31:35 #11 3.198 dh_prep
21:31:35 #11 3.221 dh_testdir
21:31:35 #11 3.244 dh_testroot
21:31:35 #11 3.264 dh_install
21:31:35 #11 3.284 dh_install: warning: Compatibility levels before 10 are deprecated (level 9 in use)
21:31:35 #11 3.293 dh_installdocs
21:31:35 #11 3.314 dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
21:31:35 #11 3.329 dh_installchangelogs
21:31:35 #11 3.407 dh_compress
21:31:35 #11 3.433 dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use)
21:31:35 #11 3.444 dh_fixperms
21:31:35 #11 3.491 dh_installdeb
21:31:35 #11 3.521 dh_installdeb: warning: Compatibility levels before 10 are deprecated (level 9 in use)
21:31:35 #11 3.522 dh_gencontrol
21:31:35 #11 3.642 dh_md5sums
21:31:35 #11 3.674 dh_builddeb
21:31:35 #11 3.696 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
21:31:35 #11 3.717 
21:31:35 #11 3.717 The package has been created.
21:31:35 #11 3.717 Attention, the package has been created in the current directory,
21:31:35 #11 3.717 not in ".." as indicated by the message above!
21:31:35 #11 3.739 Selecting previously unselected package docker-ce-build-deps.
21:31:35 #11 3.751 (Reading database ... 17084 files and directories currently installed.)
21:31:36 #11 3.752 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
21:31:36 #11 3.756 Unpacking docker-ce-build-deps (1.0) ...
21:31:37 #11 3.808 Reading package lists...
21:31:37 #11 4.988 Building dependency tree...
21:31:37 #11 5.168 Reading state information...
21:31:37 #11 5.188 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
21:31:37 #11 5.236 Starting 2 pkgProblemResolver with broken count: 0
21:31:37 #11 5.239 Done
21:31:37 #11 5.262  Done
21:31:37 #11 5.271 Starting pkgProblemResolver with broken count: 0
21:31:37 #11 5.303 Starting 2 pkgProblemResolver with broken count: 0
21:31:37 #11 5.306 Done
21:31:37 #11 5.462 The following additional packages will be installed:
21:31:37 #11 5.463   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
21:31:37 #11 5.463   g++-8 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
21:31:37 #11 5.463   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libltdl-dev libltdl7
21:31:37 #11 5.463   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
21:31:37 #11 5.463   libselinux1-dev libsepol1-dev libstdc++-8-dev libsystemd-dev libudev-dev
21:31:37 #11 5.463   libuv1 pkg-config
21:31:37 #11 5.465 Suggested packages:
21:31:37 #11 5.465   cmake-doc ninja-build apparmor-easyprof gcc-8-doc libstdc++6-8-dbg lrzip
21:31:37 #11 5.465   libtool-doc seccomp libstdc++-8-doc
21:31:38 #11 5.763 The following NEW packages will be installed:
21:31:38 #11 5.763   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
21:31:38 #11 5.763   g++-8 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
21:31:38 #11 5.764   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libltdl-dev libltdl7
21:31:38 #11 5.764   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
21:31:38 #11 5.764   libselinux1-dev libsepol1-dev libstdc++-8-dev libsystemd-dev libudev-dev
21:31:38 #11 5.764   libuv1 pkg-config
21:31:38 #11 6.207 0 upgraded, 30 newly installed, 0 to remove and 15 not upgraded.
21:31:38 #11 6.207 1 not fully installed or removed.
21:31:38 #11 6.207 Need to get 17.5 MB of archives.
21:31:38 #11 6.207 After this operation, 72.0 MB of additional disk space will be used.
21:31:38 #11 6.207 Get:1 http://archive.raspbian.org/raspbian buster/main armhf libstdc++-8-dev armhf 8.3.0-6+rpi1 [1545 kB]
21:31:38 #11 6.298 Get:2 http://archive.raspberrypi.org/debian buster/main armhf cmake-data all 3.16.3-3~bpo10+1 [1628 kB]
21:31:39 #11 6.784 Get:3 http://archive.raspbian.org/raspbian buster/main armhf g++-8 armhf 8.3.0-6+rpi1 [7464 kB]
21:31:39 #11 7.284 Get:4 http://archive.raspbian.org/raspbian buster/main armhf g++ armhf 4:8.3.0-1+rpi2 [1632 B]
21:31:39 #11 7.287 Get:5 http://archive.raspbian.org/raspbian buster/main armhf build-essential armhf 12.6 [7568 B]
21:31:39 #11 7.287 Get:6 http://archive.raspbian.org/raspbian buster/main armhf bash-completion all 1:2.8-6 [208 kB]
21:31:39 #11 7.290 Get:7 http://archive.raspbian.org/raspbian buster/main armhf libarchive13 armhf 3.3.3-4+deb10u1 [271 kB]
21:31:39 #11 7.294 Get:8 http://archive.raspbian.org/raspbian buster/main armhf libjsoncpp1 armhf 1.7.4-3 [66.2 kB]
21:31:39 #11 7.295 Get:9 http://archive.raspbian.org/raspbian buster/main armhf librhash0 armhf 1.3.8-1 [132 kB]
21:31:39 #11 7.297 Get:10 http://archive.raspbian.org/raspbian buster/main armhf libuv1 armhf 1.24.1-1+deb10u1 [96.9 kB]
21:31:39 #11 7.299 Get:11 http://archive.raspbian.org/raspbian buster/main armhf dh-apparmor all 2.13.2-10 [70.1 kB]
21:31:39 #11 7.300 Get:12 http://archive.raspbian.org/raspbian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.1 kB]
21:31:39 #11 7.368 Get:13 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [130 kB]
21:31:39 #11 7.376 Get:14 http://archive.raspberrypi.org/debian buster/main armhf cmake armhf 3.16.3-3~bpo10+1 [2500 kB]
21:31:39 #11 7.450 Get:15 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper-event1.02.1 armhf 2:1.02.155-3 [21.5 kB]
21:31:39 #11 7.451 Get:16 http://archive.raspbian.org/raspbian buster/main armhf libudev-dev armhf 241-7~deb10u8+rpi1 [110 kB]
21:31:39 #11 7.453 Get:17 http://archive.raspbian.org/raspbian buster/main armhf libsepol1-dev armhf 2.8-1 [309 kB]
21:31:39 #11 7.457 Get:18 http://archive.raspbian.org/raspbian buster/main armhf libpcre16-3 armhf 2:8.39-12 [234 kB]
21:31:39 #11 7.460 Get:19 http://archive.raspbian.org/raspbian buster/main armhf libpcre32-3 armhf 2:8.39-12 [227 kB]
21:31:39 #11 7.464 Get:20 http://archive.raspbian.org/raspbian buster/main armhf libpcrecpp0v5 armhf 2:8.39-12 [150 kB]
21:31:39 #11 7.465 Get:21 http://archive.raspbian.org/raspbian buster/main armhf libpcre3-dev armhf 2:8.39-12 [564 kB]
21:31:39 #11 7.532 Get:22 http://archive.raspbian.org/raspbian buster/main armhf libselinux1-dev armhf 2.8-1+b1 [156 kB]
21:31:39 #11 7.534 Get:23 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper-dev armhf 2:1.02.155-3 [51.5 kB]
21:31:39 #11 7.535 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libltdl7 armhf 2.4.6-9 [387 kB]
21:31:39 #11 7.612 Get:25 http://archive.raspbian.org/raspbian buster/main armhf libltdl-dev armhf 2.4.6-9 [159 kB]
21:31:39 #11 7.615 Get:26 http://archive.raspbian.org/raspbian buster/main armhf libseccomp-dev armhf 2.3.3-4 [59.5 kB]
21:31:39 #11 7.616 Get:27 http://archive.raspbian.org/raspbian buster/main armhf libsystemd-dev armhf 241-7~deb10u8+rpi1 [323 kB]
21:31:39 #11 7.620 Get:28 http://archive.raspbian.org/raspbian buster/main armhf pkg-config armhf 0.29-6 [59.8 kB]
21:31:40 #11 7.938 Get:29 http://archive.raspberrypi.org/debian buster/main armhf libbtrfs0 armhf 5.10-1~bpo10+1 [214 kB]
21:31:40 #11 8.027 Get:30 http://archive.raspberrypi.org/debian buster/main armhf libbtrfs-dev armhf 5.10-1~bpo10+1 [275 kB]
21:31:40 #11 8.191 debconf: delaying package configuration, since apt-utils is not installed
21:31:40 #11 8.225 Fetched 17.5 MB in 2s (7817 kB/s)
21:31:40 #11 8.245 Selecting previously unselected package libstdc++-8-dev:armhf.
21:31:40 #11 8.245 (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.)
21:31:40 #11 8.257 Preparing to unpack .../00-libstdc++-8-dev_8.3.0-6+rpi1_armhf.deb ...
21:31:40 #11 8.261 Unpacking libstdc++-8-dev:armhf (8.3.0-6+rpi1) ...
21:31:41 #11 8.488 Selecting previously unselected package g++-8.
21:31:41 #11 8.491 Preparing to unpack .../01-g++-8_8.3.0-6+rpi1_armhf.deb ...
21:31:41 #11 8.496 Unpacking g++-8 (8.3.0-6+rpi1) ...
21:31:41 #11 9.164 Selecting previously unselected package g++.
21:31:41 #11 9.166 Preparing to unpack .../02-g++_4%3a8.3.0-1+rpi2_armhf.deb ...
21:31:41 #11 9.171 Unpacking g++ (4:8.3.0-1+rpi2) ...
21:31:41 #11 9.205 Selecting previously unselected package build-essential.
21:31:41 #11 9.207 Preparing to unpack .../03-build-essential_12.6_armhf.deb ...
21:31:41 #11 9.212 Unpacking build-essential (12.6) ...
21:31:41 #11 9.262 Selecting previously unselected package bash-completion.
21:31:41 #11 9.264 Preparing to unpack .../04-bash-completion_1%3a2.8-6_all.deb ...
21:31:42 #11 9.884 Unpacking bash-completion (1:2.8-6) ...
21:31:42 #11 10.00 Selecting previously unselected package cmake-data.
21:31:42 #11 10.01 Preparing to unpack .../05-cmake-data_3.16.3-3~bpo10+1_all.deb ...
21:31:42 #11 10.01 Unpacking cmake-data (3.16.3-3~bpo10+1) ...
21:31:42 #9 39.21 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
21:31:42 #9 39.21 Public key for bzip2-1.0.6-13.el7.x86_64.rpm is not installed
21:31:42 #11 10.35 Selecting previously unselected package libarchive13:armhf.
21:31:42 #11 10.35 Preparing to unpack .../06-libarchive13_3.3.3-4+deb10u1_armhf.deb ...
21:31:42 #11 10.36 Unpacking libarchive13:armhf (3.3.3-4+deb10u1) ...
21:31:42 #11 10.43 Selecting previously unselected package libjsoncpp1:armhf.
21:31:42 #11 10.43 Preparing to unpack .../07-libjsoncpp1_1.7.4-3_armhf.deb ...
21:31:42 #11 10.43 Unpacking libjsoncpp1:armhf (1.7.4-3) ...
21:31:42 #11 10.48 Selecting previously unselected package librhash0:armhf.
21:31:42 #11 10.48 Preparing to unpack .../08-librhash0_1.3.8-1_armhf.deb ...
21:31:42 #11 10.48 Unpacking librhash0:armhf (1.3.8-1) ...
21:31:42 #11 10.54 Selecting previously unselected package libuv1:armhf.
21:31:42 #11 10.54 Preparing to unpack .../09-libuv1_1.24.1-1+deb10u1_armhf.deb ...
21:31:42 #11 10.54 Unpacking libuv1:armhf (1.24.1-1+deb10u1) ...
21:31:42 #11 10.59 Selecting previously unselected package cmake.
21:31:42 #11 10.59 Preparing to unpack .../10-cmake_3.16.3-3~bpo10+1_armhf.deb ...
21:31:42 #11 10.59 Unpacking cmake (3.16.3-3~bpo10+1) ...
21:31:43 #11 10.87 Selecting previously unselected package dh-apparmor.
21:31:43 #11 10.87 Preparing to unpack .../11-dh-apparmor_2.13.2-10_all.deb ...
21:31:43 #11 10.88 Unpacking dh-apparmor (2.13.2-10) ...
21:31:43 #11 10.93 Selecting previously unselected package libbtrfs0:armhf.
21:31:43 #11 10.93 Preparing to unpack .../12-libbtrfs0_5.10-1~bpo10+1_armhf.deb ...
21:31:43 #11 10.93 Unpacking libbtrfs0:armhf (5.10-1~bpo10+1) ...
21:31:43 #11 10.98 Selecting previously unselected package libbtrfs-dev:armhf.
21:31:43 #11 10.98 Preparing to unpack .../13-libbtrfs-dev_5.10-1~bpo10+1_armhf.deb ...
21:31:43 #11 10.99 Unpacking libbtrfs-dev:armhf (5.10-1~bpo10+1) ...
21:31:43 #11 11.05 Selecting previously unselected package dmsetup.
21:31:43 #11 11.05 Preparing to unpack .../14-dmsetup_2%3a1.02.155-3_armhf.deb ...
21:31:43 #11 11.05 Unpacking dmsetup (2:1.02.155-3) ...
21:31:43 #11 11.10 Selecting previously unselected package libdevmapper1.02.1:armhf.
21:31:43 #11 11.11 Preparing to unpack .../15-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ...
21:31:43 #11 11.11 Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ...
21:31:43 #11 11.16 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
21:31:43 #11 11.17 Preparing to unpack .../16-libdevmapper-event1.02.1_2%3a1.02.155-3_armhf.deb ...
21:31:43 #11 11.17 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
21:31:43 #11 11.21 Selecting previously unselected package libudev-dev:armhf.
21:31:43 #11 11.21 Preparing to unpack .../17-libudev-dev_241-7~deb10u8+rpi1_armhf.deb ...
21:31:43 #11 11.22 Unpacking libudev-dev:armhf (241-7~deb10u8+rpi1) ...
21:31:43 #11 11.26 Selecting previously unselected package libsepol1-dev:armhf.
21:31:43 #11 11.26 Preparing to unpack .../18-libsepol1-dev_2.8-1_armhf.deb ...
21:31:43 #11 11.27 Unpacking libsepol1-dev:armhf (2.8-1) ...
21:31:43 #11 11.34 Selecting previously unselected package libpcre16-3:armhf.
21:31:43 #11 11.34 Preparing to unpack .../19-libpcre16-3_2%3a8.39-12_armhf.deb ...
21:31:43 #11 11.34 Unpacking libpcre16-3:armhf (2:8.39-12) ...
21:31:43 #11 11.40 Selecting previously unselected package libpcre32-3:armhf.
21:31:43 #11 11.40 Preparing to unpack .../20-libpcre32-3_2%3a8.39-12_armhf.deb ...
21:31:43 #11 11.41 Unpacking libpcre32-3:armhf (2:8.39-12) ...
21:31:43 #11 11.46 Selecting previously unselected package libpcrecpp0v5:armhf.
21:31:43 #11 11.47 Preparing to unpack .../21-libpcrecpp0v5_2%3a8.39-12_armhf.deb ...
21:31:43 #11 11.47 Unpacking libpcrecpp0v5:armhf (2:8.39-12) ...
21:31:43 #11 11.51 Selecting previously unselected package libpcre3-dev:armhf.
21:31:43 #11 11.51 Preparing to unpack .../22-libpcre3-dev_2%3a8.39-12_armhf.deb ...
21:31:43 #11 11.52 Unpacking libpcre3-dev:armhf (2:8.39-12) ...
21:31:43 #11 11.60 Selecting previously unselected package libselinux1-dev:armhf.
21:31:43 #11 11.60 Preparing to unpack .../23-libselinux1-dev_2.8-1+b1_armhf.deb ...
21:31:43 #11 11.61 Unpacking libselinux1-dev:armhf (2.8-1+b1) ...
21:31:43 #11 11.65 Selecting previously unselected package libdevmapper-dev:armhf.
21:31:43 #11 11.66 Preparing to unpack .../24-libdevmapper-dev_2%3a1.02.155-3_armhf.deb ...
21:31:43 #11 11.66 Unpacking libdevmapper-dev:armhf (2:1.02.155-3) ...
21:31:43 #11 11.70 Selecting previously unselected package libltdl7:armhf.
21:31:43 #11 11.71 Preparing to unpack .../25-libltdl7_2.4.6-9_armhf.deb ...
21:31:43 #11 11.71 Unpacking libltdl7:armhf (2.4.6-9) ...
21:31:43 #11 11.75 Selecting previously unselected package libltdl-dev:armhf.
21:31:43 #11 11.75 Preparing to unpack .../26-libltdl-dev_2.4.6-9_armhf.deb ...
21:31:43 #11 11.76 Unpacking libltdl-dev:armhf (2.4.6-9) ...
21:31:43 #11 11.80 Selecting previously unselected package libseccomp-dev:armhf.
21:31:43 #11 11.80 Preparing to unpack .../27-libseccomp-dev_2.3.3-4_armhf.deb ...
21:31:44 #11 11.81 Unpacking libseccomp-dev:armhf (2.3.3-4) ...
21:31:44 #11 11.85 Selecting previously unselected package libsystemd-dev:armhf.
21:31:44 #11 11.85 Preparing to unpack .../28-libsystemd-dev_241-7~deb10u8+rpi1_armhf.deb ...
21:31:44 #11 11.86 Unpacking libsystemd-dev:armhf (241-7~deb10u8+rpi1) ...
21:31:44 #11 11.95 Selecting previously unselected package pkg-config.
21:31:44 #11 11.95 Preparing to unpack .../29-pkg-config_0.29-6_armhf.deb ...
21:31:44 #11 11.96 Unpacking pkg-config (0.29-6) ...
21:31:44 #11 12.00 Setting up libpcrecpp0v5:armhf (2:8.39-12) ...
21:31:44 #11 12.02 Setting up libseccomp-dev:armhf (2.3.3-4) ...
21:31:44 #11 12.03 Setting up libpcre16-3:armhf (2:8.39-12) ...
21:31:44 #11 12.05 Setting up libarchive13:armhf (3.3.3-4+deb10u1) ...
21:31:44 #11 12.06 Setting up libsepol1-dev:armhf (2.8-1) ...
21:31:44 #11 12.08 Setting up libbtrfs0:armhf (5.10-1~bpo10+1) ...
21:31:44 #11 12.09 Setting up libuv1:armhf (1.24.1-1+deb10u1) ...
21:31:44 #11 12.10 Setting up bash-completion (1:2.8-6) ...
21:31:45 #11 12.75 Setting up libpcre32-3:armhf (2:8.39-12) ...
21:31:45 #11 12.77 Setting up pkg-config (0.29-6) ...
21:31:45 #11 12.83 Setting up libudev-dev:armhf (241-7~deb10u8+rpi1) ...
21:31:45 #11 12.85 Setting up libltdl7:armhf (2.4.6-9) ...
21:31:45 #11 12.86 Setting up libbtrfs-dev:armhf (5.10-1~bpo10+1) ...
21:31:45 #11 12.88 Setting up librhash0:armhf (1.3.8-1) ...
21:31:45 #11 12.91 Setting up cmake-data (3.16.3-3~bpo10+1) ...
21:31:45 #11 12.96 Setting up dh-apparmor (2.13.2-10) ...
21:31:45 #11 12.98 Setting up libsystemd-dev:armhf (241-7~deb10u8+rpi1) ...
21:31:45 #11 13.00 Setting up libjsoncpp1:armhf (1.7.4-3) ...
21:31:45 #11 13.02 Setting up libstdc++-8-dev:armhf (8.3.0-6+rpi1) ...
21:31:45 #11 13.03 Setting up libpcre3-dev:armhf (2:8.39-12) ...
21:31:45 #11 13.05 Setting up libltdl-dev:armhf (2.4.6-9) ...
21:31:45 #11 13.07 Setting up g++-8 (8.3.0-6+rpi1) ...
21:31:45 #11 13.09 Setting up cmake (3.16.3-3~bpo10+1) ...
21:31:45 #11 13.10 Setting up libselinux1-dev:armhf (2.8-1+b1) ...
21:31:45 #11 13.12 Setting up g++ (4:8.3.0-1+rpi2) ...
21:31:45 #11 13.15 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
21:31:45 #11 13.16 Setting up build-essential (12.6) ...
21:31:45 #11 13.17 Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
21:31:45 #11 13.19 Setting up dmsetup (2:1.02.155-3) ...
21:31:45 #11 13.21 Setting up libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
21:31:45 #11 13.22 Setting up libdevmapper-dev:armhf (2:1.02.155-3) ...
21:31:45 #11 13.24 Setting up docker-ce-build-deps (1.0) ...
21:31:45 #11 13.26 Processing triggers for libc-bin (2.28-10+rpi1) ...
21:31:45 #11 13.28 Processing triggers for man-db (2.8.5-2) ...
21:31:46 #11 DONE 13.7s
21:31:46 
21:31:46 #12 [stage-1 5/8] COPY sources/ /sources
21:31:46 #12 sha256:dcc5dfe2a5f2971fb84306e4cc437905848d3218237f1ac5c53cfa122b5fd473
21:31:46 #12 DONE 0.3s
21:31:46 
21:31:46 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
21:31:46 #14 sha256:de435c65f73757ab10eb87dfa107a8604e5023515052f74061db22bc32b98b28
21:31:48 #14 DONE 2.1s
21:31:48 
21:31:48 #15 [stage-1 7/8] WORKDIR /root/build-deb
21:31:48 #15 sha256:5d4a7f8ee2ac1a28b63a6619f55038420b0e06539eadcd6d6fcb7644af52e5f3
21:31:48 #15 DONE 0.0s
21:31:48 
21:31:48 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
21:31:48 #16 sha256:e80dc25a71af91fd9679fab82a995cb70228256a1b9ee8167865e53e9a328814
21:31:48 #16 DONE 0.0s
21:31:48 
21:31:48 #17 exporting to image
21:31:48 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
21:31:48 #17 exporting layers
21:31:50 #9 47.93 Public key for perl-5.16.3-299.el7_9.x86_64.rpm is not installed
21:31:55 #17 exporting layers 5.7s done
21:31:55 #17 writing image sha256:1504f51f6095f236a2a32804cc0c1487f526350ad86151e2dffcc7c816ba142a done
21:31:55 #17 naming to docker.io/debbuild-raspbian-buster/aarch64 done
21:31:55 #17 DONE 5.7s
21:31:55 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20211015144513-b485636 -e VERSION=0.0.0-20211015144513-b485636 -e CLI_GITCOMMIT=b485636 -e ENGINE_GITCOMMIT=52f5b61 -e SCAN_VERSION=v0.9.0 -e SCAN_GITCOMMIT=b05830d -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb/debbuild/raspbian-buster:/build  debbuild-raspbian-buster/aarch64
21:31:55 + set -e
21:31:55 + mkdir -p /root/build-deb/engine
21:31:55 + tar -C /root/build-deb -xzf /sources/engine.tgz
21:31:55 + mkdir -p /root/build-deb/cli
21:31:55 + tar -C /root/build-deb -xzf /sources/cli.tgz
21:31:56 + mkdir -p /root/build-deb/scan-cli-plugin
21:31:56 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
21:31:56 + mkdir -p /go/src/github.com/docker
21:31:56 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
21:31:56 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
21:31:56 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
21:31:56 + EPOCH=5
21:31:56 + EPOCH_SEP=
21:31:56 + [[ ! -z 5 ]]
21:31:56 + EPOCH_SEP=:
21:31:56 + [[ -z 0.0.0-20211015144513-b485636 ]]
21:31:56 + echo VERSION AAA 0.0.0-20211015144513-b485636
21:31:56 VERSION AAA 0.0.0-20211015144513-b485636
21:31:56 + VERSION=0.0.0-20211015144513-b485636
21:31:56 VERSION bbb 0.0.0-20211015144513-b485636
21:31:56 + echo VERSION bbb 0.0.0-20211015144513-b485636
21:31:56 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
21:31:56 + debSource=docker-ce
21:31:56 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
21:31:56 + debMaintainer='Docker <support@docker.com>'
21:31:56 ++ date --rfc-2822
21:31:56 + debDate='Thu, 21 Oct 2021 21:31:55 +0000'
21:31:56 + cat
21:31:56 + export CLI_GITCOMMIT=b485636
21:31:56 + CLI_GITCOMMIT=b485636
21:31:56 + export ENGINE_GITCOMMIT=52f5b61
21:31:56 + ENGINE_GITCOMMIT=52f5b61
21:31:56 + export SCAN_GITCOMMIT=b05830d
21:31:56 + SCAN_GITCOMMIT=b05830d
21:31:56 + echo VERSION BBB 0.0.0-20211015144513-b485636
21:31:56 VERSION BBB 0.0.0-20211015144513-b485636
21:31:56 + dpkg-buildpackage -uc -us -I.git
21:31:56 dpkg-buildpackage: info: source package docker-ce
21:31:56 dpkg-buildpackage: info: source version 5:0.0.0-20211015144513-b485636-0~raspbian-buster
21:31:56 dpkg-buildpackage: info: source distribution buster
21:31:56 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
21:31:56  dpkg-source -I.git --before-build .
21:31:56 dpkg-buildpackage: info: host architecture armhf
21:31:56  debian/rules clean
21:31:56 dh clean --with=bash-completion --with=systemd
21:31:56    dh_clean
21:31:56  dpkg-source -I.git -b .
21:31:56 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20211015144513-b485636-0~raspbian'
21:31:56 dpkg-source: info: using source format '1.0'
21:31:56 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster.tar.gz
21:32:06 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster.dsc
21:32:06  debian/rules build
21:32:06 dh build --with=bash-completion --with=systemd
21:32:06    dh_update_autotools_config
21:32:06    dh_autoreconf
21:32:06    debian/rules override_dh_auto_build
21:32:06 make[1]: Entering directory '/root/build-deb'
21:32:06 # Build the daemon and dependencies
21:32:06 cd engine && DOCKER_GITCOMMIT=52f5b61 PRODUCT=docker ./hack/make.sh dynbinary
21:32:06 
21:32:06 Removing bundles/
21:32:06 
21:32:06 ---> Making bundle: dynbinary (in bundles/dynbinary)
21:32:06 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636
21:32:06 GOOS="" GOARCH="" GOARM=""
21:32:22 #9 75.28 --------------------------------------------------------------------------------
21:32:22 #9 75.28 Total                                              414 kB/s |  18 MB  00:44     
21:32:22 #9 75.28 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
21:32:22 #9 75.29 Importing GPG key 0xF4A80EB5:
21:32:22 #9 75.29  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
21:32:22 #9 75.29  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
21:32:22 #9 75.29  Package    : centos-release-7-9.2009.0.el7.centos.x86_64 (@CentOS)
21:32:22 #9 75.29  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
21:32:22 #9 75.33 Running transaction check
21:32:22 #9 75.36 Running transaction test
21:32:22 #9 75.41 Transaction test succeeded
21:32:22 #9 75.41 Running transaction
21:32:22 #9 75.59   Updating   : rpm-libs-4.11.3-46.el7_9.x86_64                             1/52 
21:32:22 #9 76.18   Updating   : rpm-4.11.3-46.el7_9.x86_64                                  2/52 
21:32:22 #9 76.22   Updating   : rpm-build-libs-4.11.3-46.el7_9.x86_64                       3/52 
21:32:22 #9 76.86   Installing : groff-base-1.22.2-8.el7.x86_64                              4/52 
21:32:22 #9 76.88   Installing : bzip2-1.0.6-13.el7.x86_64                                   5/52 
21:32:22 #9 76.91   Installing : 1:perl-parent-0.225-244.el7.noarch                          6/52 
21:32:22 #9 76.93   Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                           7/52 
21:32:22 #9 76.96   Installing : perl-podlators-2.5.1-3.el7.noarch                           8/52 
21:32:22 #9 76.99   Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                          9/52 
21:32:22 #9 77.01   Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   10/52 
21:32:22 #9 77.27   Installing : perl-Encode-2.51-7.el7.x86_64                              11/52 
21:32:22 #9 77.29   Installing : perl-Text-ParseWords-3.29-4.el7.noarch                     12/52 
21:32:22 #9 77.31   Installing : perl-Pod-Usage-1.63-3.el7.noarch                           13/52 
21:32:22 #9 77.34   Installing : perl-threads-1.87-4.el7.x86_64                             14/52 
21:32:22 #9 77.36   Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      15/52 
21:32:22 #9 77.38   Installing : perl-Exporter-5.68-3.el7.noarch                            16/52 
21:32:22 #9 77.41   Installing : perl-constant-1.27-2.el7.noarch                            17/52 
21:32:22 #9 77.43   Installing : perl-Carp-1.26-244.el7.noarch                              18/52 
21:32:22 #9 77.46   Installing : perl-Socket-2.010-5.el7.x86_64                             19/52 
21:32:22 #9 77.48   Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64                      20/52 
21:32:22 #9 77.50   Installing : perl-Time-Local-1.2300-2.el7.noarch                        21/52 
21:32:22 #9 77.53   Installing : perl-Storable-2.45-3.el7.x86_64                            22/52 
21:32:22 #9 77.55   Installing : perl-threads-shared-1.43-6.el7.x86_64                      23/52 
21:32:22 #9 77.58   Installing : perl-PathTools-3.40-5.el7.x86_64                           24/52 
21:32:22 #9 77.60   Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 25/52 
21:32:22 #9 77.64   Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                        26/52 
21:32:22 #9 77.67   Installing : perl-File-Temp-0.23.01-3.el7.noarch                        27/52 
21:32:22 #9 77.70   Installing : perl-File-Path-2.09-2.el7.noarch                           28/52 
21:32:22 #9 77.72   Installing : perl-Filter-1.49-3.el7.x86_64                              29/52 
21:32:22 #9 77.81   Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64                        30/52 
21:32:22 #9 78.33   Installing : perl-Getopt-Long-2.40-3.el7.noarch                         31/52 
21:32:22 #9 79.20   Installing : 4:perl-5.16.3-299.el7_9.x86_64                             32/52 
21:32:22 #9 79.24   Installing : perl-Thread-Queue-3.02-2.el7.noarch                        33/52 
21:32:22 #9 79.27   Updating   : rpm-python-4.11.3-46.el7_9.x86_64                          34/52 
21:32:22 #9 79.29   Installing : python-srpm-macros-3-34.el7.noarch                         35/52 
21:32:22 #9 79.31   Installing : 1:emacs-filesystem-24.3-23.el7.noarch                      36/52 
21:32:22 #9 79.34   Installing : desktop-file-utils-0.23-2.el7.x86_64                       37/52 
21:32:22 #9 79.39   Installing : zip-3.0-11.el7.x86_64                                      38/52 
21:32:22 #9 79.44   Installing : elfutils-0.176-5.el7.x86_64                                39/52 
21:32:22 #9 79.47   Installing : unzip-6.0-22.el7_9.x86_64                                  40/52 
21:32:22 #9 79.50   Installing : patch-2.7.1-12.el7_7.x86_64                                41/52 
21:32:22 #9 79.54   Installing : dwz-0.11-3.el7.x86_64                                      42/52 
21:32:22 #9 80.32   Installing : gdb-7.6.1-120.el7.x86_64                                   43/52 
21:32:22 #9 80.35   Installing : perl-srpm-macros-1-8.el7.noarch                            44/52 
21:32:22 #9 80.38   Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch               45/52 
21:32:22 #9 80.40   Installing : file-5.11-37.el7.x86_64                                    46/52 
21:32:22 #9 80.44   Installing : rpm-build-4.11.3-46.el7_9.x86_64                           47/52 
21:32:22 #9 80.49   Installing : rpmlint-1.5-4.el7.noarch                                   48/52 
21:32:23 #9 80.52   Cleanup    : rpm-python-4.11.3-45.el7.x86_64                            49/52 
21:32:23 #9 80.54   Cleanup    : rpm-build-libs-4.11.3-45.el7.x86_64                        50/52 
21:32:24 #9 81.06   Cleanup    : rpm-libs-4.11.3-45.el7.x86_64                              51/52 
21:32:24 #9 81.58   Cleanup    : rpm-4.11.3-45.el7.x86_64                                   52/52 
21:32:24 #9 82.13   Verifying  : file-5.11-37.el7.x86_64                                     1/52 
21:32:24 #9 82.15   Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                           2/52 
21:32:24 #9 82.16   Verifying  : perl-threads-shared-1.43-6.el7.x86_64                       3/52 
21:32:24 #9 82.18   Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                       4/52 
21:32:24 #9 82.19   Verifying  : perl-threads-1.87-4.el7.x86_64                              5/52 
21:32:24 #9 82.20   Verifying  : perl-Exporter-5.68-3.el7.noarch                             6/52 
21:32:24 #9 82.21   Verifying  : perl-constant-1.27-2.el7.noarch                             7/52 
21:32:24 #9 82.22   Verifying  : perl-PathTools-3.40-5.el7.x86_64                            8/52 
21:32:24 #9 82.23   Verifying  : desktop-file-utils-0.23-2.el7.x86_64                        9/52 
21:32:24 #9 82.24   Verifying  : perl-Carp-1.26-244.el7.noarch                              10/52 
21:32:24 #9 82.25   Verifying  : perl-Socket-2.010-5.el7.x86_64                             11/52 
21:32:24 #9 82.27   Verifying  : 1:perl-parent-0.225-244.el7.noarch                         12/52 
21:32:24 #9 82.28   Verifying  : 4:perl-macros-5.16.3-299.el7_9.x86_64                      13/52 
21:32:24 #9 82.29   Verifying  : bzip2-1.0.6-13.el7.x86_64                                  14/52 
21:32:24 #9 82.30   Verifying  : perl-srpm-macros-1-8.el7.noarch                            15/52 
21:32:24 #9 82.31   Verifying  : groff-base-1.22.2-8.el7.x86_64                             16/52 
21:32:24 #9 82.32   Verifying  : perl-Thread-Queue-3.02-2.el7.noarch                        17/52 
21:32:24 #9 82.33   Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        18/52 
21:32:24 #9 82.34   Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        19/52 
21:32:24 #9 82.35   Verifying  : gdb-7.6.1-120.el7.x86_64                                   20/52 
21:32:24 #9 82.37   Verifying  : dwz-0.11-3.el7.x86_64                                      21/52 
21:32:24 #9 82.38   Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        22/52 
21:32:24 #9 82.39   Verifying  : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   23/52 
21:32:24 #9 82.40   Verifying  : patch-2.7.1-12.el7_7.x86_64                                24/52 
21:32:24 #9 82.41   Verifying  : rpm-4.11.3-46.el7_9.x86_64                                 25/52 
21:32:24 #9 82.42   Verifying  : unzip-6.0-22.el7_9.x86_64                                  26/52 
21:32:24 #9 82.44   Verifying  : perl-Storable-2.45-3.el7.x86_64                            27/52 
21:32:24 #9 82.45   Verifying  : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 28/52 
21:32:24 #9 82.46   Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           29/52 
21:32:24 #9 82.48   Verifying  : perl-Encode-2.51-7.el7.x86_64                              30/52 
21:32:24 #9 82.49   Verifying  : rpm-build-4.11.3-46.el7_9.x86_64                           31/52 
21:32:24 #9 82.50   Verifying  : rpmlint-1.5-4.el7.noarch                                   32/52 
21:32:24 #9 82.51   Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         33/52 
21:32:24 #9 82.52   Verifying  : perl-podlators-2.5.1-3.el7.noarch                          34/52 
21:32:24 #9 82.53   Verifying  : rpm-build-libs-4.11.3-46.el7_9.x86_64                      35/52 
21:32:24 #9 82.54   Verifying  : 4:perl-5.16.3-299.el7_9.x86_64                             36/52 
21:32:25 #9 82.55   Verifying  : perl-File-Path-2.09-2.el7.noarch                           37/52 
21:32:25 #9 82.56   Verifying  : elfutils-0.176-5.el7.x86_64                                38/52 
21:32:25 #9 82.58   Verifying  : zip-3.0-11.el7.x86_64                                      39/52 
21:32:25 #9 82.59   Verifying  : rpm-python-4.11.3-46.el7_9.x86_64                          40/52 
21:32:25 #9 82.60   Verifying  : 1:emacs-filesystem-24.3-23.el7.noarch                      41/52 
21:32:25 #9 82.62   Verifying  : perl-Filter-1.49-3.el7.x86_64                              42/52 
21:32:25 #9 82.63   Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                         43/52 
21:32:25 #9 82.64   Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     44/52 
21:32:25 #9 82.64   Verifying  : python-srpm-macros-3-34.el7.noarch                         45/52 
21:32:25 #9 82.65   Verifying  : 4:perl-libs-5.16.3-299.el7_9.x86_64                        46/52 
21:32:25 #9 82.66   Verifying  : rpm-libs-4.11.3-46.el7_9.x86_64                            47/52 
21:32:25 #9 82.67   Verifying  : redhat-rpm-config-9.1.0-88.el7.centos.noarch               48/52 
21:32:25 #9 82.69   Verifying  : rpm-4.11.3-45.el7.x86_64                                   49/52 
21:32:25 #9 82.69   Verifying  : rpm-build-libs-4.11.3-45.el7.x86_64                        50/52 
21:32:25 #9 82.69   Verifying  : rpm-libs-4.11.3-45.el7.x86_64                              51/52 
21:32:25 #9 82.69   Verifying  : rpm-python-4.11.3-45.el7.x86_64                            52/52 
21:32:25 #9 82.72 
21:32:25 #9 82.72 Installed:
21:32:25 #9 82.72   rpm-build.x86_64 0:4.11.3-46.el7_9         rpmlint.noarch 0:1.5-4.el7        
21:32:25 #9 82.72 
21:32:25 #9 82.72 Dependency Installed:
21:32:25 #9 82.72   bzip2.x86_64 0:1.0.6-13.el7                                                   
21:32:25 #9 82.72   desktop-file-utils.x86_64 0:0.23-2.el7                                        
21:32:25 #9 82.72   dwz.x86_64 0:0.11-3.el7                                                       
21:32:25 #9 82.72   elfutils.x86_64 0:0.176-5.el7                                                 
21:32:25 #9 82.72   emacs-filesystem.noarch 1:24.3-23.el7                                         
21:32:25 #9 82.72   file.x86_64 0:5.11-37.el7                                                     
21:32:25 #9 82.72   gdb.x86_64 0:7.6.1-120.el7                                                    
21:32:25 #9 82.72   groff-base.x86_64 0:1.22.2-8.el7                                              
21:32:25 #9 82.72   patch.x86_64 0:2.7.1-12.el7_7                                                 
21:32:25 #9 82.72   perl.x86_64 4:5.16.3-299.el7_9                                                
21:32:25 #9 82.72   perl-Carp.noarch 0:1.26-244.el7                                               
21:32:25 #9 82.72   perl-Encode.x86_64 0:2.51-7.el7                                               
21:32:25 #9 82.72   perl-Exporter.noarch 0:5.68-3.el7                                             
21:32:25 #9 82.72   perl-File-Path.noarch 0:2.09-2.el7                                            
21:32:25 #9 82.72   perl-File-Temp.noarch 0:0.23.01-3.el7                                         
21:32:25 #9 82.72   perl-Filter.x86_64 0:1.49-3.el7                                               
21:32:25 #9 82.72   perl-Getopt-Long.noarch 0:2.40-3.el7                                          
21:32:25 #9 82.72   perl-HTTP-Tiny.noarch 0:0.033-3.el7                                           
21:32:25 #9 82.72   perl-PathTools.x86_64 0:3.40-5.el7                                            
21:32:25 #9 82.72   perl-Pod-Escapes.noarch 1:1.04-299.el7_9                                      
21:32:25 #9 82.72   perl-Pod-Perldoc.noarch 0:3.20-4.el7                                          
21:32:25 #9 82.72   perl-Pod-Simple.noarch 1:3.28-4.el7                                           
21:32:25 #9 82.72   perl-Pod-Usage.noarch 0:1.63-3.el7                                            
21:32:25 #9 82.72   perl-Scalar-List-Utils.x86_64 0:1.27-248.el7                                  
21:32:25 #9 82.72   perl-Socket.x86_64 0:2.010-5.el7                                              
21:32:25 #9 82.72   perl-Storable.x86_64 0:2.45-3.el7                                             
21:32:25 #9 82.72   perl-Text-ParseWords.noarch 0:3.29-4.el7                                      
21:32:25 #9 82.72   perl-Thread-Queue.noarch 0:3.02-2.el7                                         
21:32:25 #9 82.72   perl-Time-HiRes.x86_64 4:1.9725-3.el7                                         
21:32:25 #9 82.72   perl-Time-Local.noarch 0:1.2300-2.el7                                         
21:32:25 #9 82.72   perl-constant.noarch 0:1.27-2.el7                                             
21:32:25 #9 82.72   perl-libs.x86_64 4:5.16.3-299.el7_9                                           
21:32:25 #9 82.72   perl-macros.x86_64 4:5.16.3-299.el7_9                                         
21:32:25 #9 82.72   perl-parent.noarch 1:0.225-244.el7                                            
21:32:25 #9 82.72   perl-podlators.noarch 0:2.5.1-3.el7                                           
21:32:25 #9 82.72   perl-srpm-macros.noarch 0:1-8.el7                                             
21:32:25 #9 82.72   perl-threads.x86_64 0:1.87-4.el7                                              
21:32:25 #9 82.72   perl-threads-shared.x86_64 0:1.43-6.el7                                       
21:32:25 #9 82.72   python-srpm-macros.noarch 0:3-34.el7                                          
21:32:25 #9 82.72   redhat-rpm-config.noarch 0:9.1.0-88.el7.centos                                
21:32:25 #9 82.72   unzip.x86_64 0:6.0-22.el7_9                                                   
21:32:25 #9 82.72   zip.x86_64 0:3.0-11.el7                                                       
21:32:25 #9 82.72 
21:32:25 #9 82.72 Dependency Updated:
21:32:25 #9 82.72   rpm.x86_64 0:4.11.3-46.el7_9        rpm-build-libs.x86_64 0:4.11.3-46.el7_9  
21:32:25 #9 82.72   rpm-libs.x86_64 0:4.11.3-46.el7_9   rpm-python.x86_64 0:4.11.3-46.el7_9      
21:32:25 #9 82.72 
21:32:25 #9 82.72 Complete!
21:32:25 #9 DONE 82.9s
21:32:25 
21:32:25 #11 [stage-1 4/7] COPY SPECS /root/rpmbuild/SPECS
21:32:25 #11 sha256:7c78c1f1e7160057f4d06070b0448fbcf128b293b7378abd6a2db3064f827887
21:32:25 #11 DONE 0.1s
21:32:25 
21:32:25 #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
21:32:25 #12 sha256:5434927d264f7e7ce390d2a660625da24bd1de577cf858b2e29b03c121bcb667
21:32:26 #12 1.089 Loaded plugins: fastestmirror, ovl
21:32:27 #12 1.443 Enabling base-source repository
21:32:27 #12 1.443 Enabling extras-source repository
21:32:27 #12 1.444 Enabling updates-source repository
21:32:27 #12 1.444 Loading mirror speeds from cached hostfile
21:32:27 #12 1.446  * base: download.cf.centos.org
21:32:27 #12 1.447  * extras: download.cf.centos.org
21:32:27 #12 1.447  * updates: download.cf.centos.org
21:32:33 #12 7.472 Checking for new repos for mirrors
21:32:33 #12 7.475 Getting requirements for /root/rpmbuild/SPECS/docker-ce-cli.spec
21:32:33 #12 7.477  --> 1:make-3.82-24.el7.x86_64
21:32:33 #12 7.595  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
21:32:33 #12 7.595  --> git-1.8.3.1-23.el7_8.x86_64
21:32:33 #12 7.599 Getting requirements for /root/rpmbuild/SPECS/docker-ce-rootless-extras.spec
21:32:33 #12 7.599  --> Already installed : bash-4.2.46-34.el7.x86_64
21:32:33 #12 7.602 Getting requirements for /root/rpmbuild/SPECS/docker-ce.spec
21:32:33 #12 7.602  --> Already installed : bash-4.2.46-34.el7.x86_64
21:32:33 #12 7.604  --> btrfs-progs-devel-4.9.1-1.el7.x86_64
21:32:33 #12 7.604  --> Already installed : ca-certificates-2020.2.41-70.0.el7_8.noarch
21:32:33 #12 7.605  --> cmake-2.8.12.2-2.el7.x86_64
21:32:33 #12 7.607  --> 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64
21:32:33 #12 7.607  --> gcc-4.8.5-44.el7.x86_64
21:32:33 #12 7.608  --> git-1.8.3.1-23.el7_8.x86_64
21:32:33 #12 7.611  --> glibc-static-2.17-325.el7_9.x86_64
21:32:33 #12 7.612  --> libarchive-3.1.2-14.el7_7.x86_64
21:32:33 #12 7.613  --> libseccomp-devel-2.3.1-4.el7.x86_64
21:32:33 #12 7.615  --> libselinux-devel-2.5-15.el7.x86_64
21:32:33 #12 7.615  --> libtool-2.4.2-22.el7_3.x86_64
21:32:33 #12 7.616  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
21:32:33 #12 7.617  --> 1:make-3.82-24.el7.x86_64
21:32:33 #12 7.617  --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
21:32:33 #12 7.619  --> Already installed : systemd-219-78.el7.x86_64
21:32:33 #12 7.619  --> selinux-policy-devel-3.13.1-268.el7_9.2.noarch
21:32:33 #12 7.621  --> systemd-devel-219-78.el7_9.3.x86_64
21:32:33 #12 7.622  --> Already installed : 2:tar-1.26-35.el7.x86_64
21:32:33 #12 7.622  --> which-2.20-7.el7.x86_64
21:32:33 #12 7.625 Getting requirements for /root/rpmbuild/SPECS/docker-scan-plugin.spec
21:32:33 #12 7.626  --> Already installed : bash-4.2.46-34.el7.x86_64
21:32:33 #12 7.626 --> Running transaction check
21:32:33 #12 7.626 ---> Package btrfs-progs-devel.x86_64 0:4.9.1-1.el7 will be installed
21:32:33 #12 7.629 --> Processing Dependency: btrfs-progs = 4.9.1-1.el7 for package: btrfs-progs-devel-4.9.1-1.el7.x86_64
21:32:33 #12 7.756 --> Processing Dependency: libbtrfs.so.0()(64bit) for package: btrfs-progs-devel-4.9.1-1.el7.x86_64
21:32:33 #12 7.757 ---> Package cmake.x86_64 0:2.8.12.2-2.el7 will be installed
21:32:33 #12 7.764 ---> Package device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5 will be installed
21:32:33 #12 7.766 --> 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
21:32:33 #12 7.768 ---> Package gcc.x86_64 0:4.8.5-44.el7 will be installed
21:32:33 #12 7.770 --> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
21:32:33 #12 7.774 --> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
21:32:33 #12 7.775 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.x86_64
21:32:33 #12 7.782 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.x86_64
21:32:33 #12 7.784 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.x86_64
21:32:33 #12 7.786 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.x86_64
21:32:33 #12 7.786 ---> Package git.x86_64 0:1.8.3.1-23.el7_8 will be installed
21:32:33 #12 7.799 --> Processing Dependency: perl-Git = 1.8.3.1-23.el7_8 for package: git-1.8.3.1-23.el7_8.x86_64
21:32:33 #12 7.800 --> Processing Dependency: rsync for package: git-1.8.3.1-23.el7_8.x86_64
21:32:33 #12 7.802 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.x86_64
21:32:33 #12 7.804 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.x86_64
21:32:33 #12 7.804 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.x86_64
21:32:33 #12 7.806 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-23.el7_8.x86_64
21:32:33 #12 7.807 --> Processing Dependency: less for package: git-1.8.3.1-23.el7_8.x86_64
21:32:33 #12 7.809 ---> Package glibc-static.x86_64 0:2.17-325.el7_9 will be installed
21:32:33 #12 7.809 ---> Package libarchive.x86_64 0:3.1.2-14.el7_7 will be installed
21:32:33 #12 7.813 --> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-14.el7_7.x86_64
21:32:33 #12 7.815 ---> Package libseccomp-devel.x86_64 0:2.3.1-4.el7 will be installed
21:32:33 #12 7.815 --> Processing Dependency: libseccomp(x86-64) = 2.3.1-4.el7 for package: libseccomp-devel-2.3.1-4.el7.x86_64
21:32:33 #12 7.817 --> Processing Dependency: libseccomp.so.2()(64bit) for package: libseccomp-devel-2.3.1-4.el7.x86_64
21:32:33 #12 7.817 ---> Package libselinux-devel.x86_64 0:2.5-15.el7 will be installed
21:32:33 #12 7.818 --> Processing Dependency: libsepol-devel(x86-64) >= 2.5-10 for package: libselinux-devel-2.5-15.el7.x86_64
21:32:33 #12 7.820 --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-15.el7.x86_64
21:32:33 #12 7.820 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-15.el7.x86_64
21:32:33 #12 7.823 ---> Package libtool.x86_64 0:2.4.2-22.el7_3 will be installed
21:32:33 #12 7.824 --> Processing Dependency: automake for package: libtool-2.4.2-22.el7_3.x86_64
21:32:33 #12 7.826 --> Processing Dependency: autoconf for package: libtool-2.4.2-22.el7_3.x86_64
21:32:33 #12 7.828 ---> Package libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3 will be installed
21:32:33 #12 7.828 --> Processing Dependency: libtool-ltdl = 2.4.2-22.el7_3 for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
21:32:33 #12 7.831 --> Processing Dependency: libltdl.so.7()(64bit) for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
21:32:33 #12 7.831 ---> Package make.x86_64 1:3.82-24.el7 will be installed
21:32:33 #12 7.832 ---> Package selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2 will be installed
21:32:33 #12 7.832 --> Processing Dependency: selinux-policy = 3.13.1-268.el7_9.2 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
21:32:33 #12 7.834 --> Processing Dependency: policycoreutils-devel >= 2.5-24 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
21:32:33 #12 7.837 --> Processing Dependency: checkpolicy >= 2.5-8 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
21:32:33 #12 7.839 --> Processing Dependency: m4 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
21:32:33 #12 7.840 ---> Package systemd-devel.x86_64 0:219-78.el7_9.3 will be installed
21:32:33 #12 7.842 --> Processing Dependency: systemd-libs = 219-78.el7_9.3 for package: systemd-devel-219-78.el7_9.3.x86_64
21:32:33 #12 7.848 --> Processing Dependency: systemd = 219-78.el7_9.3 for package: systemd-devel-219-78.el7_9.3.x86_64
21:32:33 #12 7.851 Package: systemd-219-78.el7_9.3.src - can't co-install with systemd-219-78.el7_9.3.x86_64
21:32:33 #12 7.851 ---> Package which.x86_64 0:2.20-7.el7 will be installed
21:32:33 #12 7.852 --> Running transaction check
21:32:33 #12 7.852 ---> Package autoconf.noarch 0:2.69-11.el7 will be installed
21:32:33 #12 7.856 --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
21:32:33 #12 7.858 ---> Package automake.noarch 0:1.13.4-3.el7 will be installed
21:32:33 #12 7.860 --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch
21:32:33 #12 7.862 ---> Package btrfs-progs.x86_64 0:4.9.1-1.el7 will be installed
21:32:33 #12 7.864 --> Processing Dependency: libext2fs.so.2()(64bit) for package: btrfs-progs-4.9.1-1.el7.x86_64
21:32:33 #12 7.866 ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed
21:32:33 #12 7.866 ---> Package cpp.x86_64 0:4.8.5-44.el7 will be installed
21:32:33 #12 7.870 ---> Package device-mapper.x86_64 7:1.02.170-6.el7 will be updated
21:32:33 #12 7.871 --> Processing Dependency: device-mapper = 7:1.02.170-6.el7 for package: 7:device-mapper-libs-1.02.170-6.el7.x86_64
21:32:33 #12 7.872 ---> Package device-mapper.x86_64 7:1.02.170-6.el7_9.5 will be an update
21:32:33 #12 7.875 ---> Package glibc-devel.x86_64 0:2.17-325.el7_9 will be installed
21:32:33 #12 7.879 --> Processing Dependency: glibc-headers = 2.17-325.el7_9 for package: glibc-devel-2.17-325.el7_9.x86_64
21:32:33 #12 7.881 --> Processing Dependency: glibc = 2.17-325.el7_9 for package: glibc-devel-2.17-325.el7_9.x86_64
21:32:33 #12 7.892 Package: glibc-2.17-325.el7_9.src - can't co-install with glibc-2.17-325.el7_9.x86_64
21:32:33 #12 7.894 Package: glibc-2.17-325.el7_9.src - can't co-install with glibc-2.17-325.el7_9.x86_64
21:32:33 #12 7.894 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-325.el7_9.x86_64
21:32:33 #12 7.895 ---> Package less.x86_64 0:458-9.el7 will be installed
21:32:33 #12 7.896 ---> Package libgomp.x86_64 0:4.8.5-44.el7 will be installed
21:32:33 #12 7.897 ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
21:32:33 #12 7.898 ---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed
21:32:33 #12 7.898 ---> Package libsepol-devel.x86_64 0:2.5-10.el7 will be installed
21:32:33 #12 7.899 ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed
21:32:33 #12 7.899 ---> Package lzo.x86_64 0:2.06-8.el7 will be installed
21:32:33 #12 7.900 ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed
21:32:33 #12 7.900 ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
21:32:33 #12 7.901 ---> Package openssh-clients.x86_64 0:7.4p1-21.el7 will be installed
21:32:33 #12 7.904 --> Processing Dependency: openssh = 7.4p1-21.el7 for package: openssh-clients-7.4p1-21.el7.x86_64
21:32:33 #12 7.906 --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-21.el7.x86_64
21:32:33 #12 7.908 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64
21:32:33 #12 7.908 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64
21:32:33 #12 7.910 ---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed
21:32:33 #12 7.911 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
21:32:33 #12 7.913 ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed
21:32:33 #12 7.914 ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
21:32:33 #12 7.915 ---> Package policycoreutils-devel.x86_64 0:2.5-34.el7 will be installed
21:32:33 #12 7.917 --> Processing Dependency: policycoreutils-python = 2.5-34.el7 for package: policycoreutils-devel-2.5-34.el7.x86_64
21:32:33 #12 7.918 ---> Package rsync.x86_64 0:3.1.2-10.el7 will be installed
21:32:33 #12 7.920 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed
21:32:33 #12 7.921 --> Processing Dependency: policycoreutils >= 2.5-24 for package: selinux-policy-3.13.1-268.el7_9.2.noarch
21:32:33 #12 7.923 ---> Package systemd.x86_64 0:219-78.el7 will be updated
21:32:33 #12 7.935 ---> Package systemd.x86_64 0:219-78.el7_9.3 will be an update
21:32:33 #12 7.947 ---> Package systemd-libs.x86_64 0:219-78.el7 will be updated
21:32:33 #12 7.948 ---> Package systemd-libs.x86_64 0:219-78.el7_9.3 will be an update
21:32:33 #12 7.950 --> Running transaction check
21:32:33 #12 7.950 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7 will be updated
21:32:33 #12 7.951 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5 will be an update
21:32:33 #12 7.952 ---> Package e2fsprogs-libs.x86_64 0:1.42.9-19.el7 will be installed
21:32:33 #12 7.952 ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed
21:32:33 #12 7.953 --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64
21:32:33 #12 7.955 ---> Package glibc.x86_64 0:2.17-317.el7 will be updated
21:32:33 #12 7.957 --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.x86_64
21:32:33 #12 7.958 ---> Package glibc.x86_64 0:2.17-325.el7_9 will be an update
21:32:33 #12 7.959 ---> Package glibc-headers.x86_64 0:2.17-325.el7_9 will be installed
21:32:33 #12 7.960 --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-325.el7_9.x86_64
21:32:33 #12 7.966 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-325.el7_9.x86_64
21:32:33 #12 7.966 ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
21:32:33 #12 7.967 ---> Package openssh.x86_64 0:7.4p1-21.el7 will be installed
21:32:33 #12 7.968 ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
21:32:33 #12 7.971 ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
21:32:33 #12 7.973 ---> Package policycoreutils.x86_64 0:2.5-34.el7 will be installed
21:32:33 #12 7.974 --> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-34.el7.x86_64
21:32:33 #12 7.975 ---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be installed
21:32:33 #12 7.978 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.x86_64
21:32:33 #12 7.981 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.x86_64
21:32:33 #12 7.982 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.x86_64
21:32:33 #12 7.983 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.x86_64
21:32:33 #12 7.985 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.x86_64
21:32:33 #12 7.986 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
21:32:33 #12 7.986 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
21:32:33 #12 7.986 --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-34.el7.x86_64
21:32:33 #12 7.990 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
21:32:33 #12 7.990 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
21:32:33 #12 7.990 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
21:32:33 #12 7.990 --> Running transaction check
21:32:33 #12 7.991 ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed
21:32:33 #12 7.992 ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed
21:32:33 #12 7.992 ---> Package glibc-common.x86_64 0:2.17-317.el7 will be updated
21:32:33 #12 7.993 ---> Package glibc-common.x86_64 0:2.17-325.el7_9 will be an update
21:32:33 #12 7.995 ---> Package kernel-headers.x86_64 0:3.10.0-1160.45.1.el7 will be installed
21:32:33 #12 7.995 ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed
21:32:33 #12 7.996 ---> Package libselinux-python.x86_64 0:2.5-15.el7 will be installed
21:32:33 #12 7.997 ---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be installed
21:32:33 #12 7.997 ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed
21:32:33 #12 7.998 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
21:32:33 #12 7.998 ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed
21:32:33 #12 8.011 --> Finished Dependency Resolution
21:32:33 #12 8.038 
21:32:33 #12 8.038 Dependencies Resolved
21:32:33 #12 8.047 
21:32:33 #12 8.047 ================================================================================
21:32:33 #12 8.047  Package                   Arch      Version                   Repository  Size
21:32:33 #12 8.047 ================================================================================
21:32:33 #12 8.047 Installing:
21:32:33 #12 8.047  btrfs-progs-devel         x86_64    4.9.1-1.el7               base        47 k
21:32:33 #12 8.047  cmake                     x86_64    2.8.12.2-2.el7            base       7.1 M
21:32:33 #12 8.047  device-mapper-devel       x86_64    7:1.02.170-6.el7_9.5      updates    206 k
21:32:33 #12 8.047  gcc                       x86_64    4.8.5-44.el7              base        16 M
21:32:33 #12 8.047  git                       x86_64    1.8.3.1-23.el7_8          base       4.4 M
21:32:33 #12 8.047  glibc-static              x86_64    2.17-325.el7_9            updates    1.6 M
21:32:33 #12 8.047  libarchive                x86_64    3.1.2-14.el7_7            base       319 k
21:32:33 #12 8.047  libseccomp-devel          x86_64    2.3.1-4.el7               base        64 k
21:32:33 #12 8.047  libselinux-devel          x86_64    2.5-15.el7                base       187 k
21:32:33 #12 8.047  libtool                   x86_64    2.4.2-22.el7_3            base       588 k
21:32:33 #12 8.047  libtool-ltdl-devel        x86_64    2.4.2-22.el7_3            base       167 k
21:32:33 #12 8.047  make                      x86_64    1:3.82-24.el7             base       421 k
21:32:33 #12 8.047  selinux-policy-devel      noarch    3.13.1-268.el7_9.2        updates    1.7 M
21:32:33 #12 8.047  systemd-devel             x86_64    219-78.el7_9.3            updates    216 k
21:32:33 #12 8.047  which                     x86_64    2.20-7.el7                base        41 k
21:32:33 #12 8.047 Installing for dependencies:
21:32:33 #12 8.047  audit-libs-python         x86_64    2.8.5-4.el7               base        76 k
21:32:33 #12 8.047  autoconf                  noarch    2.69-11.el7               base       701 k
21:32:33 #12 8.047  automake                  noarch    1.13.4-3.el7              base       679 k
21:32:33 #12 8.047  btrfs-progs               x86_64    4.9.1-1.el7               base       678 k
21:32:33 #12 8.047  checkpolicy               x86_64    2.5-8.el7                 base       295 k
21:32:33 #12 8.047  cpp                       x86_64    4.8.5-44.el7              base       5.9 M
21:32:33 #12 8.047  e2fsprogs-libs            x86_64    1.42.9-19.el7             base       168 k
21:32:33 #12 8.047  fipscheck                 x86_64    1.4.1-6.el7               base        21 k
21:32:33 #12 8.047  fipscheck-lib             x86_64    1.4.1-6.el7               base        11 k
21:32:33 #12 8.047  glibc-devel               x86_64    2.17-325.el7_9            updates    1.1 M
21:32:33 #12 8.047  glibc-headers             x86_64    2.17-325.el7_9            updates    691 k
21:32:33 #12 8.047  kernel-headers            x86_64    3.10.0-1160.45.1.el7      updates    9.0 M
21:32:33 #12 8.047  less                      x86_64    458-9.el7                 base       120 k
21:32:33 #12 8.047  libcgroup                 x86_64    0.41-21.el7               base        66 k
21:32:33 #12 8.047  libedit                   x86_64    3.0-12.20121213cvs.el7    base        92 k
21:32:33 #12 8.047  libgomp                   x86_64    4.8.5-44.el7              base       159 k
21:32:33 #12 8.047  libmpc                    x86_64    1.0.1-3.el7               base        51 k
21:32:33 #12 8.047  libseccomp                x86_64    2.3.1-4.el7               base        56 k
21:32:33 #12 8.047  libselinux-python         x86_64    2.5-15.el7                base       236 k
21:32:33 #12 8.047  libselinux-utils          x86_64    2.5-15.el7                base       151 k
21:32:33 #12 8.047  libsemanage-python        x86_64    2.5-14.el7                base       113 k
21:32:33 #12 8.047  libsepol-devel            x86_64    2.5-10.el7                base        77 k
21:32:33 #12 8.047  libtool-ltdl              x86_64    2.4.2-22.el7_3            base        49 k
21:32:33 #12 8.047  lzo                       x86_64    2.06-8.el7                base        59 k
21:32:33 #12 8.047  m4                        x86_64    1.4.16-10.el7             base       256 k
21:32:33 #12 8.047  mpfr                      x86_64    3.1.1-4.el7               base       203 k
21:32:33 #12 8.047  openssh                   x86_64    7.4p1-21.el7              base       510 k
21:32:33 #12 8.047  openssh-clients           x86_64    7.4p1-21.el7              base       655 k
21:32:33 #12 8.047  pcre-devel                x86_64    8.32-17.el7               base       480 k
21:32:33 #12 8.047  perl-Data-Dumper          x86_64    2.145-3.el7               base        47 k
21:32:33 #12 8.047  perl-Error                noarch    1:0.17020-2.el7           base        32 k
21:32:33 #12 8.047  perl-Git                  noarch    1.8.3.1-23.el7_8          base        56 k
21:32:33 #12 8.047  perl-TermReadKey          x86_64    2.30-20.el7               base        31 k
21:32:33 #12 8.047  perl-Test-Harness         noarch    3.28-3.el7                base       302 k
21:32:33 #12 8.047  policycoreutils           x86_64    2.5-34.el7                base       917 k
21:32:33 #12 8.047  policycoreutils-devel     x86_64    2.5-34.el7                base       335 k
21:32:33 #12 8.047  policycoreutils-python    x86_64    2.5-34.el7                base       457 k
21:32:33 #12 8.047  python-IPy                noarch    0.75-6.el7                base        32 k
21:32:33 #12 8.047  rsync                     x86_64    3.1.2-10.el7              base       404 k
21:32:33 #12 8.047  selinux-policy            noarch    3.13.1-268.el7_9.2        updates    498 k
21:32:33 #12 8.047  setools-libs              x86_64    3.3.8-4.el7               base       620 k
21:32:33 #12 8.047 Updating for dependencies:
21:32:33 #12 8.047  device-mapper             x86_64    7:1.02.170-6.el7_9.5      updates    297 k
21:32:33 #12 8.047  device-mapper-libs        x86_64    7:1.02.170-6.el7_9.5      updates    325 k
21:32:33 #12 8.047  glibc                     x86_64    2.17-325.el7_9            updates    3.6 M
21:32:33 #12 8.047  glibc-common              x86_64    2.17-325.el7_9            updates     12 M
21:32:33 #12 8.047  systemd                   x86_64    219-78.el7_9.3            updates    5.1 M
21:32:33 #12 8.047  systemd-libs              x86_64    219-78.el7_9.3            updates    418 k
21:32:33 #12 8.047 
21:32:33 #12 8.047 Transaction Summary
21:32:33 #12 8.047 ================================================================================
21:32:33 #12 8.047 Install  15 Packages (+41 Dependent packages)
21:32:33 #12 8.047 Upgrade              (  6 Dependent packages)
21:32:33 #12 8.047 
21:32:33 #12 8.048 Total download size: 81 M
21:32:33 #12 8.048 Downloading packages:
21:32:33 #12 8.050 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
21:32:42 #22 DONE 89.2s
21:32:42 
21:32:42 #23 [binary 1/1] COPY --from=build /out .
21:32:42 #23 DONE 0.7s
21:32:42 
21:32:42 #24 exporting to client
21:32:42 #24 copying files 8.29MB 0.1s
21:32:42 #24 copying files 52.90MB 0.6s done
21:32:42 #24 DONE 0.6s
21:32:42 make -C /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/docker VERSION=0.0.0-20211015144513-b485636 DOCKER_BUILD_OPTS="" binary
21:32:42 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/docker'
21:32:47 mkdir -p autogen
21:32:47 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 .
21:32:47 #2 [internal] load .dockerignore
21:32:47 #2 sha256:c1372f57cc8520bb5a09ef61ac2fe39d35b5dab3ac5495f27d03dd843c0594ee
21:32:47 #2 transferring context: 87B done
21:32:47 #2 DONE 0.1s
21:32:47 
21:32:47 #1 [internal] load build definition from Dockerfile
21:32:47 #1 sha256:17e396ad5aed7e5c52c3417c83fe32536bbb253ce697f0f6f84241e202372574
21:32:47 #1 transferring dockerfile: 17.04kB done
21:32:47 #1 DONE 0.1s
21:32:47 
21:32:47 #3 resolve image config for docker.io/docker/dockerfile:1.2
21:32:47 #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
21:32:47 #3 DONE 0.2s
21:32:47 
21:32:47 #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
21:32:47 #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
21:32:47 #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
21:32:48 #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
21:32:48 #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
21:32:48 #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 7.34MB / 9.64MB 0.1s
21:32:48 #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
21:32:48 #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
21:32:48 #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done
21:32:48 #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done
21:32:48 #4 DONE 0.5s
21:32:48 
21:32:48 #8 [auth] djs55/vpnkit:pull token for registry-1.docker.io
21:32:48 #8 sha256:e2c41a87d022495bc3659943a7c5df9edca473c9b653eb56d989d6e08a35ada5
21:32:48 #8 DONE 0.0s
21:32:48 
21:32:48 #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
21:32:48 #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
21:32:49 #7 ...
21:32:49 
21:32:49 #5 [internal] load metadata for docker.io/library/golang:1.16.9-buster
21:32:49 #5 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
21:32:49 #5 DONE 0.5s
21:32:49 
21:32:49 #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
21:32:49 #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
21:32:49 #6 DONE 0.6s
21:32:49 
21:32:49 #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
21:32:49 #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
21:32:49 #7 DONE 0.6s
21:32:49 
21:32:49 #31 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
21:32:49 #31 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
21:32:49 #31 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
21:32:49 #31 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
21:32:49 #31 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
21:32:49 #31 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
21:32:49 #31 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0B / 12.42MB 0.2s
21:32:49 #31 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 11.60MB / 12.42MB 0.3s
21:32:50 #31 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.4s done
21:32:50 #31 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0
21:32:52 #31 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.5s done
21:32:52 scripts/docs/generate-man.sh
21:32:52 #31 DONE 3.2s
21:32:52 
21:32:52 #9 [base 1/3] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:32:52 #9 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
21:32:52 #9 resolve docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517 0.0s done
21:32:52 #9 sha256:c6dc9ac30185340b11d411a379fe385a0c5fa0790f577da12682479a418bba95 6.96kB / 6.96kB done
21:32:52 #9 sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 50.44MB / 50.44MB 1.2s done
21:32:52 #9 sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 7.83MB / 7.83MB 0.3s done
21:32:52 #9 sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517 1.86kB / 1.86kB done
21:32:52 #9 sha256:e4709878e5e3a0ec3e392fd36d67044dc76c4b5602675ddd8dd8daa9cda2c711 1.79kB / 1.79kB done
21:32:52 #9 sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 10.00MB / 10.00MB 0.5s done
21:32:52 #9 sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 51.84MB / 51.84MB 1.7s done
21:32:52 #9 sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 68.78MB / 68.78MB 2.6s done
21:32:52 #9 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 100.66MB / 129.04MB 3.2s
21:32:52 #9 extracting sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 1.7s
21:32:52 #9 sha256:6a58c678a5851eb6db45e1691ffdd4030fea67495973efa967e0209b6e8b8e2f 156B / 156B 1.9s done
21:32:52 #9 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 108.00MB / 129.04MB 3.3s
21:32:53 #9 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 115.34MB / 129.04MB 3.4s
21:32:53 #9 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 122.68MB / 129.04MB 3.5s
21:32:54 #9 sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 129.04MB / 129.04MB 5.0s done
21:32:54 #9 ...
21:32:54 
21:32:54 #15 [internal] load build context
21:32:54 #15 sha256:0da017e356fe606a513c83ffb74547ff24726b0ddc03b1758fb9c98980feed84
21:32:54 #15 transferring context: 53.41MB 4.7s done
21:32:54 #15 DONE 5.1s
21:32:54 
21:32:54 #9 [base 1/3] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:32:54 #9 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
21:32:54 #9 ...
21:32:54 
21:32:54 #29 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
21:32:54 #29 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
21:32:54 #29 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
21:32:54 #29 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
21:32:54 #29 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
21:32:54 #29 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 2.7s done
21:32:54 #29 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.5s done
21:32:54 #29 DONE 5.2s
21:32:54 
21:32:54 #9 [base 1/3] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:32:54 #9 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
21:32:55 #9 ...
21:32:55 
21:32:55 #30 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
21:32:55 #30 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
21:32:55 #30 DONE 0.5s
21:32:56 
21:32:56 #32 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
21:32:56 #32 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
21:32:56 #32 DONE 0.7s
21:32:56 
21:32:56 #9 [base 1/3] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:32:56 #9 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
21:32:56 #9 extracting sha256:07471e81507f7cf1100827f10c60c3c0422d1222430e34e527d97ec72b14a193 5.0s done
21:32:56 #9 extracting sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 0.2s
21:32:56 #9 extracting sha256:c6cef1aa2170c001b320769bf8b018ed82d2c94a673e3010ea1ffe152e107419 0.4s done
21:32:56 #9 extracting sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926
21:32:57 #9 extracting sha256:13a51f13be8e69cfc526b671d0bbf621b985b0932acd1523050e2995777b5926 0.3s done
21:32:57 #9 extracting sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1
21:32:59 #9 extracting sha256:def39d67a1a77adaac93be02cc61a57145a5a6273cd061d97660f30ef1e09bc1 2.2s done
21:32:59 #9 extracting sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb
21:33:01 #9 extracting sha256:e04882e62cc4c907a3b8f3e4e7bc5db9f6a6fbd45120bac88d2ffcfe3d1d3dbb 2.2s done
21:33:02 #9 extracting sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 0.1s
21:33:07 #9 extracting sha256:9c9da2c3ca17d5070ac0770181aee816827c8c90ab32e4f46ae0deb555ce5554 4.8s done
21:33:07 #9 extracting sha256:6a58c678a5851eb6db45e1691ffdd4030fea67495973efa967e0209b6e8b8e2f done
21:33:07 #9 DONE 17.5s
21:33:07 
21:33:07 #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
21:33:07 #10 sha256:03b1a3774d0cfa4d2d6a58cd36c682acf85b0f0897e8ec76ee1125a7921150df
21:33:09 #10 DONE 2.7s
21:33:09 
21:33:09 #11 [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
21:33:09 #11 sha256:4d19d5df051acc0f04147b68848bf722b229c3291fb167823776e6e6b29f1de1
21:33:10 #11 DONE 0.7s
21:33:10 
21:33:10 #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
21:33:10 #12 sha256:071ad9aec735fca9c8d68da5d0ff16f0b72f83e15856885bca130b7418191883
21:33:12 #12 DONE 2.1s
21:33:12 
21:33:12 #23 [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
21:33:12 #23 sha256:ad55591529205f0d627d899b2aba1f03a50f13d32293cdc5c1460b62771c1f0c
21:33:12 #23 1.994 + RM_GOPATH=0
21:33:12 #23 1.994 + TMP_GOPATH=
21:33:12 #23 1.994 + : /build
21:33:12 #23 1.994 + '[' -z '' ']'
21:33:12 #23 1.994 ++ mktemp -d
21:33:12 #23 1.996 + export GOPATH=/tmp/tmp.LvYUfgv5ot
21:33:12 #23 1.996 + GOPATH=/tmp/tmp.LvYUfgv5ot
21:33:12 #23 1.996 + RM_GOPATH=1
21:33:12 #23 1.996 + case "$(go env GOARCH)" in
21:33:12 #23 1.998 ++ go env GOARCH
21:33:12 #23 2.013 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:33:12 #23 2.013 + export GO_BUILDMODE=-buildmode=pie
21:33:12 #23 2.013 + GO_BUILDMODE=-buildmode=pie
21:33:12 #23 2.013 ++ dirname /tmp/install/install.sh
21:33:12 #23 2.013 + dir=/tmp/install
21:33:12 #23 2.013 + bin=rootlesskit
21:33:12 #23 2.013 + shift
21:33:12 #23 2.013 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
21:33:12 #23 2.013 + . /tmp/install/rootlesskit.installer
21:33:12 #23 2.013 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:33:12 #23 2.013 + install_rootlesskit
21:33:12 #23 2.013 + case "$1" in
21:33:12 #23 2.013 + export CGO_ENABLED=0
21:33:12 #23 2.013 + CGO_ENABLED=0
21:33:12 #23 2.013 + _install_rootlesskit
21:33:12 #23 2.013 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2'
21:33:12 #23 2.013 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.LvYUfgv5ot/src/github.com/rootless-containers/rootlesskit
21:33:12 #23 2.013 Cloning into '/tmp/tmp.LvYUfgv5ot/src/github.com/rootless-containers/rootlesskit'...
21:33:14 #23 3.906 + cd /tmp/tmp.LvYUfgv5ot/src/github.com/rootless-containers/rootlesskit
21:33:14 #23 3.906 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:33:14 #23 3.921 + export GO111MODULE=on
21:33:14 #23 3.921 + GO111MODULE=on
21:33:14 #23 3.921 + export GOPROXY=https://proxy.golang.org
21:33:14 #23 3.921 + GOPROXY=https://proxy.golang.org
21:33:14 #23 3.921 + for f in rootlesskit rootlesskit-docker-proxy
21:33:14 #23 3.921 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
21:33:15 #23 4.901 go: downloading github.com/pkg/errors v0.9.1
21:33:15 #23 4.905 go: downloading github.com/sirupsen/logrus v1.8.1
21:33:15 #23 4.951 go: downloading github.com/urfave/cli/v2 v2.3.0
21:33:15 #23 5.286 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
21:33:17 #23 6.621 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
21:33:17 #23 6.905 go: downloading github.com/google/uuid v1.3.0
21:33:17 #23 6.906 go: downloading github.com/moby/vpnkit v0.5.0
21:33:17 #23 6.957 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
21:33:17 #23 6.984 go: downloading github.com/gofrs/flock v0.8.1
21:33:17 #23 7.040 go: downloading github.com/gorilla/mux v1.8.0
21:33:18 #23 7.231 go: downloading github.com/moby/sys/mountinfo v0.4.1
21:33:18 #23 7.476 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
21:33:18 #23 7.588 go: downloading github.com/u-root/u-root v7.0.0+incompatible
21:33:20 #23 9.799 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
21:33:20 #23 9.836 go: downloading github.com/russross/blackfriday/v2 v2.1.0
21:33:20 #23 ...
21:33:20 
21:33:20 #14 [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
21:33:20 #14 sha256:7c20c8b1fd55d6d083c6510d33f6695e9e935e1e7932b65866bd07afcfac004f
21:33:20 #14 2.900 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
21:33:20 #14 2.939 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
21:33:20 #14 2.939 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
21:33:20 #14 3.323 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [309 kB]
21:33:20 #14 3.969 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
21:33:20 #14 5.145 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
21:33:20 #14 9.928 Fetched 8469 kB in 7s (1164 kB/s)
21:33:20 #14 9.928 Reading package lists...
21:33:20 #14 ...
21:33:20 
21:33:20 #27 [proxy 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 proxy
21:33:20 #27 sha256:f928c2feebab64a300beb047f4af1a44d6169467c2243636b9ccf1cbe10007e0
21:33:20 #27 2.639 + RM_GOPATH=0
21:33:20 #27 2.639 + TMP_GOPATH=
21:33:20 #27 2.647 + : /build
21:33:20 #27 2.647 + '[' -z '' ']'
21:33:20 #27 2.647 ++ mktemp -d
21:33:20 #27 2.647 + export GOPATH=/tmp/tmp.pyThWMcLnU
21:33:20 #27 2.647 + GOPATH=/tmp/tmp.pyThWMcLnU
21:33:20 #27 2.647 + RM_GOPATH=1
21:33:20 #27 2.647 + case "$(go env GOARCH)" in
21:33:20 #27 2.647 ++ go env GOARCH
21:33:20 #27 2.656 + export GO_BUILDMODE=-buildmode=pie
21:33:20 #27 2.657 + GO_BUILDMODE=-buildmode=pie
21:33:20 #27 2.658 ++ dirname /tmp/install/install.sh
21:33:20 #27 2.675 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8
21:33:20 #27 2.675 + dir=/tmp/install
21:33:20 #27 2.675 + bin=proxy
21:33:20 #27 2.675 + shift
21:33:20 #27 2.675 + '[' '!' -f /tmp/install/proxy.installer ']'
21:33:20 #27 2.675 + . /tmp/install/proxy.installer
21:33:20 #27 2.675 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8
21:33:20 #27 2.675 + install_proxy
21:33:20 #27 2.675 + case "$1" in
21:33:20 #27 2.675 + export CGO_ENABLED=0
21:33:20 #27 2.675 + CGO_ENABLED=0
21:33:20 #27 2.675 + _install_proxy
21:33:20 #27 2.675 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8'
21:33:20 #27 2.675 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.pyThWMcLnU/src/github.com/docker/libnetwork
21:33:20 #27 2.675 Cloning into '/tmp/tmp.pyThWMcLnU/src/github.com/docker/libnetwork'...
21:33:20 #27 ...
21:33:20 
21:33:20 #20 [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
21:33:20 #20 sha256:427eb1062fe302febfc14c995623b4f4e999614efc35c14fc2ff8d7c32b194ff
21:33:20 #20 2.807 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
21:33:20 #20 2.807 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
21:33:20 #20 2.843 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
21:33:20 #20 3.295 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [309 kB]
21:33:20 #20 3.969 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
21:33:20 #20 5.031 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
21:33:20 #20 10.04 Fetched 8469 kB in 7s (1133 kB/s)
21:33:21 #20 10.04 Reading package lists...
21:33:21 #20 ...
21:33:21 
21:33:21 #13 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
21:33:21 #13 sha256:4145824fa5562d1e73479697098136cbc9a47e91b5467679180524b7dda73e0e
21:33:21 #13 1.967 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
21:33:21 #13 1.967 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
21:33:21 #13 1.994 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
21:33:21 #13 2.003 Get:4 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
21:33:21 #13 2.409 Get:5 http://security.debian.org/debian-security buster/updates/main amd64 Packages [309 kB]
21:33:21 #13 3.015 Get:6 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
21:33:21 #13 4.526 Get:7 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
21:33:21 #13 5.875 Get:8 http://deb.debian.org/debian buster-backports/main amd64 Packages [487 kB]
21:33:21 #13 ...
21:33:21 
21:33:21 #27 [proxy 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 proxy
21:33:21 #27 sha256:f928c2feebab64a300beb047f4af1a44d6169467c2243636b9ccf1cbe10007e0
21:33:21 #27 10.67 + cd /tmp/tmp.pyThWMcLnU/src/github.com/docker/libnetwork
21:33:21 #27 10.67 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8
21:33:21 #27 10.76 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
21:33:27 #27 ...
21:33:27 
21:33:27 #20 [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
21:33:27 #20 sha256:427eb1062fe302febfc14c995623b4f4e999614efc35c14fc2ff8d7c32b194ff
21:33:27 #20 10.04 Reading package lists...
21:33:27 #20 12.96 Reading package lists...
21:33:27 #20 15.73 Building dependency tree...
21:33:27 #20 16.99 The following additional packages will be installed:
21:33:27 #20 17.00   libbtrfs0
21:33:27 #20 17.07 The following NEW packages will be installed:
21:33:27 #20 17.08   libbtrfs-dev libbtrfs0
21:33:27 #20 17.39 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
21:33:27 #20 17.39 Need to get 119 kB of archives.
21:33:27 #20 17.39 After this operation, 387 kB of additional disk space will be used.
21:33:27 #20 17.39 Get:1 http://deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
21:33:28 #20 17.39 Get:2 http://deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
21:33:28 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636
21:33:28 
21:33:28 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
21:33:28 + RM_GOPATH=0
21:33:28 + TMP_GOPATH=/go
21:33:28 + : /usr/local/bin
21:33:28 + '[' -z /go ']'
21:33:28 + export GOPATH=/go
21:33:28 + GOPATH=/go
21:33:28 + case "$(go env GOARCH)" in
21:33:28 ++ go env GOARCH
21:33:28 + export GO_BUILDMODE=-buildmode=pie
21:33:28 + GO_BUILDMODE=-buildmode=pie
21:33:28 ++ dirname hack/dockerfile/install/install.sh
21:33:28 + dir=hack/dockerfile/install
21:33:28 + bin=tini
21:33:28 + shift
21:33:28 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
21:33:28 + . hack/dockerfile/install/tini.installer
21:33:28 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
21:33:28 + install_tini
21:33:28 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
21:33:28 + git clone https://github.com/krallin/tini.git /go/tini
21:33:28 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
21:33:28 Cloning into '/go/tini'...
21:33:28 + cd /go/tini
21:33:28 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
21:33:28 + cmake .
21:33:28 -- The C compiler identification is GNU 8.3.0
21:33:28 -- Check for working C compiler: /usr/bin/cc
21:33:28 -- Check for working C compiler: /usr/bin/cc -- works
21:33:28 -- Detecting C compiler ABI info
21:33:28 -- Detecting C compiler ABI info - done
21:33:28 -- Detecting C compile features
21:33:28 -- Detecting C compile features - done
21:33:28 -- Performing Test HAS_BUILTIN_FORTIFY
21:33:28 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
21:33:28 -- Configuring done
21:33:28 -- Generating done
21:33:28 -- Build files have been written to: /go/tini
21:33:28 + make tini-static
21:33:28 make[2]: Entering directory '/go/tini'
21:33:28 make[3]: Entering directory '/go/tini'
21:33:28 make[4]: Entering directory '/go/tini'
21:33:28 make[5]: Entering directory '/go/tini'
21:33:28 Scanning dependencies of target tini-static
21:33:28 make[5]: Leaving directory '/go/tini'
21:33:28 make[5]: Entering directory '/go/tini'
21:33:28 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
21:33:28 [100%] Linking C executable tini-static
21:33:28 make[5]: Leaving directory '/go/tini'
21:33:28 [100%] Built target tini-static
21:33:28 make[4]: Leaving directory '/go/tini'
21:33:28 make[3]: Leaving directory '/go/tini'
21:33:28 make[2]: Leaving directory '/go/tini'
21:33:28 + mkdir -p /usr/local/bin
21:33:28 + cp tini-static /usr/local/bin/docker-init
21:33:28 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
21:33:28 + RM_GOPATH=0
21:33:28 + TMP_GOPATH=/go
21:33:28 + : /usr/local/bin
21:33:28 + '[' -z /go ']'
21:33:28 + export GOPATH=/go
21:33:28 + GOPATH=/go
21:33:28 + case "$(go env GOARCH)" in
21:33:28 ++ go env GOARCH
21:33:28 + export GO_BUILDMODE=-buildmode=pie
21:33:28 + GO_BUILDMODE=-buildmode=pie
21:33:28 ++ dirname hack/dockerfile/install/install.sh
21:33:28 + dir=hack/dockerfile/install
21:33:28 + bin=proxy
21:33:28 + shift
21:33:28 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
21:33:28 + . hack/dockerfile/install/proxy.installer
21:33:28 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8
21:33:28 + install_proxy dynamic
21:33:28 + case "$1" in
21:33:28 + install_proxy_dynamic
21:33:28 + export PROXY_LDFLAGS=-linkmode=external install_proxy
21:33:28 + PROXY_LDFLAGS=-linkmode=external
21:33:28 + export BUILD_MODE=-buildmode=pie
21:33:28 + BUILD_MODE=-buildmode=pie
21:33:28 + _install_proxy
21:33:28 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8'
21:33:28 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
21:33:28 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8
21:33:28 Cloning into '/go/src/github.com/docker/libnetwork'...
21:33:28 #20 17.94 debconf: delaying package configuration, since apt-utils is not installed
21:33:28 #20 18.15 Fetched 119 kB in 0s (444 kB/s)
21:33:28 #20 18.21 Selecting previously unselected package libbtrfs0.
21:33:28 #20 18.21 (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 ... 15421 files and directories currently installed.)
21:33:28 #20 18.26 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
21:33:28 #20 18.27 Unpacking libbtrfs0 (4.20.1-2) ...
21:33:28 #20 18.35 Selecting previously unselected package libbtrfs-dev.
21:33:28 #20 18.35 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
21:33:28 #20 18.36 Unpacking libbtrfs-dev (4.20.1-2) ...
21:33:29 #20 18.50 Setting up libbtrfs0 (4.20.1-2) ...
21:33:29 #20 18.52 Setting up libbtrfs-dev (4.20.1-2) ...
21:33:29 #20 18.53 Processing triggers for libc-bin (2.28-10) ...
21:33:29 #20 DONE 19.1s
21:33:29 
21:33:29 #27 [proxy 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 proxy
21:33:29 #27 sha256:f928c2feebab64a300beb047f4af1a44d6169467c2243636b9ccf1cbe10007e0
21:33:29 #27 DONE 19.0s
21:33:29 
21:33:29 #14 [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
21:33:29 #14 sha256:7c20c8b1fd55d6d083c6510d33f6695e9e935e1e7932b65866bd07afcfac004f
21:33:29 #14 9.928 Reading package lists...
21:33:29 #14 12.82 Reading package lists...
21:33:29 #14 15.62 Building dependency tree...
21:33:29 #14 16.87 The following additional packages will be installed:
21:33:29 #14 16.89   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
21:33:29 #14 16.89 Suggested packages:
21:33:29 #14 16.89   cmake-doc ninja-build lrzip
21:33:29 #14 16.89 Recommended packages:
21:33:29 #14 16.89   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
21:33:29 #14 17.25 The following NEW packages will be installed:
21:33:29 #14 17.26   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
21:33:29 #14 17.26   vim-common xxd
21:33:29 #14 17.56 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
21:33:29 #14 17.56 Need to get 14.9 MB of archives.
21:33:29 #14 17.56 After this operation, 61.8 MB of additional disk space will be used.
21:33:29 #14 17.56 Get:1 http://deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
21:33:29 #14 17.59 Get:2 http://deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
21:33:29 #14 17.59 Get:3 http://deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
21:33:29 #14 17.69 Get:4 http://deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
21:33:29 #14 18.14 Get:5 http://deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB]
21:33:29 #14 18.17 Get:6 http://deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
21:33:29 #14 18.18 Get:7 http://deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
21:33:29 #14 18.19 Get:8 http://deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
21:33:29 #14 18.19 Get:9 http://deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB]
21:33:29 #14 18.19 Get:10 http://deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
21:33:29 #14 18.80 debconf: delaying package configuration, since apt-utils is not installed
21:33:29 #14 18.86 Fetched 14.9 MB in 1s (14.6 MB/s)
21:33:29 #14 18.95 Selecting previously unselected package xxd.
21:33:29 #14 18.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 ... 15421 files and directories currently installed.)
21:33:29 #14 19.00 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
21:33:29 #14 19.02 Unpacking xxd (2:8.1.0875-5) ...
21:33:29 #14 19.17 Selecting previously unselected package vim-common.
21:33:29 #14 19.17 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
21:33:29 #14 19.19 Unpacking vim-common (2:8.1.0875-5) ...
21:33:30 #14 19.47 Selecting previously unselected package cmake-data.
21:33:30 #14 19.47 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
21:33:30 #14 19.48 Unpacking cmake-data (3.13.4-1) ...
21:33:30 + cd /go/src/github.com/docker/libnetwork
21:33:30 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8
21:33:30 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
21:33:30 + return
21:33:30 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
21:33:30 + RM_GOPATH=0
21:33:30 + TMP_GOPATH=/go
21:33:30 + : /usr/local/bin
21:33:30 + '[' -z /go ']'
21:33:30 + export GOPATH=/go
21:33:30 + GOPATH=/go
21:33:30 + case "$(go env GOARCH)" in
21:33:30 ++ go env GOARCH
21:33:30 + export GO_BUILDMODE=-buildmode=pie
21:33:30 + GO_BUILDMODE=-buildmode=pie
21:33:30 ++ dirname hack/dockerfile/install/install.sh
21:33:30 + dir=hack/dockerfile/install
21:33:30 + bin=rootlesskit
21:33:30 + shift
21:33:30 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
21:33:30 + . hack/dockerfile/install/rootlesskit.installer
21:33:30 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:33:30 + install_rootlesskit dynamic
21:33:30 + case "$1" in
21:33:30 + install_rootlesskit_dynamic
21:33:30 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
21:33:30 + ROOTLESSKIT_LDFLAGS=-linkmode=external
21:33:30 + export BUILD_MODE=-buildmode=pie
21:33:30 + BUILD_MODE=-buildmode=pie
21:33:30 + _install_rootlesskit
21:33:30 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2'
21:33:30 + git clone https://github.com/rootless-containers/rootlesskit.git /go/src/github.com/rootless-containers/rootlesskit
21:33:30 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:33:30 Cloning into '/go/src/github.com/rootless-containers/rootlesskit'...
21:33:31 + cd /go/src/github.com/rootless-containers/rootlesskit
21:33:31 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:33:31 + export GO111MODULE=on
21:33:31 + GO111MODULE=on
21:33:31 + export GOPROXY=https://proxy.golang.org
21:33:31 + GOPROXY=https://proxy.golang.org
21:33:31 + for f in rootlesskit rootlesskit-docker-proxy
21:33:31 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
21:33:31 go: downloading github.com/pkg/errors v0.9.1
21:33:31 go: downloading github.com/sirupsen/logrus v1.8.1
21:33:31 go: downloading github.com/urfave/cli/v2 v2.3.0
21:33:31 #14 21.20 Selecting previously unselected package libicu63:amd64.
21:33:31 #14 21.20 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
21:33:31 #14 21.21 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
21:33:31 #14 ...
21:33:31 
21:33:31 #13 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
21:33:31 #13 sha256:4145824fa5562d1e73479697098136cbc9a47e91b5467679180524b7dda73e0e
21:33:31 #13 9.304 Fetched 9002 kB in 8s (1188 kB/s)
21:33:31 #13 9.304 Reading package lists...
21:33:31 #13 12.30 Reading package lists...
21:33:31 #13 15.18 Building dependency tree...
21:33:31 #13 16.12 The following additional packages will be installed:
21:33:31 #13 16.14   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
21:33:31 #13 16.14   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
21:33:31 #13 16.14   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
21:33:31 #13 16.14   libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common
21:33:31 #13 16.14   mingw-w64-x86-64-dev
21:33:31 #13 16.14 Suggested packages:
21:33:31 #13 16.14   gcc-8-locales seccomp wine64
21:33:31 #13 16.63 The following NEW packages will be installed:
21:33:31 #13 16.63   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
21:33:31 #13 16.63   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
21:33:31 #13 16.63   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
21:33:31 #13 16.63   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
21:33:31 #13 16.63   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
21:33:31 #13 16.63   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
21:33:31 #13 16.63 The following packages will be upgraded:
21:33:31 #13 16.63   libseccomp2
21:33:31 #13 16.91 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
21:33:31 #13 16.91 Need to get 77.8 MB of archives.
21:33:31 #13 16.91 After this operation, 487 MB of additional disk space will be used.
21:33:31 #13 16.91 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.5.1-1~bpo10+1 [47.7 kB]
21:33:31 #13 16.92 Get:2 http://deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
21:33:31 #13 17.01 Get:3 http://deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
21:33:31 #13 17.08 Get:4 http://deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
21:33:31 #13 17.11 Get:5 http://deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
21:33:31 #13 17.13 Get:6 http://deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
21:33:31 #13 17.13 Get:7 http://deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
21:33:31 #13 17.33 Get:8 http://deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
21:33:31 #13 17.48 Get:9 http://deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u2 [175 kB]
21:33:31 #13 17.48 Get:10 http://deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u2 [35.8 MB]
21:33:31 #13 19.07 Get:11 http://deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u2 [25.3 MB]
21:33:32 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
21:33:32 #13 ...
21:33:32 
21:33:32 #21 [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
21:33:32 #21 sha256:b06d1ccf881c390b5af5bd3d3793579b430d3c61707ba020afaa646e2c3c4f4e
21:33:32 #21 2.291 + RM_GOPATH=0
21:33:32 #21 2.291 + TMP_GOPATH=
21:33:32 #21 2.291 + : /build
21:33:32 #21 2.291 + '[' -z '' ']'
21:33:32 #21 2.291 ++ mktemp -d
21:33:32 #21 2.291 + export GOPATH=/tmp/tmp.erPIEM72YY
21:33:32 #21 2.291 + GOPATH=/tmp/tmp.erPIEM72YY
21:33:32 #21 2.291 + RM_GOPATH=1
21:33:32 #21 2.291 + case "$(go env GOARCH)" in
21:33:32 #21 2.293 ++ go env GOARCH
21:33:32 #21 2.312 + export GO_BUILDMODE=-buildmode=pie
21:33:32 #21 2.312 + GO_BUILDMODE=-buildmode=pie
21:33:32 #21 2.312 ++ dirname /tmp/install/install.sh
21:33:32 #21 2.315 + dir=/tmp/install
21:33:32 #21 2.315 + bin=containerd
21:33:32 #21 2.315 + shift
21:33:32 #21 2.315 + '[' '!' -f /tmp/install/containerd.installer ']'
21:33:32 #21 2.315 + . /tmp/install/containerd.installer
21:33:32 #21 2.315 ++ set -e
21:33:32 #21 2.315 ++ : 5b46e404f6b9f661a205e28d59c982d3634148f8
21:33:32 #21 2.315 + install_containerd
21:33:32 #21 2.316 + echo 'Install containerd version 5b46e404f6b9f661a205e28d59c982d3634148f8'
21:33:32 #21 2.316 + git clone https://github.com/containerd/containerd.git /tmp/tmp.erPIEM72YY/src/github.com/containerd/containerd
21:33:32 #21 2.316 Install containerd version 5b46e404f6b9f661a205e28d59c982d3634148f8
21:33:32 #21 2.326 Cloning into '/tmp/tmp.erPIEM72YY/src/github.com/containerd/containerd'...
21:33:32 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
21:33:32 go: downloading github.com/google/uuid v1.3.0
21:33:32 go: downloading github.com/moby/vpnkit v0.5.0
21:33:32 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
21:33:32 go: downloading github.com/gofrs/flock v0.8.1
21:33:32 go: downloading github.com/gorilla/mux v1.8.0
21:33:32 go: downloading github.com/moby/sys/mountinfo v0.4.1
21:33:32 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
21:33:32 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
21:33:32 go: downloading github.com/u-root/u-root v7.0.0+incompatible
21:33:33 go: downloading github.com/russross/blackfriday/v2 v2.1.0
21:33:35 #21 ...
21:33:35 
21:33:35 #13 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
21:33:35 #13 sha256:4145824fa5562d1e73479697098136cbc9a47e91b5467679180524b7dda73e0e
21:33:35 #13 20.28 Get:12 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
21:33:35 #13 20.28 Get:13 http://deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
21:33:35 #13 20.28 Get:14 http://deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
21:33:35 #13 20.28 Get:15 http://deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
21:33:35 #13 20.28 Get:16 http://deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
21:33:35 #13 20.28 Get:17 http://deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u8 [110 kB]
21:33:35 #13 20.28 Get:18 http://deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
21:33:35 #13 20.29 Get:19 http://deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
21:33:35 #13 20.31 Get:20 http://deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
21:33:35 #13 20.31 Get:21 http://deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
21:33:35 #13 20.31 Get:22 http://deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
21:33:35 #13 20.35 Get:23 http://deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
21:33:35 #13 20.38 Get:24 http://deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
21:33:35 #13 20.38 Get:25 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.5.1-1~bpo10+1 [90.3 kB]
21:33:35 #13 20.38 Get:26 http://deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u8 [322 kB]
21:33:35 #13 21.03 debconf: delaying package configuration, since apt-utils is not installed
21:33:35 #13 21.28 Fetched 77.8 MB in 4s (20.9 MB/s)
21:33:35 #13 21.34 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15421 files and directories currently installed.)
21:33:35 #13 21.37 Preparing to unpack .../libseccomp2_2.5.1-1~bpo10+1_amd64.deb ...
21:33:35 #13 21.39 Unpacking libseccomp2:amd64 (2.5.1-1~bpo10+1) over (2.3.3-4) ...
21:33:35 #13 21.53 Setting up libseccomp2:amd64 (2.5.1-1~bpo10+1) ...
21:33:35 #13 21.62 Selecting previously unselected package binutils-mingw-w64-i686.
21:33:35 #13 21.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 ... 15421 files and directories currently installed.)
21:33:35 #13 21.65 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
21:33:35 #13 21.66 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
21:33:35 #13 22.79 Selecting previously unselected package binutils-mingw-w64-x86-64.
21:33:35 #13 22.79 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
21:33:35 #13 22.80 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
21:33:37 #13 24.15 Selecting previously unselected package binutils-mingw-w64.
21:33:37 #13 24.15 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
21:33:37 #13 24.15 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
21:33:37 #13 24.23 Selecting previously unselected package libdevmapper1.02.1:amd64.
21:33:37 #13 24.23 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
21:33:37 #13 24.24 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
21:33:37 #13 24.37 Selecting previously unselected package dmsetup.
21:33:37 #13 24.37 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
21:33:37 #13 24.37 Unpacking dmsetup (2:1.02.155-3) ...
21:33:37 #13 24.46 Selecting previously unselected package mingw-w64-common.
21:33:37 #13 24.47 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
21:33:37 #13 24.47 Unpacking mingw-w64-common (6.0.0-3) ...
21:33:38 #13 ...
21:33:38 
21:33:38 #14 [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
21:33:38 #14 sha256:7c20c8b1fd55d6d083c6510d33f6695e9e935e1e7932b65866bd07afcfac004f
21:33:38 #14 24.68 Selecting previously unselected package libxml2:amd64.
21:33:38 #14 24.68 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ...
21:33:38 #14 24.70 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
21:33:38 #14 24.95 Selecting previously unselected package libarchive13:amd64.
21:33:38 #14 24.95 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
21:33:38 #14 24.96 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
21:33:38 #14 25.10 Selecting previously unselected package libjsoncpp1:amd64.
21:33:38 #14 25.11 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
21:33:38 #14 25.11 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
21:33:38 #14 25.20 Selecting previously unselected package librhash0:amd64.
21:33:38 #14 25.20 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
21:33:38 #14 25.21 Unpacking librhash0:amd64 (1.3.8-1) ...
21:33:38 #14 25.33 Selecting previously unselected package libuv1:amd64.
21:33:38 #14 25.33 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_amd64.deb ...
21:33:38 #14 25.34 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ...
21:33:38 #14 25.42 Selecting previously unselected package cmake.
21:33:38 #14 25.43 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
21:33:38 #14 25.44 Unpacking cmake (3.13.4-1) ...
21:33:38 #14 26.95 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
21:33:38 #14 26.97 Setting up xxd (2:8.1.0875-5) ...
21:33:38 #14 26.98 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ...
21:33:38 #14 27.00 Setting up vim-common (2:8.1.0875-5) ...
21:33:38 #14 27.03 Setting up librhash0:amd64 (1.3.8-1) ...
21:33:38 #14 27.06 Setting up cmake-data (3.13.4-1) ...
21:33:38 #14 27.08 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
21:33:38 #14 27.10 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
21:33:38 #14 27.11 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
21:33:38 #14 27.13 Setting up cmake (3.13.4-1) ...
21:33:38 #14 27.15 Processing triggers for libc-bin (2.28-10) ...
21:33:38 #14 27.20 Processing triggers for mime-support (3.62) ...
21:33:38 #14 DONE 28.1s
21:33:38 
21:33:38 #16 [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
21:33:38 #16 sha256:92a1265d86097995db2000e54cf3a222d233ecd4c83cfcb3649d34f69921f479
21:33:38 + for f in rootlesskit rootlesskit-docker-proxy
21:33:38 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
21:33:39 + return
21:33:39 # Build the CLI
21:33:39 cd /go/src/github.com/docker/cli && \
21:33:39 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20211015144513-b485636 GITCOMMIT=b485636 dynbinary manpages
21:33:39 make[2]: Entering directory '/root/build-deb/cli'
21:33:39 GO_LINKMODE=dynamic ./scripts/build/binary
21:33:39 Building dynamic docker-linux-arm-v6
21:33:40 #16 1.305 + RM_GOPATH=0
21:33:40 #16 1.310 + TMP_GOPATH=
21:33:40 #16 1.310 + : /build
21:33:40 #16 1.310 + '[' -z '' ']'
21:33:40 #16 1.311 ++ mktemp -d
21:33:40 #16 1.312 + export GOPATH=/tmp/tmp.aUvlR4Cot1
21:33:40 #16 1.312 + GOPATH=/tmp/tmp.aUvlR4Cot1
21:33:40 #16 1.312 + RM_GOPATH=1
21:33:40 #16 1.312 + case "$(go env GOARCH)" in
21:33:40 #16 1.312 ++ go env GOARCH
21:33:40 #16 1.321 + export GO_BUILDMODE=-buildmode=pie
21:33:40 #16 1.321 + GO_BUILDMODE=-buildmode=pie
21:33:40 #16 1.321 ++ dirname /tmp/install/install.sh
21:33:40 #16 1.322 + dir=/tmp/install
21:33:40 #16 1.322 + bin=tini
21:33:40 #16 1.322 + shift
21:33:40 #16 1.322 + '[' '!' -f /tmp/install/tini.installer ']'
21:33:40 #16 1.322 + . /tmp/install/tini.installer
21:33:40 #16 1.322 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
21:33:40 #16 1.322 + install_tini
21:33:40 #16 1.323 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
21:33:40 #16 1.323 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
21:33:40 #16 1.323 + git clone https://github.com/krallin/tini.git /tmp/tmp.aUvlR4Cot1/tini
21:33:40 #16 1.332 Cloning into '/tmp/tmp.aUvlR4Cot1/tini'...
21:33:40 #16 1.768 + cd /tmp/tmp.aUvlR4Cot1/tini
21:33:40 #16 1.773 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
21:33:40 #16 1.773 + cmake .
21:33:40 #16 2.037 -- The C compiler identification is GNU 8.3.0
21:33:40 #16 2.065 -- Check for working C compiler: /usr/bin/cc
21:33:41 #16 2.472 -- Check for working C compiler: /usr/bin/cc -- works
21:33:41 #16 2.475 -- Detecting C compiler ABI info
21:33:41 #12 67.63 --------------------------------------------------------------------------------
21:33:41 #12 67.63 Total                                              1.4 MB/s |  81 MB  00:59     
21:33:41 #12 67.78 Running transaction check
21:33:41 #12 67.94 Running transaction test
21:33:41 #12 68.09 Transaction test succeeded
21:33:41 #12 68.09 Running transaction
21:33:41 #12 68.70   Updating   : glibc-2.17-325.el7_9.x86_64                                 1/68 
21:33:41 #12 71.57   Updating   : glibc-common-2.17-325.el7_9.x86_64                          2/68 
21:33:41 #12 71.63   Installing : fipscheck-1.4.1-6.el7.x86_64                                3/68 
21:33:41 #12 71.66   Installing : fipscheck-lib-1.4.1-6.el7.x86_64                            4/68 
21:33:41 #12 72.25   Updating   : systemd-libs-219-78.el7_9.3.x86_64                          5/68 
21:33:41 #12 73.97   Updating   : systemd-219-78.el7_9.3.x86_64                               6/68 
21:33:41 #12 74.66 Failed to get D-Bus connection: Operation not permitted
21:33:41 #12 74.71   Installing : mpfr-3.1.1-4.el7.x86_64                                     7/68 
21:33:41 #12 75.23   Installing : libmpc-1.0.1-3.el7.x86_64                                   8/68 
21:33:41 #16 2.861 -- Detecting C compiler ABI info - done
21:33:41 #16 2.885 -- Detecting C compile features
21:33:41 #12 75.77   Updating   : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64              9/68 
21:33:42 #12 76.32   Updating   : 7:device-mapper-1.02.170-6.el7_9.5.x86_64                  10/68 
21:33:42 #16 4.120 -- Detecting C compile features - done
21:33:42 #16 4.152 -- Performing Test HAS_BUILTIN_FORTIFY
21:33:43 #16 4.259 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
21:33:43 #16 4.317 -- Configuring done
21:33:43 #16 4.325 -- Generating done
21:33:43 #16 4.332 -- Build files have been written to: /tmp/tmp.aUvlR4Cot1/tini
21:33:43 #16 4.347 + make tini-static
21:33:43 #12 76.84   Installing : lzo-2.06-8.el7.x86_64                                      11/68 
21:33:43 #16 4.508 Scanning dependencies of target tini-static
21:33:43 #16 4.543 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
21:33:43 #12 77.39   Installing : m4-1.4.16-10.el7.x86_64                                    12/68 
21:33:43 #12 77.94   Installing : checkpolicy-2.5-8.el7.x86_64                               13/68 
21:33:43 #16 5.084 [100%] Linking C executable tini-static
21:33:43 #16 5.333 [100%] Built target tini-static
21:33:44 #16 5.373 + mkdir -p /build
21:33:44 #16 5.375 + cp tini-static /build/docker-init
21:33:44 #12 77.99   Installing : 1:make-3.82-24.el7.x86_64                                  14/68 
21:33:44 #12 78.51   Installing : 1:perl-Error-0.17020-2.el7.noarch                          15/68 
21:33:45 #16 DONE 6.3s
21:33:45 
21:33:45 #13 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
21:33:45 #13 sha256:4145824fa5562d1e73479697098136cbc9a47e91b5467679180524b7dda73e0e
21:33:45 #13 27.72 Selecting previously unselected package mingw-w64-x86-64-dev.
21:33:45 #13 27.72 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
21:33:45 #13 27.75 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
21:33:45 #13 30.57 Selecting previously unselected package gcc-mingw-w64-base.
21:33:45 #13 30.57 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u2_amd64.deb ...
21:33:45 #13 30.58 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ...
21:33:45 #13 30.72 Selecting previously unselected package gcc-mingw-w64-x86-64.
21:33:45 #13 30.73 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ...
21:33:45 #13 30.73 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ...
21:33:45 #12 78.56   Installing : libarchive-3.1.2-14.el7_7.x86_64                           16/68 
21:33:45 #12 79.70   Installing : cpp-4.8.5-44.el7.x86_64                                    17/68 
21:33:46 #12 80.26   Installing : rsync-3.1.2-10.el7.x86_64                                  18/68 
21:33:46 #12 80.80   Installing : systemd-devel-219-78.el7_9.3.x86_64                        19/68 
21:33:47 #12 81.35   Installing : libcgroup-0.41-21.el7.x86_64                               20/68 
21:33:47 #12 82.44   Installing : openssh-7.4p1-21.el7.x86_64                                21/68 
21:33:48 #12 82.47   Installing : audit-libs-python-2.8.5-4.el7.x86_64                       22/68 
21:33:48 #12 82.49   Installing : perl-TermReadKey-2.30-20.el7.x86_64                        23/68 
21:33:48 #12 82.52   Installing : libseccomp-2.3.1-4.el7.x86_64                              24/68 
21:33:48 #12 83.04   Installing : libselinux-utils-2.5-15.el7.x86_64                         25/68 
21:33:48 #12 83.15   Installing : policycoreutils-2.5-34.el7.x86_64                          26/68 
21:33:49 #12 83.18   Installing : selinux-policy-3.13.1-268.el7_9.2.noarch                   27/68 
21:33:50 #12 84.28   Installing : setools-libs-3.3.8-4.el7.x86_64                            28/68 
21:33:50 #12 84.82   Installing : libsemanage-python-2.5-14.el7.x86_64                       29/68 
21:33:50 #12 84.85   Installing : e2fsprogs-libs-1.42.9-19.el7.x86_64                        30/68 
21:33:50 #12 85.47   Installing : btrfs-progs-4.9.1-1.el7.x86_64                             31/68 
21:33:51 #12 85.50   Installing : perl-Data-Dumper-2.145-3.el7.x86_64                        32/68 
21:33:51 #12 85.57   Installing : autoconf-2.69-11.el7.noarch                                33/68 
21:33:51 #12 86.09 install-info: No such file or directory for /usr/share/info/autoconf.info
21:33:51 #12 86.14   Installing : libselinux-python-2.5-15.el7.x86_64                        34/68 
21:33:52 #12 86.16   Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64                         35/68 
21:33:52 #12 86.70   Installing : libedit-3.0-12.20121213cvs.el7.x86_64                      36/68 
21:33:52 #12 87.30   Installing : openssh-clients-7.4p1-21.el7.x86_64                        37/68 
21:33:53 #12 87.33   Installing : libgomp-4.8.5-44.el7.x86_64                                38/68 
21:33:53 #12 87.86   Installing : less-458-9.el7.x86_64                                      39/68 
21:33:53 #12 87.89   Installing : perl-Git-1.8.3.1-23.el7_8.noarch                           40/68 
21:33:53 #12 88.43   Installing : git-1.8.3.1-23.el7_8.x86_64                                41/68 
21:33:53 #12 88.51   Installing : pcre-devel-8.32-17.el7.x86_64                              42/68 
21:33:53 #12 88.55   Installing : libsepol-devel-2.5-10.el7.x86_64                           43/68 
21:33:53 #12 88.58   Installing : libselinux-devel-2.5-15.el7.x86_64                         44/68 
21:33:54 #12 88.67   Installing : perl-Test-Harness-3.28-3.el7.noarch                        45/68 
21:33:54 #12 88.76   Installing : automake-1.13.4-3.el7.noarch                               46/68 
21:33:54 #12 89.28 install-info: No such file or directory for /usr/share/info/automake.info.gz
21:33:54 #12 89.30   Installing : python-IPy-0.75-6.el7.noarch                               47/68 
21:33:54 #12 89.37   Installing : policycoreutils-python-2.5-34.el7.x86_64                   48/68 
21:33:55 #13 ...
21:33:55 
21:33:55 #21 [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
21:33:55 #21 sha256:b06d1ccf881c390b5af5bd3d3793579b430d3c61707ba020afaa646e2c3c4f4e
21:33:55 #21 23.85 Checking out files:  86% (3979/4592)   
Checking out files:  87% (3996/4592)   
Checking out files:  88% (4041/4592)   
Checking out files:  89% (4087/4592)   
Checking out files:  90% (4133/4592)   
Checking out files:  91% (4179/4592)   
Checking out files:  92% (4225/4592)   
Checking out files:  93% (4271/4592)   
Checking out files:  94% (4317/4592)   
Checking out files:  95% (4363/4592)   
Checking out files:  96% (4409/4592)   
Checking out files:  97% (4455/4592)   
Checking out files:  98% (4501/4592)   
Checking out files:  99% (4547/4592)   
Checking out files: 100% (4592/4592)   
Checking out files: 100% (4592/4592), done.
21:33:55 #21 24.10 + cd /tmp/tmp.erPIEM72YY/src/github.com/containerd/containerd
21:33:55 #21 24.10 + git checkout -q 5b46e404f6b9f661a205e28d59c982d3634148f8
21:33:55 #21 25.51 + export 'BUILDTAGS=netgo osusergo static_build'
21:33:55 #21 25.51 + BUILDTAGS='netgo osusergo static_build'
21:33:55 #21 25.51 + export EXTRA_FLAGS=-buildmode=pie
21:33:55 #21 25.51 + EXTRA_FLAGS=-buildmode=pie
21:33:55 #21 25.51 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
21:33:55 #21 25.51 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
21:33:55 #21 25.52 + '[' '' = dynamic ']'
21:33:55 #21 25.52 + make
21:33:55 #12 89.42   Installing : policycoreutils-devel-2.5-34.el7.x86_64                    49/68 
21:33:55 #21 26.20 + bin/ctr
21:33:56 #12 89.91   Installing : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             50/68 
21:33:56 #12 90.68   Installing : kernel-headers-3.10.0-1160.45.1.el7.x86_64                 51/68 
21:33:56 #12 91.33   Installing : glibc-headers-2.17-325.el7_9.x86_64                        52/68 
21:33:58 #12 91.42   Installing : glibc-devel-2.17-325.el7_9.x86_64                          53/68 
21:33:58 #12 93.05   Installing : gcc-4.8.5-44.el7.x86_64                                    54/68 
21:33:59 #12 93.64   Installing : libtool-2.4.2-22.el7_3.x86_64                              55/68 
21:33:59 #12 94.16 install-info: No such file or directory for /usr/share/info/libtool.info.gz
21:33:59 #12 94.41   Installing : glibc-static-2.17-325.el7_9.x86_64                         56/68 
21:33:59 #12 94.44   Installing : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64            57/68 
21:33:59 #12 94.49   Installing : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                   58/68 
21:33:59 #12 94.52   Installing : btrfs-progs-devel-4.9.1-1.el7.x86_64                       59/68 
21:34:00 Project root: /go/src/github.com/docker/cli
21:34:00 Generating man pages into /go/src/github.com/docker/cli/man/man1
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
21:34:00 2021/10/21 21:33:50 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
21:34:00 make[2]: Leaving directory '/root/build-deb/cli'
21:34:00 # Build the scan-plugin
21:34:00 # TODO change once we support scan-plugin on other architectures
21:34:00 if [ "amd64" = "amd64" ]; then \
21:34:00 	cd /go/src/github.com/docker/scan-cli-plugin \
21:34:00 	&& PLATFORM_BINARY=docker-scan COMMIT=b05830d TAG_NAME=v0.9.0 make native-build \
21:34:00 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
21:34:00 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
21:34:00 fi
21:34:00 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
21:34:00 GO111MODULE=on make -f builder.Makefile build
21:34:00 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
21:34:00 mkdir -p bin
21:34:00 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=b05830d -X github.com/docker/scan-cli-plugin/internal.Version=v0.9.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:defb5ba5517a29a78736d919d3dc0568f555980a43daefe1ac8a1e7fc0924f25" -o bin/docker-scan ./cmd/docker-scan
21:34:00 #12 94.55   Installing : libseccomp-devel-2.3.1-4.el7.x86_64                        60/68 
21:34:01 #12 95.40   Installing : cmake-2.8.12.2-2.el7.x86_64                                61/68 
21:34:01 #12 95.53   Installing : which-2.20-7.el7.x86_64                                    62/68 
21:34:01 #12 96.04 install-info: No such file or directory for /usr/share/info/which.info.gz
21:34:02 #12 96.57   Cleanup    : 7:device-mapper-1.02.170-6.el7.x86_64                      63/68 
21:34:02 #21 ...
21:34:02 
21:34:02 #13 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
21:34:02 #13 sha256:4145824fa5562d1e73479697098136cbc9a47e91b5467679180524b7dda73e0e
21:34:02 #13 41.34 Selecting previously unselected package g++-mingw-w64-x86-64.
21:34:02 #13 41.35 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ...
21:34:02 #13 41.35 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ...
21:34:02 #13 48.70 Selecting previously unselected package libapparmor1:amd64.
21:34:02 #13 48.70 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
21:34:02 #13 48.71 Unpacking libapparmor1:amd64 (2.13.2-10) ...
21:34:02 #13 48.77 Selecting previously unselected package libapparmor-dev:amd64.
21:34:02 #13 48.78 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
21:34:02 #13 48.79 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
21:34:02 #13 48.87 Selecting previously unselected package libbtrfs0.
21:34:02 #13 48.88 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
21:34:02 #13 48.89 Unpacking libbtrfs0 (4.20.1-2) ...
21:34:02 #13 48.93 Selecting previously unselected package libbtrfs-dev.
21:34:02 #13 48.93 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
21:34:02 #13 48.94 Unpacking libbtrfs-dev (4.20.1-2) ...
21:34:02 #13 49.02 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
21:34:02 #13 49.02 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
21:34:02 #13 49.03 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
21:34:02 #13 49.09 Selecting previously unselected package libudev-dev:amd64.
21:34:02 #13 49.09 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_amd64.deb ...
21:34:02 #13 49.11 Unpacking libudev-dev:amd64 (241-7~deb10u8) ...
21:34:02 #13 49.21 Selecting previously unselected package libsepol1-dev:amd64.
21:34:02 #13 49.22 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
21:34:02 #13 49.22 Unpacking libsepol1-dev:amd64 (2.8-1) ...
21:34:02 #13 49.40 Selecting previously unselected package libpcre16-3:amd64.
21:34:02 #13 49.41 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
21:34:02 #13 49.42 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
21:34:02 #13 49.53 Selecting previously unselected package libpcre32-3:amd64.
21:34:02 #13 49.53 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
21:34:02 #13 49.54 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
21:34:02 #13 49.65 Selecting previously unselected package libpcrecpp0v5:amd64.
21:34:02 #13 49.66 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
21:34:02 #13 49.67 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
21:34:02 #13 49.74 Selecting previously unselected package libpcre3-dev:amd64.
21:34:02 #13 49.74 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
21:34:02 #13 49.75 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
21:34:02 #13 ...
21:34:02 
21:34:02 #23 [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
21:34:02 #23 sha256:ad55591529205f0d627d899b2aba1f03a50f13d32293cdc5c1460b62771c1f0c
21:34:02 #23 51.99 + for f in rootlesskit rootlesskit-docker-proxy
21:34:02 #23 51.99 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
21:34:03 #12 96.59   Cleanup    : 7:device-mapper-libs-1.02.170-6.el7.x86_64                 64/68 
21:34:03 #12 97.66   Cleanup    : systemd-219-78.el7.x86_64                                  65/68 
21:34:04 #12 98.24   Cleanup    : systemd-libs-219-78.el7.x86_64                             66/68 
21:34:04 #12 98.81   Cleanup    : glibc-2.17-317.el7.x86_64                                  67/68 
21:34:05 #12 99.36   Cleanup    : glibc-common-2.17-317.el7.x86_64                           68/68 
21:34:05 #12 99.96   Verifying  : fipscheck-lib-1.4.1-6.el7.x86_64                            1/68 
21:34:05 #12 99.98   Verifying  : libselinux-devel-2.5-15.el7.x86_64                          2/68 
21:34:05 #12 100.00   Verifying  : policycoreutils-python-2.5-34.el7.x86_64                    3/68 
21:34:05 #12 100.0   Verifying  : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                    4/68 
21:34:05 #12 100.0   Verifying  : cmake-2.8.12.2-2.el7.x86_64                                 5/68 
21:34:05 #12 100.0   Verifying  : btrfs-progs-devel-4.9.1-1.el7.x86_64                        6/68 
21:34:05 #12 100.0   Verifying  : glibc-common-2.17-325.el7_9.x86_64                          7/68 
21:34:05 #12 100.1   Verifying  : automake-1.13.4-3.el7.noarch                                8/68 
21:34:05 #12 100.1   Verifying  : lzo-2.06-8.el7.x86_64                                       9/68 
21:34:05 #12 100.1   Verifying  : m4-1.4.16-10.el7.x86_64                                    10/68 
21:34:05 #12 100.1   Verifying  : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64             11/68 
21:34:05 #12 100.1   Verifying  : audit-libs-python-2.8.5-4.el7.x86_64                       12/68 
21:34:05 #12 100.1   Verifying  : git-1.8.3.1-23.el7_8.x86_64                                13/68 
21:34:05 #12 100.1   Verifying  : checkpolicy-2.5-8.el7.x86_64                               14/68 
21:34:05 #12 100.1   Verifying  : btrfs-progs-4.9.1-1.el7.x86_64                             15/68 
21:34:05 #12 100.2   Verifying  : perl-TermReadKey-2.30-20.el7.x86_64                        16/68 
21:34:05 #12 100.2   Verifying  : kernel-headers-3.10.0-1160.45.1.el7.x86_64                 17/68 
21:34:05 #12 100.2   Verifying  : systemd-libs-219-78.el7_9.3.x86_64                         18/68 
21:34:05 #12 100.2   Verifying  : which-2.20-7.el7.x86_64                                    19/68 
21:34:05 #12 100.2   Verifying  : glibc-devel-2.17-325.el7_9.x86_64                          20/68 
21:34:05 #12 100.3   Verifying  : cpp-4.8.5-44.el7.x86_64                                    21/68 
21:34:05 #12 100.3   Verifying  : python-IPy-0.75-6.el7.noarch                               22/68 
21:34:05 #12 100.3   Verifying  : libseccomp-2.3.1-4.el7.x86_64                              23/68 
21:34:05 #12 100.3   Verifying  : glibc-headers-2.17-325.el7_9.x86_64                        24/68 
21:34:05 #12 100.3   Verifying  : fipscheck-1.4.1-6.el7.x86_64                               25/68 
21:34:05 #12 100.3   Verifying  : libselinux-utils-2.5-15.el7.x86_64                         26/68 
21:34:05 #12 100.3   Verifying  : 1:make-3.82-24.el7.x86_64                                  27/68 
21:34:05 #12 100.3   Verifying  : openssh-7.4p1-21.el7.x86_64                                28/68 
21:34:05 #12 100.4   Verifying  : perl-Git-1.8.3.1-23.el7_8.noarch                           29/68 
21:34:05 #12 100.4   Verifying  : libtool-2.4.2-22.el7_3.x86_64                              30/68 
21:34:05 #12 100.4   Verifying  : setools-libs-3.3.8-4.el7.x86_64                            31/68 
21:34:05 #12 100.4   Verifying  : systemd-219-78.el7_9.3.x86_64                              32/68 
21:34:05 #12 100.4   Verifying  : libsemanage-python-2.5-14.el7.x86_64                       33/68 
21:34:05 #12 100.4   Verifying  : e2fsprogs-libs-1.42.9-19.el7.x86_64                        34/68 
21:34:05 #12 100.4   Verifying  : libarchive-3.1.2-14.el7_7.x86_64                           35/68 
21:34:05 #12 100.4   Verifying  : mpfr-3.1.1-4.el7.x86_64                                    36/68 
21:34:05 #12 100.4   Verifying  : perl-Data-Dumper-2.145-3.el7.x86_64                        37/68 
21:34:05 #12 100.5   Verifying  : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             38/68 
21:34:05 #12 100.5   Verifying  : openssh-clients-7.4p1-21.el7.x86_64                        39/68 
21:34:05 #12 100.5   Verifying  : perl-Test-Harness-3.28-3.el7.noarch                        40/68 
21:34:05 #12 100.5   Verifying  : libselinux-python-2.5-15.el7.x86_64                        41/68 
21:34:05 #12 100.5   Verifying  : libseccomp-devel-2.3.1-4.el7.x86_64                        42/68 
21:34:05 #12 100.5   Verifying  : gcc-4.8.5-44.el7.x86_64                                    43/68 
21:34:05 #12 100.5   Verifying  : libmpc-1.0.1-3.el7.x86_64                                  44/68 
21:34:05 #12 100.5   Verifying  : libtool-ltdl-2.4.2-22.el7_3.x86_64                         45/68 
21:34:06 #12 100.5   Verifying  : selinux-policy-3.13.1-268.el7_9.2.noarch                   46/68 
21:34:06 #12 100.6   Verifying  : glibc-2.17-325.el7_9.x86_64                                47/68 
21:34:06 #12 100.6   Verifying  : libsepol-devel-2.5-10.el7.x86_64                           48/68 
21:34:06 #12 100.6   Verifying  : 1:perl-Error-0.17020-2.el7.noarch                          49/68 
21:34:06 #12 100.6   Verifying  : policycoreutils-devel-2.5-34.el7.x86_64                    50/68 
21:34:06 #12 100.6   Verifying  : pcre-devel-8.32-17.el7.x86_64                              51/68 
21:34:06 #12 100.6   Verifying  : autoconf-2.69-11.el7.noarch                                52/68 
21:34:06 #12 100.7   Verifying  : libedit-3.0-12.20121213cvs.el7.x86_64                      53/68 
21:34:06 #12 100.7   Verifying  : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64            54/68 
21:34:06 #12 100.7   Verifying  : rsync-3.1.2-10.el7.x86_64                                  55/68 
21:34:06 #12 100.7   Verifying  : 7:device-mapper-1.02.170-6.el7_9.5.x86_64                  56/68 
21:34:06 #12 100.7   Verifying  : glibc-static-2.17-325.el7_9.x86_64                         57/68 
21:34:06 #12 100.7   Verifying  : policycoreutils-2.5-34.el7.x86_64                          58/68 
21:34:06 #12 100.8   Verifying  : libgomp-4.8.5-44.el7.x86_64                                59/68 
21:34:06 #12 100.8   Verifying  : systemd-devel-219-78.el7_9.3.x86_64                        60/68 
21:34:06 #12 100.8   Verifying  : less-458-9.el7.x86_64                                      61/68 
21:34:06 #12 100.8   Verifying  : libcgroup-0.41-21.el7.x86_64                               62/68 
21:34:06 #12 100.8   Verifying  : 7:device-mapper-libs-1.02.170-6.el7.x86_64                 63/68 
21:34:06 #12 100.8   Verifying  : glibc-2.17-317.el7.x86_64                                  64/68 
21:34:06 #12 100.8   Verifying  : glibc-common-2.17-317.el7.x86_64                           65/68 
21:34:06 #12 100.8   Verifying  : systemd-libs-219-78.el7.x86_64                             66/68 
21:34:06 #12 100.8   Verifying  : systemd-219-78.el7.x86_64                                  67/68 
21:34:06 #12 100.8   Verifying  : 7:device-mapper-1.02.170-6.el7.x86_64                      68/68 
21:34:06 #12 100.9 
21:34:06 #12 100.9 Installed:
21:34:06 #12 100.9   btrfs-progs-devel.x86_64 0:4.9.1-1.el7                                        
21:34:06 #12 100.9   cmake.x86_64 0:2.8.12.2-2.el7                                                 
21:34:06 #12 100.9   device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5                               
21:34:06 #12 100.9   gcc.x86_64 0:4.8.5-44.el7                                                     
21:34:06 #12 100.9   git.x86_64 0:1.8.3.1-23.el7_8                                                 
21:34:06 #12 100.9   glibc-static.x86_64 0:2.17-325.el7_9                                          
21:34:06 #12 100.9   libarchive.x86_64 0:3.1.2-14.el7_7                                            
21:34:06 #12 100.9   libseccomp-devel.x86_64 0:2.3.1-4.el7                                         
21:34:06 #12 100.9   libselinux-devel.x86_64 0:2.5-15.el7                                          
21:34:06 #12 100.9   libtool.x86_64 0:2.4.2-22.el7_3                                               
21:34:06 #12 100.9   libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3                                    
21:34:06 #12 100.9   make.x86_64 1:3.82-24.el7                                                     
21:34:06 #12 100.9   selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2                              
21:34:06 #12 100.9   systemd-devel.x86_64 0:219-78.el7_9.3                                         
21:34:06 #12 100.9   which.x86_64 0:2.20-7.el7                                                     
21:34:06 #12 100.9 
21:34:06 #12 100.9 Dependency Installed:
21:34:06 #12 100.9   audit-libs-python.x86_64 0:2.8.5-4.el7                                        
21:34:06 #12 100.9   autoconf.noarch 0:2.69-11.el7                                                 
21:34:06 #12 100.9   automake.noarch 0:1.13.4-3.el7                                                
21:34:06 #12 100.9   btrfs-progs.x86_64 0:4.9.1-1.el7                                              
21:34:06 #12 100.9   checkpolicy.x86_64 0:2.5-8.el7                                                
21:34:06 #12 100.9   cpp.x86_64 0:4.8.5-44.el7                                                     
21:34:06 #12 100.9   e2fsprogs-libs.x86_64 0:1.42.9-19.el7                                         
21:34:06 #12 100.9   fipscheck.x86_64 0:1.4.1-6.el7                                                
21:34:06 #12 100.9   fipscheck-lib.x86_64 0:1.4.1-6.el7                                            
21:34:06 #12 100.9   glibc-devel.x86_64 0:2.17-325.el7_9                                           
21:34:06 #12 100.9   glibc-headers.x86_64 0:2.17-325.el7_9                                         
21:34:06 #12 100.9   kernel-headers.x86_64 0:3.10.0-1160.45.1.el7                                  
21:34:06 #12 100.9   less.x86_64 0:458-9.el7                                                       
21:34:06 #12 100.9   libcgroup.x86_64 0:0.41-21.el7                                                
21:34:06 #12 100.9   libedit.x86_64 0:3.0-12.20121213cvs.el7                                       
21:34:06 #12 100.9   libgomp.x86_64 0:4.8.5-44.el7                                                 
21:34:06 #12 100.9   libmpc.x86_64 0:1.0.1-3.el7                                                   
21:34:06 #12 100.9   libseccomp.x86_64 0:2.3.1-4.el7                                               
21:34:06 #12 100.9   libselinux-python.x86_64 0:2.5-15.el7                                         
21:34:06 #12 100.9   libselinux-utils.x86_64 0:2.5-15.el7                                          
21:34:06 #12 100.9   libsemanage-python.x86_64 0:2.5-14.el7                                        
21:34:06 #12 100.9   libsepol-devel.x86_64 0:2.5-10.el7                                            
21:34:06 #12 100.9   libtool-ltdl.x86_64 0:2.4.2-22.el7_3                                          
21:34:06 #12 100.9   lzo.x86_64 0:2.06-8.el7                                                       
21:34:06 #12 100.9   m4.x86_64 0:1.4.16-10.el7                                                     
21:34:06 #12 100.9   mpfr.x86_64 0:3.1.1-4.el7                                                     
21:34:06 #12 100.9   openssh.x86_64 0:7.4p1-21.el7                                                 
21:34:06 #12 100.9   openssh-clients.x86_64 0:7.4p1-21.el7                                         
21:34:06 #12 100.9   pcre-devel.x86_64 0:8.32-17.el7                                               
21:34:06 #12 100.9   perl-Data-Dumper.x86_64 0:2.145-3.el7                                         
21:34:06 #12 100.9   perl-Error.noarch 1:0.17020-2.el7                                             
21:34:06 #12 100.9   perl-Git.noarch 0:1.8.3.1-23.el7_8                                            
21:34:06 #12 100.9   perl-TermReadKey.x86_64 0:2.30-20.el7                                         
21:34:06 #12 100.9   perl-Test-Harness.noarch 0:3.28-3.el7                                         
21:34:06 #12 100.9   policycoreutils.x86_64 0:2.5-34.el7                                           
21:34:06 #12 100.9   policycoreutils-devel.x86_64 0:2.5-34.el7                                     
21:34:06 #12 100.9   policycoreutils-python.x86_64 0:2.5-34.el7                                    
21:34:06 #12 100.9   python-IPy.noarch 0:0.75-6.el7                                                
21:34:06 #12 100.9   rsync.x86_64 0:3.1.2-10.el7                                                   
21:34:06 #12 100.9   selinux-policy.noarch 0:3.13.1-268.el7_9.2                                    
21:34:06 #12 100.9   setools-libs.x86_64 0:3.3.8-4.el7                                             
21:34:06 #12 100.9 
21:34:06 #12 100.9 Dependency Updated:
21:34:06 #12 100.9   device-mapper.x86_64 7:1.02.170-6.el7_9.5                                     
21:34:06 #12 100.9   device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5                                
21:34:06 #12 100.9   glibc.x86_64 0:2.17-325.el7_9                                                 
21:34:06 #12 100.9   glibc-common.x86_64 0:2.17-325.el7_9                                          
21:34:06 #12 100.9   systemd.x86_64 0:219-78.el7_9.3                                               
21:34:06 #12 100.9   systemd-libs.x86_64 0:219-78.el7_9.3                                          
21:34:06 #12 100.9 
21:34:06 #12 100.9 Complete!
21:34:06 #23 DONE 56.0s
21:34:06 
21:34:06 #13 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
21:34:06 #13 sha256:4145824fa5562d1e73479697098136cbc9a47e91b5467679180524b7dda73e0e
21:34:06 #13 50.00 Selecting previously unselected package libselinux1-dev:amd64.
21:34:06 #13 50.01 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
21:34:06 #13 50.01 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
21:34:06 #13 50.16 Selecting previously unselected package libdevmapper-dev:amd64.
21:34:06 #13 50.17 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
21:34:06 #13 50.17 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
21:34:06 #13 50.22 Selecting previously unselected package libseccomp-dev:amd64.
21:34:06 #13 50.22 Preparing to unpack .../23-libseccomp-dev_2.5.1-1~bpo10+1_amd64.deb ...
21:34:06 #13 50.23 Unpacking libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ...
21:34:06 #13 50.30 Selecting previously unselected package libsystemd-dev:amd64.
21:34:06 #13 50.31 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_amd64.deb ...
21:34:06 #13 50.31 Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ...
21:34:06 #13 50.65 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
21:34:06 #13 50.66 Setting up libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ...
21:34:06 #13 50.67 Setting up libapparmor1:amd64 (2.13.2-10) ...
21:34:06 #13 50.68 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
21:34:06 #13 50.70 Setting up libpcre16-3:amd64 (2:8.39-12) ...
21:34:06 #13 50.72 Setting up libsepol1-dev:amd64 (2.8-1) ...
21:34:06 #13 50.73 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ...
21:34:06 #13 50.74 Setting up libbtrfs0 (4.20.1-2) ...
21:34:06 #13 50.75 Setting up libpcre32-3:amd64 (2:8.39-12) ...
21:34:06 #13 50.76 Setting up libudev-dev:amd64 (241-7~deb10u8) ...
21:34:06 #13 50.79 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
21:34:06 #13 50.81 Setting up libbtrfs-dev (4.20.1-2) ...
21:34:06 #13 50.82 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
21:34:06 #13 50.83 Setting up mingw-w64-common (6.0.0-3) ...
21:34:06 #13 50.85 Setting up libsystemd-dev:amd64 (241-7~deb10u8) ...
21:34:06 #13 50.86 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
21:34:06 #13 50.87 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
21:34:06 #13 50.89 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ...
21:34:06 #13 50.90 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
21:34:06 #13 50.91 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
21:34:06 #13 50.92 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ...
21:34:06 #13 50.93 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
21:34:06 #13 50.94 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
21:34:06 #13 50.95 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
21:34:06 #13 50.96 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
21:34:06 #13 50.97 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
21:34:06 #13 50.98 Setting up dmsetup (2:1.02.155-3) ...
21:34:06 #13 51.00 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
21:34:06 #13 51.01 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
21:34:06 #13 51.03 Processing triggers for libc-bin (2.28-10) ...
21:34:06 #13 DONE 53.8s
21:34:06 
21:34:06 #17 [binary-base 1/7] COPY --from=tini        /build/ /usr/local/bin/
21:34:06 #17 sha256:f150e87791dda492192e82705ba7c8f1b71cb1500adb66c79f013b3b77da3c19
21:34:06 #17 DONE 0.2s
21:34:06 
21:34:06 #24 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
21:34:06 #24 sha256:c14afb3483cc508469e18e131146d17617e46976be29e00421d457b67ec4161c
21:34:06 #24 DONE 0.1s
21:34:06 
21:34:06 #18 [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
21:34:06 #18 sha256:93b9caf2271021e32c808e4e58834372b9ddc9b607d0e378ea2cb2d3c4524b07
21:34:06 #12 DONE 101.5s
21:34:06 #18 ...
21:34:06 
21:34:06 #25 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
21:34:06 #25 sha256:ee69d74862468a573efcdbfb34400e2524a670c824abb5c29d6d562c7fd20283
21:34:06 #25 DONE 0.1s
21:34:06 
21:34:06 #21 [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
21:34:06 #21 sha256:b06d1ccf881c390b5af5bd3d3793579b430d3c61707ba020afaa646e2c3c4f4e
21:34:07 
21:34:07 #14 [stage-1 6/7] COPY --from=golang /usr/local/go /usr/local/go
21:34:07 #14 sha256:27a2b7660a17f2df48270f1ec5905541ffe9c2b2e3cf8020c4dc7fda568db39a
21:34:08 #21 ...
21:34:08 
21:34:08 #18 [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
21:34:08 #18 sha256:93b9caf2271021e32c808e4e58834372b9ddc9b607d0e378ea2cb2d3c4524b07
21:34:08 #18 1.473 + RM_GOPATH=0
21:34:08 #18 1.473 + TMP_GOPATH=
21:34:08 #18 1.473 + : /build
21:34:08 #18 1.474 + '[' -z '' ']'
21:34:08 #18 1.478 ++ mktemp -d
21:34:08 #18 1.480 + export GOPATH=/tmp/tmp.2Jr5clgczq
21:34:08 #18 1.480 + GOPATH=/tmp/tmp.2Jr5clgczq
21:34:08 #18 1.480 + RM_GOPATH=1
21:34:08 #18 1.481 + case "$(go env GOARCH)" in
21:34:08 #18 1.486 ++ go env GOARCH
21:34:08 #18 1.494 + export GO_BUILDMODE=-buildmode=pie
21:34:08 #18 1.494 + GO_BUILDMODE=-buildmode=pie
21:34:08 #18 1.494 ++ dirname /tmp/install/install.sh
21:34:08 #18 1.499 + dir=/tmp/install
21:34:08 #18 1.499 + bin=runc
21:34:08 #18 1.499 + shift
21:34:08 #18 1.499 + '[' '!' -f /tmp/install/runc.installer ']'
21:34:08 #18 1.499 + . /tmp/install/runc.installer
21:34:08 #18 1.499 ++ : 52b36a2dd837e8462de8e01458bf02cf9eea47dd
21:34:08 #18 1.499 + install_runc
21:34:08 #18 1.499 + uname -r
21:34:08 #18 1.500 + grep -q '^3\.10\.0.*\.el7\.'
21:34:08 #18 1.503 + RUNC_BUILDTAGS='seccomp '
21:34:08 #18 1.503 + echo 'Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp )'
21:34:08 #18 1.503 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.2Jr5clgczq/src/github.com/opencontainers/runc
21:34:08 #18 1.503 Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp )
21:34:08 #18 1.504 Cloning into '/tmp/tmp.2Jr5clgczq/src/github.com/opencontainers/runc'...
21:34:10 #14 DONE 3.0s
21:34:10 
21:34:10 #15 [stage-1 7/7] WORKDIR /root/rpmbuild
21:34:10 #15 sha256:1cabd962943b988624d7dd88d31a7e04c27df8b0282d6fea4bf8a51198274f22
21:34:10 #15 DONE 0.0s
21:34:10 
21:34:10 #16 exporting to image
21:34:10 #16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
21:34:10 #16 exporting layers
21:34:12 #18 5.854 + cd /tmp/tmp.2Jr5clgczq/src/github.com/opencontainers/runc
21:34:12 #18 5.854 + git checkout -q 52b36a2dd837e8462de8e01458bf02cf9eea47dd
21:34:12 #18 6.114 + '[' -z '' ']'
21:34:12 #18 6.118 + target=static
21:34:12 #18 6.119 + make 'BUILDTAGS=seccomp ' static
21:34:12 #18 6.462 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 .
21:34:14 #16 exporting layers 4.2s done
21:34:14 #16 writing image sha256:0efa53ebeaaa57bb6d739b3c1574842d0e0528df1594d6c54b1e56359f5baa91 done
21:34:14 #16 naming to docker.io/rpmbuild-centos-7/x86_64 done
21:34:14 #16 DONE 4.2s
21:34:14 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm/rpmbuild/centos-7/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm/rpmbuild/centos-7/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-7/x86_64 -ba --define '_gitcommit_cli b485636' --define '_gitcommit_engine 52f5b61' --define '_release 0' --define '_version 0.0.0.20211015144513.b485636' --define '_origversion 0.0.0-20211015144513-b485636' --define '_scan_rpm_version 0.9.0' --define '_scan_version v0.9.0' --define '_scan_gitcommit b05830d'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-scan-plugin.spec
21:34:15 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.IUg4Tf
21:34:15 + umask 022
21:34:15 + cd /root/rpmbuild/BUILD
21:34:15 + cd /root/rpmbuild/BUILD
21:34:15 + rm -rf src
21:34:15 + /usr/bin/mkdir -p src
21:34:15 + cd src
21:34:15 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
21:34:15 + /usr/bin/tar -xf -
21:34:16 + STATUS=0
21:34:16 + '[' 0 -ne 0 ']'
21:34:16 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
21:34:16 + /usr/bin/tar -xf -
21:34:16 + STATUS=0
21:34:16 + '[' 0 -ne 0 ']'
21:34:16 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
21:34:16 + exit 0
21:34:16 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.xpBekm
21:34:16 + umask 022
21:34:16 + cd /root/rpmbuild/BUILD
21:34:16 + cd src
21:34:16 + export DOCKER_GITCOMMIT=52f5b61
21:34:16 + DOCKER_GITCOMMIT=52f5b61
21:34:16 + mkdir -p /go/src/github.com/docker
21:34:16 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
21:34:16 + pushd /root/rpmbuild/BUILD/src/engine
21:34:16 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
21:34:16 + for component in tini '"proxy dynamic"'
21:34:16 + TMP_GOPATH=/go
21:34:16 + hack/dockerfile/install/install.sh tini
21:34:16 + RM_GOPATH=0
21:34:16 + TMP_GOPATH=/go
21:34:16 + : /usr/local/bin
21:34:16 + '[' -z /go ']'
21:34:16 + export GOPATH=/go
21:34:16 + GOPATH=/go
21:34:16 + case "$(go env GOARCH)" in
21:34:16 ++ go env GOARCH
21:34:16 + export GO_BUILDMODE=-buildmode=pie
21:34:16 + GO_BUILDMODE=-buildmode=pie
21:34:16 ++ dirname hack/dockerfile/install/install.sh
21:34:16 + dir=hack/dockerfile/install
21:34:16 + bin=tini
21:34:16 + shift
21:34:16 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
21:34:16 + . hack/dockerfile/install/tini.installer
21:34:16 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
21:34:16 + install_tini
21:34:16 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
21:34:16 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
21:34:16 + git clone https://github.com/krallin/tini.git /go/tini
21:34:16 Cloning into '/go/tini'...
21:34:18 + cd /go/tini
21:34:18 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
21:34:18 + cmake .
21:34:18 -- The C compiler identification is GNU 4.8.5
21:34:18 -- Check for working C compiler: /usr/bin/cc
21:34:18 -- Check for working C compiler: /usr/bin/cc -- works
21:34:18 -- Detecting C compiler ABI info
21:34:18 -- Detecting C compiler ABI info - done
21:34:18 -- Performing Test HAS_BUILTIN_FORTIFY
21:34:18 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
21:34:18 -- Configuring done
21:34:18 -- Generating done
21:34:18 -- Build files have been written to: /go/tini
21:34:18 + make tini-static
21:34:18 Scanning dependencies of target tini-static
21:34:18 [100%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
21:34:18 Linking C executable tini-static
21:34:18 [100%] Built target tini-static
21:34:18 + mkdir -p /usr/local/bin
21:34:18 + cp tini-static /usr/local/bin/docker-init
21:34:18 + for component in tini '"proxy dynamic"'
21:34:18 + TMP_GOPATH=/go
21:34:18 + hack/dockerfile/install/install.sh proxy dynamic
21:34:18 + RM_GOPATH=0
21:34:18 + TMP_GOPATH=/go
21:34:18 + : /usr/local/bin
21:34:18 + '[' -z /go ']'
21:34:18 + export GOPATH=/go
21:34:18 + GOPATH=/go
21:34:18 + case "$(go env GOARCH)" in
21:34:18 ++ go env GOARCH
21:34:18 + export GO_BUILDMODE=-buildmode=pie
21:34:18 + GO_BUILDMODE=-buildmode=pie
21:34:18 ++ dirname hack/dockerfile/install/install.sh
21:34:18 + dir=hack/dockerfile/install
21:34:18 + bin=proxy
21:34:18 + shift
21:34:18 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
21:34:18 + . hack/dockerfile/install/proxy.installer
21:34:18 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8
21:34:18 + install_proxy dynamic
21:34:18 + case "$1" in
21:34:18 + install_proxy_dynamic
21:34:18 + export PROXY_LDFLAGS=-linkmode=external install_proxy
21:34:18 + PROXY_LDFLAGS=-linkmode=external
21:34:18 + export BUILD_MODE=-buildmode=pie
21:34:18 + BUILD_MODE=-buildmode=pie
21:34:18 + _install_proxy
21:34:18 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8'
21:34:18 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
21:34:18 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8
21:34:18 Cloning into '/go/src/github.com/docker/libnetwork'...
21:34:20 + cd /go/src/github.com/docker/libnetwork
21:34:20 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8
21:34:20 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
21:34:28 + return
21:34:28 + VERSION=0.0.0-20211015144513-b485636
21:34:28 + PRODUCT=docker
21:34:28 + hack/make.sh dynbinary
21:34:28 
21:34:28 Removing bundles/
21:34:28 
21:34:28 ---> Making bundle: dynbinary (in bundles/dynbinary)
21:34:28 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636
21:34:28 GOOS="" GOARCH="" GOARM=""
21:34:47 scripts/docs/generate-man.sh
21:35:20 #18 62.93 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
21:35:20 #18 63.81 + mkdir -p /build
21:35:20 #18 63.81 + cp runc /build/runc
21:35:20 #18 DONE 64.4s
21:35:20 
21:35:20 #21 [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
21:35:20 #21 sha256:b06d1ccf881c390b5af5bd3d3793579b430d3c61707ba020afaa646e2c3c4f4e
21:35:20 #21 ...
21:35:20 
21:35:20 #19 [binary-base 2/7] COPY --from=runc        /build/ /usr/local/bin/
21:35:20 #19 sha256:bfe8f5b2005d9a19894598366c79d0dd9cdbf6fcf26e65c54f6a72945ec0d5b7
21:35:20 #19 DONE 0.3s
21:35:20 
21:35:20 #21 [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
21:35:20 #21 sha256:b06d1ccf881c390b5af5bd3d3793579b430d3c61707ba020afaa646e2c3c4f4e
21:35:20 #21 107.5 + bin/containerd
21:35:47 #21 137.4 + bin/containerd-stress
21:35:48 #21 138.5 + bin/containerd-shim
21:35:56 #21 145.3 + bin/containerd-shim-runc-v1
21:35:59 #21 149.7 + bin/containerd-shim-runc-v2
21:35:59 #21 150.3 + binaries
21:36:00 #21 150.3 + install -D bin/containerd /build/containerd
21:36:00 #21 150.3 + install -D bin/containerd-shim /build/containerd-shim
21:36:00 #21 150.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
21:36:00 #21 150.3 + install -D bin/ctr /build/ctr
21:36:02 #21 DONE 152.2s
21:36:03 
21:36:03 #22 [binary-base 3/7] COPY --from=containerd  /build/ /usr/local/bin/
21:36:03 #22 sha256:48939f478b6cf6d04f68c339bb753e342eb3a52599c802448648942b5556a14b
21:36:04 #22 DONE 0.9s
21:36:04 
21:36:04 #26 [binary-base 4/7] COPY --from=rootlesskit /build/ /usr/local/bin/
21:36:04 #26 sha256:152bb5dc6c3de79630ac943f99ed2cf0443c147ad6f1c61ac9b835a749882d41
21:36:04 #26 DONE 0.2s
21:36:04 
21:36:04 #28 [binary-base 5/7] COPY --from=proxy       /build/ /usr/local/bin/
21:36:04 #28 sha256:fe1f78488080f8f5660886818147ec8349a67b39c39d9042344a7a2a277c3fd6
21:36:04 #28 DONE 0.1s
21:36:04 
21:36:04 #33 [binary-base 6/7] COPY --from=vpnkit      /build/ /usr/local/bin/
21:36:04 #33 sha256:67c049e5b2c9ad94e8ed9e4709a9e818896b8ff40d48aafac7fed6062e6f8947
21:36:05 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636
21:36:05 
21:36:05 + popd
21:36:05 + exit 0
21:36:05 ~/rpmbuild/BUILD/src
21:36:05 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.EIwSiG
21:36:05 + umask 022
21:36:05 + cd /root/rpmbuild/BUILD
21:36:05 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el7.x86_64 '!=' / ']'
21:36:05 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el7.x86_64
21:36:05 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el7.x86_64
21:36:05 + mkdir -p /root/rpmbuild/BUILDROOT
21:36:05 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el7.x86_64
21:36:05 + cd src
21:36:05 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
21:36:05 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/bin/dockerd
21:36:05 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/bin/docker-proxy
21:36:05 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/bin/docker-init
21:36:05 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/lib/systemd/system/docker.service
21:36:05 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/lib/systemd/system/docker.socket
21:36:05 + /usr/lib/rpm/check-buildroot
21:36:05 + /usr/lib/rpm/redhat/brp-compress
21:36:05 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
21:36:05 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
21:36:05 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
21:36:05 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
21:36:05 + /usr/lib/rpm/redhat/brp-python-hardlink
21:36:05 + /usr/lib/rpm/redhat/brp-java-repack-jars
21:36:05 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jr3TO0
21:36:05 + umask 022
21:36:05 + cd /root/rpmbuild/BUILD
21:36:05 + cd src
21:36:05 + engine/bundles/dynbinary-daemon/dockerd -v
21:36:05 Docker version 0.0.0-20211015144513-b485636, build 52f5b61
21:36:05 + exit 0
21:36:05 Processing files: docker-ce-0.0.0.20211015144513.b485636-0.el7.x86_64
21:36:05 Provides: docker-ce = 3:0.0.0.20211015144513.b485636-0.el7 docker-ce(x86-64) = 3:0.0.0.20211015144513.b485636-0.el7
21:36:05 Requires(interp): /bin/sh /bin/sh /bin/sh
21:36:05 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
21:36:05 Requires(post): /bin/sh
21:36:05 Requires(preun): /bin/sh
21:36:05 Requires(postun): /bin/sh
21:36:05 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
21:36:05 Conflicts: docker docker-io docker-engine-cs docker-ee
21:36:05 Obsoletes: docker-ce-selinux docker-engine-selinux docker-engine
21:36:05 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el7.x86_64
21:36:05 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20211015144513.b485636-0.el7.src.rpm
21:36:05 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20211015144513.b485636-0.el7.x86_64.rpm
21:36:05 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.qblZ9z
21:36:05 + umask 022
21:36:05 + cd /root/rpmbuild/BUILD
21:36:05 + cd src
21:36:05 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el7.x86_64
21:36:05 + exit 0
21:36:05 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rw61Cp
21:36:05 + umask 022
21:36:05 + cd /root/rpmbuild/BUILD
21:36:05 + cd /root/rpmbuild/BUILD
21:36:05 + rm -rf src
21:36:05 + /usr/bin/mkdir -p src
21:36:05 + cd src
21:36:05 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
21:36:05 + /usr/bin/tar -xf -
21:36:05 + STATUS=0
21:36:05 + '[' 0 -ne 0 ']'
21:36:05 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
21:36:05 + /usr/bin/tar -xf -
21:36:05 + STATUS=0
21:36:05 + '[' 0 -ne 0 ']'
21:36:05 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
21:36:05 + exit 0
21:36:05 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.a0hUKg
21:36:05 + umask 022
21:36:05 + cd /root/rpmbuild/BUILD
21:36:05 + cd src
21:36:05 + mkdir -p /go/src/github.com/docker
21:36:05 + rm -f /go/src/github.com/docker/cli
21:36:05 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
21:36:05 + pushd /go/src/github.com/docker/cli
21:36:05 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
21:36:05 + DISABLE_WARN_OUTSIDE_CONTAINER=1
21:36:05 + make VERSION=0.0.0-20211015144513-b485636 GITCOMMIT=b485636 dynbinary manpages
21:36:05 GO_LINKMODE=dynamic ./scripts/build/binary
21:36:05 Building dynamic docker-linux-amd64
21:36:05 #33 DONE 0.9s
21:36:05 
21:36:05 #34 [binary-base 7/7] WORKDIR /go/src/github.com/docker/docker
21:36:05 #34 sha256:4790494cac9925ca6c622ece3ce3da13e5e03773720f3252c14d8fc6714f0faf
21:36:05 #34 DONE 0.0s
21:36:05 
21:36:05 #35 [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
21:36:05 #35 sha256:4d427e45f0252b4ff6c27c57568967d7544fc33fb6c53f98827e198729fc868f
21:36:06 #35 0.669 
21:36:06 #35 0.809 Removing /build/bundles/
21:36:06 #35 0.810 
21:36:06 #35 0.816 ---> Making bundle: binary (in /build/bundles/binary)
21:36:06 #35 0.852 Building: /build/bundles/binary-daemon/dockerd-0.0.0-20211015144513-b485636
21:36:06 #35 0.852 GOOS="" GOARCH="" GOARM=""
21:36:09 Project root: /go/src/github.com/docker/cli
21:36:09 Generating man pages into /go/src/github.com/docker/cli/man/man1
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
21:36:09 2021/10/21 21:35:59 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
21:36:09 make[2]: Leaving directory '/root/build-deb/cli'
21:36:09 # Build the scan-plugin
21:36:09 # TODO change once we support scan-plugin on other architectures
21:36:09 if [ "armhf" = "amd64" ]; then \
21:36:09 	cd /go/src/github.com/docker/scan-cli-plugin \
21:36:09 	&& PLATFORM_BINARY=docker-scan COMMIT=b05830d TAG_NAME=v0.9.0 make native-build \
21:36:09 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
21:36:09 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
21:36:09 fi
21:36:09 # Build the CLI plugins
21:36:09 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
21:36:09 set -e;cd /sources && \
21:36:09 	tar xzf plugin-installers.tgz; \
21:36:09 	for installer in plugins/*.installer; do \
21:36:09 		LDFLAGS='' bash ${installer} build; \
21:36:09 	done
21:36:09 Cloning into '/go/src/github.com/docker/app'...
21:36:09 Fetching origin
21:36:09 make[2]: Entering directory '/go/src/github.com/docker/app'
21:36:09 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
21:36:55 make[2]: Leaving directory '/go/src/github.com/docker/app'
21:36:55 Cloning into '/go/src/github.com/docker/buildx'...
21:36:55 Fetching origin
21:36:55 + GO111MODULE=on
21:36:55 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
21:37:26 scripts/docs/generate-man.sh
21:37:27 #35 73.06 Created binary: /build/bundles/binary-daemon/dockerd-0.0.0-20211015144513-b485636
21:37:27 #35 73.53 Copying nested executables into /build/bundles/binary-daemon
21:37:27 #35 74.69 
21:37:27 #35 DONE 76.7s
21:37:27 
21:37:27 #36 [binary 1/1] COPY --from=build-binary /build/bundles/ /
21:37:27 #36 sha256:a7d936a86a3e9e953c137586b5c48c757e0eb8dc57bd4fca1794439206850acb
21:37:27 #36 DONE 2.1s
21:37:27 
21:37:27 #37 exporting to client
21:37:27 #37 sha256:b60a1292d407630dbb741f28ab6ea4ce3cca872ac28eeee56f4e66a182eca4bc
21:37:27 #37 copying files 19.30MB 0.1s
21:37:27 #37 copying files 204.44MB 1.1s done
21:37:27 #37 DONE 1.1s
21:37:27 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/docker'
21:37:27 mkdir -p build/linux/docker
21:37:27 cp /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/cli/build/docker build/linux/docker/
21:37:27 for f in dockerd containerd ctr containerd-shim containerd-shim-runc-v2 docker-init docker-proxy runc; do \
21:37:27 	cp -L /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/docker/bundles/binary-daemon/$f build/linux/docker/$f; \
21:37:27 done
21:37:27 tar -C build/linux -c -z -f build/linux/docker-0.0.0-20211015144513-b485636.tgz docker
21:37:37 # extra binaries for running rootless
21:37:37 mkdir -p build/linux/docker-rootless-extras
21:37:37 for f in rootlesskit rootlesskit-docker-proxy dockerd-rootless.sh dockerd-rootless-setuptool.sh vpnkit; do \
21:37:37 	if [ -f /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/docker/bundles/binary-daemon/$f ]; then \
21:37:37 		cp -L /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/docker/bundles/binary-daemon/$f build/linux/docker-rootless-extras/$f; \
21:37:37 	fi \
21:37:37 done
21:37:37 tar -C build/linux -c -z -f build/linux/docker-rootless-extras-0.0.0-20211015144513-b485636.tgz docker-rootless-extras
21:37:39 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/static'
21:37:39 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/static'
21:37:39 docker buildx inspect | grep -q 'Driver: docker-container' || docker buildx create --use
21:37:39 cool_margulis
21:37:39 mkdir -p build/mac/amd64/docker
21:37:39 GOOS=darwin GOARCH=amd64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-589/static/build/mac/amd64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-589/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-589/static/scripts/build-cli-plugins":/build:ro golang:1.16.9 /build
21:37:39 Unable to find image 'golang:1.16.9' locally
21:37:40 1.16.9: Pulling from library/golang
21:37:40 bb7d5a84853b: Pulling fs layer
21:37:40 f02b617c6a8c: Pulling fs layer
21:37:40 d32e17419b7e: Pulling fs layer
21:37:40 c9d2d81226a4: Pulling fs layer
21:37:40 7bd370e02e50: Pulling fs layer
21:37:40 5cdf2d652a4d: Pulling fs layer
21:37:40 4573d57ef426: Pulling fs layer
21:37:40 c9d2d81226a4: Waiting
21:37:40 7bd370e02e50: Waiting
21:37:40 5cdf2d652a4d: Waiting
21:37:40 4573d57ef426: Waiting
21:37:40 f02b617c6a8c: Verifying Checksum
21:37:40 f02b617c6a8c: Download complete
21:37:40 d32e17419b7e: Verifying Checksum
21:37:40 d32e17419b7e: Download complete
21:37:41 bb7d5a84853b: Verifying Checksum
21:37:41 bb7d5a84853b: Download complete
21:37:41 c9d2d81226a4: Verifying Checksum
21:37:41 c9d2d81226a4: Download complete
21:37:41 4573d57ef426: Verifying Checksum
21:37:41 4573d57ef426: Download complete
21:37:42 7bd370e02e50: Verifying Checksum
21:37:42 7bd370e02e50: Download complete
21:37:43 5cdf2d652a4d: Verifying Checksum
21:37:43 5cdf2d652a4d: Download complete
21:37:44 bb7d5a84853b: Pull complete
21:37:44 f02b617c6a8c: Pull complete
21:37:44 d32e17419b7e: Pull complete
21:37:47 c9d2d81226a4: Pull complete
21:37:50 7bd370e02e50: Pull complete
21:37:56 5cdf2d652a4d: Pull complete
21:37:56 4573d57ef426: Pull complete
21:37:56 Digest: sha256:c8b7bf9166093208456120876e51e9cb387b0523bddb9d8c0b33ff621347e26f
21:37:56 Status: Downloaded newer image for golang:1.16.9
21:37:57 Cloning into '/go/src/github.com/docker/app'...
21:38:00 Fetching origin
21:38:00 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
21:38:17 make[1]: Leaving directory '/root/build-deb'
21:38:17    debian/rules override_dh_auto_test
21:38:17 make[1]: Entering directory '/root/build-deb'
21:38:17 ./engine/bundles/dynbinary-daemon/dockerd -v
21:38:17 Docker version 0.0.0-20211015144513-b485636, build 52f5b61
21:38:17 ./cli/build/docker -v
21:38:17 Docker version 0.0.0-20211015144513-b485636, build b485636
21:38:17 make[1]: Leaving directory '/root/build-deb'
21:38:17    create-stamp debian/debhelper-build-stamp
21:38:17  debian/rules binary
21:38:17 dh binary --with=bash-completion --with=systemd
21:38:17    dh_testroot
21:38:17    dh_prep
21:38:17    debian/rules override_dh_auto_install
21:38:17 make[1]: Entering directory '/root/build-deb'
21:38:17 # docker-ce-cli install
21:38:17 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
21:38:17 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
21:38:17 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
21:38:17 set -e;cd /sources && \
21:38:17 	tar xzf plugin-installers.tgz; \
21:38:17 	for installer in plugins/*.installer; do \
21:38:17 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
21:38:17 		PREFIX=/usr/libexec/docker/cli-plugins \
21:38:17 			bash ${installer} install_plugin; \
21:38:17 	done
21:38:17 # docker-ce install
21:38:17 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
21:38:17 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
21:38:17 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636 debian/docker-ce/usr/bin/dockerd
21:38:17 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
21:38:17 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
21:38:17 # docker-scan-plugin install
21:38:17 # TODO change once we support scan-plugin on other architectures
21:38:17 if [ "armhf" = "amd64" ]; then \
21:38:17 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
21:38:17 fi
21:38:17 # docker-ce-rootless-extras install
21:38:17 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
21:38:17 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
21:38:17 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
21:38:17 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
21:38:17 # TODO: how can we install vpnkit?
21:38:17 make[1]: Leaving directory '/root/build-deb'
21:38:17    debian/rules override_dh_install
21:38:17 make[1]: Entering directory '/root/build-deb'
21:38:17 dh_install
21:38:17 # TODO Can we do this from within our container?
21:38:17 dh_apparmor --profile-name=docker-ce -pdocker-ce
21:38:17 make[1]: Leaving directory '/root/build-deb'
21:38:17    dh_installdocs
21:38:17    dh_installchangelogs
21:38:17    dh_installman
21:38:17    dh_bash-completion
21:38:17    dh_systemd_enable
21:38:17    debian/rules override_dh_installinit
21:38:17 make[1]: Entering directory '/root/build-deb'
21:38:17 # use "docker" as our service name, not "docker-ce"
21:38:17 dh_installinit --name=docker
21:38:17 make[1]: Leaving directory '/root/build-deb'
21:38:17    dh_systemd_start
21:38:17    dh_perl
21:38:17    dh_link
21:38:17    dh_strip_nondeterminism
21:38:17    dh_compress
21:38:17    dh_fixperms
21:38:17    dh_missing
21:38:17    debian/rules override_dh_strip
21:38:17 make[1]: Entering directory '/root/build-deb'
21:38:17 # Go has lots of problems with stripping, so just don't
21:38:17 make[1]: Leaving directory '/root/build-deb'
21:38:17    dh_makeshlibs
21:38:17    debian/rules override_dh_shlibdeps
21:38:17 make[1]: Entering directory '/root/build-deb'
21:38:17 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
21:38:17 make[1]: Leaving directory '/root/build-deb'
21:38:17    dh_installdeb
21:38:17    debian/rules override_dh_gencontrol
21:38:17 make[1]: Entering directory '/root/build-deb'
21:38:17 # Use separate version for the scan-plugin package, then generate the other control files as usual
21:38:17 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
21:38:17 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
21:38:17 if [ "armhf" = "amd64" ]; then \
21:38:17 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
21:38:17 fi
21:38:17 dh_gencontrol --remaining-packages
21:38:17 make[1]: Leaving directory '/root/build-deb'
21:38:17    dh_md5sums
21:38:17    debian/rules override_dh_builddeb
21:38:17 make[1]: Entering directory '/root/build-deb'
21:38:17 dh_builddeb -- -Zxz
21:38:17 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.deb'.
21:38:17 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.deb'.
21:38:22 Project root: /go/src/github.com/docker/cli
21:38:22 Generating man pages into /go/src/github.com/docker/cli/man/man1
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
21:38:22 2021/10/21 21:38:22 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
21:38:22 + popd
21:38:22 ~/rpmbuild/BUILD/src
21:38:22 + pushd /root/rpmbuild/BUILD/src/plugins
21:38:22 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
21:38:22 + for installer in '*.installer'
21:38:22 + '[' app.installer '!=' scan.installer ']'
21:38:22 + bash app.installer build
21:38:22 Cloning into '/go/src/github.com/docker/app'...
21:38:25 Fetching origin
21:38:25 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
21:38:43 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.deb'.
21:39:08 Cloning into '/go/src/github.com/docker/buildx'...
21:39:08 Fetching origin
21:39:08 + GO111MODULE=on
21:39:08 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
21:39:21 + for installer in '*.installer'
21:39:21 + '[' buildx.installer '!=' scan.installer ']'
21:39:21 + bash buildx.installer build
21:39:21 Cloning into '/go/src/github.com/docker/buildx'...
21:39:21 Fetching origin
21:39:21 + GO111MODULE=on
21:39:21 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
21:39:22 make[1]: Leaving directory '/root/build-deb'
21:39:22  dpkg-genbuildinfo
21:39:22  dpkg-genchanges  >../docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.changes
21:39:22 dpkg-genchanges: info: including full source code in upload
21:39:22  dpkg-source -I.git --after-build .
21:39:22 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
21:39:22 + destination=/build
21:39:22 + mkdir -p /build
21:39:22 + mv -v /root/docker-ce-cli_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.deb /root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster.dsc /root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster.tar.gz /root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.buildinfo /root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.changes /root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.deb /build
21:39:22 copied '/root/docker-ce-cli_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.deb'
21:39:22 removed '/root/docker-ce-cli_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.deb'
21:39:22 copied '/root/docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.deb'
21:39:22 removed '/root/docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.deb'
21:39:22 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster.dsc' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster.dsc'
21:39:22 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster.dsc'
21:39:22 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster.tar.gz' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster.tar.gz'
21:39:22 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster.tar.gz'
21:39:22 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.buildinfo'
21:39:22 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.buildinfo'
21:39:22 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.changes' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.changes'
21:39:22 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.changes'
21:39:22 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.deb' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.deb'
21:39:22 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-buster_armhf.deb'
21:39:22 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-buster"
21:39:23 == Building packages for raspbian-bullseye ==
21:39:23 mkdir -p "debbuild/raspbian-bullseye"
21:39:23 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-bullseye/aarch64 -f raspbian-bullseye/Dockerfile .
21:39:23 #1 [internal] load build definition from Dockerfile
21:39:23 #1 sha256:e947f445a8b9b2c25f35a7d953fceb337c61e0fa4ccb4929e96e721eef0e2d49
21:39:23 #1 transferring dockerfile: 937B 0.0s done
21:39:23 #1 DONE 0.1s
21:39:23 
21:39:23 #2 [internal] load .dockerignore
21:39:23 #2 sha256:a421e7124327289e9d5b97b3dddb783de03576c8582a95b37ccbdbcfd2f6f74d
21:39:23 #2 transferring context: 2B done
21:39:23 #2 DONE 0.0s
21:39:23 
21:39:23 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
21:39:23 #4 sha256:6c6826b174a4f4a43f9f89bc02fa9d6117a45aeba1f3eb4a0ce79829338bebb7
21:39:24 #4 ...
21:39:24 
21:39:24 #5 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
21:39:24 #5 sha256:2e9111a48746dc538e7812bc56181a774654fa4691d77d08cb738a3f6579cbca
21:39:24 #5 DONE 0.0s
21:39:24 
21:39:24 #6 [auth] library/golang:pull token for registry-1.docker.io
21:39:24 #6 sha256:90c48ee7a6bc68880d0d9a52ff7298a5baa0e8ffb29d65054bce3165d3f365c2
21:39:24 #6 DONE 0.0s
21:39:24 
21:39:24 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
21:39:24 #4 sha256:6c6826b174a4f4a43f9f89bc02fa9d6117a45aeba1f3eb4a0ce79829338bebb7
21:39:24 #4 DONE 0.2s
21:39:24 
21:39:24 #3 [internal] load metadata for docker.io/balenalib/rpi-raspbian:bullseye
21:39:24 #3 sha256:0d5dd2f8821fe752759cf3d3376b798a199e8721bae9607c5d382072a1643236
21:39:24 #3 DONE 0.3s
21:39:24 
21:39:24 #9 [internal] load build context
21:39:24 #9 sha256:95b9408e4a407b2e4ca351ff2855df4eeda9eacd1806d84751b9c1c30a05917e
21:39:24 #9 transferring context: 839B done
21:39:24 #9 DONE 0.0s
21:39:24 
21:39:24 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:39:24 #13 sha256:fcb6bbd3683710dc38c0a2611aa78c17fb03221e7159fd7323c059280522acda
21:39:24 #13 CACHED
21:39:24 
21:39:24 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:877f35b71186b7103bfdf36212d29ed1185d9a8a63dbe7986ce6b37ecf4d75e2
21:39:24 #7 sha256:35badf4094a38ed7b0e61a1c3d08b667875bcde437bac327e42dff9359cdc59c
21:39:24 #7 resolve docker.io/balenalib/rpi-raspbian:bullseye@sha256:877f35b71186b7103bfdf36212d29ed1185d9a8a63dbe7986ce6b37ecf4d75e2 done
21:39:24 #7 sha256:d6956781cbe1421752ea587a3f492ea4bfe92a69db8e8558371629d9d98b9224 305B / 305B 0.1s done
21:39:24 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 0B / 41.59MB 0.1s
21:39:24 #7 sha256:2a5dd26c9b9e9568cc5fded626fb0bebb9302ac4df67c98d07e78e4e6ec4ab84 5.00kB / 5.00kB done
21:39:24 #7 sha256:508b532f0d5d1f328b989d7d06444052435f8b5a4fb4adadd1b4b87217d356a1 256B / 256B 0.1s done
21:39:24 #7 sha256:252d2745c24577dc866f5e6d0f9dd5382b0d918c6db961925f8bfb15dcff53ff 0B / 911B 0.1s
21:39:24 #7 sha256:877f35b71186b7103bfdf36212d29ed1185d9a8a63dbe7986ce6b37ecf4d75e2 1.99kB / 1.99kB done
21:39:24 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 2.10MB / 41.59MB 0.2s
21:39:24 #7 sha256:252d2745c24577dc866f5e6d0f9dd5382b0d918c6db961925f8bfb15dcff53ff 911B / 911B 0.1s done
21:39:24 #7 sha256:9d55a830224d5be73c9f767c235d4ad91265d1891d209296722030c718351bca 414B / 414B 0.2s done
21:39:24 #7 sha256:a317dcb67c1217e907024aed5fb9d2e98423ee9c3263790d48aa9d2c8151ec61 0B / 123.05kB 0.2s
21:39:24 #7 sha256:046f94b74af6ab72dbe6aa7888afed43022fcbdea2c7204be977ad0cd964ee5c 178B / 178B 0.2s done
21:39:24 #7 sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 0B / 13.88MB 0.2s
21:39:24 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 4.19MB / 41.59MB 0.3s
21:39:24 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 7.34MB / 41.59MB 0.5s
21:39:24 #7 sha256:a317dcb67c1217e907024aed5fb9d2e98423ee9c3263790d48aa9d2c8151ec61 123.05kB / 123.05kB 0.3s done
21:39:24 #7 sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 3.15MB / 13.88MB 0.5s
21:39:24 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 9.44MB / 41.59MB 0.6s
21:39:24 #7 sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 5.24MB / 13.88MB 0.6s
21:39:24 #7 sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 6.29MB / 13.88MB 0.7s
21:39:25 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 15.73MB / 41.59MB 0.9s
21:39:25 #7 sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 10.63MB / 13.88MB 0.9s
21:39:25 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 18.87MB / 41.59MB 1.0s
21:39:25 #7 sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 13.88MB / 13.88MB 1.0s
21:39:25 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 20.97MB / 41.59MB 1.1s
21:39:25 #7 sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 13.88MB / 13.88MB 1.1s done
21:39:25 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 27.26MB / 41.59MB 1.3s
21:39:25 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 30.41MB / 41.59MB 1.4s
21:39:25 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 33.55MB / 41.59MB 1.5s
21:39:25 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 39.85MB / 41.59MB 1.7s
21:39:26 #7 sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 41.59MB / 41.59MB 2.5s done
21:39:26 #7 extracting sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2
21:39:29 #7 extracting sha256:056c33c5064fbb80650351fc46a8b85343d0a1dc683bfd3098fdcd759dd0fdd2 2.4s done
21:39:29 #7 extracting sha256:d6956781cbe1421752ea587a3f492ea4bfe92a69db8e8558371629d9d98b9224
21:39:29 #7 extracting sha256:d6956781cbe1421752ea587a3f492ea4bfe92a69db8e8558371629d9d98b9224 done
21:39:29 #7 extracting sha256:508b532f0d5d1f328b989d7d06444052435f8b5a4fb4adadd1b4b87217d356a1 done
21:39:29 #7 extracting sha256:252d2745c24577dc866f5e6d0f9dd5382b0d918c6db961925f8bfb15dcff53ff
21:39:29 #7 extracting sha256:252d2745c24577dc866f5e6d0f9dd5382b0d918c6db961925f8bfb15dcff53ff done
21:39:29 #7 extracting sha256:046f94b74af6ab72dbe6aa7888afed43022fcbdea2c7204be977ad0cd964ee5c done
21:39:29 #7 extracting sha256:9d55a830224d5be73c9f767c235d4ad91265d1891d209296722030c718351bca done
21:39:29 #7 extracting sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398
21:39:30 #7 extracting sha256:856802ec589a2d9de1726d5b135cb236c71036ff3b27e93a7ff2006cf54ba398 0.4s done
21:39:30 #7 extracting sha256:a317dcb67c1217e907024aed5fb9d2e98423ee9c3263790d48aa9d2c8151ec61
21:39:30 #7 extracting sha256:a317dcb67c1217e907024aed5fb9d2e98423ee9c3263790d48aa9d2c8151ec61 0.0s done
21:39:30 #7 DONE 6.3s
21:39:30 
21:39:30 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
21:39:30 #8 sha256:5bd5fd1daf75a2155ed43e380284f5702d7128a36778f57c3488e5028bd0f3f1
21:39:31 #8 1.010 Get:1 http://archive.raspberrypi.org/debian bullseye InRelease [23.5 kB]
21:39:31 #8 1.051 Get:2 http://archive.raspbian.org/raspbian bullseye InRelease [15.0 kB]
21:39:31 #8 1.251 Get:3 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [177 kB]
21:39:31 #8 1.317 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf Packages [18.2 MB]
21:39:33 #8 3.034 Get:5 http://archive.raspbian.org/raspbian bullseye/rpi armhf Packages [1299 B]
21:39:33 #8 3.036 Get:6 http://archive.raspbian.org/raspbian bullseye/non-free armhf Packages [130 kB]
21:39:33 #8 3.038 Get:7 http://archive.raspbian.org/raspbian bullseye/contrib armhf Packages [70.2 kB]
21:39:33 #8 3.039 Get:8 http://archive.raspbian.org/raspbian bullseye/firmware armhf Packages [1201 B]
21:39:34 #8 3.733 Fetched 18.7 MB in 3s (5845 kB/s)
21:39:35 #8 3.733 Reading package lists...
21:39:35 #8 5.094 W: Skipping acquire of configured file 'ui/binary-armhf/Packages' as repository 'http://archive.raspberrypi.org/debian bullseye InRelease' doesn't have the component 'ui' (component misspelt in sources.list?)
21:39:37 #8 5.107 Reading package lists...
21:39:37 #8 6.459 Building dependency tree...
21:39:37 #8 6.630 Reading state information...
21:39:37 #8 6.921 curl is already the newest version (7.74.0-1.3).
21:39:37 #8 6.921 The following additional packages will be installed:
21:39:37 #8 6.921   autoconf automake autopoint autotools-dev binutils
21:39:37 #8 6.921   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
21:39:37 #8 6.921   debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file
21:39:37 #8 6.922   gcc gcc-10 gettext gettext-base git-man groff-base intltool-debian
21:39:37 #8 6.922   libarchive-zip-perl libasan6 libatomic1 libb-hooks-op-check-perl libbinutils
21:39:37 #8 6.922   libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl
21:39:37 #8 6.922   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libdebhelper-perl
21:39:37 #8 6.922   libdevel-callchecker-perl libdpkg-perl libdynaloader-functions-perl libelf1
21:39:37 #8 6.922   libencode-locale-perl liberror-perl libexpat1 libfakeroot
21:39:37 #8 6.922   libfile-dirlist-perl libfile-homedir-perl libfile-listing-perl
21:39:37 #8 6.922   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
21:39:37 #8 6.922   libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1 libhtml-parser-perl
21:39:37 #8 6.922   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
21:39:37 #8 6.922   libhttp-message-perl libhttp-negotiate-perl libicu67 libimport-into-perl
21:39:37 #8 6.922   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
21:39:37 #8 6.922   libisl23 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc
21:39:37 #8 6.922   libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
21:39:37 #8 6.922   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
21:39:37 #8 6.922   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
21:39:37 #8 6.922   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
21:39:37 #8 6.922   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
21:39:37 #8 6.922   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
21:39:37 #8 6.923   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
21:39:37 #8 6.923   media-types patch patchutils perl perl-base perl-modules-5.32
21:39:37 #8 6.923   perl-openssl-defaults po-debconf python3 python3-minimal python3.9
21:39:37 #8 6.923   python3.9-minimal sensible-utils wdiff xz-utils
21:39:37 #8 6.925 Suggested packages:
21:39:37 #8 6.925   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
21:39:37 #8 6.925   gcc-10-locales dh-make adequate at autopkgtest bls-standalone bsd-mailx
21:39:37 #8 6.925   | mailx build-essential check-all-the-things cvs-buildpackage devscripts-el
21:39:37 #8 6.925   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
21:39:37 #8 6.925   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
21:39:37 #8 6.925   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
21:39:37 #8 6.925   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
21:39:37 #8 6.925   reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib
21:39:37 #8 6.925   manpages-dev flex bison gdb gcc-doc gcc-10-doc gettext-doc libasprintf-dev
21:39:37 #8 6.925   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
21:39:37 #8 6.925   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc
21:39:37 #8 6.925   libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl
21:39:37 #8 6.925   libscalar-number-perl libbareword-filehandles-perl libindirect-perl
21:39:37 #8 6.925   libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
21:39:37 #8 6.925   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
21:39:37 #8 6.925   diffutils-doc perl-doc libterm-readline-gnu-perl
21:39:37 #8 6.925   | libterm-readline-perl-perl libtap-harness-archive-perl libmail-box-perl
21:39:37 #8 6.925   python3-doc python3-tk python3-venv python3.9-venv python3.9-doc
21:39:37 #8 6.925   binfmt-support wdiff-doc
21:39:37 #8 6.925 Recommended packages:
21:39:37 #8 6.925   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
21:39:37 #8 6.925   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
21:39:37 #8 6.925   licensecheck lintian pristine-tar python3-apt python3-debian python3-magic
21:39:37 #8 6.925   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
21:39:37 #8 6.925   libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client
21:39:37 #8 6.925   manpages manpages-dev libc-devtools libnss-nis libnss-nisplus
21:39:37 #8 6.925   libfile-fcntllock-perl libarchive-cpio-perl libhtml-format-perl
21:39:37 #8 6.925   libclone-perl libclass-xsaccessor-perl libnamespace-clean-perl
21:39:37 #8 6.925   libsub-name-perl libltdl-dev libdata-dump-perl libhtml-form-perl
21:39:37 #8 6.925   libhttp-daemon-perl libmailtools-perl libmail-sendmail-perl
21:39:39 #8 8.738 The following NEW packages will be installed:
21:39:39 #8 8.738   autoconf automake autopoint autotools-dev binutils
21:39:39 #8 8.738   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
21:39:39 #8 8.738   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
21:39:39 #8 8.738   equivs fakeroot file gcc gcc-10 gettext gettext-base git git-man groff-base
21:39:39 #8 8.738   intltool-debian libarchive-zip-perl libasan6 libatomic1
21:39:39 #8 8.738   libb-hooks-op-check-perl libbinutils libc-dev-bin libc6-dev libcc1-0
21:39:39 #8 8.738   libclass-method-modifiers-perl libcrypt-dev libctf-nobfd0 libctf0
21:39:39 #8 8.738   libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
21:39:39 #8 8.738   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
21:39:39 #8 8.738   libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl
21:39:39 #8 8.738   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
21:39:39 #8 8.739   libfile-which-perl libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1
21:39:39 #8 8.739   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
21:39:39 #8 8.739   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
21:39:39 #8 8.739   libhttp-negotiate-perl libicu67 libimport-into-perl libio-html-perl
21:39:39 #8 8.739   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23
21:39:39 #8 8.739   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
21:39:39 #8 8.739   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
21:39:39 #8 8.739   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
21:39:39 #8 8.739   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
21:39:39 #8 8.739   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
21:39:39 #8 8.739   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
21:39:39 #8 8.739   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
21:39:39 #8 8.739   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
21:39:39 #8 8.739   media-types patch patchutils perl perl-modules-5.32 perl-openssl-defaults
21:39:39 #8 8.740   po-debconf python3 python3-minimal python3.9 python3.9-minimal
21:39:39 #8 8.741   sensible-utils wdiff xz-utils
21:39:39 #8 8.741 The following packages will be upgraded:
21:39:39 #8 8.741   libc6 perl-base
21:39:39 #8 9.187 2 upgraded, 126 newly installed, 0 to remove and 14 not upgraded.
21:39:39 #8 9.187 Need to get 80.9 MB of archives.
21:39:39 #8 9.187 After this operation, 300 MB of additional disk space will be used.
21:39:39 #8 9.187 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf perl-base armhf 5.32.1-4+deb11u2 [1433 kB]
21:39:39 #8 9.207 Get:2 http://archive.raspberrypi.org/debian bullseye/main armhf libc6 armhf 2.31-13+rpt2+rpi1 [2297 kB]
21:39:40 #8 9.759 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf bsdextrautils armhf 2.36.1-8 [137 kB]
21:39:40 #8 9.761 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
21:39:40 #8 9.762 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf groff-base armhf 1.22.4-6 [793 kB]
21:39:40 #8 9.768 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm6 armhf 1.19-2 [61.7 kB]
21:39:40 #8 9.769 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf libpipeline1 armhf 1.5.3-1 [29.9 kB]
21:39:40 #8 9.771 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf man-db armhf 2.9.4-2 [1307 kB]
21:39:40 #8 9.849 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
21:39:40 #8 9.905 Get:10 http://archive.raspberrypi.org/debian bullseye/main armhf libc-dev-bin armhf 2.31-13+rpt2+rpi1 [266 kB]
21:39:40 #8 9.908 Get:11 http://archive.raspberrypi.org/debian bullseye/main armhf linux-libc-dev armhf 1:1.20211007-2 [1012 kB]
21:39:40 #8 9.919 Get:12 http://archive.raspberrypi.org/debian bullseye/main armhf libc6-dev armhf 2.31-13+rpt2+rpi1 [1813 kB]
21:39:40 #8 10.06 Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm-compat4 armhf 1.19-2 [44.5 kB]
21:39:40 #8 10.06 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf libperl5.32 armhf 5.32.1-4+deb11u2 [3373 kB]
21:39:40 #8 10.22 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf perl armhf 5.32.1-4+deb11u2 [293 kB]
21:39:40 #8 10.22 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1+rpi1 [791 kB]
21:39:40 #8 10.25 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf libexpat1 armhf 2.2.10-2 [73.4 kB]
21:39:40 #8 10.25 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9-minimal armhf 3.9.2-1+rpi1 [1625 kB]
21:39:40 #8 10.33 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
21:39:40 #8 10.33 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
21:39:40 #8 10.33 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libmpdec3 armhf 2.5.1-1+rpi1 [73.4 kB]
21:39:40 #8 10.33 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1+rpi1 [1616 kB]
21:39:40 #8 10.41 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9 armhf 3.9.2-1+rpi1 [466 kB]
21:39:40 #8 10.42 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
21:39:40 #8 10.42 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
21:39:40 #8 10.42 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf sensible-utils all 0.0.14 [14.8 kB]
21:39:40 #8 10.42 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf bzip2 armhf 1.0.8-4 [47.0 kB]
21:39:40 #8 10.47 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic-mgc armhf 1:5.39-3 [273 kB]
21:39:40 #8 10.49 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic1 armhf 1:5.39-3 [117 kB]
21:39:40 #8 10.49 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf file armhf 1:5.39-3 [68.0 kB]
21:39:40 #8 10.49 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf gettext-base armhf 0.21-4 [171 kB]
21:39:40 #8 10.55 Get:32 http://archive.raspbian.org/raspbian bullseye/main armhf xz-utils armhf 5.2.5-2 [215 kB]
21:39:41 #8 10.55 Get:33 http://archive.raspbian.org/raspbian bullseye/main armhf libsigsegv2 armhf 2.13-1 [34.3 kB]
21:39:41 #8 10.55 Get:34 http://archive.raspbian.org/raspbian bullseye/main armhf m4 armhf 1.4.18-5 [186 kB]
21:39:41 #8 10.56 Get:35 http://archive.raspbian.org/raspbian bullseye/main armhf autoconf all 2.69-14 [313 kB]
21:39:41 #8 10.56 Get:36 http://archive.raspbian.org/raspbian bullseye/main armhf autotools-dev all 20180224.1+nmu1 [77.1 kB]
21:39:41 #8 10.63 Get:37 http://archive.raspbian.org/raspbian bullseye/main armhf automake all 1:1.16.3-2 [814 kB]
21:39:41 #8 10.64 Get:38 http://archive.raspbian.org/raspbian bullseye/main armhf autopoint all 0.21-4 [510 kB]
21:39:41 #8 10.64 Get:39 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-common armhf 2.35.2-2+rpi1 [2220 kB]
21:39:41 #8 10.80 Get:40 http://archive.raspbian.org/raspbian bullseye/main armhf libbinutils armhf 2.35.2-2+rpi1 [393 kB]
21:39:41 #8 10.80 Get:41 http://archive.raspbian.org/raspbian bullseye/main armhf libctf-nobfd0 armhf 2.35.2-2+rpi1 [100 kB]
21:39:41 #8 10.80 Get:42 http://archive.raspbian.org/raspbian bullseye/main armhf libctf0 armhf 2.35.2-2+rpi1 [41.9 kB]
21:39:41 #8 10.84 Get:43 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-arm-linux-gnueabihf armhf 2.35.2-2+rpi1 [2105 kB]
21:39:41 #8 10.89 Get:44 http://archive.raspbian.org/raspbian bullseye/main armhf binutils armhf 2.35.2-2+rpi1 [61.7 kB]
21:39:41 #8 10.89 Get:45 http://archive.raspbian.org/raspbian bullseye/main armhf libisl23 armhf 0.23-1 [497 kB]
21:39:41 #8 10.96 Get:46 http://archive.raspbian.org/raspbian bullseye/main armhf libmpfr6 armhf 4.1.0-3 [803 kB]
21:39:41 #8 10.97 Get:47 http://archive.raspbian.org/raspbian bullseye/main armhf libmpc3 armhf 1.2.0-1 [35.2 kB]
21:39:41 #8 10.98 Get:48 http://archive.raspbian.org/raspbian bullseye/main armhf cpp-10 armhf 10.2.1-6+rpi1 [6688 kB]
21:39:42 #8 11.47 Get:49 http://archive.raspbian.org/raspbian bullseye/main armhf cpp armhf 4:10.2.1-1+rpi1 [19.9 kB]
21:39:42 #8 11.48 Get:50 http://archive.raspbian.org/raspbian bullseye/main armhf libdebhelper-perl all 13.3.4 [189 kB]
21:39:42 #8 11.48 Get:51 http://archive.raspbian.org/raspbian bullseye/main armhf libcc1-0 armhf 10.2.1-6+rpi1 [38.3 kB]
21:39:42 #8 11.48 Get:52 http://archive.raspbian.org/raspbian bullseye/main armhf libgomp1 armhf 10.2.1-6+rpi1 [84.1 kB]
21:39:42 #8 11.48 Get:53 http://archive.raspbian.org/raspbian bullseye/main armhf libatomic1 armhf 10.2.1-6+rpi1 [8212 B]
21:39:42 #8 11.48 Get:54 http://archive.raspbian.org/raspbian bullseye/main armhf libasan6 armhf 10.2.1-6+rpi1 [1986 kB]
21:39:42 #8 11.52 Get:55 http://archive.raspbian.org/raspbian bullseye/main armhf libubsan1 armhf 10.2.1-6+rpi1 [746 kB]
21:39:42 #8 11.55 Get:56 http://archive.raspbian.org/raspbian bullseye/main armhf libgcc-10-dev armhf 10.2.1-6+rpi1 [682 kB]
21:39:42 #8 11.62 Get:57 http://archive.raspbian.org/raspbian bullseye/main armhf gcc-10 armhf 10.2.1-6+rpi1 [13.4 MB]
21:39:43 #8 12.54 Get:58 http://archive.raspbian.org/raspbian bullseye/main armhf gcc armhf 4:10.2.1-1+rpi1 [5196 B]
21:39:43 #8 12.54 Get:59 http://archive.raspbian.org/raspbian bullseye/main armhf libcrypt-dev armhf 1:4.4.18-4 [109 kB]
21:39:43 #8 12.54 Get:60 http://archive.raspbian.org/raspbian bullseye/main armhf libtirpc-dev armhf 1.3.1-1 [173 kB]
21:39:43 #8 12.54 Get:61 http://archive.raspbian.org/raspbian bullseye/main armhf libnsl-dev armhf 1.3.0-2 [58.9 kB]
21:39:43 #8 12.54 Get:62 http://archive.raspbian.org/raspbian bullseye/main armhf libtool all 2.4.6-15 [513 kB]
21:39:43 #8 12.54 Get:63 http://archive.raspbian.org/raspbian bullseye/main armhf dh-autoreconf all 20 [17.1 kB]
21:39:43 #8 12.55 Get:64 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
21:39:43 #8 12.55 Get:65 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-override-perl all 0.09-2 [10.2 kB]
21:39:43 #8 12.55 Get:66 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
21:39:43 #8 12.62 Get:67 http://archive.raspbian.org/raspbian bullseye/main armhf dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
21:39:43 #8 12.62 Get:68 http://archive.raspbian.org/raspbian bullseye/main armhf libdpkg-perl all 1.20.9+rpi1 [1538 kB]
21:39:43 #8 12.70 Get:69 http://archive.raspbian.org/raspbian bullseye/main armhf patch armhf 2.7.6-7 [116 kB]
21:39:43 #8 12.70 Get:70 http://archive.raspbian.org/raspbian bullseye/main armhf make armhf 4.3-4.1 [376 kB]
21:39:43 #8 12.71 Get:71 http://archive.raspbian.org/raspbian bullseye/main armhf dpkg-dev all 1.20.9+rpi1 [2152 kB]
21:39:43 #8 12.79 Get:72 http://archive.raspbian.org/raspbian bullseye/main armhf libelf1 armhf 0.183-1 [161 kB]
21:39:43 #8 12.79 Get:73 http://archive.raspbian.org/raspbian bullseye/main armhf dwz armhf 0.13+20210201-1 [164 kB]
21:39:43 #8 12.79 Get:74 http://archive.raspbian.org/raspbian bullseye/main armhf libicu67 armhf 67.1-7 [8291 kB]
21:39:43 #8 13.40 Get:75 http://archive.raspbian.org/raspbian bullseye/main armhf libxml2 armhf 2.9.10+dfsg-6.7 [580 kB]
21:39:43 #8 13.40 Get:76 http://archive.raspbian.org/raspbian bullseye/main armhf gettext armhf 0.21-4 [1215 kB]
21:39:43 #8 13.45 Get:77 http://archive.raspbian.org/raspbian bullseye/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
21:39:43 #8 13.45 Get:78 http://archive.raspbian.org/raspbian bullseye/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
21:39:43 #8 13.46 Get:79 http://archive.raspbian.org/raspbian bullseye/main armhf debhelper all 13.3.4 [1049 kB]
21:39:43 #8 13.46 Get:80 http://archive.raspbian.org/raspbian bullseye/main armhf libfakeroot armhf 1.25.3-1.1 [45.1 kB]
21:39:43 #8 13.47 Get:81 http://archive.raspbian.org/raspbian bullseye/main armhf fakeroot armhf 1.25.3-1.1 [86.2 kB]
21:39:43 #8 13.47 Get:82 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-dirlist-perl all 0.05-2 [7444 B]
21:39:43 #8 13.47 Get:83 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
21:39:43 #8 13.48 Get:84 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-homedir-perl all 1.006-1 [43.8 kB]
21:39:44 #8 13.56 Get:85 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-touch-perl all 0.11-1 [9254 B]
21:39:44 #8 13.56 Get:86 http://archive.raspbian.org/raspbian bullseye/main armhf libio-pty-perl armhf 1:1.15-2 [36.1 kB]
21:39:44 #8 13.57 Get:87 http://archive.raspbian.org/raspbian bullseye/main armhf libipc-run-perl all 20200505.0-1 [102 kB]
21:39:44 #8 13.57 Get:88 http://archive.raspbian.org/raspbian bullseye/main armhf libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
21:39:44 #8 13.57 Get:89 http://archive.raspbian.org/raspbian bullseye/main armhf libb-hooks-op-check-perl armhf 0.22-1+b4 [11.0 kB]
21:39:44 #8 13.57 Get:90 http://archive.raspbian.org/raspbian bullseye/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
21:39:44 #8 13.57 Get:91 http://archive.raspbian.org/raspbian bullseye/main armhf libdevel-callchecker-perl armhf 0.008-1+b2 [15.7 kB]
21:39:44 #8 13.57 Get:92 http://archive.raspbian.org/raspbian bullseye/main armhf libparams-classify-perl armhf 0.015-1+b3 [24.6 kB]
21:39:44 #8 13.64 Get:93 http://archive.raspbian.org/raspbian bullseye/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
21:39:44 #8 13.64 Get:94 http://archive.raspbian.org/raspbian bullseye/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
21:39:44 #8 13.72 Get:95 http://archive.raspbian.org/raspbian bullseye/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
21:39:44 #8 13.73 Get:96 http://archive.raspbian.org/raspbian bullseye/main armhf libstrictures-perl all 2.000006-1 [18.6 kB]
21:39:44 #8 13.73 Get:97 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-quote-perl all 2.006006-1 [21.0 kB]
21:39:44 #8 13.73 Get:98 http://archive.raspbian.org/raspbian bullseye/main armhf libmoo-perl all 2.004004-1 [59.9 kB]
21:39:44 #8 13.73 Get:99 http://archive.raspbian.org/raspbian bullseye/main armhf libencode-locale-perl all 1.05-1.1 [13.2 kB]
21:39:44 #8 13.73 Get:100 http://archive.raspbian.org/raspbian bullseye/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
21:39:44 #8 13.73 Get:101 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-date-perl all 6.05-1 [10.4 kB]
21:39:44 #8 13.81 Get:102 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-listing-perl all 6.14-1 [12.4 kB]
21:39:44 #8 13.81 Get:103 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tagset-perl all 3.20-4 [13.0 kB]
21:39:44 #8 13.81 Get:104 http://archive.raspbian.org/raspbian bullseye/main armhf liburi-perl all 5.08-1 [90.6 kB]
21:39:44 #8 13.97 Get:105 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-parser-perl armhf 3.75-1+b1 [102 kB]
21:39:44 #8 14.30 Get:106 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
21:39:44 #8 14.39 Get:107 http://archive.raspbian.org/raspbian bullseye/main armhf libio-html-perl all 1.004-2 [16.1 kB]
21:39:45 #8 14.39 Get:108 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
21:39:45 #8 14.39 Get:109 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-message-perl all 6.28-1 [79.6 kB]
21:39:45 #8 14.39 Get:110 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
21:39:45 #8 14.47 Get:111 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
21:39:45 #8 14.47 Get:112 http://archive.raspbian.org/raspbian bullseye/main armhf perl-openssl-defaults armhf 5 [7360 B]
21:39:45 #8 14.47 Get:113 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-ssleay-perl armhf 1.88-3+b1 [300 kB]
21:39:45 #8 14.47 Get:114 http://archive.raspbian.org/raspbian bullseye/main armhf libio-socket-ssl-perl all 2.069-1 [215 kB]
21:39:45 #8 14.55 Get:115 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-http-perl all 6.20-1 [25.1 kB]
21:39:45 #8 14.55 Get:116 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
21:39:45 #8 14.59 Get:117 http://archive.raspbian.org/raspbian bullseye/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
21:39:45 #8 14.59 Get:118 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
21:39:45 #8 14.59 Get:119 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-perl all 6.52-1 [192 kB]
21:39:45 #8 14.60 Get:120 http://archive.raspbian.org/raspbian bullseye/main armhf patchutils armhf 0.4.2-1 [68.7 kB]
21:39:45 #8 14.60 Get:121 http://archive.raspbian.org/raspbian bullseye/main armhf libtinfo5 armhf 6.2+20201114-2 [324 kB]
21:39:45 #8 14.60 Get:122 http://archive.raspbian.org/raspbian bullseye/main armhf wdiff armhf 1.2.2-2 [120 kB]
21:39:45 #8 14.60 Get:123 http://archive.raspbian.org/raspbian bullseye/main armhf devscripts armhf 2.21.3+deb11u1 [1092 kB]
21:39:45 #8 14.68 Get:124 http://archive.raspbian.org/raspbian bullseye/main armhf equivs all 2.3.1 [22.7 kB]
21:39:45 #8 14.68 Get:125 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3 [301 kB]
21:39:45 #8 14.75 Get:126 http://archive.raspbian.org/raspbian bullseye/main armhf liberror-perl all 0.17029-1 [31.0 kB]
21:39:45 #8 14.76 Get:127 http://archive.raspbian.org/raspbian bullseye/main armhf git-man all 1:2.30.2-1 [1827 kB]
21:39:45 #8 14.84 Get:128 http://archive.raspbian.org/raspbian bullseye/main armhf git armhf 1:2.30.2-1 [4724 kB]
21:39:45 #8 15.31 debconf: delaying package configuration, since apt-utils is not installed
21:39:45 #8 15.35 Fetched 80.9 MB in 6s (12.7 MB/s)
21:39:46 #8 15.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 ... 7757 files and directories currently installed.)
21:39:46 #8 15.39 Preparing to unpack .../perl-base_5.32.1-4+deb11u2_armhf.deb ...
21:39:46 #8 15.41 Unpacking perl-base (5.32.1-4+deb11u2) over (5.32.1-4+deb11u1) ...
21:39:48 #8 17.51 Setting up perl-base (5.32.1-4+deb11u2) ...
21:39:48 #8 17.56 Selecting previously unselected package bsdextrautils.
21:39:48 #8 17.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 ... 7757 files and directories currently installed.)
21:39:48 #8 17.56 Preparing to unpack .../bsdextrautils_2.36.1-8_armhf.deb ...
21:39:48 #8 17.57 Unpacking bsdextrautils (2.36.1-8) ...
21:39:48 #8 17.64 Preparing to unpack .../libc6_2.31-13+rpt2+rpi1_armhf.deb ...
21:39:48 #8 17.76 Unpacking libc6:armhf (2.31-13+rpt2+rpi1) over (2.31-13+rpi1) ...
21:39:49 #8 19.04 Setting up libc6:armhf (2.31-13+rpt2+rpi1) ...
21:39:51 #8 20.19 Selecting previously unselected package libuchardet0:armhf.
21:39:51 #8 20.19 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7788 files and directories currently installed.)
21:39:51 #8 20.20 Preparing to unpack .../00-libuchardet0_0.0.7-1_armhf.deb ...
21:39:51 #8 20.21 Unpacking libuchardet0:armhf (0.0.7-1) ...
21:39:51 #8 20.25 Selecting previously unselected package groff-base.
21:39:51 #8 20.25 Preparing to unpack .../01-groff-base_1.22.4-6_armhf.deb ...
21:39:51 #8 20.25 Unpacking groff-base (1.22.4-6) ...
21:39:51 #8 20.36 Selecting previously unselected package libgdbm6:armhf.
21:39:51 #8 20.36 Preparing to unpack .../02-libgdbm6_1.19-2_armhf.deb ...
21:39:51 #8 20.36 Unpacking libgdbm6:armhf (1.19-2) ...
21:39:51 #8 20.41 Selecting previously unselected package libpipeline1:armhf.
21:39:51 #8 20.41 Preparing to unpack .../03-libpipeline1_1.5.3-1_armhf.deb ...
21:39:51 #8 20.41 Unpacking libpipeline1:armhf (1.5.3-1) ...
21:39:51 #8 20.46 Selecting previously unselected package man-db.
21:39:51 #8 20.47 Preparing to unpack .../04-man-db_2.9.4-2_armhf.deb ...
21:39:51 #8 20.47 Unpacking man-db (2.9.4-2) ...
21:39:51 #8 20.59 Selecting previously unselected package perl-modules-5.32.
21:39:51 #8 20.59 Preparing to unpack .../05-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
21:39:51 #8 20.59 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
21:39:51 #8 20.96 Selecting previously unselected package libgdbm-compat4:armhf.
21:39:51 #8 20.96 Preparing to unpack .../06-libgdbm-compat4_1.19-2_armhf.deb ...
21:39:51 #8 20.97 Unpacking libgdbm-compat4:armhf (1.19-2) ...
21:39:51 #8 21.01 Selecting previously unselected package libperl5.32:armhf.
21:39:51 #8 21.01 Preparing to unpack .../07-libperl5.32_5.32.1-4+deb11u2_armhf.deb ...
21:39:51 #8 21.02 Unpacking libperl5.32:armhf (5.32.1-4+deb11u2) ...
21:39:51 #8 21.41 Selecting previously unselected package perl.
21:39:51 #8 21.41 Preparing to unpack .../08-perl_5.32.1-4+deb11u2_armhf.deb ...
21:39:51 #8 21.42 Unpacking perl (5.32.1-4+deb11u2) ...
21:39:52 #8 21.48 Selecting previously unselected package libpython3.9-minimal:armhf.
21:39:52 #8 21.49 Preparing to unpack .../09-libpython3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
21:39:52 #8 21.49 Unpacking libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
21:39:52 #8 21.60 Selecting previously unselected package libexpat1:armhf.
21:39:52 #8 21.61 Preparing to unpack .../10-libexpat1_2.2.10-2_armhf.deb ...
21:39:52 #8 21.61 Unpacking libexpat1:armhf (2.2.10-2) ...
21:39:52 #8 21.65 Selecting previously unselected package python3.9-minimal.
21:39:52 #8 21.65 Preparing to unpack .../11-python3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
21:39:52 #8 21.66 Unpacking python3.9-minimal (3.9.2-1+rpi1) ...
21:39:52 #8 21.84 Setting up libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
21:39:52 #8 21.87 Setting up libexpat1:armhf (2.2.10-2) ...
21:39:52 #8 21.88 Setting up python3.9-minimal (3.9.2-1+rpi1) ...
21:39:53 #8 22.57 Selecting previously unselected package python3-minimal.
21:39:53 #8 22.57 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10595 files and directories currently installed.)
21:39:53 #8 22.58 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
21:39:53 #8 22.59 Unpacking python3-minimal (3.9.2-3) ...
21:39:53 #8 22.63 Selecting previously unselected package media-types.
21:39:53 #8 22.63 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
21:39:53 #8 22.64 Unpacking media-types (4.0.0) ...
21:39:53 #8 22.68 Selecting previously unselected package libmpdec3:armhf.
21:39:53 #8 22.68 Preparing to unpack .../2-libmpdec3_2.5.1-1+rpi1_armhf.deb ...
21:39:53 #8 22.68 Unpacking libmpdec3:armhf (2.5.1-1+rpi1) ...
21:39:53 #8 22.72 Selecting previously unselected package libpython3.9-stdlib:armhf.
21:39:53 #8 22.72 Preparing to unpack .../3-libpython3.9-stdlib_3.9.2-1+rpi1_armhf.deb ...
21:39:53 #8 22.73 Unpacking libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
21:39:53 #8 22.90 Selecting previously unselected package python3.9.
21:39:53 #8 22.90 Preparing to unpack .../4-python3.9_3.9.2-1+rpi1_armhf.deb ...
21:39:53 #8 22.91 Unpacking python3.9 (3.9.2-1+rpi1) ...
21:39:53 #8 22.94 Selecting previously unselected package libpython3-stdlib:armhf.
21:39:53 #8 22.95 Preparing to unpack .../5-libpython3-stdlib_3.9.2-3_armhf.deb ...
21:39:53 #8 22.95 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
21:39:53 #8 22.99 Setting up python3-minimal (3.9.2-3) ...
21:39:53 #8 23.18 Selecting previously unselected package python3.
21:39:53 #8 23.18 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10992 files and directories currently installed.)
21:39:53 #8 23.19 Preparing to unpack .../000-python3_3.9.2-3_armhf.deb ...
21:39:53 #8 23.19 Unpacking python3 (3.9.2-3) ...
21:39:53 #8 23.23 Selecting previously unselected package sensible-utils.
21:39:53 #8 23.23 Preparing to unpack .../001-sensible-utils_0.0.14_all.deb ...
21:39:53 #8 23.23 Unpacking sensible-utils (0.0.14) ...
21:39:53 #8 23.26 Selecting previously unselected package bzip2.
21:39:53 #8 23.27 Preparing to unpack .../002-bzip2_1.0.8-4_armhf.deb ...
21:39:53 #8 23.27 Unpacking bzip2 (1.0.8-4) ...
21:39:53 #8 23.30 Selecting previously unselected package libmagic-mgc.
21:39:53 #8 23.31 Preparing to unpack .../003-libmagic-mgc_1%3a5.39-3_armhf.deb ...
21:39:53 #8 23.31 Unpacking libmagic-mgc (1:5.39-3) ...
21:39:54 #8 23.38 Selecting previously unselected package libmagic1:armhf.
21:39:54 #8 23.39 Preparing to unpack .../004-libmagic1_1%3a5.39-3_armhf.deb ...
21:39:54 #8 23.39 Unpacking libmagic1:armhf (1:5.39-3) ...
21:39:54 #8 23.44 Selecting previously unselected package file.
21:39:54 #8 23.44 Preparing to unpack .../005-file_1%3a5.39-3_armhf.deb ...
21:39:54 #8 23.45 Unpacking file (1:5.39-3) ...
21:39:54 #8 23.48 Selecting previously unselected package gettext-base.
21:39:54 #8 23.49 Preparing to unpack .../006-gettext-base_0.21-4_armhf.deb ...
21:39:54 #8 23.49 Unpacking gettext-base (0.21-4) ...
21:39:54 #8 23.55 Selecting previously unselected package xz-utils.
21:39:54 #8 23.55 Preparing to unpack .../007-xz-utils_5.2.5-2_armhf.deb ...
21:39:54 #8 23.56 Unpacking xz-utils (5.2.5-2) ...
21:39:54 #8 23.60 Selecting previously unselected package libsigsegv2:armhf.
21:39:54 #8 23.60 Preparing to unpack .../008-libsigsegv2_2.13-1_armhf.deb ...
21:39:54 #8 23.61 Unpacking libsigsegv2:armhf (2.13-1) ...
21:39:54 #8 23.64 Selecting previously unselected package m4.
21:39:54 #8 23.64 Preparing to unpack .../009-m4_1.4.18-5_armhf.deb ...
21:39:54 #8 23.65 Unpacking m4 (1.4.18-5) ...
21:39:54 #8 23.69 Selecting previously unselected package autoconf.
21:39:54 #8 23.70 Preparing to unpack .../010-autoconf_2.69-14_all.deb ...
21:39:54 #8 23.70 Unpacking autoconf (2.69-14) ...
21:39:54 #8 23.76 Selecting previously unselected package autotools-dev.
21:39:54 #8 23.76 Preparing to unpack .../011-autotools-dev_20180224.1+nmu1_all.deb ...
21:39:54 #8 23.76 Unpacking autotools-dev (20180224.1+nmu1) ...
21:39:54 #8 23.81 Selecting previously unselected package automake.
21:39:54 #8 23.81 Preparing to unpack .../012-automake_1%3a1.16.3-2_all.deb ...
21:39:54 #8 23.82 Unpacking automake (1:1.16.3-2) ...
21:39:54 #8 23.89 Selecting previously unselected package autopoint.
21:39:54 #8 23.89 Preparing to unpack .../013-autopoint_0.21-4_all.deb ...
21:39:54 #8 23.89 Unpacking autopoint (0.21-4) ...
21:39:54 #8 23.94 Selecting previously unselected package binutils-common:armhf.
21:39:54 #8 23.94 Preparing to unpack .../014-binutils-common_2.35.2-2+rpi1_armhf.deb ...
21:39:54 #8 23.94 Unpacking binutils-common:armhf (2.35.2-2+rpi1) ...
21:39:54 #8 24.18 Selecting previously unselected package libbinutils:armhf.
21:39:54 #8 24.18 Preparing to unpack .../015-libbinutils_2.35.2-2+rpi1_armhf.deb ...
21:39:54 #8 24.19 Unpacking libbinutils:armhf (2.35.2-2+rpi1) ...
21:39:54 #8 24.26 Selecting previously unselected package libctf-nobfd0:armhf.
21:39:54 #8 24.26 Preparing to unpack .../016-libctf-nobfd0_2.35.2-2+rpi1_armhf.deb ...
21:39:54 #8 24.26 Unpacking libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
21:39:54 #8 24.30 Selecting previously unselected package libctf0:armhf.
21:39:54 #8 24.30 Preparing to unpack .../017-libctf0_2.35.2-2+rpi1_armhf.deb ...
21:39:54 #8 24.31 Unpacking libctf0:armhf (2.35.2-2+rpi1) ...
21:39:54 #8 24.34 Selecting previously unselected package binutils-arm-linux-gnueabihf.
21:39:54 #8 24.34 Preparing to unpack .../018-binutils-arm-linux-gnueabihf_2.35.2-2+rpi1_armhf.deb ...
21:39:54 #8 24.35 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
21:39:55 #8 24.57 Selecting previously unselected package binutils.
21:39:55 #8 24.58 Preparing to unpack .../019-binutils_2.35.2-2+rpi1_armhf.deb ...
21:39:55 #8 24.58 Unpacking binutils (2.35.2-2+rpi1) ...
21:39:55 #8 24.63 Selecting previously unselected package libisl23:armhf.
21:39:55 #8 24.63 Preparing to unpack .../020-libisl23_0.23-1_armhf.deb ...
21:39:55 #8 24.63 Unpacking libisl23:armhf (0.23-1) ...
21:39:55 #8 24.71 Selecting previously unselected package libmpfr6:armhf.
21:39:55 #8 24.71 Preparing to unpack .../021-libmpfr6_4.1.0-3_armhf.deb ...
21:39:55 #8 24.72 Unpacking libmpfr6:armhf (4.1.0-3) ...
21:39:55 #8 24.77 Selecting previously unselected package libmpc3:armhf.
21:39:55 #8 24.78 Preparing to unpack .../022-libmpc3_1.2.0-1_armhf.deb ...
21:39:55 #8 24.78 Unpacking libmpc3:armhf (1.2.0-1) ...
21:39:55 #8 24.81 Selecting previously unselected package cpp-10.
21:39:55 #8 24.82 Preparing to unpack .../023-cpp-10_10.2.1-6+rpi1_armhf.deb ...
21:39:55 #8 24.82 Unpacking cpp-10 (10.2.1-6+rpi1) ...
21:39:56 #8 25.40 Selecting previously unselected package cpp.
21:39:56 #8 25.40 Preparing to unpack .../024-cpp_4%3a10.2.1-1+rpi1_armhf.deb ...
21:39:56 #8 25.41 Unpacking cpp (4:10.2.1-1+rpi1) ...
21:39:56 #8 25.44 Selecting previously unselected package libdebhelper-perl.
21:39:56 #8 25.44 Preparing to unpack .../025-libdebhelper-perl_13.3.4_all.deb ...
21:39:56 #8 25.45 Unpacking libdebhelper-perl (13.3.4) ...
21:39:56 #8 25.49 Selecting previously unselected package libcc1-0:armhf.
21:39:56 #8 25.49 Preparing to unpack .../026-libcc1-0_10.2.1-6+rpi1_armhf.deb ...
21:39:56 #8 25.50 Unpacking libcc1-0:armhf (10.2.1-6+rpi1) ...
21:39:56 #8 25.54 Selecting previously unselected package libgomp1:armhf.
21:39:56 #8 25.54 Preparing to unpack .../027-libgomp1_10.2.1-6+rpi1_armhf.deb ...
21:39:56 #8 25.54 Unpacking libgomp1:armhf (10.2.1-6+rpi1) ...
21:39:56 #8 25.59 Selecting previously unselected package libatomic1:armhf.
21:39:56 #8 25.59 Preparing to unpack .../028-libatomic1_10.2.1-6+rpi1_armhf.deb ...
21:39:56 #8 25.60 Unpacking libatomic1:armhf (10.2.1-6+rpi1) ...
21:39:56 #8 25.64 Selecting previously unselected package libasan6:armhf.
21:39:56 #8 25.64 Preparing to unpack .../029-libasan6_10.2.1-6+rpi1_armhf.deb ...
21:39:56 #8 25.64 Unpacking libasan6:armhf (10.2.1-6+rpi1) ...
21:39:56 #8 25.87 Selecting previously unselected package libubsan1:armhf.
21:39:56 #8 25.87 Preparing to unpack .../030-libubsan1_10.2.1-6+rpi1_armhf.deb ...
21:39:56 #8 25.88 Unpacking libubsan1:armhf (10.2.1-6+rpi1) ...
21:39:56 #8 25.97 Selecting previously unselected package libgcc-10-dev:armhf.
21:39:56 #8 25.98 Preparing to unpack .../031-libgcc-10-dev_10.2.1-6+rpi1_armhf.deb ...
21:39:56 #8 25.98 Unpacking libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
21:39:56 #8 26.08 Selecting previously unselected package gcc-10.
21:39:56 #8 26.09 Preparing to unpack .../032-gcc-10_10.2.1-6+rpi1_armhf.deb ...
21:39:56 #8 26.09 Unpacking gcc-10 (10.2.1-6+rpi1) ...
21:39:57 #8 27.20 Selecting previously unselected package gcc.
21:39:57 #8 27.21 Preparing to unpack .../033-gcc_4%3a10.2.1-1+rpi1_armhf.deb ...
21:39:57 #8 27.21 Unpacking gcc (4:10.2.1-1+rpi1) ...
21:39:57 #8 27.24 Selecting previously unselected package libc-dev-bin.
21:39:57 #8 27.24 Preparing to unpack .../034-libc-dev-bin_2.31-13+rpt2+rpi1_armhf.deb ...
21:39:57 #8 27.25 Unpacking libc-dev-bin (2.31-13+rpt2+rpi1) ...
21:39:57 #8 27.28 Selecting previously unselected package linux-libc-dev:armhf.
21:39:57 #8 27.28 Preparing to unpack .../035-linux-libc-dev_1%3a1.20211007-2_armhf.deb ...
21:39:57 #8 27.29 Unpacking linux-libc-dev:armhf (1:1.20211007-2) ...
21:39:58 #8 27.44 Selecting previously unselected package libcrypt-dev:armhf.
21:39:58 #8 27.44 Preparing to unpack .../036-libcrypt-dev_1%3a4.4.18-4_armhf.deb ...
21:39:58 #8 27.45 Unpacking libcrypt-dev:armhf (1:4.4.18-4) ...
21:39:58 #8 27.49 Selecting previously unselected package libtirpc-dev:armhf.
21:39:58 #8 27.49 Preparing to unpack .../037-libtirpc-dev_1.3.1-1_armhf.deb ...
21:39:58 #8 27.49 Unpacking libtirpc-dev:armhf (1.3.1-1) ...
21:39:58 #8 27.54 Selecting previously unselected package libnsl-dev:armhf.
21:39:58 #8 27.54 Preparing to unpack .../038-libnsl-dev_1.3.0-2_armhf.deb ...
21:39:58 #8 27.54 Unpacking libnsl-dev:armhf (1.3.0-2) ...
21:39:58 #8 27.58 Selecting previously unselected package libc6-dev:armhf.
21:39:58 #8 27.59 Preparing to unpack .../039-libc6-dev_2.31-13+rpt2+rpi1_armhf.deb ...
21:39:58 #8 27.59 Unpacking libc6-dev:armhf (2.31-13+rpt2+rpi1) ...
21:39:58 #8 27.80 Selecting previously unselected package libtool.
21:39:58 #8 27.80 Preparing to unpack .../040-libtool_2.4.6-15_all.deb ...
21:39:58 #8 27.80 Unpacking libtool (2.4.6-15) ...
21:39:58 #8 27.85 Selecting previously unselected package dh-autoreconf.
21:39:58 #8 27.85 Preparing to unpack .../041-dh-autoreconf_20_all.deb ...
21:39:58 #8 27.86 Unpacking dh-autoreconf (20) ...
21:39:58 #8 27.89 Selecting previously unselected package libarchive-zip-perl.
21:39:58 #8 27.89 Preparing to unpack .../042-libarchive-zip-perl_1.68-1_all.deb ...
21:39:58 #8 27.89 Unpacking libarchive-zip-perl (1.68-1) ...
21:39:58 #8 27.93 Selecting previously unselected package libsub-override-perl.
21:39:58 #8 27.93 Preparing to unpack .../043-libsub-override-perl_0.09-2_all.deb ...
21:39:58 #8 27.94 Unpacking libsub-override-perl (0.09-2) ...
21:39:58 #8 27.97 Selecting previously unselected package libfile-stripnondeterminism-perl.
21:39:58 #8 27.97 Preparing to unpack .../044-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
21:39:58 #8 27.98 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
21:39:58 #8 28.01 Selecting previously unselected package dh-strip-nondeterminism.
21:39:58 #8 28.01 Preparing to unpack .../045-dh-strip-nondeterminism_1.12.0-1_all.deb ...
21:39:58 #8 28.02 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
21:39:58 #8 28.05 Selecting previously unselected package libdpkg-perl.
21:39:58 #8 28.06 Preparing to unpack .../046-libdpkg-perl_1.20.9+rpi1_all.deb ...
21:39:58 #8 28.06 Unpacking libdpkg-perl (1.20.9+rpi1) ...
21:39:58 #8 28.13 Selecting previously unselected package patch.
21:39:58 #8 28.13 Preparing to unpack .../047-patch_2.7.6-7_armhf.deb ...
21:39:58 #8 28.14 Unpacking patch (2.7.6-7) ...
21:39:58 #8 28.18 Selecting previously unselected package make.
21:39:58 #8 28.18 Preparing to unpack .../048-make_4.3-4.1_armhf.deb ...
21:39:58 #8 28.18 Unpacking make (4.3-4.1) ...
21:39:58 #8 28.25 Selecting previously unselected package dpkg-dev.
21:39:58 #8 28.25 Preparing to unpack .../049-dpkg-dev_1.20.9+rpi1_all.deb ...
21:39:58 #8 28.26 Unpacking dpkg-dev (1.20.9+rpi1) ...
21:39:59 #8 28.36 Selecting previously unselected package libelf1:armhf.
21:39:59 #8 28.36 Preparing to unpack .../050-libelf1_0.183-1_armhf.deb ...
21:39:59 #8 28.37 Unpacking libelf1:armhf (0.183-1) ...
21:39:59 #8 28.46 Selecting previously unselected package dwz.
21:39:59 #8 28.46 Preparing to unpack .../051-dwz_0.13+20210201-1_armhf.deb ...
21:39:59 #8 28.48 Unpacking dwz (0.13+20210201-1) ...
21:39:59 #8 28.56 Selecting previously unselected package libicu67:armhf.
21:39:59 #8 28.56 Preparing to unpack .../052-libicu67_67.1-7_armhf.deb ...
21:39:59 #8 28.57 Unpacking libicu67:armhf (67.1-7) ...
21:39:59 #8 29.33 Selecting previously unselected package libxml2:armhf.
21:39:59 #8 29.34 Preparing to unpack .../053-libxml2_2.9.10+dfsg-6.7_armhf.deb ...
21:39:59 #8 29.34 Unpacking libxml2:armhf (2.9.10+dfsg-6.7) ...
21:39:59 #8 29.42 Selecting previously unselected package gettext.
21:39:59 #8 29.42 Preparing to unpack .../054-gettext_0.21-4_armhf.deb ...
21:39:59 #8 29.43 Unpacking gettext (0.21-4) ...
21:39:59 #8 29.55 Selecting previously unselected package intltool-debian.
21:40:00 #8 29.55 Preparing to unpack .../055-intltool-debian_0.35.0+20060710.5_all.deb ...
21:40:00 #8 29.55 Unpacking intltool-debian (0.35.0+20060710.5) ...
21:40:00 #8 29.58 Selecting previously unselected package po-debconf.
21:40:00 #8 29.59 Preparing to unpack .../056-po-debconf_1.0.21+nmu1_all.deb ...
21:40:00 #8 29.59 Unpacking po-debconf (1.0.21+nmu1) ...
21:40:00 #8 29.64 Selecting previously unselected package debhelper.
21:40:00 #8 29.64 Preparing to unpack .../057-debhelper_13.3.4_all.deb ...
21:40:00 #8 29.64 Unpacking debhelper (13.3.4) ...
21:40:00 #8 29.74 Selecting previously unselected package libfakeroot:armhf.
21:40:00 #8 29.74 Preparing to unpack .../058-libfakeroot_1.25.3-1.1_armhf.deb ...
21:40:00 #8 29.75 Unpacking libfakeroot:armhf (1.25.3-1.1) ...
21:40:00 #8 29.79 Selecting previously unselected package fakeroot.
21:40:00 #8 29.80 Preparing to unpack .../059-fakeroot_1.25.3-1.1_armhf.deb ...
21:40:00 #8 29.80 Unpacking fakeroot (1.25.3-1.1) ...
21:40:00 #8 29.88 Selecting previously unselected package libfile-dirlist-perl.
21:40:00 #8 29.88 Preparing to unpack .../060-libfile-dirlist-perl_0.05-2_all.deb ...
21:40:00 #8 29.88 Unpacking libfile-dirlist-perl (0.05-2) ...
21:40:00 #8 29.92 Selecting previously unselected package libfile-which-perl.
21:40:00 #8 29.92 Preparing to unpack .../061-libfile-which-perl_1.23-1_all.deb ...
21:40:00 #8 29.93 Unpacking libfile-which-perl (1.23-1) ...
21:40:00 #8 29.96 Selecting previously unselected package libfile-homedir-perl.
21:40:00 #8 29.96 Preparing to unpack .../062-libfile-homedir-perl_1.006-1_all.deb ...
21:40:00 #8 29.97 Unpacking libfile-homedir-perl (1.006-1) ...
21:40:00 #8 30.00 Selecting previously unselected package libfile-touch-perl.
21:40:00 #8 30.00 Preparing to unpack .../063-libfile-touch-perl_0.11-1_all.deb ...
21:40:00 #8 30.01 Unpacking libfile-touch-perl (0.11-1) ...
21:40:00 #8 30.05 Selecting previously unselected package libio-pty-perl.
21:40:00 #8 30.05 Preparing to unpack .../064-libio-pty-perl_1%3a1.15-2_armhf.deb ...
21:40:00 #8 30.06 Unpacking libio-pty-perl (1:1.15-2) ...
21:40:00 #8 30.09 Selecting previously unselected package libipc-run-perl.
21:40:00 #8 30.09 Preparing to unpack .../065-libipc-run-perl_20200505.0-1_all.deb ...
21:40:00 #8 30.10 Unpacking libipc-run-perl (20200505.0-1) ...
21:40:00 #8 30.14 Selecting previously unselected package libclass-method-modifiers-perl.
21:40:00 #8 30.14 Preparing to unpack .../066-libclass-method-modifiers-perl_2.13-1_all.deb ...
21:40:00 #8 30.15 Unpacking libclass-method-modifiers-perl (2.13-1) ...
21:40:00 #8 30.18 Selecting previously unselected package libb-hooks-op-check-perl.
21:40:00 #8 30.19 Preparing to unpack .../067-libb-hooks-op-check-perl_0.22-1+b4_armhf.deb ...
21:40:00 #8 30.19 Unpacking libb-hooks-op-check-perl (0.22-1+b4) ...
21:40:00 #8 30.22 Selecting previously unselected package libdynaloader-functions-perl.
21:40:00 #8 30.22 Preparing to unpack .../068-libdynaloader-functions-perl_0.003-1.1_all.deb ...
21:40:00 #8 30.23 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
21:40:00 #8 30.26 Selecting previously unselected package libdevel-callchecker-perl.
21:40:00 #8 30.26 Preparing to unpack .../069-libdevel-callchecker-perl_0.008-1+b2_armhf.deb ...
21:40:00 #8 30.27 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
21:40:00 #8 30.30 Selecting previously unselected package libparams-classify-perl.
21:40:00 #8 30.30 Preparing to unpack .../070-libparams-classify-perl_0.015-1+b3_armhf.deb ...
21:40:00 #8 30.31 Unpacking libparams-classify-perl (0.015-1+b3) ...
21:40:00 #8 30.34 Selecting previously unselected package libmodule-runtime-perl.
21:40:00 #8 30.34 Preparing to unpack .../071-libmodule-runtime-perl_0.016-1_all.deb ...
21:40:00 #8 30.35 Unpacking libmodule-runtime-perl (0.016-1) ...
21:40:00 #8 30.38 Selecting previously unselected package libimport-into-perl.
21:40:00 #8 30.38 Preparing to unpack .../072-libimport-into-perl_1.002005-1_all.deb ...
21:40:00 #8 30.39 Unpacking libimport-into-perl (1.002005-1) ...
21:40:00 #8 30.42 Selecting previously unselected package librole-tiny-perl.
21:40:01 #8 30.42 Preparing to unpack .../073-librole-tiny-perl_2.002004-1_all.deb ...
21:40:01 #8 30.42 Unpacking librole-tiny-perl (2.002004-1) ...
21:40:01 #8 30.46 Selecting previously unselected package libstrictures-perl.
21:40:01 #8 30.46 Preparing to unpack .../074-libstrictures-perl_2.000006-1_all.deb ...
21:40:01 #8 30.46 Unpacking libstrictures-perl (2.000006-1) ...
21:40:01 #8 30.49 Selecting previously unselected package libsub-quote-perl.
21:40:01 #8 30.50 Preparing to unpack .../075-libsub-quote-perl_2.006006-1_all.deb ...
21:40:01 #8 30.50 Unpacking libsub-quote-perl (2.006006-1) ...
21:40:01 #8 30.53 Selecting previously unselected package libmoo-perl.
21:40:01 #8 30.53 Preparing to unpack .../076-libmoo-perl_2.004004-1_all.deb ...
21:40:01 #8 30.54 Unpacking libmoo-perl (2.004004-1) ...
21:40:01 #8 30.58 Selecting previously unselected package libencode-locale-perl.
21:40:01 #8 30.58 Preparing to unpack .../077-libencode-locale-perl_1.05-1.1_all.deb ...
21:40:01 #8 30.58 Unpacking libencode-locale-perl (1.05-1.1) ...
21:40:01 #8 30.61 Selecting previously unselected package libtimedate-perl.
21:40:01 #8 30.62 Preparing to unpack .../078-libtimedate-perl_2.3300-2_all.deb ...
21:40:01 #8 30.62 Unpacking libtimedate-perl (2.3300-2) ...
21:40:01 #8 30.66 Selecting previously unselected package libhttp-date-perl.
21:40:01 #8 30.67 Preparing to unpack .../079-libhttp-date-perl_6.05-1_all.deb ...
21:40:01 #8 30.67 Unpacking libhttp-date-perl (6.05-1) ...
21:40:01 #8 30.71 Selecting previously unselected package libfile-listing-perl.
21:40:01 #8 30.71 Preparing to unpack .../080-libfile-listing-perl_6.14-1_all.deb ...
21:40:01 #8 30.71 Unpacking libfile-listing-perl (6.14-1) ...
21:40:01 #8 30.75 Selecting previously unselected package libhtml-tagset-perl.
21:40:01 #8 30.75 Preparing to unpack .../081-libhtml-tagset-perl_3.20-4_all.deb ...
21:40:01 #8 30.75 Unpacking libhtml-tagset-perl (3.20-4) ...
21:40:01 #8 30.79 Selecting previously unselected package liburi-perl.
21:40:01 #8 30.79 Preparing to unpack .../082-liburi-perl_5.08-1_all.deb ...
21:40:01 #8 30.80 Unpacking liburi-perl (5.08-1) ...
21:40:01 #8 30.84 Selecting previously unselected package libhtml-parser-perl.
21:40:01 #8 30.84 Preparing to unpack .../083-libhtml-parser-perl_3.75-1+b1_armhf.deb ...
21:40:01 #8 30.85 Unpacking libhtml-parser-perl (3.75-1+b1) ...
21:40:01 #8 30.90 Selecting previously unselected package libhtml-tree-perl.
21:40:01 #8 30.90 Preparing to unpack .../084-libhtml-tree-perl_5.07-2_all.deb ...
21:40:01 #8 30.91 Unpacking libhtml-tree-perl (5.07-2) ...
21:40:01 #8 30.96 Selecting previously unselected package libio-html-perl.
21:40:01 #8 30.96 Preparing to unpack .../085-libio-html-perl_1.004-2_all.deb ...
21:40:01 #8 30.96 Unpacking libio-html-perl (1.004-2) ...
21:40:01 #8 31.00 Selecting previously unselected package liblwp-mediatypes-perl.
21:40:01 #8 31.00 Preparing to unpack .../086-liblwp-mediatypes-perl_6.04-1_all.deb ...
21:40:01 #8 31.01 Unpacking liblwp-mediatypes-perl (6.04-1) ...
21:40:01 #8 31.04 Selecting previously unselected package libhttp-message-perl.
21:40:01 #8 31.04 Preparing to unpack .../087-libhttp-message-perl_6.28-1_all.deb ...
21:40:01 #8 31.05 Unpacking libhttp-message-perl (6.28-1) ...
21:40:01 #8 31.08 Selecting previously unselected package libhttp-cookies-perl.
21:40:01 #8 31.08 Preparing to unpack .../088-libhttp-cookies-perl_6.10-1_all.deb ...
21:40:01 #8 31.09 Unpacking libhttp-cookies-perl (6.10-1) ...
21:40:01 #8 31.12 Selecting previously unselected package libhttp-negotiate-perl.
21:40:01 #8 31.12 Preparing to unpack .../089-libhttp-negotiate-perl_6.01-1_all.deb ...
21:40:01 #8 31.13 Unpacking libhttp-negotiate-perl (6.01-1) ...
21:40:01 #8 31.16 Selecting previously unselected package perl-openssl-defaults:armhf.
21:40:01 #8 31.16 Preparing to unpack .../090-perl-openssl-defaults_5_armhf.deb ...
21:40:01 #8 31.17 Unpacking perl-openssl-defaults:armhf (5) ...
21:40:01 #8 31.20 Selecting previously unselected package libnet-ssleay-perl.
21:40:01 #8 31.20 Preparing to unpack .../091-libnet-ssleay-perl_1.88-3+b1_armhf.deb ...
21:40:01 #8 31.21 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
21:40:01 #8 31.27 Selecting previously unselected package libio-socket-ssl-perl.
21:40:01 #8 31.27 Preparing to unpack .../092-libio-socket-ssl-perl_2.069-1_all.deb ...
21:40:01 #8 31.27 Unpacking libio-socket-ssl-perl (2.069-1) ...
21:40:01 #8 31.32 Selecting previously unselected package libnet-http-perl.
21:40:01 #8 31.32 Preparing to unpack .../093-libnet-http-perl_6.20-1_all.deb ...
21:40:01 #8 31.33 Unpacking libnet-http-perl (6.20-1) ...
21:40:01 #8 31.36 Selecting previously unselected package liblwp-protocol-https-perl.
21:40:01 #8 31.36 Preparing to unpack .../094-liblwp-protocol-https-perl_6.10-1_all.deb ...
21:40:01 #8 31.37 Unpacking liblwp-protocol-https-perl (6.10-1) ...
21:40:02 #8 31.41 Selecting previously unselected package libtry-tiny-perl.
21:40:02 #8 31.41 Preparing to unpack .../095-libtry-tiny-perl_0.30-1_all.deb ...
21:40:02 #8 31.41 Unpacking libtry-tiny-perl (0.30-1) ...
21:40:02 #8 31.45 Selecting previously unselected package libwww-robotrules-perl.
21:40:02 #8 31.45 Preparing to unpack .../096-libwww-robotrules-perl_6.02-1_all.deb ...
21:40:02 #8 31.45 Unpacking libwww-robotrules-perl (6.02-1) ...
21:40:02 #8 31.49 Selecting previously unselected package libwww-perl.
21:40:02 #8 31.49 Preparing to unpack .../097-libwww-perl_6.52-1_all.deb ...
21:40:02 #8 31.49 Unpacking libwww-perl (6.52-1) ...
21:40:02 #8 31.54 Selecting previously unselected package patchutils.
21:40:02 #8 31.54 Preparing to unpack .../098-patchutils_0.4.2-1_armhf.deb ...
21:40:02 #8 31.55 Unpacking patchutils (0.4.2-1) ...
21:40:02 #8 31.59 Selecting previously unselected package libtinfo5:armhf.
21:40:02 #8 31.60 Preparing to unpack .../099-libtinfo5_6.2+20201114-2_armhf.deb ...
21:40:02 #8 31.60 Unpacking libtinfo5:armhf (6.2+20201114-2) ...
21:40:02 #8 31.65 Selecting previously unselected package wdiff.
21:40:02 #8 31.65 Preparing to unpack .../100-wdiff_1.2.2-2_armhf.deb ...
21:40:02 #8 31.65 Unpacking wdiff (1.2.2-2) ...
21:40:02 #8 31.71 Selecting previously unselected package devscripts.
21:40:02 #8 31.71 Preparing to unpack .../101-devscripts_2.21.3+deb11u1_armhf.deb ...
21:40:02 #8 31.73 Unpacking devscripts (2.21.3+deb11u1) ...
21:40:02 #8 31.84 Selecting previously unselected package equivs.
21:40:02 #8 31.84 Preparing to unpack .../102-equivs_2.3.1_all.deb ...
21:40:02 #8 31.85 Unpacking equivs (2.3.1) ...
21:40:02 #8 31.89 Selecting previously unselected package libcurl3-gnutls:armhf.
21:40:02 #8 31.90 Preparing to unpack .../103-libcurl3-gnutls_7.74.0-1.3_armhf.deb ...
21:40:02 #8 31.90 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3) ...
21:40:02 #8 31.96 Selecting previously unselected package liberror-perl.
21:40:02 #8 31.96 Preparing to unpack .../104-liberror-perl_0.17029-1_all.deb ...
21:40:02 #8 31.96 Unpacking liberror-perl (0.17029-1) ...
21:40:02 #8 32.00 Selecting previously unselected package git-man.
21:40:02 #8 32.00 Preparing to unpack .../105-git-man_1%3a2.30.2-1_all.deb ...
21:40:02 #8 32.01 Unpacking git-man (1:2.30.2-1) ...
21:40:02 #8 32.11 Selecting previously unselected package git.
21:40:02 #8 32.11 Preparing to unpack .../106-git_1%3a2.30.2-1_armhf.deb ...
21:40:02 #8 32.13 Unpacking git (1:2.30.2-1) ...
21:40:03 #8 32.58 Setting up media-types (4.0.0) ...
21:40:03 #8 32.60 Setting up libpipeline1:armhf (1.5.3-1) ...
21:40:03 #8 32.61 Setting up bsdextrautils (2.36.1-8) ...
21:40:03 #8 32.63 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
21:40:03 #8 32.63 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/write.ul.1.gz (of link group write) doesn't exist
21:40:03 #8 32.64 Setting up libicu67:armhf (67.1-7) ...
21:40:03 #8 32.66 Setting up libmagic-mgc (1:5.39-3) ...
21:40:03 #8 32.68 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
21:40:03 #8 32.70 Setting up binutils-common:armhf (2.35.2-2+rpi1) ...
21:40:03 #8 32.71 Setting up libmagic1:armhf (1:5.39-3) ...
21:40:03 #8 32.74 Setting up perl-openssl-defaults:armhf (5) ...
21:40:03 #8 32.76 Setting up linux-libc-dev:armhf (1:1.20211007-2) ...
21:40:03 #8 32.78 Setting up libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
21:40:03 #8 32.79 Setting up gettext-base (0.21-4) ...
21:40:03 #8 32.81 Setting up libcurl3-gnutls:armhf (7.74.0-1.3) ...
21:40:03 #8 32.82 Setting up file (1:5.39-3) ...
21:40:03 #8 32.83 Setting up libgomp1:armhf (10.2.1-6+rpi1) ...
21:40:03 #8 32.85 Setting up bzip2 (1.0.8-4) ...
21:40:03 #8 32.87 Setting up libfakeroot:armhf (1.25.3-1.1) ...
21:40:03 #8 32.88 Setting up libasan6:armhf (10.2.1-6+rpi1) ...
21:40:03 #8 32.90 Setting up fakeroot (1.25.3-1.1) ...
21:40:03 #8 32.91 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
21:40:03 #8 32.91 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
21:40:03 #8 32.91 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
21:40:03 #8 32.91 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
21:40:03 #8 32.91 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
21:40:03 #8 32.91 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
21:40:03 #8 32.91 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
21:40:03 #8 32.91 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
21:40:03 #8 32.91 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
21:40:03 #8 32.92 Setting up autotools-dev (20180224.1+nmu1) ...
21:40:03 #8 32.94 Setting up libtirpc-dev:armhf (1.3.1-1) ...
21:40:03 #8 32.96 Setting up make (4.3-4.1) ...
21:40:03 #8 32.97 Setting up libmpfr6:armhf (4.1.0-3) ...
21:40:03 #8 32.99 Setting up libsigsegv2:armhf (2.13-1) ...
21:40:03 #8 33.00 Setting up xz-utils (5.2.5-2) ...
21:40:03 #8 33.02 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
21:40:03 #8 33.02 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
21:40:03 #8 33.02 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
21:40:03 #8 33.02 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
21:40:03 #8 33.02 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
21:40:03 #8 33.02 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
21:40:03 #8 33.02 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
21:40:03 #8 33.02 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
21:40:03 #8 33.02 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
21:40:03 #8 33.02 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
21:40:03 #8 33.02 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
21:40:03 #8 33.03 Setting up libmpc3:armhf (1.2.0-1) ...
21:40:03 #8 33.05 Setting up libatomic1:armhf (10.2.1-6+rpi1) ...
21:40:03 #8 33.06 Setting up patch (2.7.6-7) ...
21:40:03 #8 33.08 Setting up autopoint (0.21-4) ...
21:40:03 #8 33.09 Setting up libubsan1:armhf (10.2.1-6+rpi1) ...
21:40:03 #8 33.11 Setting up libnsl-dev:armhf (1.3.0-2) ...
21:40:03 #8 33.12 Setting up sensible-utils (0.0.14) ...
21:40:03 #8 33.14 Setting up libcrypt-dev:armhf (1:4.4.18-4) ...
21:40:03 #8 33.16 Setting up libuchardet0:armhf (0.0.7-1) ...
21:40:03 #8 33.17 Setting up libmpdec3:armhf (2.5.1-1+rpi1) ...
21:40:03 #8 33.19 Setting up git-man (1:2.30.2-1) ...
21:40:03 #8 33.20 Setting up libbinutils:armhf (2.35.2-2+rpi1) ...
21:40:03 #8 33.21 Setting up libisl23:armhf (0.23-1) ...
21:40:03 #8 33.23 Setting up libc-dev-bin (2.31-13+rpt2+rpi1) ...
21:40:03 #8 33.24 Setting up libtinfo5:armhf (6.2+20201114-2) ...
21:40:03 #8 33.26 Setting up libelf1:armhf (0.183-1) ...
21:40:03 #8 33.27 Setting up libxml2:armhf (2.9.10+dfsg-6.7) ...
21:40:03 #8 33.28 Setting up libcc1-0:armhf (10.2.1-6+rpi1) ...
21:40:03 #8 33.30 Setting up cpp-10 (10.2.1-6+rpi1) ...
21:40:03 #8 33.31 Setting up libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
21:40:03 #8 33.33 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
21:40:03 #8 33.34 Setting up libgdbm6:armhf (1.19-2) ...
21:40:03 #8 33.36 Setting up libctf0:armhf (2.35.2-2+rpi1) ...
21:40:03 #8 33.38 Setting up wdiff (1.2.2-2) ...
21:40:03 #8 33.39 Setting up gettext (0.21-4) ...
21:40:03 #8 33.41 Setting up libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
21:40:03 #8 33.42 Setting up m4 (1.4.18-5) ...
21:40:03 #8 33.44 Setting up libgdbm-compat4:armhf (1.19-2) ...
21:40:03 #8 33.46 Setting up libperl5.32:armhf (5.32.1-4+deb11u2) ...
21:40:03 #8 33.47 Setting up dwz (0.13+20210201-1) ...
21:40:03 #8 33.49 Setting up groff-base (1.22.4-6) ...
21:40:03 #8 33.51 Setting up cpp (4:10.2.1-1+rpi1) ...
21:40:04 #8 33.53 Setting up libc6-dev:armhf (2.31-13+rpt2+rpi1) ...
21:40:04 #8 33.55 Setting up binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
21:40:04 #8 33.56 Setting up python3.9 (3.9.2-1+rpi1) ...
21:40:04 #8 34.30 Setting up python3 (3.9.2-3) ...
21:40:04 #8 34.40 Setting up binutils (2.35.2-2+rpi1) ...
21:40:05 #8 34.42 Setting up man-db (2.9.4-2) ...
21:40:05 #8 34.53 Building database of manual pages ...
21:40:07 #8 37.21 Setting up perl (5.32.1-4+deb11u2) ...
21:40:07 #8 37.24 Setting up libio-html-perl (1.004-2) ...
21:40:07 #8 37.25 Setting up libb-hooks-op-check-perl (0.22-1+b4) ...
21:40:07 #8 37.27 Setting up gcc-10 (10.2.1-6+rpi1) ...
21:40:07 #8 37.28 Setting up libdpkg-perl (1.20.9+rpi1) ...
21:40:07 #8 37.30 Setting up autoconf (2.69-14) ...
21:40:07 #8 37.32 Setting up libtimedate-perl (2.3300-2) ...
21:40:07 #8 37.33 Setting up libsub-override-perl (0.09-2) ...
21:40:07 #8 37.34 Setting up libstrictures-perl (2.000006-1) ...
21:40:07 #8 37.36 Setting up libsub-quote-perl (2.006006-1) ...
21:40:07 #8 37.37 Setting up libfile-dirlist-perl (0.05-2) ...
21:40:07 #8 37.39 Setting up liburi-perl (5.08-1) ...
21:40:07 #8 37.40 Setting up libfile-touch-perl (0.11-1) ...
21:40:07 #8 37.42 Setting up libnet-ssleay-perl (1.88-3+b1) ...
21:40:07 #8 37.43 Setting up automake (1:1.16.3-2) ...
21:40:08 #8 37.44 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
21:40:08 #8 37.44 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
21:40:08 #8 37.44 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
21:40:08 #8 37.45 Setting up libhttp-date-perl (6.05-1) ...
21:40:08 #8 37.47 Setting up libfile-which-perl (1.23-1) ...
21:40:08 #8 37.49 Setting up libfile-listing-perl (6.14-1) ...
21:40:08 #8 37.51 Setting up libdynaloader-functions-perl (0.003-1.1) ...
21:40:08 #8 37.52 Setting up libclass-method-modifiers-perl (2.13-1) ...
21:40:08 #8 37.54 Setting up libio-pty-perl (1:1.15-2) ...
21:40:08 #8 37.55 Setting up libtool (2.4.6-15) ...
21:40:08 #8 37.56 Setting up libarchive-zip-perl (1.68-1) ...
21:40:08 #8 37.58 Setting up libhtml-tagset-perl (3.20-4) ...
21:40:08 #8 37.60 Setting up libdebhelper-perl (13.3.4) ...
21:40:08 #8 37.62 Setting up liblwp-mediatypes-perl (6.04-1) ...
21:40:08 #8 37.64 Setting up libtry-tiny-perl (0.30-1) ...
21:40:08 #8 37.65 Setting up libnet-http-perl (6.20-1) ...
21:40:08 #8 37.66 Setting up libencode-locale-perl (1.05-1.1) ...
21:40:08 #8 37.68 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
21:40:08 #8 37.69 Setting up gcc (4:10.2.1-1+rpi1) ...
21:40:08 #8 37.72 Setting up dpkg-dev (1.20.9+rpi1) ...
21:40:08 #8 37.75 Setting up intltool-debian (0.35.0+20060710.5) ...
21:40:08 #8 37.76 Setting up liberror-perl (0.17029-1) ...
21:40:08 #8 37.77 Setting up dh-autoreconf (20) ...
21:40:08 #8 37.79 Setting up patchutils (0.4.2-1) ...
21:40:08 #8 37.81 Setting up libipc-run-perl (20200505.0-1) ...
21:40:08 #8 37.83 Setting up git (1:2.30.2-1) ...
21:40:08 #8 37.86 Setting up libwww-robotrules-perl (6.02-1) ...
21:40:08 #8 37.87 Setting up libhtml-parser-perl (3.75-1+b1) ...
21:40:08 #8 37.89 Setting up librole-tiny-perl (2.002004-1) ...
21:40:08 #8 37.91 Setting up libfile-homedir-perl (1.006-1) ...
21:40:08 #8 37.93 Setting up libio-socket-ssl-perl (2.069-1) ...
21:40:08 #8 37.96 Setting up libhttp-message-perl (6.28-1) ...
21:40:08 #8 37.98 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
21:40:08 #8 38.01 Setting up libhttp-negotiate-perl (6.01-1) ...
21:40:08 #8 38.03 Setting up libhttp-cookies-perl (6.10-1) ...
21:40:08 #8 38.04 Setting up po-debconf (1.0.21+nmu1) ...
21:40:08 #8 38.06 Setting up libhtml-tree-perl (5.07-2) ...
21:40:08 #8 38.08 Setting up libparams-classify-perl (0.015-1+b3) ...
21:40:08 #8 38.09 Setting up libmodule-runtime-perl (0.016-1) ...
21:40:08 #8 38.11 Setting up dh-strip-nondeterminism (1.12.0-1) ...
21:40:08 #8 38.13 Setting up libimport-into-perl (1.002005-1) ...
21:40:08 #8 38.14 Setting up libmoo-perl (2.004004-1) ...
21:40:08 #8 38.16 Setting up debhelper (13.3.4) ...
21:40:08 #8 38.18 Setting up equivs (2.3.1) ...
21:40:08 #8 38.20 Setting up liblwp-protocol-https-perl (6.10-1) ...
21:40:08 #8 38.21 Setting up libwww-perl (6.52-1) ...
21:40:08 #8 38.25 Setting up devscripts (2.21.3+deb11u1) ...
21:40:08 #8 38.41 Processing triggers for libc-bin (2.31-13+rpi1) ...
21:40:09 #8 DONE 39.4s
21:40:10 
21:40:10 #10 [stage-1 3/8] COPY common /root/build-deb/debian
21:40:10 #10 sha256:b38962d2593b248bd8d7934090e54edd6f472ded285b877e59fd5b1e5ab270ff
21:40:10 #10 DONE 0.1s
21:40:10 
21:40:10 #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
21:40:10 #11 sha256:78735011788df6213a8ae0530cf6462bed560428a19d484a2fbf69755a7d8448
21:40:11 #11 1.086 Hit:1 http://archive.raspbian.org/raspbian bullseye InRelease
21:40:11 #11 1.106 Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
21:40:12 #11 1.459 Reading package lists...
21:40:12 #11 2.916 W: Skipping acquire of configured file 'ui/binary-armhf/Packages' as repository 'http://archive.raspberrypi.org/debian bullseye InRelease' doesn't have the component 'ui' (component misspelt in sources.list?)
21:40:13 #11 3.227 dpkg-buildpackage: info: source package docker-ce-build-deps
21:40:13 #11 3.227 dpkg-buildpackage: info: source version 1.0
21:40:13 #11 3.227 dpkg-buildpackage: info: source distribution unstable
21:40:13 #11 3.227 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
21:40:13 #11 3.264 dpkg-buildpackage: info: host architecture armhf
21:40:13 #11 3.265  dpkg-source --before-build .
21:40:13 #11 3.373  debian/rules clean
21:40:13 #11 3.374 dh clean
21:40:13 #11 3.460    dh_clean
21:40:13 #11 3.496  debian/rules binary
21:40:13 #11 3.498 dh binary
21:40:13 #11 3.570    dh_update_autotools_config
21:40:13 #11 3.601    dh_autoreconf
21:40:13 #11 3.645    create-stamp debian/debhelper-build-stamp
21:40:13 #11 3.645    dh_prep
21:40:13 #11 3.676    dh_install
21:40:13 #11 3.713    dh_installdocs
21:40:13 #11 3.755    dh_installchangelogs
21:40:13 #11 3.843    dh_perl
21:40:13 #11 3.882    dh_link
21:40:13 #11 3.919    dh_strip_nondeterminism
21:40:14 #11 3.987    dh_compress
21:40:14 #11 4.029    dh_fixperms
21:40:14 #11 4.073    dh_missing
21:40:14 #11 4.101    dh_installdeb
21:40:14 #11 4.138    dh_gencontrol
21:40:14 #11 4.262    dh_md5sums
21:40:14 #11 4.298    dh_builddeb
21:40:14 #11 4.327 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
21:40:14 #11 4.345  dpkg-genbuildinfo --build=binary
21:40:14 #11 4.487  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_armhf.changes
21:40:14 #11 4.574 dpkg-genchanges: info: binary-only upload (no source code included)
21:40:14 #11 4.576  dpkg-source --after-build .
21:40:14 #11 4.685 dpkg-buildpackage: info: binary-only upload (no source included)
21:40:14 #11 4.690 
21:40:14 #11 4.690 The package has been created.
21:40:14 #11 4.690 Attention, the package has been created in the current directory,
21:40:14 #11 4.690 not in ".." as indicated by the message above!
21:40:14 #11 4.712 Selecting previously unselected package docker-ce-build-deps.
21:40:14 #11 4.722 (Reading database ... 17323 files and directories currently installed.)
21:40:14 #11 4.723 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
21:40:14 #11 4.736 Unpacking docker-ce-build-deps (1.0) ...
21:40:16 #11 4.787 Reading package lists...
21:40:16 #11 6.132 Building dependency tree...
21:40:16 #11 6.307 Reading state information...
21:40:16 #11 6.332 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
21:40:16 #11 6.577 Starting 2 pkgProblemResolver with broken count: 0
21:40:16 #11 6.580 Done
21:40:16 #11 6.779  Done
21:40:16 #11 6.973 Starting pkgProblemResolver with broken count: 0
21:40:16 #11 7.021 Starting 2 pkgProblemResolver with broken count: 0
21:40:16 #11 7.025 Done
21:40:17 #11 7.387 The following additional packages will be installed:
21:40:17 #11 7.387   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
21:40:17 #11 7.387   g++-10 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
21:40:17 #11 7.387   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp24
21:40:17 #11 7.387   libltdl-dev libltdl7 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
21:40:17 #11 7.387   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
21:40:17 #11 7.388   libstdc++-10-dev libsystemd-dev libudev-dev libuv1 pkg-config
21:40:17 #11 7.389 Suggested packages:
21:40:17 #11 7.389   cmake-doc ninja-build apparmor-easyprof gcc-10-doc lrzip libtool-doc seccomp
21:40:17 #11 7.389   libstdc++-10-doc
21:40:17 #11 7.389 Recommended packages:
21:40:17 #11 7.389   libglib2.0-data shared-mime-info xdg-user-dirs
21:40:17 #11 7.807 The following NEW packages will be installed:
21:40:17 #11 7.807   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
21:40:17 #11 7.807   g++-10 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
21:40:17 #11 7.807   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp24
21:40:17 #11 7.807   libltdl-dev libltdl7 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
21:40:17 #11 7.807   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
21:40:17 #11 7.808   libstdc++-10-dev libsystemd-dev libudev-dev libuv1 pkg-config
21:40:18 #11 8.243 0 upgraded, 31 newly installed, 0 to remove and 14 not upgraded.
21:40:18 #11 8.243 1 not fully installed or removed.
21:40:18 #11 8.243 Need to get 19.6 MB of archives.
21:40:18 #11 8.243 After this operation, 84.0 MB of additional disk space will be used.
21:40:18 #11 8.243 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf libstdc++-10-dev armhf 10.2.1-6+rpi1 [1751 kB]
21:40:18 #11 8.816 Get:2 http://archive.raspbian.org/raspbian bullseye/main armhf g++-10 armhf 10.2.1-6+rpi1 [7341 kB]
21:40:19 #11 9.162 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf g++ armhf 4:10.2.1-1+rpi1 [1632 B]
21:40:19 #11 9.163 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf build-essential armhf 12.9 [7704 B]
21:40:19 #11 9.164 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf bash-completion all 1:2.11-2 [234 kB]
21:40:19 #11 9.166 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf cmake-data all 3.18.4-2+rpi1 [1725 kB]
21:40:19 #11 9.243 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive13 armhf 3.4.3-2 [294 kB]
21:40:19 #11 9.308 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf libjsoncpp24 armhf 1.9.4-4 [67.0 kB]
21:40:19 #11 9.309 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf librhash0 armhf 1.4.1-2 [141 kB]
21:40:19 #11 9.310 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf libuv1 armhf 1.40.0-1 [118 kB]
21:40:19 #11 9.311 Get:11 http://archive.raspbian.org/raspbian bullseye/main armhf cmake armhf 3.18.4-2+rpi1 [3118 kB]
21:40:19 #11 9.473 Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf dh-apparmor all 2.13.6-10 [75.2 kB]
21:40:19 #11 9.476 Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf libbtrfs0 armhf 5.10.1-2 [218 kB]
21:40:19 #11 9.478 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf libbtrfs-dev armhf 5.10.1-2 [279 kB]
21:40:19 #11 9.480 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [91.4 kB]
21:40:19 #11 9.481 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [134 kB]
21:40:19 #11 9.482 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1 [22.3 kB]
21:40:19 #11 9.483 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf libudev-dev armhf 247.3-6+rpi1 [123 kB]
21:40:19 #11 9.485 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf libsepol1-dev armhf 3.1-1 [308 kB]
21:40:19 #11 9.550 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-16-0 armhf 10.36-2 [197 kB]
21:40:19 #11 9.557 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-32-0 armhf 10.36-2 [187 kB]
21:40:19 #11 9.638 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-posix2 armhf 10.36-2 [48.7 kB]
21:40:19 #11 9.639 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-dev armhf 10.36-2 [626 kB]
21:40:19 #11 9.644 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf libselinux1-dev armhf 3.1-3 [156 kB]
21:40:19 #11 9.646 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper-dev armhf 2:1.02.175-2.1 [52.0 kB]
21:40:19 #11 9.646 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl7 armhf 2.4.6-15 [388 kB]
21:40:19 #11 9.650 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl-dev armhf 2.4.6-15 [159 kB]
21:40:19 #11 9.651 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+rpi1 [87.7 kB]
21:40:19 #11 9.652 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf libsystemd-dev armhf 247.3-6+rpi1 [401 kB]
21:40:19 #11 9.722 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1183 kB]
21:40:19 #11 9.734 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf pkg-config armhf 0.29.2-1 [61.5 kB]
21:40:19 #11 9.989 debconf: delaying package configuration, since apt-utils is not installed
21:40:19 #11 10.03 Fetched 19.6 MB in 2s (9794 kB/s)
21:40:19 #11 10.05 Selecting previously unselected package libstdc++-10-dev:armhf.
21:40:20 #11 10.05 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17327 files and directories currently installed.)
21:40:20 #11 10.06 Preparing to unpack .../00-libstdc++-10-dev_10.2.1-6+rpi1_armhf.deb ...
21:40:20 #11 10.07 Unpacking libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
21:40:20 #11 10.31 Selecting previously unselected package g++-10.
21:40:20 #11 10.31 Preparing to unpack .../01-g++-10_10.2.1-6+rpi1_armhf.deb ...
21:40:20 #11 10.31 Unpacking g++-10 (10.2.1-6+rpi1) ...
21:40:21 #11 10.96 Selecting previously unselected package g++.
21:40:21 #11 10.96 Preparing to unpack .../02-g++_4%3a10.2.1-1+rpi1_armhf.deb ...
21:40:21 #11 10.97 Unpacking g++ (4:10.2.1-1+rpi1) ...
21:40:21 #11 11.00 Selecting previously unselected package build-essential.
21:40:21 #11 11.00 Preparing to unpack .../03-build-essential_12.9_armhf.deb ...
21:40:21 #11 11.00 Unpacking build-essential (12.9) ...
21:40:21 #11 11.05 Selecting previously unselected package bash-completion.
21:40:21 #11 11.05 Preparing to unpack .../04-bash-completion_1%3a2.11-2_all.deb ...
21:40:21 #11 11.59 Unpacking bash-completion (1:2.11-2) ...
21:40:21 #11 11.72 Selecting previously unselected package cmake-data.
21:40:21 #11 11.73 Preparing to unpack .../05-cmake-data_3.18.4-2+rpi1_all.deb ...
21:40:21 #11 11.73 Unpacking cmake-data (3.18.4-2+rpi1) ...
21:40:22 #11 12.07 Selecting previously unselected package libarchive13:armhf.
21:40:22 #11 12.07 Preparing to unpack .../06-libarchive13_3.4.3-2_armhf.deb ...
21:40:22 #11 12.08 Unpacking libarchive13:armhf (3.4.3-2) ...
21:40:22 #11 12.16 Selecting previously unselected package libjsoncpp24:armhf.
21:40:22 #11 12.17 Preparing to unpack .../07-libjsoncpp24_1.9.4-4_armhf.deb ...
21:40:22 #11 12.17 Unpacking libjsoncpp24:armhf (1.9.4-4) ...
21:40:22 #11 12.22 Selecting previously unselected package librhash0:armhf.
21:40:22 #11 12.22 Preparing to unpack .../08-librhash0_1.4.1-2_armhf.deb ...
21:40:22 #11 12.22 Unpacking librhash0:armhf (1.4.1-2) ...
21:40:22 #11 12.28 Selecting previously unselected package libuv1:armhf.
21:40:22 #11 12.28 Preparing to unpack .../09-libuv1_1.40.0-1_armhf.deb ...
21:40:22 #11 12.29 Unpacking libuv1:armhf (1.40.0-1) ...
21:40:22 #11 12.33 Selecting previously unselected package cmake.
21:40:22 #11 12.33 Preparing to unpack .../10-cmake_3.18.4-2+rpi1_armhf.deb ...
21:40:22 #11 12.33 Unpacking cmake (3.18.4-2+rpi1) ...
21:40:22 #11 12.70 Selecting previously unselected package dh-apparmor.
21:40:22 #11 12.70 Preparing to unpack .../11-dh-apparmor_2.13.6-10_all.deb ...
21:40:22 #11 12.70 Unpacking dh-apparmor (2.13.6-10) ...
21:40:22 #11 12.76 Selecting previously unselected package libbtrfs0:armhf.
21:40:22 #11 12.76 Preparing to unpack .../12-libbtrfs0_5.10.1-2_armhf.deb ...
21:40:22 #11 12.77 Unpacking libbtrfs0:armhf (5.10.1-2) ...
21:40:22 #11 12.81 Selecting previously unselected package libbtrfs-dev:armhf.
21:40:22 #11 12.81 Preparing to unpack .../13-libbtrfs-dev_5.10.1-2_armhf.deb ...
21:40:22 #11 12.82 Unpacking libbtrfs-dev:armhf (5.10.1-2) ...
21:40:22 #11 12.89 Selecting previously unselected package dmsetup.
21:40:22 #11 12.89 Preparing to unpack .../14-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
21:40:22 #11 12.89 Unpacking dmsetup (2:1.02.175-2.1) ...
21:40:22 #11 12.94 Selecting previously unselected package libdevmapper1.02.1:armhf.
21:40:22 #11 12.94 Preparing to unpack .../15-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
21:40:22 #11 12.95 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
21:40:22 #11 13.00 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
21:40:22 #11 13.00 Preparing to unpack .../16-libdevmapper-event1.02.1_2%3a1.02.175-2.1_armhf.deb ...
21:40:22 #11 13.01 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
21:40:22 #11 13.05 Selecting previously unselected package libudev-dev:armhf.
21:40:23 #11 13.05 Preparing to unpack .../17-libudev-dev_247.3-6+rpi1_armhf.deb ...
21:40:23 #11 13.05 Unpacking libudev-dev:armhf (247.3-6+rpi1) ...
21:40:23 #11 13.09 Selecting previously unselected package libsepol1-dev:armhf.
21:40:23 #11 13.10 Preparing to unpack .../18-libsepol1-dev_3.1-1_armhf.deb ...
21:40:23 #11 13.10 Unpacking libsepol1-dev:armhf (3.1-1) ...
21:40:23 #11 13.18 Selecting previously unselected package libpcre2-16-0:armhf.
21:40:23 #11 13.18 Preparing to unpack .../19-libpcre2-16-0_10.36-2_armhf.deb ...
21:40:23 #11 13.19 Unpacking libpcre2-16-0:armhf (10.36-2) ...
21:40:23 #11 13.24 Selecting previously unselected package libpcre2-32-0:armhf.
21:40:23 #11 13.24 Preparing to unpack .../20-libpcre2-32-0_10.36-2_armhf.deb ...
21:40:23 #11 13.25 Unpacking libpcre2-32-0:armhf (10.36-2) ...
21:40:23 #11 13.30 Selecting previously unselected package libpcre2-posix2:armhf.
21:40:23 #11 13.30 Preparing to unpack .../21-libpcre2-posix2_10.36-2_armhf.deb ...
21:40:23 #11 13.31 Unpacking libpcre2-posix2:armhf (10.36-2) ...
21:40:23 #11 13.34 Selecting previously unselected package libpcre2-dev:armhf.
21:40:23 #11 13.35 Preparing to unpack .../22-libpcre2-dev_10.36-2_armhf.deb ...
21:40:23 #11 13.35 Unpacking libpcre2-dev:armhf (10.36-2) ...
21:40:23 #11 13.43 Selecting previously unselected package libselinux1-dev:armhf.
21:40:23 #11 13.44 Preparing to unpack .../23-libselinux1-dev_3.1-3_armhf.deb ...
21:40:23 #11 13.44 Unpacking libselinux1-dev:armhf (3.1-3) ...
21:40:23 #11 13.50 Selecting previously unselected package libdevmapper-dev:armhf.
21:40:23 #11 13.51 Preparing to unpack .../24-libdevmapper-dev_2%3a1.02.175-2.1_armhf.deb ...
21:40:23 #11 13.51 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1) ...
21:40:23 #11 13.56 Selecting previously unselected package libltdl7:armhf.
21:40:23 #11 13.57 Preparing to unpack .../25-libltdl7_2.4.6-15_armhf.deb ...
21:40:23 #11 13.57 Unpacking libltdl7:armhf (2.4.6-15) ...
21:40:23 #11 13.60 Selecting previously unselected package libltdl-dev:armhf.
21:40:23 #11 13.61 Preparing to unpack .../26-libltdl-dev_2.4.6-15_armhf.deb ...
21:40:23 #11 13.62 Unpacking libltdl-dev:armhf (2.4.6-15) ...
21:40:23 #11 13.66 Selecting previously unselected package libseccomp-dev:armhf.
21:40:23 #11 13.66 Preparing to unpack .../27-libseccomp-dev_2.5.1-1+rpi1_armhf.deb ...
21:40:23 #11 13.67 Unpacking libseccomp-dev:armhf (2.5.1-1+rpi1) ...
21:40:23 #11 13.71 Selecting previously unselected package libsystemd-dev:armhf.
21:40:23 #11 13.71 Preparing to unpack .../28-libsystemd-dev_247.3-6+rpi1_armhf.deb ...
21:40:23 #11 13.72 Unpacking libsystemd-dev:armhf (247.3-6+rpi1) ...
21:40:23 #11 13.80 Selecting previously unselected package libglib2.0-0:armhf.
21:40:23 #11 13.80 Preparing to unpack .../29-libglib2.0-0_2.66.8-1_armhf.deb ...
21:40:23 #11 13.81 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
21:40:23 #11 13.94 Selecting previously unselected package pkg-config.
21:40:23 #11 13.94 Preparing to unpack .../30-pkg-config_0.29.2-1_armhf.deb ...
21:40:23 #11 13.95 Unpacking pkg-config (0.29.2-1) ...
21:40:23 #11 13.99 Setting up libseccomp-dev:armhf (2.5.1-1+rpi1) ...
21:40:23 #11 14.01 Setting up libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
21:40:23 #11 14.03 Setting up g++-10 (10.2.1-6+rpi1) ...
21:40:23 #11 14.04 Setting up libarchive13:armhf (3.4.3-2) ...
21:40:23 #11 14.05 Setting up libglib2.0-0:armhf (2.66.8-1) ...
21:40:23 #11 14.07 No schema files found: doing nothing.
21:40:23 #11 14.08 Setting up libsepol1-dev:armhf (3.1-1) ...
21:40:23 #11 14.09 Setting up libpcre2-16-0:armhf (10.36-2) ...
21:40:23 #11 14.10 Setting up libbtrfs0:armhf (5.10.1-2) ...
21:40:23 #11 14.12 Setting up libpcre2-32-0:armhf (10.36-2) ...
21:40:23 #11 14.13 Setting up libuv1:armhf (1.40.0-1) ...
21:40:23 #11 14.15 Setting up bash-completion (1:2.11-2) ...
21:40:24 #11 14.77 Setting up pkg-config (0.29.2-1) ...
21:40:24 #11 14.82 Setting up libudev-dev:armhf (247.3-6+rpi1) ...
21:40:24 #11 14.84 Setting up libpcre2-posix2:armhf (10.36-2) ...
21:40:24 #11 14.85 Setting up libltdl7:armhf (2.4.6-15) ...
21:40:24 #11 14.86 Setting up libjsoncpp24:armhf (1.9.4-4) ...
21:40:24 #11 14.88 Setting up libbtrfs-dev:armhf (5.10.1-2) ...
21:40:24 #11 14.89 Setting up g++ (4:10.2.1-1+rpi1) ...
21:40:24 #11 14.91 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
21:40:24 #11 14.92 Setting up librhash0:armhf (1.4.1-2) ...
21:40:24 #11 14.93 Setting up build-essential (12.9) ...
21:40:24 #11 14.95 Setting up cmake-data (3.18.4-2+rpi1) ...
21:40:24 #11 14.97 Setting up dh-apparmor (2.13.6-10) ...
21:40:24 #11 14.98 Setting up libsystemd-dev:armhf (247.3-6+rpi1) ...
21:40:25 #11 14.99 Setting up libpcre2-dev:armhf (10.36-2) ...
21:40:25 #11 15.00 Setting up libselinux1-dev:armhf (3.1-3) ...
21:40:25 #11 15.02 Setting up libltdl-dev:armhf (2.4.6-15) ...
21:40:25 #11 15.03 Setting up cmake (3.18.4-2+rpi1) ...
21:40:25 #11 15.05 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
21:40:25 #11 15.06 Setting up dmsetup (2:1.02.175-2.1) ...
21:40:25 #11 15.07 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
21:40:25 #11 15.09 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1) ...
21:40:25 #11 15.10 Setting up docker-ce-build-deps (1.0) ...
21:40:25 #11 15.12 Processing triggers for libc-bin (2.31-13+rpi1) ...
21:40:25 #11 15.14 Processing triggers for man-db (2.9.4-2) ...
21:40:25 #11 DONE 15.4s
21:40:25 
21:40:25 #12 [stage-1 5/8] COPY sources/ /sources
21:40:25 #12 sha256:bfca16b4be4a047c55a4d05d35743dfb35ee637577f2a1b2d0b8c03b7da6ea3b
21:40:25 #12 DONE 0.1s
21:40:25 
21:40:25 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
21:40:25 #14 sha256:7184245e900f3110b2941069b73d971d23fadc3e5c4b8d88a80749bf51c95aaa
21:40:27 #14 DONE 1.6s
21:40:27 
21:40:27 #15 [stage-1 7/8] WORKDIR /root/build-deb
21:40:27 #15 sha256:8f4ee0c4d37545c79bc5766abcfa03d09852e75dd4a03f87b5d7e9af2ca0f156
21:40:27 #15 DONE 0.0s
21:40:27 
21:40:27 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
21:40:27 #16 sha256:b95d8a5ce7be3c8d9944bc81555a28ccfe23433c77fbbf74cf23cd7c117e14c2
21:40:27 #16 DONE 0.0s
21:40:27 
21:40:27 #17 exporting to image
21:40:27 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
21:40:27 #17 exporting layers
21:40:30 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/static:/v -w /v alpine chown -R 1000:1000 build/mac/amd64
21:40:30 Unable to find image 'alpine:latest' locally
21:40:30 latest: Pulling from library/alpine
21:40:30 a0d0a0d46f8b: Already exists
21:40:30 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
21:40:30 Status: Downloaded newer image for alpine:latest
21:40:30 mkdir -p build/mac/arm64/docker
21:40:30 GOOS=darwin GOARCH=arm64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-589/static/build/mac/arm64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-589/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-589/static/scripts/build-cli-plugins":/build:ro golang:1.16.9 /build
21:40:30 Cloning into '/go/src/github.com/docker/app'...
21:40:31 Fetching origin
21:40:32 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
21:40:34 #17 exporting layers 6.1s done
21:40:34 #17 writing image sha256:c115d077cd2ea49ae235cbff7e604ffd77e3f9260a10bd21da4710dd2672e526 done
21:40:34 #17 naming to docker.io/debbuild-raspbian-bullseye/aarch64 done
21:40:34 #17 DONE 6.1s
21:40:34 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20211015144513-b485636 -e VERSION=0.0.0-20211015144513-b485636 -e CLI_GITCOMMIT=b485636 -e ENGINE_GITCOMMIT=52f5b61 -e SCAN_VERSION=v0.9.0 -e SCAN_GITCOMMIT=b05830d -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb/debbuild/raspbian-bullseye:/build  debbuild-raspbian-bullseye/aarch64
21:40:34 + set -e
21:40:34 + mkdir -p /root/build-deb/engine
21:40:34 + tar -C /root/build-deb -xzf /sources/engine.tgz
21:40:34 + mkdir -p /root/build-deb/cli
21:40:34 + tar -C /root/build-deb -xzf /sources/cli.tgz
21:40:35 + mkdir -p /root/build-deb/scan-cli-plugin
21:40:35 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
21:40:35 + mkdir -p /go/src/github.com/docker
21:40:35 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
21:40:35 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
21:40:35 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
21:40:35 VERSION AAA 0.0.0-20211015144513-b485636
21:40:35 VERSION bbb 0.0.0-20211015144513-b485636
21:40:35 + EPOCH=5
21:40:35 + EPOCH_SEP=
21:40:35 + [[ ! -z 5 ]]
21:40:35 + EPOCH_SEP=:
21:40:35 + [[ -z 0.0.0-20211015144513-b485636 ]]
21:40:35 + echo VERSION AAA 0.0.0-20211015144513-b485636
21:40:35 + VERSION=0.0.0-20211015144513-b485636
21:40:35 + echo VERSION bbb 0.0.0-20211015144513-b485636
21:40:35 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
21:40:35 + debSource=docker-ce
21:40:35 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
21:40:35 + debMaintainer='Docker <support@docker.com>'
21:40:35 ++ date --rfc-2822
21:40:35 + debDate='Thu, 21 Oct 2021 21:40:34 +0000'
21:40:35 + cat
21:40:35 VERSION BBB 0.0.0-20211015144513-b485636
21:40:35 + export CLI_GITCOMMIT=b485636
21:40:35 + CLI_GITCOMMIT=b485636
21:40:35 + export ENGINE_GITCOMMIT=52f5b61
21:40:35 + ENGINE_GITCOMMIT=52f5b61
21:40:35 + export SCAN_GITCOMMIT=b05830d
21:40:35 + SCAN_GITCOMMIT=b05830d
21:40:35 + echo VERSION BBB 0.0.0-20211015144513-b485636
21:40:35 + dpkg-buildpackage -uc -us -I.git
21:40:35 dpkg-buildpackage: info: source package docker-ce
21:40:35 dpkg-buildpackage: info: source version 5:0.0.0-20211015144513-b485636-0~raspbian-bullseye
21:40:35 dpkg-buildpackage: info: source distribution bullseye
21:40:35 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
21:40:35  dpkg-source -I.git --before-build .
21:40:35 dpkg-buildpackage: info: host architecture armhf
21:40:35  debian/rules clean
21:40:35 dh clean --with=bash-completion --with=systemd
21:40:35    dh_clean
21:40:35  dpkg-source -I.git -b .
21:40:36 dpkg-source: warning: native package version may not have a revision
21:40:36 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20211015144513-b485636-0~raspbian'
21:40:36 dpkg-source: info: using source format '1.0'
21:40:36 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye.tar.gz
21:40:43 ~/rpmbuild/BUILD/src
21:40:43 + popd
21:40:43 + exit 0
21:40:43 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9jAh8V
21:40:43 + umask 022
21:40:43 + cd /root/rpmbuild/BUILD
21:40:43 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64 '!=' / ']'
21:40:43 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64
21:40:43 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64
21:40:43 + mkdir -p /root/rpmbuild/BUILDROOT
21:40:43 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64
21:40:43 + cd src
21:40:43 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/bin
21:40:43 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/bin/docker
21:40:43 + pushd /root/rpmbuild/BUILD/src/plugins
21:40:43 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
21:40:43 + for installer in '*.installer'
21:40:43 + '[' app.installer '!=' scan.installer ']'
21:40:43 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64
21:40:43 + PREFIX=/usr/libexec/docker/cli-plugins
21:40:43 + bash app.installer install_plugin
21:40:43 + for installer in '*.installer'
21:40:43 + '[' buildx.installer '!=' scan.installer ']'
21:40:43 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64
21:40:43 + PREFIX=/usr/libexec/docker/cli-plugins
21:40:43 + bash buildx.installer install_plugin
21:40:43 + popd
21:40:43 ~/rpmbuild/BUILD/src
21:40:43 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/share/bash-completion/completions
21:40:43 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/share/zsh/vendor-completions
21:40:43 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/share/fish/vendor_completions.d
21:40:43 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/share/bash-completion/completions/docker
21:40:43 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/share/zsh/vendor-completions/_docker
21:40:43 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/share/fish/vendor_completions.d/docker.fish
21:40:43 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/share/man/man1
21:40:43 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/share/man/man1
21:40:43 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/share/man/man5
21:40:43 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/share/man/man5
21:40:43 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/share/man/man8
21:40:43 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/share/man/man8
21:40:43 + mkdir -p build-docs
21:40:43 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
21:40:43 + cp cli/LICENSE build-docs/LICENSE
21:40:43 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
21:40:43 + cp cli/MAINTAINERS build-docs/MAINTAINERS
21:40:43 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
21:40:43 + cp cli/NOTICE build-docs/NOTICE
21:40:43 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
21:40:43 + cp cli/README.md build-docs/README.md
21:40:43 + /usr/lib/rpm/check-buildroot
21:40:43 + /usr/lib/rpm/redhat/brp-compress
21:40:43 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
21:40:43 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
21:40:43 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
21:40:43 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
21:40:43 + /usr/lib/rpm/redhat/brp-python-hardlink
21:40:43 + /usr/lib/rpm/redhat/brp-java-repack-jars
21:40:43 Processing files: docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64
21:40:43 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.AozpcG
21:40:43 + umask 022
21:40:43 + cd /root/rpmbuild/BUILD
21:40:43 + cd src
21:40:43 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20211015144513.b485636
21:40:43 + export DOCDIR
21:40:43 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20211015144513.b485636
21:40:43 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20211015144513.b485636
21:40:43 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20211015144513.b485636
21:40:43 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20211015144513.b485636
21:40:43 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20211015144513.b485636
21:40:43 + exit 0
21:40:43 Provides: docker-ce-cli = 1:0.0.0.20211015144513.b485636-0.el7 docker-ce-cli(x86-64) = 1:0.0.0.20211015144513.b485636-0.el7
21:40:43 Requires(interp): /bin/sh
21:40:43 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
21:40:43 Requires(post): /bin/sh
21:40:43 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
21:40:43 Conflicts: docker docker-io docker-engine-cs docker-ee docker-ee-cli
21:40:43 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64
21:40:43 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.src.rpm
21:40:46 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye.dsc
21:40:46  debian/rules build
21:40:46 dh build --with=bash-completion --with=systemd
21:40:46    dh_update_autotools_config
21:40:46    dh_autoreconf
21:40:46    debian/rules override_dh_auto_build
21:40:46 make[1]: Entering directory '/root/build-deb'
21:40:46 # Build the daemon and dependencies
21:40:46 cd engine && DOCKER_GITCOMMIT=52f5b61 PRODUCT=docker ./hack/make.sh dynbinary
21:40:46 
21:40:46 Removing bundles/
21:40:46 
21:40:46 ---> Making bundle: dynbinary (in bundles/dynbinary)
21:40:46 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636
21:40:46 GOOS="" GOARCH="" GOARM=""
21:40:49 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64.rpm
21:40:49 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Ro0VnD
21:40:49 + umask 022
21:40:49 + cd /root/rpmbuild/BUILD
21:40:49 + cd src
21:40:49 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el7.x86_64
21:40:49 + exit 0
21:40:49 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.MuLiJ0
21:40:49 + umask 022
21:40:49 + cd /root/rpmbuild/BUILD
21:40:49 + cd /root/rpmbuild/BUILD
21:40:49 + rm -rf src
21:40:49 + /usr/bin/mkdir -p src
21:40:49 + cd src
21:40:49 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
21:40:49 + /usr/bin/tar -xf -
21:40:49 + STATUS=0
21:40:49 + '[' 0 -ne 0 ']'
21:40:49 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
21:40:49 + /usr/bin/tar -xf -
21:40:50 + STATUS=0
21:40:50 + '[' 0 -ne 0 ']'
21:40:50 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
21:40:50 + exit 0
21:40:50 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.92ELCr
21:40:50 + umask 022
21:40:50 + cd /root/rpmbuild/BUILD
21:40:50 + cd src
21:40:50 + export DOCKER_GITCOMMIT=52f5b61
21:40:50 + DOCKER_GITCOMMIT=52f5b61
21:40:50 + mkdir -p /go/src/github.com/docker
21:40:50 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
21:40:50 + TMP_GOPATH=/go
21:40:50 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
21:40:50 + RM_GOPATH=0
21:40:50 + TMP_GOPATH=/go
21:40:50 + : /usr/local/bin
21:40:50 + '[' -z /go ']'
21:40:50 + export GOPATH=/go
21:40:50 + GOPATH=/go
21:40:50 + case "$(go env GOARCH)" in
21:40:50 ++ go env GOARCH
21:40:50 + export GO_BUILDMODE=-buildmode=pie
21:40:50 + GO_BUILDMODE=-buildmode=pie
21:40:50 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
21:40:50 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
21:40:50 + bin=rootlesskit
21:40:50 + shift
21:40:50 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
21:40:50 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
21:40:50 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:40:50 + install_rootlesskit dynamic
21:40:50 + case "$1" in
21:40:50 + install_rootlesskit_dynamic
21:40:50 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
21:40:50 + ROOTLESSKIT_LDFLAGS=-linkmode=external
21:40:50 + export BUILD_MODE=-buildmode=pie
21:40:50 + BUILD_MODE=-buildmode=pie
21:40:50 + _install_rootlesskit
21:40:50 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2'
21:40:50 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:40:50 + git clone https://github.com/rootless-containers/rootlesskit.git /go/src/github.com/rootless-containers/rootlesskit
21:40:50 Cloning into '/go/src/github.com/rootless-containers/rootlesskit'...
21:40:51 + cd /go/src/github.com/rootless-containers/rootlesskit
21:40:51 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:40:51 + export GO111MODULE=on
21:40:51 + GO111MODULE=on
21:40:51 + export GOPROXY=https://proxy.golang.org
21:40:51 + GOPROXY=https://proxy.golang.org
21:40:51 + for f in rootlesskit rootlesskit-docker-proxy
21:40:51 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
21:40:51 go: downloading github.com/pkg/errors v0.9.1
21:40:51 go: downloading github.com/sirupsen/logrus v1.8.1
21:40:51 go: downloading github.com/urfave/cli/v2 v2.3.0
21:40:51 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
21:40:51 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
21:40:51 go: downloading github.com/google/uuid v1.3.0
21:40:51 go: downloading github.com/moby/vpnkit v0.5.0
21:40:51 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
21:40:51 go: downloading github.com/gofrs/flock v0.8.1
21:40:51 go: downloading github.com/gorilla/mux v1.8.0
21:40:51 go: downloading github.com/moby/sys/mountinfo v0.4.1
21:40:51 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
21:40:51 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
21:40:52 go: downloading github.com/u-root/u-root v7.0.0+incompatible
21:40:52 go: downloading github.com/russross/blackfriday/v2 v2.1.0
21:40:57 + for f in rootlesskit rootlesskit-docker-proxy
21:40:57 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
21:40:58 + return
21:40:58 + exit 0
21:40:58 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.SHTeNe
21:40:58 + umask 022
21:40:58 + cd /root/rpmbuild/BUILD
21:40:58 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el7.x86_64 '!=' / ']'
21:40:58 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el7.x86_64
21:40:58 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el7.x86_64
21:40:58 + mkdir -p /root/rpmbuild/BUILDROOT
21:40:58 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el7.x86_64
21:40:58 + cd src
21:40:58 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/bin/dockerd-rootless.sh
21:40:58 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/bin/dockerd-rootless-setuptool.sh
21:40:58 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/bin/rootlesskit
21:40:58 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el7.x86_64/usr/bin/rootlesskit-docker-proxy
21:40:58 + /usr/lib/rpm/check-buildroot
21:40:58 + /usr/lib/rpm/redhat/brp-compress
21:40:58 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
21:40:58 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
21:40:58 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
21:40:58 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
21:40:58 + /usr/lib/rpm/redhat/brp-python-hardlink
21:40:58 + /usr/lib/rpm/redhat/brp-java-repack-jars
21:40:58 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.RhBTd2
21:40:58 + umask 022
21:40:58 + cd /root/rpmbuild/BUILD
21:40:58 + cd src
21:40:58 + /usr/local/bin/rootlesskit -v
21:40:58 rootlesskit version 0.14.4
21:40:58 + exit 0
21:40:58 Processing files: docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el7.x86_64
21:40:58 Provides: docker-ce-rootless-extras = 0:0.0.0.20211015144513.b485636-0.el7 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20211015144513.b485636-0.el7
21:40:58 Requires(interp): /bin/sh /bin/sh /bin/sh
21:40:58 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
21:40:58 Requires(post): /bin/sh
21:40:58 Requires(preun): /bin/sh
21:40:58 Requires(postun): /bin/sh
21:40:58 Requires: /bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
21:40:58 Conflicts: rootlesskit
21:40:58 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el7.x86_64
21:40:59 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el7.src.rpm
21:41:02 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el7.x86_64.rpm
21:41:02 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.It8FrD
21:41:02 + umask 022
21:41:02 + cd /root/rpmbuild/BUILD
21:41:02 + cd src
21:41:02 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el7.x86_64
21:41:02 + exit 0
21:41:02 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.BdwwDB
21:41:02 + umask 022
21:41:02 + cd /root/rpmbuild/BUILD
21:41:02 + cd /root/rpmbuild/BUILD
21:41:02 + rm -rf src
21:41:02 + /usr/bin/mkdir -p src
21:41:02 + cd src
21:41:02 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
21:41:02 + /usr/bin/tar -xf -
21:41:02 + STATUS=0
21:41:02 + '[' 0 -ne 0 ']'
21:41:02 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
21:41:02 + /usr/bin/tar -xf -
21:41:02 + STATUS=0
21:41:02 + '[' 0 -ne 0 ']'
21:41:02 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
21:41:02 + exit 0
21:41:02 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Y7NzhA
21:41:02 + umask 022
21:41:02 + cd /root/rpmbuild/BUILD
21:41:02 + cd src
21:41:02 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
21:41:02 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
21:41:02 + bash -c 'GOPROXY="https://proxy.golang.org" TAG_NAME="v0.9.0" COMMIT="b05830d" PLATFORM_BINARY=docker-scan make native-build'
21:41:02 GO111MODULE=on make -f builder.Makefile build
21:41:02 make[1]: Entering directory `/root/rpmbuild/BUILD/src/scan-cli-plugin'
21:41:02 mkdir -p bin
21:41:02 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=b05830d -X github.com/docker/scan-cli-plugin/internal.Version=v0.9.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:defb5ba5517a29a78736d919d3dc0568f555980a43daefe1ac8a1e7fc0924f25" -o bin/docker-scan ./cmd/docker-scan
21:41:05 go: downloading github.com/docker/cli v20.10.9+incompatible
21:41:05 go: downloading github.com/docker/docker v20.10.9+incompatible
21:41:06 go: downloading github.com/spf13/cobra v1.2.1
21:41:06 go: downloading github.com/fvbommel/sortorder v1.0.2
21:41:06 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
21:41:06 go: downloading github.com/docker/distribution v2.7.1+incompatible
21:41:06 go: downloading github.com/docker/go-connections v0.4.0
21:41:06 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
21:41:06 go: downloading github.com/spf13/pflag v1.0.5
21:41:06 go: downloading github.com/theupdateframework/notary v0.7.0
21:41:07 go: downloading github.com/opencontainers/image-spec v1.0.1
21:41:07 go: downloading github.com/docker/go-units v0.4.0
21:41:07 go: downloading github.com/Masterminds/semver/v3 v3.1.1
21:41:07 go: downloading github.com/mitchellh/go-homedir v1.1.0
21:41:07 go: downloading github.com/opencontainers/go-digest v1.0.0
21:41:07 go: downloading github.com/containerd/containerd v1.5.7
21:41:07 go: downloading github.com/moby/sys/mount v0.2.0
21:41:07 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
21:41:07 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
21:41:07 go: downloading github.com/morikuni/aec v1.0.0
21:41:07 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
21:41:07 go: downloading github.com/docker/docker-credential-helpers v0.6.4
21:41:07 go: downloading google.golang.org/grpc v1.40.0
21:41:07 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
21:41:07 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
21:41:08 go: downloading github.com/gogo/protobuf v1.3.2
21:41:08 go: downloading github.com/opencontainers/runc v1.0.2
21:41:08 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
21:41:08 go: downloading github.com/golang/protobuf v1.5.2
21:41:08 go: downloading github.com/docker/go-metrics v0.0.1
21:41:08 go: downloading google.golang.org/protobuf v1.26.0
21:41:08 go: downloading github.com/prometheus/client_golang v1.7.1
21:41:08 go: downloading github.com/beorn7/perks v1.0.1
21:41:09 go: downloading github.com/cespare/xxhash v1.1.0
21:41:09 go: downloading github.com/cespare/xxhash/v2 v2.1.1
21:41:09 go: downloading github.com/prometheus/client_model v0.2.0
21:41:09 go: downloading github.com/prometheus/common v0.10.0
21:41:09 go: downloading github.com/prometheus/procfs v0.6.0
21:41:09 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
21:41:22 go: downloading github.com/docker/cli v20.10.9+incompatible
21:41:22 go: downloading github.com/docker/docker v20.10.9+incompatible
21:41:22 go: downloading github.com/spf13/cobra v1.2.1
21:41:22 go: downloading github.com/fvbommel/sortorder v1.0.2
21:41:22 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
21:41:22 go: downloading github.com/docker/distribution v2.7.1+incompatible
21:41:22 go: downloading github.com/docker/go-connections v0.4.0
21:41:22 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
21:41:22 go: downloading github.com/spf13/pflag v1.0.5
21:41:22 go: downloading github.com/theupdateframework/notary v0.7.0
21:41:22 go: downloading github.com/opencontainers/image-spec v1.0.1
21:41:22 go: downloading github.com/docker/go-units v0.4.0
21:41:22 go: downloading github.com/Masterminds/semver/v3 v3.1.1
21:41:22 go: downloading github.com/mitchellh/go-homedir v1.1.0
21:41:22 go: downloading github.com/morikuni/aec v1.0.0
21:41:22 go: downloading github.com/containerd/containerd v1.5.7
21:41:22 go: downloading github.com/opencontainers/go-digest v1.0.0
21:41:22 go: downloading github.com/moby/sys/mount v0.2.0
21:41:22 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
21:41:22 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
21:41:22 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
21:41:22 go: downloading google.golang.org/grpc v1.40.0
21:41:22 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
21:41:22 go: downloading github.com/docker/docker-credential-helpers v0.6.4
21:41:22 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
21:41:22 go: downloading github.com/gogo/protobuf v1.3.2
21:41:22 go: downloading github.com/opencontainers/runc v1.0.2
21:41:22 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
21:41:22 go: downloading github.com/golang/protobuf v1.5.2
21:41:22 go: downloading github.com/docker/go-metrics v0.0.1
21:41:22 go: downloading google.golang.org/protobuf v1.26.0
21:41:22 go: downloading github.com/prometheus/client_golang v1.7.1
21:41:22 go: downloading github.com/beorn7/perks v1.0.1
21:41:22 go: downloading github.com/cespare/xxhash v1.1.0
21:41:22 go: downloading github.com/cespare/xxhash/v2 v2.1.1
21:41:22 go: downloading github.com/prometheus/client_model v0.2.0
21:41:22 go: downloading github.com/prometheus/common v0.10.0
21:41:22 go: downloading github.com/prometheus/procfs v0.6.0
21:41:22 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
21:41:40 Cloning into '/go/src/github.com/docker/buildx'...
21:41:40 Fetching origin
21:41:40 + GO111MODULE=on
21:41:40 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
21:41:47 make[1]: Leaving directory `/root/rpmbuild/BUILD/src/scan-cli-plugin'
21:41:47 + popd
21:41:47 + exit 0
21:41:47 ~/rpmbuild/BUILD/src
21:41:47 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.dnndFg
21:41:47 + umask 022
21:41:47 + cd /root/rpmbuild/BUILD
21:41:47 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.el7.x86_64 '!=' / ']'
21:41:47 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.el7.x86_64
21:41:47 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.el7.x86_64
21:41:47 + mkdir -p /root/rpmbuild/BUILDROOT
21:41:47 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.el7.x86_64
21:41:47 + cd src
21:41:47 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
21:41:47 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
21:41:47 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-scan
21:41:47 + popd
21:41:47 ~/rpmbuild/BUILD/src
21:41:47 + /usr/lib/rpm/check-buildroot
21:41:47 + /usr/lib/rpm/redhat/brp-compress
21:41:47 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
21:41:47 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
21:41:47 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
21:41:47 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
21:41:47 + /usr/lib/rpm/redhat/brp-python-hardlink
21:41:47 + /usr/lib/rpm/redhat/brp-java-repack-jars
21:41:47 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.KiaZOX
21:41:47 + umask 022
21:41:47 + cd /root/rpmbuild/BUILD
21:41:47 + cd src
21:41:47 + /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-scan --help
21:41:47 
21:41:47 Usage:  docker [OPTIONS] COMMAND
21:41:47 
21:41:47 docker-scan is a Docker CLI plugin
21:41:47 
21:41:47 Options:
21:41:47       --config string      Location of client config files (default
21:41:47                            "/root/.docker")
21:41:47   -c, --context string     Name of the context to use to connect to the
21:41:47                            daemon (overrides DOCKER_HOST env var and
21:41:47                            default context set with "docker context use")
21:41:47   -D, --debug              Enable debug mode
21:41:47   -H, --host list          Daemon socket(s) to connect to
21:41:47   -l, --log-level string   Set the logging level
21:41:47                            ("debug"|"info"|"warn"|"error"|"fatal")
21:41:47                            (default "info")
21:41:47       --tls                Use TLS; implied by --tlsverify
21:41:47       --tlscacert string   Trust certs signed only by this CA (default
21:41:47                            "/root/.docker/ca.pem")
21:41:47       --tlscert string     Path to TLS certificate file (default
21:41:47                            "/root/.docker/cert.pem")
21:41:47       --tlskey string      Path to TLS key file (default
21:41:47                            "/root/.docker/key.pem")
21:41:47       --tlsverify          Use TLS and verify the remote
21:41:47 
21:41:47 Management Commands:
21:41:47   completion                 generate the autocompletion script for the specified shell
21:41:47 
21:41:47 Commands:
21:41:47   scan                       Docker Scan
21:41:47 
21:41:47 Run 'docker COMMAND --help' for more information on a command.
21:41:47 
21:41:47 To get more help with docker, check out our guides at https://docs.docker.com/go/guides/
21:41:47 + exit 0
21:41:47 Processing files: docker-scan-plugin-0.9.0-0.el7.x86_64
21:41:47 Provides: docker-scan-plugin = 0:0.9.0-0.el7 docker-scan-plugin(x86-64) = 0:0.9.0-0.el7
21:41:47 Requires(interp): /bin/sh /bin/sh /bin/sh
21:41:47 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
21:41:47 Requires(post): /bin/sh
21:41:47 Requires(preun): /bin/sh
21:41:47 Requires(postun): /bin/sh
21:41:47 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.el7.x86_64
21:41:47 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.9.0-0.el7.src.rpm
21:41:47 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.9.0-0.el7.x86_64.rpm
21:41:47 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pBNXb8
21:41:47 + umask 022
21:41:47 + cd /root/rpmbuild/BUILD
21:41:47 + cd src
21:41:47 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.el7.x86_64
21:41:47 + exit 0
21:41:47 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-7"
21:41:47 == Building packages for centos-8 ==
21:41:47 mkdir -p "rpmbuild/centos-8"
21:41:47 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster -t rpmbuild-centos-8/x86_64 -f centos-8/Dockerfile .
21:41:47 #1 [internal] load build definition from Dockerfile
21:41:47 #1 sha256:33118f267ab2f02a9541d9683903ecc346003117f709ddb50f682c0624d482f6
21:41:47 #1 transferring dockerfile: 1.62kB done
21:41:47 #1 DONE 0.0s
21:41:47 
21:41:47 #2 [internal] load .dockerignore
21:41:47 #2 sha256:bd477135d46a71a57a76fae3a47f7568dd912ac74834b9ac8ce1113bd48a553f
21:41:47 #2 transferring context: 2B done
21:41:47 #2 DONE 0.0s
21:41:47 
21:41:47 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
21:41:47 #4 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
21:41:47 #4 ...
21:41:47 
21:41:47 #5 [auth] library/centos:pull token for registry-1.docker.io
21:41:47 #5 sha256:2ab57e1e4f5bb78204ffcdbab03fcc583079eba92765197766a45a4e6c0eb925
21:41:47 #5 DONE 0.0s
21:41:47 
21:41:47 #6 [auth] library/golang:pull token for registry-1.docker.io
21:41:47 #6 sha256:dbce347a371a4da8bf69427b6063bc16bcd75ec619793fea75a0be14244c0e9d
21:41:47 #6 DONE 0.0s
21:41:47 
21:41:47 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
21:41:47 #4 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
21:41:47 #4 DONE 0.2s
21:41:47 
21:41:47 #3 [internal] load metadata for docker.io/library/centos:8
21:41:47 #3 sha256:0f4c16f11bd64c9382bfa626d7c8af1e8a90f6d58793a0367081f85067f800b9
21:41:48 #3 DONE 0.4s
21:41:48 
21:41:48 #12 [internal] load build context
21:41:48 #12 sha256:607d92e2f4623d51b3f91fa1264fd3b7a459385c462376be07ac5135be2c4ddd
21:41:48 #12 transferring context: 216B done
21:41:48 #12 DONE 0.0s
21:41:48 
21:41:48 #15 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:41:48 #15 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
21:41:48 #15 CACHED
21:41:48 
21:41:48 #7 [stage-1 1/9] FROM docker.io/library/centos:8@sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177
21:41:48 #7 sha256:5d18bf816b6874e1743e18d7103bd9e7f581dec365306e493929ac16c754b4b2
21:41:48 #7 resolve docker.io/library/centos:8@sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177 0.0s done
21:41:48 #7 sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177 762B / 762B done
21:41:48 #7 sha256:a1801b843b1bfaf77c501e7a6d3f709401a1e0c83863037fa3aab063a7fdb9dc 529B / 529B done
21:41:48 #7 sha256:5d0da3dc976460b72c77d94c8a1ad043720b0416bfc16c52c45d4847e53fadb6 2.14kB / 2.14kB done
21:41:48 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 8.39MB / 83.52MB 0.2s
21:41:48 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 22.02MB / 83.52MB 0.3s
21:41:48 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 32.51MB / 83.52MB 0.4s
21:41:48 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 53.48MB / 83.52MB 0.6s
21:41:48 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 62.91MB / 83.52MB 0.7s
21:41:48 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 83.52MB / 83.52MB 0.9s
21:41:49 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 83.52MB / 83.52MB 1.5s done
21:41:49 #7 extracting sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 0.1s
21:41:53 #7 extracting sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 3.4s done
21:41:53 #7 DONE 5.2s
21:41:53 
21:41:53 #8 [stage-1 2/9] RUN if [ -f /etc/yum.repos.d/CentOS-Linux-Sources.repo ]; then sed -i 's/altarch/centos/g' /etc/yum.repos.d/CentOS-Linux-Sources.repo; fi
21:41:53 #8 sha256:a612b90f588e8bcac1c155b01820085e52a8458c1cd162834ff920a9b8ee4c86
21:41:54 #8 DONE 1.2s
21:41:54 
21:41:54 #9 [stage-1 3/9] RUN if [ -f /etc/yum.repos.d/CentOS-Linux-PowerTools.repo ]; then sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/CentOS-Linux-PowerTools.repo; fi
21:41:54 #9 sha256:aa3f435f1fe821abdfbeedf2a857f496bbc41ede68496a3f9a24953ebc1c4e87
21:41:55 #9 DONE 0.8s
21:41:55 
21:41:55 #10 [stage-1 4/9] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
21:41:55 #10 sha256:dbcd8a47c2e2b89b63f59b44b7f6e8aeb5a69dd4e158e965bc3a5a40459b9c85
21:41:55 #10 DONE 0.8s
21:41:56 
21:41:56 #11 [stage-1 5/9] RUN yum install -y rpm-build rpmlint yum-utils
21:41:56 #11 sha256:e4f34146c2aa02fa5d7724db3c3bb2b60aad59dd710a6713bff8c88c23561690
21:41:58 #11 2.091 CentOS Linux 8 - AppStream                      9.1 MB/s | 9.3 MB     00:01    
21:42:00 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
21:42:00 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
21:42:00 # Build the CLI plugins
21:42:00 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
21:42:00 set -e;cd /sources && \
21:42:00 	tar xzf plugin-installers.tgz; \
21:42:00 	for installer in plugins/*.installer; do \
21:42:00 		LDFLAGS='' bash ${installer} build; \
21:42:00 	done
21:42:00 Cloning into '/go/src/github.com/docker/app'...
21:42:00 Fetching origin
21:42:00 make[2]: Entering directory '/go/src/github.com/docker/app'
21:42:00 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
21:42:02 #11 6.018 CentOS Linux 8 - BaseOS                         7.4 MB/s | 7.5 MB     00:01    
21:42:05 #11 9.124 CentOS Linux 8 - Extras                          10 kB/s |  10 kB     00:01    
21:42:06 #11 10.18 CentOS Linux 8 - PowerTools                     2.4 MB/s | 2.4 MB     00:00    
21:42:06 #11 10.68 Last metadata expiration check: 0:00:01 ago on Thu Oct 21 21:42:05 2021.
21:42:07 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636
21:42:07 
21:42:07 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
21:42:07 + RM_GOPATH=0
21:42:07 + TMP_GOPATH=/go
21:42:07 + : /usr/local/bin
21:42:07 + '[' -z /go ']'
21:42:07 + export GOPATH=/go
21:42:07 + GOPATH=/go
21:42:07 + case "$(go env GOARCH)" in
21:42:07 ++ go env GOARCH
21:42:07 + export GO_BUILDMODE=-buildmode=pie
21:42:07 + GO_BUILDMODE=-buildmode=pie
21:42:07 ++ dirname hack/dockerfile/install/install.sh
21:42:07 + dir=hack/dockerfile/install
21:42:07 + bin=tini
21:42:07 + shift
21:42:07 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
21:42:07 + . hack/dockerfile/install/tini.installer
21:42:07 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
21:42:07 + install_tini
21:42:07 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
21:42:07 + git clone https://github.com/krallin/tini.git /go/tini
21:42:07 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
21:42:07 Cloning into '/go/tini'...
21:42:07 + cd /go/tini
21:42:07 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
21:42:07 + cmake .
21:42:07 -- The C compiler identification is GNU 10.2.1
21:42:07 -- Detecting C compiler ABI info
21:42:07 -- Detecting C compiler ABI info - done
21:42:07 -- Check for working C compiler: /usr/bin/cc - skipped
21:42:07 -- Detecting C compile features
21:42:07 -- Detecting C compile features - done
21:42:07 -- Performing Test HAS_BUILTIN_FORTIFY
21:42:07 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
21:42:07 -- Configuring done
21:42:07 -- Generating done
21:42:07 -- Build files have been written to: /go/tini
21:42:07 + make tini-static
21:42:07 make[2]: Entering directory '/go/tini'
21:42:07 make[3]: Entering directory '/go/tini'
21:42:07 make[4]: Entering directory '/go/tini'
21:42:07 make[5]: Entering directory '/go/tini'
21:42:07 Scanning dependencies of target tini-static
21:42:07 make[5]: Leaving directory '/go/tini'
21:42:07 make[5]: Entering directory '/go/tini'
21:42:07 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
21:42:07 [100%] Linking C executable tini-static
21:42:07 make[5]: Leaving directory '/go/tini'
21:42:07 [100%] Built target tini-static
21:42:07 make[4]: Leaving directory '/go/tini'
21:42:07 make[3]: Leaving directory '/go/tini'
21:42:07 make[2]: Leaving directory '/go/tini'
21:42:07 + mkdir -p /usr/local/bin
21:42:07 + cp tini-static /usr/local/bin/docker-init
21:42:07 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
21:42:07 + RM_GOPATH=0
21:42:07 + TMP_GOPATH=/go
21:42:07 + : /usr/local/bin
21:42:07 + '[' -z /go ']'
21:42:07 + export GOPATH=/go
21:42:07 + GOPATH=/go
21:42:07 + case "$(go env GOARCH)" in
21:42:07 ++ go env GOARCH
21:42:07 + export GO_BUILDMODE=-buildmode=pie
21:42:07 + GO_BUILDMODE=-buildmode=pie
21:42:07 ++ dirname hack/dockerfile/install/install.sh
21:42:07 + dir=hack/dockerfile/install
21:42:07 + bin=proxy
21:42:07 + shift
21:42:07 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
21:42:07 + . hack/dockerfile/install/proxy.installer
21:42:07 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8
21:42:07 + install_proxy dynamic
21:42:07 + case "$1" in
21:42:07 + install_proxy_dynamic
21:42:07 + export PROXY_LDFLAGS=-linkmode=external install_proxy
21:42:07 + PROXY_LDFLAGS=-linkmode=external
21:42:07 + export BUILD_MODE=-buildmode=pie
21:42:07 + BUILD_MODE=-buildmode=pie
21:42:07 + _install_proxy
21:42:07 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8'
21:42:07 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
21:42:07 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8
21:42:07 Cloning into '/go/src/github.com/docker/libnetwork'...
21:42:07 #11 11.80 Dependencies resolved.
21:42:07 #11 11.81 =============================================================================================
21:42:07 #11 11.81  Package                      Arch    Version                                Repo        Size
21:42:07 #11 11.81 =============================================================================================
21:42:07 #11 11.81 Installing:
21:42:07 #11 11.81  rpm-build                    x86_64  4.14.3-14.el8_4                        appstream  173 k
21:42:07 #11 11.81  rpmlint                      noarch  1.10-14.el8                            appstream  192 k
21:42:07 #11 11.81  yum-utils                    noarch  4.0.18-4.el8                           baseos      71 k
21:42:07 #11 11.81 Upgrading:
21:42:07 #11 11.81  python3-rpm                  x86_64  4.14.3-14.el8_4                        baseos     158 k
21:42:07 #11 11.81  rpm                          x86_64  4.14.3-14.el8_4                        baseos     542 k
21:42:07 #11 11.81  rpm-build-libs               x86_64  4.14.3-14.el8_4                        baseos     155 k
21:42:07 #11 11.81  rpm-libs                     x86_64  4.14.3-14.el8_4                        baseos     339 k
21:42:07 #11 11.81 Installing dependencies:
21:42:07 #11 11.81  bzip2                        x86_64  1.0.6-26.el8                           baseos      60 k
21:42:07 #11 11.81  dbus-glib                    x86_64  0.110-2.el8                            baseos     127 k
21:42:07 #11 11.81  desktop-file-utils           x86_64  0.23-8.el8                             appstream   80 k
21:42:07 #11 11.81  diffutils                    x86_64  3.6-6.el8                              baseos     358 k
21:42:07 #11 11.81  dnf-plugins-core             noarch  4.0.18-4.el8                           baseos      69 k
21:42:07 #11 11.81  dwz                          x86_64  0.12-9.el8                             appstream  109 k
21:42:07 #11 11.81  efi-srpm-macros              noarch  3-3.el8                                appstream   22 k
21:42:07 #11 11.81  elfutils                     x86_64  0.182-3.el8                            baseos     540 k
21:42:07 #11 11.81  emacs-filesystem             noarch  1:26.1-5.el8                           baseos      69 k
21:42:07 #11 11.81  file                         x86_64  5.33-16.el8_3.1                        baseos      77 k
21:42:07 #11 11.81  gc                           x86_64  7.6.4-3.el8                            appstream  109 k
21:42:07 #11 11.81  gdb-headless                 x86_64  8.2-15.el8                             appstream  3.7 M
21:42:07 #11 11.81  ghc-srpm-macros              noarch  1.4.2-7.el8                            appstream  9.3 k
21:42:07 #11 11.81  go-srpm-macros               noarch  2-17.el8                               appstream   13 k
21:42:07 #11 11.81  groff-base                   x86_64  1.22.3-18.el8                          baseos     1.0 M
21:42:07 #11 11.81  guile                        x86_64  5:2.0.14-7.el8                         appstream  3.5 M
21:42:07 #11 11.81  libatomic_ops                x86_64  7.6.2-3.el8                            appstream   38 k
21:42:07 #11 11.81  libbabeltrace                x86_64  1.5.4-3.el8                            baseos     200 k
21:42:07 #11 11.81  libipt                       x86_64  1.6.1-8.el8                            appstream   50 k
21:42:07 #11 11.81  libpkgconf                   x86_64  1.4.2-1.el8                            baseos      35 k
21:42:07 #11 11.81  libtool-ltdl                 x86_64  2.4.6-25.el8                           baseos      58 k
21:42:07 #11 11.81  ncurses                      x86_64  6.1-7.20180224.el8                     baseos     387 k
21:42:07 #11 11.81  ocaml-srpm-macros            noarch  5-4.el8                                appstream  9.4 k
21:42:07 #11 11.81  openblas-srpm-macros         noarch  2-2.el8                                appstream  7.9 k
21:42:07 #11 11.81  openssl                      x86_64  1:1.1.1g-15.el8_3                      baseos     707 k
21:42:07 #11 11.81  patch                        x86_64  2.7.6-11.el8                           baseos     138 k
21:42:07 #11 11.81  perl-Carp                    noarch  1.42-396.el8                           baseos      30 k
21:42:07 #11 11.81  perl-Data-Dumper             x86_64  2.167-399.el8                          baseos      58 k
21:42:07 #11 11.81  perl-Digest                  noarch  1.17-395.el8                           appstream   27 k
21:42:07 #11 11.81  perl-Digest-MD5              x86_64  2.55-396.el8                           appstream   37 k
21:42:07 #11 11.81  perl-Encode                  x86_64  4:2.97-3.el8                           baseos     1.5 M
21:42:07 #11 11.81  perl-Errno                   x86_64  1.28-419.el8_4.1                       baseos      76 k
21:42:07 #11 11.81  perl-Exporter                noarch  5.72-396.el8                           baseos      34 k
21:42:07 #11 11.81  perl-File-Path               noarch  2.15-2.el8                             baseos      38 k
21:42:07 #11 11.81  perl-File-Temp               noarch  0.230.600-1.el8                        baseos      63 k
21:42:07 #11 11.81  perl-Getopt-Long             noarch  1:2.50-4.el8                           baseos      63 k
21:42:07 #11 11.81  perl-HTTP-Tiny               noarch  0.074-1.el8                            baseos      58 k
21:42:07 #11 11.81  perl-IO                      x86_64  1.38-419.el8_4.1                       baseos     142 k
21:42:07 #11 11.81  perl-MIME-Base64             x86_64  3.15-396.el8                           baseos      31 k
21:42:07 #11 11.81  perl-Net-SSLeay              x86_64  1.88-1.module_el8.3.0+410+ff426aa3     appstream  379 k
21:42:07 #11 11.81  perl-PathTools               x86_64  3.74-1.el8                             baseos      90 k
21:42:07 #11 11.81  perl-Pod-Escapes             noarch  1:1.07-395.el8                         baseos      20 k
21:42:07 #11 11.81  perl-Pod-Perldoc             noarch  3.28-396.el8                           baseos      86 k
21:42:07 #11 11.81  perl-Pod-Simple              noarch  1:3.35-395.el8                         baseos     213 k
21:42:07 #11 11.81  perl-Pod-Usage               noarch  4:1.69-395.el8                         baseos      34 k
21:42:07 #11 11.81  perl-Scalar-List-Utils       x86_64  3:1.49-2.el8                           baseos      68 k
21:42:07 #11 11.81  perl-Socket                  x86_64  4:2.027-3.el8                          baseos      59 k
21:42:07 #11 11.81  perl-Storable                x86_64  1:3.11-3.el8                           baseos      98 k
21:42:07 #11 11.81  perl-Term-ANSIColor          noarch  4.06-396.el8                           baseos      46 k
21:42:07 #11 11.81  perl-Term-Cap                noarch  1.17-395.el8                           baseos      23 k
21:42:07 #11 11.81  perl-Text-ParseWords         noarch  3.30-395.el8                           baseos      18 k
21:42:07 #11 11.81  perl-Text-Tabs+Wrap          noarch  2013.0523-395.el8                      baseos      24 k
21:42:07 #11 11.81  perl-Time-Local              noarch  1:1.280-1.el8                          baseos      34 k
21:42:07 #11 11.81  perl-URI                     noarch  1.73-3.el8                             appstream  116 k
21:42:07 #11 11.81  perl-Unicode-Normalize       x86_64  1.25-396.el8                           baseos      82 k
21:42:07 #11 11.81  perl-constant                noarch  1.33-396.el8                           baseos      25 k
21:42:07 #11 11.81  perl-interpreter             x86_64  4:5.26.3-419.el8_4.1                   baseos     6.3 M
21:42:07 #11 11.81  perl-libnet                  noarch  3.11-3.el8                             appstream  121 k
21:42:07 #11 11.81  perl-libs                    x86_64  4:5.26.3-419.el8_4.1                   baseos     1.6 M
21:42:07 #11 11.81  perl-macros                  x86_64  4:5.26.3-419.el8_4.1                   baseos      72 k
21:42:07 #11 11.81  perl-parent                  noarch  1:0.237-1.el8                          baseos      20 k
21:42:07 #11 11.81  perl-podlators               noarch  4.11-1.el8                             baseos     118 k
21:42:07 #11 11.81  perl-srpm-macros             noarch  1-25.el8                               appstream   11 k
21:42:07 #11 11.81  perl-threads                 x86_64  1:2.21-2.el8                           baseos      61 k
21:42:07 #11 11.81  perl-threads-shared          x86_64  1.58-2.el8                             baseos      48 k
21:42:07 #11 11.81  pkgconf                      x86_64  1.4.2-1.el8                            baseos      38 k
21:42:07 #11 11.81  pkgconf-m4                   noarch  1.4.2-1.el8                            baseos      17 k
21:42:07 #11 11.81  pkgconf-pkg-config           x86_64  1.4.2-1.el8                            baseos      15 k
21:42:07 #11 11.81  python-rpm-macros            noarch  3-41.el8                               appstream   15 k
21:42:07 #11 11.81  python-srpm-macros           noarch  3-41.el8                               appstream   15 k
21:42:07 #11 11.81  python3-dateutil             noarch  1:2.6.1-6.el8                          baseos     251 k
21:42:07 #11 11.81  python3-dbus                 x86_64  1.2.4-15.el8                           baseos     134 k
21:42:07 #11 11.81  python3-dnf-plugins-core     noarch  4.0.18-4.el8                           baseos     234 k
21:42:07 #11 11.81  python3-rpm-macros           noarch  3-41.el8                               appstream   14 k
21:42:07 #11 11.81  python3-six                  noarch  1.11.0-8.el8                           baseos      38 k
21:42:07 #11 11.81  qt5-srpm-macros              noarch  5.12.5-3.el8                           appstream   10 k
21:42:07 #11 11.81  redhat-rpm-config            noarch  125-1.el8                              appstream   86 k
21:42:07 #11 11.81  rust-srpm-macros             noarch  5-2.el8                                appstream  9.2 k
21:42:07 #11 11.81  unzip                        x86_64  6.0-45.el8_4                           baseos     195 k
21:42:07 #11 11.81  zip                          x86_64  3.0-23.el8                             baseos     270 k
21:42:07 #11 11.81  zstd                         x86_64  1.4.4-1.el8                            appstream  393 k
21:42:07 #11 11.81 Installing weak dependencies:
21:42:07 #11 11.81  elfutils-debuginfod-client   x86_64  0.182-3.el8                            baseos      65 k
21:42:07 #11 11.81  perl-IO-Socket-IP            noarch  0.39-5.el8                             appstream   47 k
21:42:07 #11 11.81  perl-IO-Socket-SSL           noarch  2.066-4.module_el8.3.0+410+ff426aa3    appstream  298 k
21:42:07 #11 11.81  perl-Mozilla-CA              noarch  20160104-7.module_el8.3.0+416+dee7bcef appstream   15 k
21:42:07 #11 11.81 Enabling module streams:
21:42:07 #11 11.81  perl                                 5.26                                                   
21:42:07 #11 11.81  perl-IO-Socket-SSL                   2.066                                                  
21:42:07 #11 11.81  perl-libwww-perl                     6.34                                                   
21:42:07 #11 11.81 
21:42:07 #11 11.81 Transaction Summary
21:42:07 #11 11.81 =============================================================================================
21:42:07 #11 11.81 Install  88 Packages
21:42:07 #11 11.81 Upgrade   4 Packages
21:42:07 #11 11.81 
21:42:07 #11 11.82 Total download size: 27 M
21:42:07 #11 11.82 Downloading Packages:
21:42:08 + cd /go/src/github.com/docker/libnetwork
21:42:08 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8
21:42:08 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
21:42:09 + return
21:42:09 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
21:42:09 + RM_GOPATH=0
21:42:09 + TMP_GOPATH=/go
21:42:09 + : /usr/local/bin
21:42:09 + '[' -z /go ']'
21:42:09 + export GOPATH=/go
21:42:09 + GOPATH=/go
21:42:09 + case "$(go env GOARCH)" in
21:42:09 ++ go env GOARCH
21:42:09 + export GO_BUILDMODE=-buildmode=pie
21:42:09 + GO_BUILDMODE=-buildmode=pie
21:42:09 ++ dirname hack/dockerfile/install/install.sh
21:42:09 + dir=hack/dockerfile/install
21:42:09 + bin=rootlesskit
21:42:09 + shift
21:42:09 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
21:42:09 + . hack/dockerfile/install/rootlesskit.installer
21:42:09 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:42:09 + install_rootlesskit dynamic
21:42:09 + case "$1" in
21:42:09 + install_rootlesskit_dynamic
21:42:09 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
21:42:09 + ROOTLESSKIT_LDFLAGS=-linkmode=external
21:42:09 + export BUILD_MODE=-buildmode=pie
21:42:09 + BUILD_MODE=-buildmode=pie
21:42:09 + _install_rootlesskit
21:42:09 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2'
21:42:09 + git clone https://github.com/rootless-containers/rootlesskit.git /go/src/github.com/rootless-containers/rootlesskit
21:42:09 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:42:09 Cloning into '/go/src/github.com/rootless-containers/rootlesskit'...
21:42:09 + cd /go/src/github.com/rootless-containers/rootlesskit
21:42:09 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:42:09 + export GO111MODULE=on
21:42:09 + GO111MODULE=on
21:42:09 + export GOPROXY=https://proxy.golang.org
21:42:09 + GOPROXY=https://proxy.golang.org
21:42:09 + for f in rootlesskit rootlesskit-docker-proxy
21:42:09 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
21:42:10 #11 14.62 (1/92): efi-srpm-macros-3-3.el8.noarch.rpm       98 kB/s |  22 kB     00:00    
21:42:10 #11 14.62 (2/92): desktop-file-utils-0.23-8.el8.x86_64.rp 350 kB/s |  80 kB     00:00    
21:42:10 #11 14.62 (3/92): dwz-0.12-9.el8.x86_64.rpm               465 kB/s | 109 kB     00:00    
21:42:10 #11 14.62 (4/92): gc-7.6.4-3.el8.x86_64.rpm                15 MB/s | 109 kB     00:00    
21:42:10 #11 14.63 (5/92): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm  2.7 MB/s | 9.3 kB     00:00    
21:42:10 #11 14.63 (6/92): go-srpm-macros-2-17.el8.noarch.rpm      3.0 MB/s |  13 kB     00:00    
21:42:10 #11 14.63 (7/92): libatomic_ops-7.6.2-3.el8.x86_64.rpm    7.6 MB/s |  38 kB     00:00    
21:42:10 #11 14.64 (8/92): libipt-1.6.1-8.el8.x86_64.rpm            16 MB/s |  50 kB     00:00    
21:42:10 #11 14.64 (9/92): ocaml-srpm-macros-5-4.el8.noarch.rpm    4.3 MB/s | 9.4 kB     00:00    
21:42:10 #11 14.64 (10/92): openblas-srpm-macros-2-2.el8.noarch.rp 3.5 MB/s | 7.9 kB     00:00    
21:42:10 #11 14.65 (11/92): perl-Digest-1.17-395.el8.noarch.rpm    9.7 MB/s |  27 kB     00:00    
21:42:10 #11 14.65 (12/92): perl-Digest-MD5-2.55-396.el8.x86_64.rp  12 MB/s |  37 kB     00:00    
21:42:10 #11 14.65 (13/92): perl-IO-Socket-IP-0.39-5.el8.noarch.rp  14 MB/s |  47 kB     00:00    
21:42:10 #11 14.66 (14/92): perl-IO-Socket-SSL-2.066-4.module_el8.  45 MB/s | 298 kB     00:00    
21:42:10 #11 14.68 (15/92): guile-2.0.14-7.el8.x86_64.rpm           70 MB/s | 3.5 MB     00:00    
21:42:10 #11 14.68 (16/92): perl-Mozilla-CA-20160104-7.module_el8. 826 kB/s |  15 kB     00:00    
21:42:10 #11 14.69 (17/92): perl-URI-1.73-3.el8.noarch.rpm          20 MB/s | 116 kB     00:00    
21:42:10 #11 14.69 (18/92): perl-Net-SSLeay-1.88-1.module_el8.3.0+  32 MB/s | 379 kB     00:00    
21:42:10 #11 14.69 (19/92): perl-libnet-3.11-3.el8.noarch.rpm       15 MB/s | 121 kB     00:00    
21:42:10 #11 14.69 (20/92): perl-srpm-macros-1-25.el8.noarch.rpm   3.2 MB/s |  11 kB     00:00    
21:42:10 #11 14.70 (21/92): python-rpm-macros-3-41.el8.noarch.rpm  6.9 MB/s |  15 kB     00:00    
21:42:10 #11 14.70 (22/92): python-srpm-macros-3-41.el8.noarch.rpm 5.3 MB/s |  15 kB     00:00    
21:42:10 #11 14.70 (23/92): python3-rpm-macros-3-41.el8.noarch.rpm 4.5 MB/s |  14 kB     00:00    
21:42:10 #11 14.71 (24/92): redhat-rpm-config-125-1.el8.noarch.rpm  15 MB/s |  86 kB     00:00    
21:42:10 #11 14.71 (25/92): rpm-build-4.14.3-14.el8_4.x86_64.rpm    28 MB/s | 173 kB     00:00    
21:42:10 #11 14.72 (26/92): rpmlint-1.10-14.el8.noarch.rpm          20 MB/s | 192 kB     00:00    
21:42:10 #11 14.72 (27/92): rust-srpm-macros-5-2.el8.noarch.rpm    3.7 MB/s | 9.2 kB     00:00    
21:42:10 #11 14.73 (28/92): qt5-srpm-macros-5.12.5-3.el8.noarch.rp 319 kB/s |  10 kB     00:00    
21:42:10 #11 14.73 (29/92): bzip2-1.0.6-26.el8.x86_64.rpm           17 MB/s |  60 kB     00:00    
21:42:10 #11 14.74 (30/92): zstd-1.4.4-1.el8.x86_64.rpm             32 MB/s | 393 kB     00:00    
21:42:10 #11 14.75 (31/92): dbus-glib-0.110-2.el8.x86_64.rpm        12 MB/s | 127 kB     00:00    
21:42:10 #11 14.75 (32/92): dnf-plugins-core-4.0.18-4.el8.noarch.r  14 MB/s |  69 kB     00:00    
21:42:10 #11 14.75 (33/92): diffutils-3.6-6.el8.x86_64.rpm          23 MB/s | 358 kB     00:00    
21:42:10 #11 14.77 (34/92): gdb-headless-8.2-15.el8.x86_64.rpm      24 MB/s | 3.7 MB     00:00    
21:42:10 #11 14.77 (35/92): elfutils-0.182-3.el8.x86_64.rpm         23 MB/s | 540 kB     00:00    
21:42:10 #11 14.78 (36/92): elfutils-debuginfod-client-0.182-3.el8 2.8 MB/s |  65 kB     00:00    
21:42:10 #11 14.78 (37/92): file-5.33-16.el8_3.1.x86_64.rpm        9.6 MB/s |  77 kB     00:00    
21:42:10 #11 14.79 (38/92): libbabeltrace-1.5.4-3.el8.x86_64.rpm    22 MB/s | 200 kB     00:00    
21:42:10 #11 14.80 (39/92): groff-base-1.22.3-18.el8.x86_64.rpm     45 MB/s | 1.0 MB     00:00    
21:42:10 #11 14.80 (40/92): emacs-filesystem-26.1-5.el8.noarch.rpm 2.5 MB/s |  69 kB     00:00    
21:42:10 #11 14.80 (41/92): libpkgconf-1.4.2-1.el8.x86_64.rpm      4.7 MB/s |  35 kB     00:00    
21:42:10 #11 14.81 (42/92): libtool-ltdl-2.4.6-25.el8.x86_64.rpm   7.2 MB/s |  58 kB     00:00    
21:42:10 #11 14.81 (43/92): patch-2.7.6-11.el8.x86_64.rpm           20 MB/s | 138 kB     00:00    
21:42:10 #11 14.82 (44/92): openssl-1.1.1g-15.el8_3.x86_64.rpm      40 MB/s | 707 kB     00:00    
21:42:10 #11 14.82 (45/92): perl-Carp-1.42-396.el8.noarch.rpm      7.3 MB/s |  30 kB     00:00    
21:42:10 #11 14.82 (46/92): ncurses-6.1-7.20180224.el8.x86_64.rpm   19 MB/s | 387 kB     00:00    
21:42:10 #11 14.82 (47/92): perl-Data-Dumper-2.167-399.el8.x86_64. 8.7 MB/s |  58 kB     00:00    
21:42:10 go: downloading github.com/pkg/errors v0.9.1
21:42:10 go: downloading github.com/sirupsen/logrus v1.8.1
21:42:10 go: downloading github.com/urfave/cli/v2 v2.3.0
21:42:10 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
21:42:10 #11 14.83 (48/92): perl-Errno-1.28-419.el8_4.1.x86_64.rpm  16 MB/s |  76 kB     00:00    
21:42:10 #11 14.83 (49/92): perl-Exporter-5.72-396.el8.noarch.rpm   10 MB/s |  34 kB     00:00    
21:42:10 #11 14.83 (50/92): perl-File-Path-2.15-2.el8.noarch.rpm    12 MB/s |  38 kB     00:00    
21:42:10 #11 14.83 (51/92): perl-Getopt-Long-2.50-4.el8.noarch.rpm  17 MB/s |  63 kB     00:00    
21:42:10 #11 14.84 (52/92): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm   16 MB/s |  58 kB     00:00    
21:42:10 #11 14.84 (53/92): perl-File-Temp-0.230.600-1.el8.noarch. 6.6 MB/s |  63 kB     00:00    
21:42:10 #11 14.84 (54/92): perl-MIME-Base64-3.15-396.el8.x86_64.r 6.1 MB/s |  31 kB     00:00    
21:42:10 #11 14.85 (55/92): perl-IO-1.38-419.el8_4.1.x86_64.rpm     17 MB/s | 142 kB     00:00    
21:42:10 #11 14.85 (56/92): perl-Pod-Escapes-1.07-395.el8.noarch.r 8.5 MB/s |  20 kB     00:00    
21:42:10 #11 14.85 (57/92): perl-PathTools-3.74-1.el8.x86_64.rpm    12 MB/s |  90 kB     00:00    
21:42:10 #11 14.85 (58/92): perl-Pod-Perldoc-3.28-396.el8.noarch.r  16 MB/s |  86 kB     00:00    
21:42:10 #11 14.86 (59/92): perl-Pod-Simple-3.35-395.el8.noarch.rp  30 MB/s | 213 kB     00:00    
21:42:10 #11 14.86 (60/92): perl-Pod-Usage-1.69-395.el8.noarch.rpm 6.2 MB/s |  34 kB     00:00    
21:42:10 #11 14.87 (61/92): perl-Encode-2.97-3.el8.x86_64.rpm       30 MB/s | 1.5 MB     00:00    
21:42:10 #11 14.87 (62/92): perl-Scalar-List-Utils-1.49-2.el8.x86_ 7.5 MB/s |  68 kB     00:00    
21:42:10 #11 14.87 (63/92): perl-Socket-2.027-3.el8.x86_64.rpm     6.3 MB/s |  59 kB     00:00    
21:42:10 #11 14.87 (64/92): perl-Term-ANSIColor-4.06-396.el8.noarc  13 MB/s |  46 kB     00:00    
21:42:10 #11 14.87 (65/92): perl-Storable-3.11-3.el8.x86_64.rpm     14 MB/s |  98 kB     00:00    
21:42:10 #11 14.87 (66/92): perl-Term-Cap-1.17-395.el8.noarch.rpm  4.1 MB/s |  23 kB     00:00    
21:42:10 #11 14.88 (67/92): perl-Text-ParseWords-3.30-395.el8.noar 6.0 MB/s |  18 kB     00:00    
21:42:10 #11 14.88 (68/92): perl-Text-Tabs+Wrap-2013.0523-395.el8. 9.5 MB/s |  24 kB     00:00    
21:42:10 #11 14.88 (69/92): perl-constant-1.33-396.el8.noarch.rpm  8.1 MB/s |  25 kB     00:00    
21:42:10 #11 14.88 (70/92): perl-Time-Local-1.280-1.el8.noarch.rpm 5.9 MB/s |  34 kB     00:00    
21:42:10 #11 14.88 (71/92): perl-Unicode-Normalize-1.25-396.el8.x8  13 MB/s |  82 kB     00:00    
21:42:10 #11 14.89 (72/92): perl-macros-5.26.3-419.el8_4.1.x86_64.  14 MB/s |  72 kB     00:00    
21:42:10 #11 14.89 (73/92): perl-parent-0.237-1.el8.noarch.rpm     6.1 MB/s |  20 kB     00:00    
21:42:10 #11 14.90 (74/92): perl-podlators-4.11-1.el8.noarch.rpm    17 MB/s | 118 kB     00:00    
21:42:10 #11 14.90 (75/92): perl-threads-2.21-2.el8.x86_64.rpm      16 MB/s |  61 kB     00:00    
21:42:10 #11 14.91 (76/92): perl-threads-shared-1.58-2.el8.x86_64.  11 MB/s |  48 kB     00:00    
21:42:10 #11 14.91 (77/92): pkgconf-1.4.2-1.el8.x86_64.rpm          11 MB/s |  38 kB     00:00    
21:42:10 #11 14.92 (78/92): pkgconf-m4-1.4.2-1.el8.noarch.rpm      1.9 MB/s |  17 kB     00:00    
21:42:10 #11 14.93 (79/92): perl-libs-5.26.3-419.el8_4.1.x86_64.rp  32 MB/s | 1.6 MB     00:00    
21:42:10 #11 14.93 (80/92): pkgconf-pkg-config-1.4.2-1.el8.x86_64. 1.4 MB/s |  15 kB     00:00    
21:42:10 #11 14.94 (81/92): python3-dbus-1.2.4-15.el8.x86_64.rpm    18 MB/s | 134 kB     00:00    
21:42:10 #11 14.95 (82/92): python3-dnf-plugins-core-4.0.18-4.el8.  30 MB/s | 234 kB     00:00    
21:42:10 #11 14.95 (83/92): python3-six-1.11.0-8.el8.noarch.rpm    9.6 MB/s |  38 kB     00:00    
21:42:10 #11 14.96 (84/92): python3-dateutil-2.6.1-6.el8.noarch.rp 9.9 MB/s | 251 kB     00:00    
21:42:10 #11 14.96 (85/92): unzip-6.0-45.el8_4.x86_64.rpm           29 MB/s | 195 kB     00:00    
21:42:10 #11 14.96 (86/92): zip-3.0-23.el8.x86_64.rpm               51 MB/s | 270 kB     00:00    
21:42:10 #11 14.97 (87/92): python3-rpm-4.14.3-14.el8_4.x86_64.rpm  28 MB/s | 158 kB     00:00    
21:42:10 #11 14.98 (88/92): rpm-4.14.3-14.el8_4.x86_64.rpm          79 MB/s | 542 kB     00:00    
21:42:10 #11 14.98 (89/92): yum-utils-4.0.18-4.el8.noarch.rpm      3.2 MB/s |  71 kB     00:00    
21:42:10 #11 14.99 (90/92): rpm-build-libs-4.14.3-14.el8_4.x86_64.  13 MB/s | 155 kB     00:00    
21:42:10 #11 14.99 (91/92): rpm-libs-4.14.3-14.el8_4.x86_64.rpm     21 MB/s | 339 kB     00:00    
21:42:10 #11 15.05 (92/92): perl-interpreter-5.26.3-419.el8_4.1.x8  37 MB/s | 6.3 MB     00:00    
21:42:11 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
21:42:11 go: downloading github.com/google/uuid v1.3.0
21:42:11 go: downloading github.com/moby/vpnkit v0.5.0
21:42:11 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
21:42:11 go: downloading github.com/gofrs/flock v0.8.1
21:42:11 go: downloading github.com/gorilla/mux v1.8.0
21:42:11 go: downloading github.com/moby/sys/mountinfo v0.4.1
21:42:11 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
21:42:11 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
21:42:11 #11 15.05 --------------------------------------------------------------------------------
21:42:11 #11 15.05 Total                                           8.3 MB/s |  27 MB     00:03     
21:42:11 #11 15.14 Running transaction check
21:42:11 #11 15.22 Transaction check succeeded.
21:42:11 #11 15.22 Running transaction test
21:42:11 go: downloading github.com/u-root/u-root v7.0.0+incompatible
21:42:11 #11 15.53 Transaction test succeeded.
21:42:11 #11 15.53 Running transaction
21:42:12 go: downloading github.com/russross/blackfriday/v2 v2.1.0
21:42:12 #11 16.59   Preparing        :                                                        1/1 
21:42:12 #11 16.65   Upgrading        : rpm-libs-4.14.3-14.el8_4.x86_64                       1/96 
21:42:12 #11 16.67   Running scriptlet: rpm-libs-4.14.3-14.el8_4.x86_64                       1/96 
21:42:12 #11 16.74   Upgrading        : rpm-4.14.3-14.el8_4.x86_64                            2/96 
21:42:12 #11 16.78   Upgrading        : rpm-build-libs-4.14.3-14.el8_4.x86_64                 3/96 
21:42:12 #11 16.79   Running scriptlet: rpm-build-libs-4.14.3-14.el8_4.x86_64                 3/96 
21:42:12 #11 16.83   Installing       : unzip-6.0-45.el8_4.x86_64                             4/96 
21:42:12 #11 16.97   Installing       : groff-base-1.22.3-18.el8.x86_64                       5/96 
21:42:12 #11 16.99   Installing       : file-5.33-16.el8_3.1.x86_64                           6/96 
21:42:12 #11 17.01   Installing       : bzip2-1.0.6-26.el8.x86_64                             7/96 
21:42:13 #11 17.03   Installing       : python-srpm-macros-3-41.el8.noarch                    8/96 
21:42:13 #11 17.04   Installing       : python-rpm-macros-3-41.el8.noarch                     9/96 
21:42:13 #11 17.05   Installing       : python3-rpm-macros-3-41.el8.noarch                   10/96 
21:42:13 #11 17.09   Installing       : zip-3.0-23.el8.x86_64                                11/96 
21:42:13 #11 17.12   Upgrading        : python3-rpm-4.14.3-14.el8_4.x86_64                   12/96 
21:42:13 #11 17.14   Installing       : efi-srpm-macros-3-3.el8.noarch                       13/96 
21:42:13 #11 17.16   Installing       : python3-six-1.11.0-8.el8.noarch                      14/96 
21:42:13 #11 17.20   Installing       : python3-dateutil-1:2.6.1-6.el8.noarch                15/96 
21:42:13 #11 17.21   Installing       : pkgconf-m4-1.4.2-1.el8.noarch                        16/96 
21:42:13 #11 17.24   Installing       : patch-2.7.6-11.el8.x86_64                            17/96 
21:42:13 #11 17.32   Installing       : openssl-1:1.1.1g-15.el8_3.x86_64                     18/96 
21:42:13 #11 17.37   Installing       : ncurses-6.1-7.20180224.el8.x86_64                    19/96 
21:42:13 #11 17.40   Installing       : perl-Digest-1.17-395.el8.noarch                      20/96 
21:42:13 #11 17.42   Installing       : perl-Digest-MD5-2.55-396.el8.x86_64                  21/96 
21:42:13 #11 17.44   Installing       : perl-Data-Dumper-2.167-399.el8.x86_64                22/96 
21:42:13 #11 17.47   Installing       : perl-libnet-3.11-3.el8.noarch                        23/96 
21:42:13 #11 17.54   Installing       : perl-Net-SSLeay-1.88-1.module_el8.3.0+410+ff426aa3   24/96 
21:42:13 #11 17.59   Installing       : perl-URI-1.73-3.el8.noarch                           25/96 
21:42:13 #11 17.62   Installing       : perl-Pod-Escapes-1:1.07-395.el8.noarch               26/96 
21:42:13 #11 17.63   Installing       : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   27/96 
21:42:13 #11 17.65   Installing       : perl-IO-Socket-IP-0.39-5.el8.noarch                  28/96 
21:42:13 #11 17.67   Installing       : perl-Time-Local-1:1.280-1.el8.noarch                 29/96 
21:42:13 #11 17.70   Installing       : perl-IO-Socket-SSL-2.066-4.module_el8.3.0+410+ff42   30/96 
21:42:13 #11 17.72   Installing       : perl-Term-ANSIColor-4.06-396.el8.noarch              31/96 
21:42:13 #11 17.74   Installing       : perl-Term-Cap-1.17-395.el8.noarch                    32/96 
21:42:13 #11 17.76   Installing       : perl-File-Temp-0.230.600-1.el8.noarch                33/96 
21:42:13 #11 17.79   Installing       : perl-Pod-Simple-1:3.35-395.el8.noarch                34/96 
21:42:13 #11 17.82   Installing       : perl-HTTP-Tiny-0.074-1.el8.noarch                    35/96 
21:42:13 #11 17.84   Installing       : perl-podlators-4.11-1.el8.noarch                     36/96 
21:42:13 #11 17.87   Installing       : perl-Pod-Perldoc-3.28-396.el8.noarch                 37/96 
21:42:13 #11 17.89   Installing       : perl-Text-ParseWords-3.30-395.el8.noarch             38/96 
21:42:13 #11 17.91   Installing       : perl-Pod-Usage-4:1.69-395.el8.noarch                 39/96 
21:42:13 #11 17.93   Installing       : perl-MIME-Base64-3.15-396.el8.x86_64                 40/96 
21:42:13 #11 17.96   Installing       : perl-Storable-1:3.11-3.el8.x86_64                    41/96 
21:42:14 #11 17.98   Installing       : perl-Getopt-Long-1:2.50-4.el8.noarch                 42/96 
21:42:14 #11 17.99   Installing       : perl-Errno-1.28-419.el8_4.1.x86_64                   43/96 
21:42:14 #11 18.01   Installing       : perl-Socket-4:2.027-3.el8.x86_64                     44/96 
21:42:14 #11 18.24   Installing       : perl-Encode-4:2.97-3.el8.x86_64                      45/96 
21:42:14 #11 18.26   Installing       : perl-Carp-1.42-396.el8.noarch                        46/96 
21:42:14 #11 18.28   Installing       : perl-Exporter-5.72-396.el8.noarch                    47/96 
21:42:14 #11 18.49   Installing       : perl-libs-4:5.26.3-419.el8_4.1.x86_64                48/96 
21:42:14 #11 18.52   Installing       : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64           49/96 
21:42:14 #11 18.54   Installing       : perl-parent-1:0.237-1.el8.noarch                     50/96 
21:42:14 #11 18.55   Installing       : perl-macros-4:5.26.3-419.el8_4.1.x86_64              51/96 
21:42:14 #11 18.57   Installing       : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         52/96 
21:42:14 #11 18.59   Installing       : perl-Unicode-Normalize-1.25-396.el8.x86_64           53/96 
21:42:14 #11 18.61   Installing       : perl-File-Path-2.15-2.el8.noarch                     54/96 
21:42:14 #11 18.63   Installing       : perl-IO-1.38-419.el8_4.1.x86_64                      55/96 
21:42:14 #11 18.65   Installing       : perl-PathTools-3.74-1.el8.x86_64                     56/96 
21:42:14 #11 18.67   Installing       : perl-constant-1.33-396.el8.noarch                    57/96 
21:42:14 #11 18.69   Installing       : perl-threads-1:2.21-2.el8.x86_64                     58/96 
21:42:15 #11 18.71   Installing       : perl-threads-shared-1.58-2.el8.x86_64                59/96 
21:42:15 #11 19.27   Installing       : perl-interpreter-4:5.26.3-419.el8_4.1.x86_64         60/96 
21:42:15 #11 19.31   Installing       : libtool-ltdl-2.4.6-25.el8.x86_64                     61/96 
21:42:15 #11 19.33   Running scriptlet: libtool-ltdl-2.4.6-25.el8.x86_64                     61/96 
21:42:15 #11 19.34   Installing       : libpkgconf-1.4.2-1.el8.x86_64                        62/96 
21:42:15 #11 19.36   Installing       : pkgconf-1.4.2-1.el8.x86_64                           63/96 
21:42:15 #11 19.38   Installing       : pkgconf-pkg-config-1.4.2-1.el8.x86_64                64/96 
21:42:15 #11 19.42   Installing       : libbabeltrace-1.5.4-3.el8.x86_64                     65/96 
21:42:15 #11 19.44   Running scriptlet: libbabeltrace-1.5.4-3.el8.x86_64                     65/96 
21:42:15 #11 19.45   Installing       : emacs-filesystem-1:26.1-5.el8.noarch                 66/96 
21:42:15 #11 19.48   Installing       : desktop-file-utils-0.23-8.el8.x86_64                 67/96 
21:42:15 #11 19.50   Installing       : elfutils-debuginfod-client-0.182-3.el8.x86_64        68/96 
21:42:15 #11 19.57   Installing       : elfutils-0.182-3.el8.x86_64                          69/96 
21:42:15 #11 19.63   Installing       : diffutils-3.6-6.el8.x86_64                           70/96 
21:42:15 #11 19.65   Running scriptlet: diffutils-3.6-6.el8.x86_64                           70/96 
21:42:15 #11 19.67   Installing       : dbus-glib-0.110-2.el8.x86_64                         71/96 
21:42:15 #11 19.69   Running scriptlet: dbus-glib-0.110-2.el8.x86_64                         71/96 
21:42:15 #11 19.72   Installing       : python3-dbus-1.2.4-15.el8.x86_64                     72/96 
21:42:15 #11 19.76   Installing       : python3-dnf-plugins-core-4.0.18-4.el8.noarch         73/96 
21:42:16 #11 19.79   Installing       : dnf-plugins-core-4.0.18-4.el8.noarch                 74/96 
21:42:16 #11 19.84   Installing       : zstd-1.4.4-1.el8.x86_64                              75/96 
21:42:16 #11 19.87   Installing       : rust-srpm-macros-5-2.el8.noarch                      76/96 
21:42:16 #11 19.88   Installing       : qt5-srpm-macros-5.12.5-3.el8.noarch                  77/96 
21:42:16 #11 19.89   Installing       : perl-srpm-macros-1-25.el8.noarch                     78/96 
21:42:16 #11 19.90   Installing       : openblas-srpm-macros-2-2.el8.noarch                  79/96 
21:42:16 #11 19.92   Installing       : ocaml-srpm-macros-5-4.el8.noarch                     80/96 
21:42:16 #11 19.93   Installing       : libipt-1.6.1-8.el8.x86_64                            81/96 
21:42:16 #11 19.95   Installing       : libatomic_ops-7.6.2-3.el8.x86_64                     82/96 
21:42:16 #11 19.98   Installing       : gc-7.6.4-3.el8.x86_64                                83/96 
21:42:16 #11 20.36   Installing       : guile-5:2.0.14-7.el8.x86_64                          84/96 
21:42:16 #11 20.40   Running scriptlet: guile-5:2.0.14-7.el8.x86_64                          84/96 
21:42:16 #11 20.78   Installing       : gdb-headless-8.2-15.el8.x86_64                       85/96 
21:42:16 #11 20.81   Installing       : go-srpm-macros-2-17.el8.noarch                       86/96 
21:42:16 #11 20.82   Installing       : ghc-srpm-macros-1.4.2-7.el8.noarch                   87/96 
21:42:16 #11 20.85   Installing       : dwz-0.12-9.el8.x86_64                                88/96 
21:42:16 #11 20.87   Installing       : redhat-rpm-config-125-1.el8.noarch                   89/96 
21:42:17 #11 20.90   Installing       : rpm-build-4.14.3-14.el8_4.x86_64                     90/96 
21:42:17 #11 20.92   Installing       : yum-utils-4.0.18-4.el8.noarch                        91/96 
21:42:17 #11 20.97   Installing       : rpmlint-1.10-14.el8.noarch                           92/96 
21:42:17 #11 20.99   Cleanup          : python3-rpm-4.14.3-13.el8.x86_64                     93/96 
21:42:17 #11 21.02   Cleanup          : rpm-build-libs-4.14.3-13.el8.x86_64                  94/96 
21:42:17 #11 21.02   Running scriptlet: rpm-build-libs-4.14.3-13.el8.x86_64                  94/96 
21:42:17 #11 21.07   Cleanup          : rpm-4.14.3-13.el8.x86_64                             95/96 
21:42:17 #11 21.10   Cleanup          : rpm-libs-4.14.3-13.el8.x86_64                        96/96 
21:42:17 #11 21.10   Running scriptlet: rpm-libs-4.14.3-13.el8.x86_64                        96/96 
21:42:17 + for f in rootlesskit rootlesskit-docker-proxy
21:42:17 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
21:42:17 #11 21.13   Running scriptlet: guile-5:2.0.14-7.el8.x86_64                          96/96 
21:42:17 #11 21.14   Running scriptlet: rpm-libs-4.14.3-13.el8.x86_64                        96/96 
21:42:17 #11 21.26   Verifying        : desktop-file-utils-0.23-8.el8.x86_64                  1/96 
21:42:17 #11 21.26   Verifying        : dwz-0.12-9.el8.x86_64                                 2/96 
21:42:17 #11 21.26   Verifying        : efi-srpm-macros-3-3.el8.noarch                        3/96 
21:42:17 #11 21.26   Verifying        : gc-7.6.4-3.el8.x86_64                                 4/96 
21:42:17 #11 21.26   Verifying        : gdb-headless-8.2-15.el8.x86_64                        5/96 
21:42:17 #11 21.26   Verifying        : ghc-srpm-macros-1.4.2-7.el8.noarch                    6/96 
21:42:17 #11 21.26   Verifying        : go-srpm-macros-2-17.el8.noarch                        7/96 
21:42:17 #11 21.26   Verifying        : guile-5:2.0.14-7.el8.x86_64                           8/96 
21:42:17 #11 21.26   Verifying        : libatomic_ops-7.6.2-3.el8.x86_64                      9/96 
21:42:17 #11 21.26   Verifying        : libipt-1.6.1-8.el8.x86_64                            10/96 
21:42:17 #11 21.26   Verifying        : ocaml-srpm-macros-5-4.el8.noarch                     11/96 
21:42:17 #11 21.26   Verifying        : openblas-srpm-macros-2-2.el8.noarch                  12/96 
21:42:17 #11 21.26   Verifying        : perl-Digest-1.17-395.el8.noarch                      13/96 
21:42:17 #11 21.26   Verifying        : perl-Digest-MD5-2.55-396.el8.x86_64                  14/96 
21:42:17 #11 21.26   Verifying        : perl-IO-Socket-IP-0.39-5.el8.noarch                  15/96 
21:42:17 #11 21.26   Verifying        : perl-IO-Socket-SSL-2.066-4.module_el8.3.0+410+ff42   16/96 
21:42:17 #11 21.26   Verifying        : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   17/96 
21:42:17 #11 21.26   Verifying        : perl-Net-SSLeay-1.88-1.module_el8.3.0+410+ff426aa3   18/96 
21:42:17 #11 21.26   Verifying        : perl-URI-1.73-3.el8.noarch                           19/96 
21:42:17 #11 21.26   Verifying        : perl-libnet-3.11-3.el8.noarch                        20/96 
21:42:17 #11 21.26   Verifying        : perl-srpm-macros-1-25.el8.noarch                     21/96 
21:42:17 #11 21.26   Verifying        : python-rpm-macros-3-41.el8.noarch                    22/96 
21:42:17 #11 21.26   Verifying        : python-srpm-macros-3-41.el8.noarch                   23/96 
21:42:17 #11 21.26   Verifying        : python3-rpm-macros-3-41.el8.noarch                   24/96 
21:42:17 #11 21.26   Verifying        : qt5-srpm-macros-5.12.5-3.el8.noarch                  25/96 
21:42:17 #11 21.26   Verifying        : redhat-rpm-config-125-1.el8.noarch                   26/96 
21:42:17 #11 21.26   Verifying        : rpm-build-4.14.3-14.el8_4.x86_64                     27/96 
21:42:17 #11 21.26   Verifying        : rpmlint-1.10-14.el8.noarch                           28/96 
21:42:17 #11 21.26   Verifying        : rust-srpm-macros-5-2.el8.noarch                      29/96 
21:42:17 #11 21.26   Verifying        : zstd-1.4.4-1.el8.x86_64                              30/96 
21:42:17 #11 21.26   Verifying        : bzip2-1.0.6-26.el8.x86_64                            31/96 
21:42:17 #11 21.26   Verifying        : dbus-glib-0.110-2.el8.x86_64                         32/96 
21:42:17 #11 21.26   Verifying        : diffutils-3.6-6.el8.x86_64                           33/96 
21:42:17 #11 21.26   Verifying        : dnf-plugins-core-4.0.18-4.el8.noarch                 34/96 
21:42:17 #11 21.26   Verifying        : elfutils-0.182-3.el8.x86_64                          35/96 
21:42:17 #11 21.26   Verifying        : elfutils-debuginfod-client-0.182-3.el8.x86_64        36/96 
21:42:17 #11 21.27   Verifying        : emacs-filesystem-1:26.1-5.el8.noarch                 37/96 
21:42:17 #11 21.27   Verifying        : file-5.33-16.el8_3.1.x86_64                          38/96 
21:42:17 #11 21.27   Verifying        : groff-base-1.22.3-18.el8.x86_64                      39/96 
21:42:17 #11 21.27   Verifying        : libbabeltrace-1.5.4-3.el8.x86_64                     40/96 
21:42:17 #11 21.27   Verifying        : libpkgconf-1.4.2-1.el8.x86_64                        41/96 
21:42:17 #11 21.27   Verifying        : libtool-ltdl-2.4.6-25.el8.x86_64                     42/96 
21:42:17 #11 21.27   Verifying        : ncurses-6.1-7.20180224.el8.x86_64                    43/96 
21:42:17 #11 21.27   Verifying        : openssl-1:1.1.1g-15.el8_3.x86_64                     44/96 
21:42:17 #11 21.27   Verifying        : patch-2.7.6-11.el8.x86_64                            45/96 
21:42:17 #11 21.27   Verifying        : perl-Carp-1.42-396.el8.noarch                        46/96 
21:42:17 #11 21.27   Verifying        : perl-Data-Dumper-2.167-399.el8.x86_64                47/96 
21:42:17 #11 21.27   Verifying        : perl-Encode-4:2.97-3.el8.x86_64                      48/96 
21:42:17 #11 21.27   Verifying        : perl-Errno-1.28-419.el8_4.1.x86_64                   49/96 
21:42:17 #11 21.27   Verifying        : perl-Exporter-5.72-396.el8.noarch                    50/96 
21:42:17 #11 21.27   Verifying        : perl-File-Path-2.15-2.el8.noarch                     51/96 
21:42:17 #11 21.27   Verifying        : perl-File-Temp-0.230.600-1.el8.noarch                52/96 
21:42:17 #11 21.27   Verifying        : perl-Getopt-Long-1:2.50-4.el8.noarch                 53/96 
21:42:17 #11 21.27   Verifying        : perl-HTTP-Tiny-0.074-1.el8.noarch                    54/96 
21:42:17 #11 21.27   Verifying        : perl-IO-1.38-419.el8_4.1.x86_64                      55/96 
21:42:17 #11 21.27   Verifying        : perl-MIME-Base64-3.15-396.el8.x86_64                 56/96 
21:42:17 #11 21.27   Verifying        : perl-PathTools-3.74-1.el8.x86_64                     57/96 
21:42:17 #11 21.27   Verifying        : perl-Pod-Escapes-1:1.07-395.el8.noarch               58/96 
21:42:17 #11 21.27   Verifying        : perl-Pod-Perldoc-3.28-396.el8.noarch                 59/96 
21:42:17 #11 21.27   Verifying        : perl-Pod-Simple-1:3.35-395.el8.noarch                60/96 
21:42:17 #11 21.27   Verifying        : perl-Pod-Usage-4:1.69-395.el8.noarch                 61/96 
21:42:17 #11 21.27   Verifying        : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64           62/96 
21:42:17 #11 21.27   Verifying        : perl-Socket-4:2.027-3.el8.x86_64                     63/96 
21:42:17 #11 21.27   Verifying        : perl-Storable-1:3.11-3.el8.x86_64                    64/96 
21:42:17 #11 21.27   Verifying        : perl-Term-ANSIColor-4.06-396.el8.noarch              65/96 
21:42:17 #11 21.27   Verifying        : perl-Term-Cap-1.17-395.el8.noarch                    66/96 
21:42:17 #11 21.27   Verifying        : perl-Text-ParseWords-3.30-395.el8.noarch             67/96 
21:42:17 #11 21.27   Verifying        : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         68/96 
21:42:17 #11 21.27   Verifying        : perl-Time-Local-1:1.280-1.el8.noarch                 69/96 
21:42:17 #11 21.27   Verifying        : perl-Unicode-Normalize-1.25-396.el8.x86_64           70/96 
21:42:17 #11 21.27   Verifying        : perl-constant-1.33-396.el8.noarch                    71/96 
21:42:17 #11 21.27   Verifying        : perl-interpreter-4:5.26.3-419.el8_4.1.x86_64         72/96 
21:42:17 #11 21.27   Verifying        : perl-libs-4:5.26.3-419.el8_4.1.x86_64                73/96 
21:42:17 #11 21.27   Verifying        : perl-macros-4:5.26.3-419.el8_4.1.x86_64              74/96 
21:42:17 #11 21.27   Verifying        : perl-parent-1:0.237-1.el8.noarch                     75/96 
21:42:17 #11 21.27   Verifying        : perl-podlators-4.11-1.el8.noarch                     76/96 
21:42:17 #11 21.27   Verifying        : perl-threads-1:2.21-2.el8.x86_64                     77/96 
21:42:17 #11 21.27   Verifying        : perl-threads-shared-1.58-2.el8.x86_64                78/96 
21:42:17 #11 21.27   Verifying        : pkgconf-1.4.2-1.el8.x86_64                           79/96 
21:42:17 #11 21.27   Verifying        : pkgconf-m4-1.4.2-1.el8.noarch                        80/96 
21:42:17 #11 21.27   Verifying        : pkgconf-pkg-config-1.4.2-1.el8.x86_64                81/96 
21:42:17 #11 21.27   Verifying        : python3-dateutil-1:2.6.1-6.el8.noarch                82/96 
21:42:17 #11 21.27   Verifying        : python3-dbus-1.2.4-15.el8.x86_64                     83/96 
21:42:17 #11 21.27   Verifying        : python3-dnf-plugins-core-4.0.18-4.el8.noarch         84/96 
21:42:17 #11 21.27   Verifying        : python3-six-1.11.0-8.el8.noarch                      85/96 
21:42:17 #11 21.27   Verifying        : unzip-6.0-45.el8_4.x86_64                            86/96 
21:42:17 #11 21.27   Verifying        : yum-utils-4.0.18-4.el8.noarch                        87/96 
21:42:17 #11 21.27   Verifying        : zip-3.0-23.el8.x86_64                                88/96 
21:42:17 #11 21.27   Verifying        : python3-rpm-4.14.3-14.el8_4.x86_64                   89/96 
21:42:17 #11 21.27   Verifying        : python3-rpm-4.14.3-13.el8.x86_64                     90/96 
21:42:17 #11 21.27   Verifying        : rpm-4.14.3-14.el8_4.x86_64                           91/96 
21:42:17 #11 21.27   Verifying        : rpm-4.14.3-13.el8.x86_64                             92/96 
21:42:17 #11 21.27   Verifying        : rpm-build-libs-4.14.3-14.el8_4.x86_64                93/96 
21:42:17 #11 21.27   Verifying        : rpm-build-libs-4.14.3-13.el8.x86_64                  94/96 
21:42:17 #11 21.27   Verifying        : rpm-libs-4.14.3-14.el8_4.x86_64                      95/96 
21:42:18 #11 21.27   Verifying        : rpm-libs-4.14.3-13.el8.x86_64                        96/96 
21:42:18 #11 22.06 
21:42:18 #11 22.06 Upgraded:
21:42:18 #11 22.06   python3-rpm-4.14.3-14.el8_4.x86_64        rpm-4.14.3-14.el8_4.x86_64         
21:42:18 #11 22.06   rpm-build-libs-4.14.3-14.el8_4.x86_64     rpm-libs-4.14.3-14.el8_4.x86_64    
21:42:18 #11 22.06 Installed:
21:42:18 #11 22.06   bzip2-1.0.6-26.el8.x86_64                                                     
21:42:18 #11 22.06   dbus-glib-0.110-2.el8.x86_64                                                  
21:42:18 #11 22.06   desktop-file-utils-0.23-8.el8.x86_64                                          
21:42:18 #11 22.06   diffutils-3.6-6.el8.x86_64                                                    
21:42:18 #11 22.06   dnf-plugins-core-4.0.18-4.el8.noarch                                          
21:42:18 #11 22.06   dwz-0.12-9.el8.x86_64                                                         
21:42:18 #11 22.06   efi-srpm-macros-3-3.el8.noarch                                                
21:42:18 #11 22.06   elfutils-0.182-3.el8.x86_64                                                   
21:42:18 #11 22.06   elfutils-debuginfod-client-0.182-3.el8.x86_64                                 
21:42:18 #11 22.06   emacs-filesystem-1:26.1-5.el8.noarch                                          
21:42:18 #11 22.06   file-5.33-16.el8_3.1.x86_64                                                   
21:42:18 #11 22.06   gc-7.6.4-3.el8.x86_64                                                         
21:42:18 #11 22.06   gdb-headless-8.2-15.el8.x86_64                                                
21:42:18 #11 22.06   ghc-srpm-macros-1.4.2-7.el8.noarch                                            
21:42:18 #11 22.06   go-srpm-macros-2-17.el8.noarch                                                
21:42:18 #11 22.06   groff-base-1.22.3-18.el8.x86_64                                               
21:42:18 #11 22.06   guile-5:2.0.14-7.el8.x86_64                                                   
21:42:18 #11 22.06   libatomic_ops-7.6.2-3.el8.x86_64                                              
21:42:18 #11 22.06   libbabeltrace-1.5.4-3.el8.x86_64                                              
21:42:18 #11 22.06   libipt-1.6.1-8.el8.x86_64                                                     
21:42:18 #11 22.06   libpkgconf-1.4.2-1.el8.x86_64                                                 
21:42:18 #11 22.06   libtool-ltdl-2.4.6-25.el8.x86_64                                              
21:42:18 #11 22.06   ncurses-6.1-7.20180224.el8.x86_64                                             
21:42:18 #11 22.06   ocaml-srpm-macros-5-4.el8.noarch                                              
21:42:18 #11 22.06   openblas-srpm-macros-2-2.el8.noarch                                           
21:42:18 #11 22.06   openssl-1:1.1.1g-15.el8_3.x86_64                                              
21:42:18 #11 22.06   patch-2.7.6-11.el8.x86_64                                                     
21:42:18 #11 22.06   perl-Carp-1.42-396.el8.noarch                                                 
21:42:18 #11 22.06   perl-Data-Dumper-2.167-399.el8.x86_64                                         
21:42:18 #11 22.06   perl-Digest-1.17-395.el8.noarch                                               
21:42:18 #11 22.06   perl-Digest-MD5-2.55-396.el8.x86_64                                           
21:42:18 #11 22.06   perl-Encode-4:2.97-3.el8.x86_64                                               
21:42:18 #11 22.06   perl-Errno-1.28-419.el8_4.1.x86_64                                            
21:42:18 #11 22.06   perl-Exporter-5.72-396.el8.noarch                                             
21:42:18 #11 22.06   perl-File-Path-2.15-2.el8.noarch                                              
21:42:18 #11 22.06   perl-File-Temp-0.230.600-1.el8.noarch                                         
21:42:18 #11 22.06   perl-Getopt-Long-1:2.50-4.el8.noarch                                          
21:42:18 #11 22.06   perl-HTTP-Tiny-0.074-1.el8.noarch                                             
21:42:18 #11 22.06   perl-IO-1.38-419.el8_4.1.x86_64                                               
21:42:18 #11 22.06   perl-IO-Socket-IP-0.39-5.el8.noarch                                           
21:42:18 #11 22.06   perl-IO-Socket-SSL-2.066-4.module_el8.3.0+410+ff426aa3.noarch                 
21:42:18 #11 22.06   perl-MIME-Base64-3.15-396.el8.x86_64                                          
21:42:18 #11 22.06   perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch                 
21:42:18 #11 22.06   perl-Net-SSLeay-1.88-1.module_el8.3.0+410+ff426aa3.x86_64                     
21:42:18 #11 22.06   perl-PathTools-3.74-1.el8.x86_64                                              
21:42:18 #11 22.06   perl-Pod-Escapes-1:1.07-395.el8.noarch                                        
21:42:18 #11 22.06   perl-Pod-Perldoc-3.28-396.el8.noarch                                          
21:42:18 #11 22.06   perl-Pod-Simple-1:3.35-395.el8.noarch                                         
21:42:18 #11 22.06   perl-Pod-Usage-4:1.69-395.el8.noarch                                          
21:42:18 #11 22.06   perl-Scalar-List-Utils-3:1.49-2.el8.x86_64                                    
21:42:18 #11 22.06   perl-Socket-4:2.027-3.el8.x86_64                                              
21:42:18 #11 22.06   perl-Storable-1:3.11-3.el8.x86_64                                             
21:42:18 #11 22.06   perl-Term-ANSIColor-4.06-396.el8.noarch                                       
21:42:18 #11 22.06   perl-Term-Cap-1.17-395.el8.noarch                                             
21:42:18 #11 22.06   perl-Text-ParseWords-3.30-395.el8.noarch                                      
21:42:18 #11 22.06   perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch                                  
21:42:18 #11 22.06   perl-Time-Local-1:1.280-1.el8.noarch                                          
21:42:18 #11 22.06   perl-URI-1.73-3.el8.noarch                                                    
21:42:18 #11 22.06   perl-Unicode-Normalize-1.25-396.el8.x86_64                                    
21:42:18 #11 22.06   perl-constant-1.33-396.el8.noarch                                             
21:42:18 #11 22.06   perl-interpreter-4:5.26.3-419.el8_4.1.x86_64                                  
21:42:18 #11 22.06   perl-libnet-3.11-3.el8.noarch                                                 
21:42:18 #11 22.06   perl-libs-4:5.26.3-419.el8_4.1.x86_64                                         
21:42:18 #11 22.06   perl-macros-4:5.26.3-419.el8_4.1.x86_64                                       
21:42:18 #11 22.06   perl-parent-1:0.237-1.el8.noarch                                              
21:42:18 #11 22.06   perl-podlators-4.11-1.el8.noarch                                              
21:42:18 #11 22.06   perl-srpm-macros-1-25.el8.noarch                                              
21:42:18 #11 22.06   perl-threads-1:2.21-2.el8.x86_64                                              
21:42:18 #11 22.06   perl-threads-shared-1.58-2.el8.x86_64                                         
21:42:18 #11 22.06   pkgconf-1.4.2-1.el8.x86_64                                                    
21:42:18 #11 22.06   pkgconf-m4-1.4.2-1.el8.noarch                                                 
21:42:18 #11 22.06   pkgconf-pkg-config-1.4.2-1.el8.x86_64                                         
21:42:18 #11 22.06   python-rpm-macros-3-41.el8.noarch                                             
21:42:18 #11 22.06   python-srpm-macros-3-41.el8.noarch                                            
21:42:18 #11 22.06   python3-dateutil-1:2.6.1-6.el8.noarch                                         
21:42:18 #11 22.06   python3-dbus-1.2.4-15.el8.x86_64                                              
21:42:18 #11 22.06   python3-dnf-plugins-core-4.0.18-4.el8.noarch                                  
21:42:18 #11 22.06   python3-rpm-macros-3-41.el8.noarch                                            
21:42:18 #11 22.06   python3-six-1.11.0-8.el8.noarch                                               
21:42:18 #11 22.06   qt5-srpm-macros-5.12.5-3.el8.noarch                                           
21:42:18 #11 22.06   redhat-rpm-config-125-1.el8.noarch                                            
21:42:18 #11 22.06   rpm-build-4.14.3-14.el8_4.x86_64                                              
21:42:18 #11 22.06   rpmlint-1.10-14.el8.noarch                                                    
21:42:18 #11 22.06   rust-srpm-macros-5-2.el8.noarch                                               
21:42:18 #11 22.06   unzip-6.0-45.el8_4.x86_64                                                     
21:42:18 #11 22.06   yum-utils-4.0.18-4.el8.noarch                                                 
21:42:18 #11 22.06   zip-3.0-23.el8.x86_64                                                         
21:42:18 #11 22.06   zstd-1.4.4-1.el8.x86_64                                                       
21:42:18 #11 22.06 
21:42:18 #11 22.06 Complete!
21:42:18 #11 DONE 22.3s
21:42:18 
21:42:18 #13 [stage-1 6/9] COPY SPECS /root/rpmbuild/SPECS
21:42:18 #13 sha256:6c92f8d24fab03e029ca7165e12865b22b918e938ac9a1011234cb37e6cd76cc
21:42:18 #13 DONE 0.1s
21:42:18 
21:42:18 #14 [stage-1 7/9] RUN   if [ "$(uname -m)" = "x86_64" ]; then     yum-builddep --define '_without_btrfs 1' -y /root/rpmbuild/SPECS/*.spec;   else     yum-builddep --define '_without_btrfs 1' -y /root/rpmbuild/SPECS/docker-c*.spec;   fi
21:42:18 #14 sha256:c8b80450f24ab705fbe0423ebb4f6b1170d2ab0092dd122a828c0ca41adff033
21:42:18 + return
21:42:18 # Build the CLI
21:42:18 cd /go/src/github.com/docker/cli && \
21:42:18 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20211015144513-b485636 GITCOMMIT=b485636 dynbinary manpages
21:42:18 make[2]: Entering directory '/root/build-deb/cli'
21:42:18 GO_LINKMODE=dynamic ./scripts/build/binary
21:42:18 Building dynamic docker-linux-arm-v6
21:42:19 #14 1.235 Last metadata expiration check: 0:00:14 ago on Thu Oct 21 21:42:05 2021.
21:42:20 #14 2.144 Package bash-4.4.19-14.el8.x86_64 is already installed.
21:42:20 #14 2.145 Package bash-4.4.19-14.el8.x86_64 is already installed.
21:42:20 #14 2.150 Package ca-certificates-2020.2.41-80.0.el8_2.noarch is already installed.
21:42:20 #14 2.151 Package libarchive-3.3.3-1.el8.x86_64 is already installed.
21:42:20 #14 2.152 Package pkgconf-pkg-config-1.4.2-1.el8.x86_64 is already installed.
21:42:20 #14 2.153 Package systemd-239-45.el8.x86_64 is already installed.
21:42:20 #14 2.153 Package tar-2:1.30-5.el8.x86_64 is already installed.
21:42:20 #14 2.155 Package bash-4.4.19-14.el8.x86_64 is already installed.
21:42:21 #14 2.637 Dependencies resolved.
21:42:21 #14 2.658 =========================================================================================
21:42:21 #14 2.658  Package                        Arch    Version                         Repository   Size
21:42:21 #14 2.658 =========================================================================================
21:42:21 #14 2.658 Installing:
21:42:21 #14 2.658  cmake                          x86_64  3.18.2-11.el8_4                 appstream   9.8 M
21:42:21 #14 2.658  device-mapper-devel            x86_64  8:1.02.175-5.el8                powertools  282 k
21:42:21 #14 2.658  gcc                            x86_64  8.4.1-1.el8                     appstream    23 M
21:42:21 #14 2.658  git                            x86_64  2.27.0-1.el8                    appstream   164 k
21:42:21 #14 2.658  glibc-static                   x86_64  2.28-151.el8                    powertools  2.1 M
21:42:21 #14 2.658  libseccomp-devel               x86_64  2.5.1-1.el8                     appstream    57 k
21:42:21 #14 2.658  libselinux-devel               x86_64  2.9-5.el8                       baseos      200 k
21:42:21 #14 2.658  libtool                        x86_64  2.4.6-25.el8                    appstream   709 k
21:42:21 #14 2.658  libtool-ltdl-devel             x86_64  2.4.6-25.el8                    appstream   184 k
21:42:21 #14 2.658  make                           x86_64  1:4.2.1-10.el8                  baseos      498 k
21:42:21 #14 2.658  selinux-policy-devel           noarch  3.14.3-67.el8_4.2               baseos      1.5 M
21:42:21 #14 2.658  systemd-devel                  x86_64  239-45.el8_4.3                  baseos      380 k
21:42:21 #14 2.658  which                          x86_64  2.21-12.el8                     baseos       49 k
21:42:21 #14 2.658 Upgrading:
21:42:21 #14 2.658  bash                           x86_64  4.4.20-1.el8_4                  baseos      1.5 M
21:42:21 #14 2.658  ca-certificates                noarch  2021.2.50-80.0.el8_4            baseos      390 k
21:42:21 #14 2.658  systemd                        x86_64  239-45.el8_4.3                  baseos      3.6 M
21:42:21 #14 2.658  systemd-libs                   x86_64  239-45.el8_4.3                  baseos      1.1 M
21:42:21 #14 2.658  systemd-pam                    x86_64  239-45.el8_4.3                  baseos      469 k
21:42:21 #14 2.658  systemd-udev                   x86_64  239-45.el8_4.3                  baseos      1.4 M
21:42:21 #14 2.658 Installing dependencies:
21:42:21 #14 2.658  annobin                        x86_64  9.50-1.el8                      appstream   107 k
21:42:21 #14 2.658  autoconf                       noarch  2.69-27.el8                     appstream   710 k
21:42:21 #14 2.658  automake                       noarch  1.16.1-7.el8                    appstream   713 k
21:42:21 #14 2.658  checkpolicy                    x86_64  2.9-1.el8                       baseos      348 k
21:42:21 #14 2.658  cmake-data                     noarch  3.18.2-11.el8_4                 appstream   1.6 M
21:42:21 #14 2.658  cmake-filesystem               x86_64  3.18.2-11.el8_4                 appstream    44 k
21:42:21 #14 2.658  cmake-rpm-macros               noarch  3.18.2-11.el8_4                 appstream    44 k
21:42:21 #14 2.658  cpp                            x86_64  8.4.1-1.el8                     appstream    10 M
21:42:21 #14 2.658  git-core                       x86_64  2.27.0-1.el8                    appstream   5.7 M
21:42:21 #14 2.658  git-core-doc                   noarch  2.27.0-1.el8                    appstream   2.5 M
21:42:21 #14 2.658  glibc-devel                    x86_64  2.28-151.el8                    baseos      1.0 M
21:42:21 #14 2.658  glibc-headers                  x86_64  2.28-151.el8                    baseos      478 k
21:42:21 #14 2.658  isl                            x86_64  0.16.1-6.el8                    appstream   841 k
21:42:21 #14 2.658  kbd-legacy                     noarch  2.0.4-10.el8                    baseos      481 k
21:42:21 #14 2.658  kbd-misc                       noarch  2.0.4-10.el8                    baseos      1.5 M
21:42:21 #14 2.658  kernel-headers                 x86_64  4.18.0-305.19.1.el8_4           baseos      7.1 M
21:42:21 #14 2.658  libedit                        x86_64  3.1-23.20170329cvs.el8          baseos      102 k
21:42:21 #14 2.658  libgomp                        x86_64  8.4.1-1.el8                     baseos      204 k
21:42:21 #14 2.658  libmpc                         x86_64  1.1.0-9.1.el8                   appstream    61 k
21:42:21 #14 2.658  libselinux-utils               x86_64  2.9-5.el8                       baseos      243 k
21:42:21 #14 2.658  libsepol-devel                 x86_64  2.9-2.el8                       baseos       86 k
21:42:21 #14 2.658  libuv                          x86_64  1:1.41.1-1.el8_4                appstream   156 k
21:42:21 #14 2.658  libxcrypt-devel                x86_64  4.1.1-4.el8                     baseos       25 k
21:42:21 #14 2.658  libxcrypt-static               x86_64  4.1.1-4.el8                     powertools   53 k
21:42:21 #14 2.658  m4                             x86_64  1.4.18-7.el8                    baseos      223 k
21:42:21 #14 2.658  openssh                        x86_64  8.0p1-6.el8_4.2                 baseos      521 k
21:42:21 #14 2.658  openssh-clients                x86_64  8.0p1-6.el8_4.2                 baseos      667 k
21:42:21 #14 2.658  pcre2-devel                    x86_64  10.32-2.el8                     baseos      605 k
21:42:21 #14 2.658  pcre2-utf16                    x86_64  10.32-2.el8                     baseos      229 k
21:42:21 #14 2.658  pcre2-utf32                    x86_64  10.32-2.el8                     baseos      220 k
21:42:21 #14 2.658  perl-Error                     noarch  1:0.17025-2.el8                 appstream    46 k
21:42:21 #14 2.658  perl-Git                       noarch  2.27.0-1.el8                    appstream    77 k
21:42:21 #14 2.658  perl-TermReadKey               x86_64  2.37-7.el8                      appstream    40 k
21:42:21 #14 2.658  perl-Thread-Queue              noarch  3.13-1.el8                      appstream    24 k
21:42:21 #14 2.658  policycoreutils                x86_64  2.9-14.el8                      baseos      373 k
21:42:21 #14 2.658  policycoreutils-devel          x86_64  2.9-14.el8                      baseos      292 k
21:42:21 #14 2.658  policycoreutils-python-utils   noarch  2.9-14.el8                      baseos      252 k
21:42:21 #14 2.658  python3-audit                  x86_64  3.0-0.17.20191104git1c2f876.el8 baseos       86 k
21:42:21 #14 2.658  python3-libselinux             x86_64  2.9-5.el8                       baseos      283 k
21:42:21 #14 2.658  python3-libsemanage            x86_64  2.9-6.el8                       baseos      127 k
21:42:21 #14 2.658  python3-policycoreutils        noarch  2.9-14.el8                      baseos      2.2 M
21:42:21 #14 2.658  python3-setools                x86_64  4.3.0-2.el8                     baseos      626 k
21:42:21 #14 2.658  rpm-plugin-selinux             x86_64  4.14.3-14.el8_4                 baseos       76 k
21:42:21 #14 2.658  selinux-policy                 noarch  3.14.3-67.el8_4.2               baseos      628 k
21:42:21 #14 2.658  selinux-policy-minimum         noarch  3.14.3-67.el8_4.2               baseos       13 M
21:42:21 #14 2.658  vim-filesystem                 noarch  2:8.0.1763-15.el8               appstream    48 k
21:42:21 #14 2.658  xkeyboard-config               noarch  2.28-1.el8                      appstream   782 k
21:42:21 #14 2.658 Installing weak dependencies:
21:42:21 #14 2.658  kbd                            x86_64  2.0.4-10.el8                    baseos      390 k
21:42:21 #14 2.658  libxkbcommon                   x86_64  0.9.1-1.el8                     appstream   116 k
21:42:21 #14 2.658 
21:42:21 #14 2.658 Transaction Summary
21:42:21 #14 2.658 =========================================================================================
21:42:21 #14 2.658 Install  62 Packages
21:42:21 #14 2.658 Upgrade   6 Packages
21:42:21 #14 2.658 
21:42:21 #14 2.663 Total download size: 104 M
21:42:21 #14 2.667 Downloading Packages:
21:42:22 #14 3.991 (1/68): annobin-9.50-1.el8.x86_64.rpm           471 kB/s | 107 kB     00:00    
21:42:22 #14 4.036 (2/68): automake-1.16.1-7.el8.noarch.rpm        2.6 MB/s | 713 kB     00:00    
21:42:22 #14 4.042 (3/68): autoconf-2.69-27.el8.noarch.rpm         2.5 MB/s | 710 kB     00:00    
21:42:22 #14 4.057 (4/68): cmake-filesystem-3.18.2-11.el8_4.x86_64 3.1 MB/s |  44 kB     00:00    
21:42:22 #14 4.061 (5/68): cmake-rpm-macros-3.18.2-11.el8_4.noarch 9.8 MB/s |  44 kB     00:00    
21:42:22 #14 4.102 (6/68): cmake-data-3.18.2-11.el8_4.noarch.rpm    25 MB/s | 1.6 MB     00:00    
21:42:22 #14 4.207 (7/68): cpp-8.4.1-1.el8.x86_64.rpm               72 MB/s |  10 MB     00:00    
21:42:22 #14 4.216 (8/68): git-2.27.0-1.el8.x86_64.rpm              19 MB/s | 164 kB     00:00    
21:42:22 #14 4.283 (9/68): cmake-3.18.2-11.el8_4.x86_64.rpm         34 MB/s | 9.8 MB     00:00    
21:42:22 #14 4.376 (10/68): git-core-2.27.0-1.el8.x86_64.rpm        36 MB/s | 5.7 MB     00:00    
21:42:22 #14 4.426 (11/68): git-core-doc-2.27.0-1.el8.noarch.rpm    18 MB/s | 2.5 MB     00:00    
21:42:22 #14 4.431 (12/68): libmpc-1.1.0-9.1.el8.x86_64.rpm         13 MB/s |  61 kB     00:00    
21:42:22 #14 4.438 (13/68): isl-0.16.1-6.el8.x86_64.rpm             13 MB/s | 841 kB     00:00    
21:42:22 #14 4.439 (14/68): libseccomp-devel-2.5.1-1.el8.x86_64.rp 7.4 MB/s |  57 kB     00:00    
21:42:22 #14 4.458 (15/68): libtool-ltdl-devel-2.4.6-25.el8.x86_64 9.8 MB/s | 184 kB     00:00    
21:42:22 #14 4.480 (16/68): libtool-2.4.6-25.el8.x86_64.rpm         17 MB/s | 709 kB     00:00    
21:42:23 #14 4.486 (17/68): libuv-1.41.1-1.el8_4.x86_64.rpm        5.5 MB/s | 156 kB     00:00    
21:42:23 #14 4.489 (18/68): libxkbcommon-0.9.1-1.el8.x86_64.rpm     13 MB/s | 116 kB     00:00    
21:42:23 #14 4.492 (19/68): perl-Error-0.17025-2.el8.noarch.rpm    9.0 MB/s |  46 kB     00:00    
21:42:23 #14 4.494 (20/68): perl-Git-2.27.0-1.el8.noarch.rpm        15 MB/s |  77 kB     00:00    
21:42:23 #14 4.495 (21/68): perl-TermReadKey-2.37-7.el8.x86_64.rpm  13 MB/s |  40 kB     00:00    
21:42:23 #14 4.500 (22/68): vim-filesystem-8.0.1763-15.el8.noarch.  10 MB/s |  48 kB     00:00    
21:42:23 #14 4.506 (23/68): perl-Thread-Queue-3.13-1.el8.noarch.rp 2.0 MB/s |  24 kB     00:00    
21:42:23 #14 4.518 (24/68): checkpolicy-2.9-1.el8.x86_64.rpm        30 MB/s | 348 kB     00:00    
21:42:23 #14 4.531 (25/68): xkeyboard-config-2.28-1.el8.noarch.rpm  25 MB/s | 782 kB     00:00    
21:42:23 #14 4.536 (26/68): glibc-devel-2.28-151.el8.x86_64.rpm     59 MB/s | 1.0 MB     00:00    
21:42:23 #14 4.542 (27/68): glibc-headers-2.28-151.el8.x86_64.rpm   47 MB/s | 478 kB     00:00    
21:42:23 #14 4.545 (28/68): kbd-2.0.4-10.el8.x86_64.rpm             47 MB/s | 390 kB     00:00    
21:42:23 #14 4.560 (29/68): kbd-legacy-2.0.4-10.el8.noarch.rpm      26 MB/s | 481 kB     00:00    
21:42:23 #14 4.624 (30/68): kbd-misc-2.0.4-10.el8.noarch.rpm        19 MB/s | 1.5 MB     00:00    
21:42:23 #14 4.629 (31/68): libedit-3.1-23.20170329cvs.el8.x86_64.  20 MB/s | 102 kB     00:00    
21:42:23 #14 4.636 (32/68): libgomp-8.4.1-1.el8.x86_64.rpm          29 MB/s | 204 kB     00:00    
21:42:23 #14 4.643 (33/68): libselinux-devel-2.9-5.el8.x86_64.rpm   33 MB/s | 200 kB     00:00    
21:42:23 #14 4.654 (34/68): libselinux-utils-2.9-5.el8.x86_64.rpm   22 MB/s | 243 kB     00:00    
21:42:23 #14 4.657 (35/68): libsepol-devel-2.9-2.el8.x86_64.rpm     31 MB/s |  86 kB     00:00    
21:42:23 #14 4.660 (36/68): libxcrypt-devel-4.1.1-4.el8.x86_64.rpm 9.7 MB/s |  25 kB     00:00    
21:42:23 #14 4.668 (37/68): m4-1.4.18-7.el8.x86_64.rpm              27 MB/s | 223 kB     00:00    
21:42:23 #14 4.684 (38/68): make-4.2.1-10.el8.x86_64.rpm            31 MB/s | 498 kB     00:00    
21:42:23 #14 4.703 (39/68): openssh-8.0p1-6.el8_4.2.x86_64.rpm      28 MB/s | 521 kB     00:00    
21:42:23 #14 4.718 (40/68): openssh-clients-8.0p1-6.el8_4.2.x86_64  44 MB/s | 667 kB     00:00    
21:42:23 #14 4.728 (41/68): pcre2-devel-10.32-2.el8.x86_64.rpm      62 MB/s | 605 kB     00:00    
21:42:23 #14 4.737 (42/68): pcre2-utf16-10.32-2.el8.x86_64.rpm      26 MB/s | 229 kB     00:00    
21:42:23 #14 4.742 (43/68): pcre2-utf32-10.32-2.el8.x86_64.rpm      56 MB/s | 220 kB     00:00    
21:42:23 #14 4.759 (44/68): policycoreutils-2.9-14.el8.x86_64.rpm   21 MB/s | 373 kB     00:00    
21:42:23 #14 4.774 (45/68): policycoreutils-devel-2.9-14.el8.x86_6  21 MB/s | 292 kB     00:00    
21:42:23 #14 4.781 (46/68): policycoreutils-python-utils-2.9-14.el  34 MB/s | 252 kB     00:00    
21:42:23 #14 4.790 (47/68): python3-audit-3.0-0.17.20191104git1c2f  10 MB/s |  86 kB     00:00    
21:42:23 #14 4.882 (48/68): kernel-headers-4.18.0-305.19.1.el8_4.x  22 MB/s | 7.1 MB     00:00    
21:42:23 #14 4.885 (49/68): python3-libselinux-2.9-5.el8.x86_64.rp 2.9 MB/s | 283 kB     00:00    
21:42:23 #14 5.237 (50/68): gcc-8.4.1-1.el8.x86_64.rpm              21 MB/s |  23 MB     00:01    
21:42:23 #14 5.239 (51/68): python3-libsemanage-2.9-6.el8.x86_64.r 357 kB/s | 127 kB     00:00    
21:42:23 #14 5.246 (52/68): rpm-plugin-selinux-4.14.3-14.el8_4.x86  11 MB/s |  76 kB     00:00    
21:42:23 #14 5.259 (53/68): python3-policycoreutils-2.9-14.el8.noa 6.0 MB/s | 2.2 MB     00:00    
21:42:23 #14 5.280 (54/68): selinux-policy-3.14.3-67.el8_4.2.noarc  19 MB/s | 628 kB     00:00    
21:42:23 #14 5.289 (55/68): python3-setools-4.3.0-2.el8.x86_64.rpm  12 MB/s | 626 kB     00:00    
21:42:23 #14 5.308 (56/68): selinux-policy-devel-3.14.3-67.el8_4.2  30 MB/s | 1.5 MB     00:00    
21:42:23 #14 5.311 (57/68): systemd-devel-239-45.el8_4.3.x86_64.rp  17 MB/s | 380 kB     00:00    
21:42:23 #14 5.316 (58/68): which-2.21-12.el8.x86_64.rpm           6.9 MB/s |  49 kB     00:00    
21:42:23 #14 5.329 (59/68): device-mapper-devel-1.02.175-5.el8.x86  16 MB/s | 282 kB     00:00    
21:42:23 #14 5.334 (60/68): libxcrypt-static-4.1.1-4.el8.x86_64.rp  11 MB/s |  53 kB     00:00    
21:42:23 #14 5.378 (61/68): glibc-static-2.28-151.el8.x86_64.rpm    33 MB/s | 2.1 MB     00:00    
21:42:23 #14 5.392 (62/68): ca-certificates-2021.2.50-80.0.el8_4.n  28 MB/s | 390 kB     00:00    
21:42:23 #14 5.411 (63/68): bash-4.4.20-1.el8_4.x86_64.rpm          20 MB/s | 1.5 MB     00:00    
21:42:23 #14 5.461 (64/68): systemd-libs-239-45.el8_4.3.x86_64.rpm  22 MB/s | 1.1 MB     00:00    
21:42:23 #14 5.511 (65/68): systemd-239-45.el8_4.3.x86_64.rpm       30 MB/s | 3.6 MB     00:00    
21:42:24 #14 5.517 (66/68): systemd-pam-239-45.el8_4.3.x86_64.rpm  8.3 MB/s | 469 kB     00:00    
21:42:24 #14 5.543 (67/68): systemd-udev-239-45.el8_4.3.x86_64.rpm  44 MB/s | 1.4 MB     00:00    
21:42:24 #14 5.882 (68/68): selinux-policy-minimum-3.14.3-67.el8_4  22 MB/s |  13 MB     00:00    
21:42:24 #14 5.887 --------------------------------------------------------------------------------
21:42:24 #14 5.888 Total                                            32 MB/s | 104 MB     00:03     
21:42:24 #14 6.032 Running transaction check
21:42:24 #14 6.185 Transaction check succeeded.
21:42:24 #14 6.185 Running transaction test
21:42:25 #14 7.193 Transaction test succeeded.
21:42:25 #14 7.195 Running transaction
21:42:27 #14 8.551   Preparing        :                                                        1/1 
21:42:27 #14 8.594   Running scriptlet: bash-4.4.20-1.el8_4.x86_64                             1/1 
21:42:27 #14 8.770   Upgrading        : bash-4.4.20-1.el8_4.x86_64                            1/74 
21:42:27 #14 8.811   Running scriptlet: bash-4.4.20-1.el8_4.x86_64                            1/74 
21:42:27 #14 8.838   Installing       : python3-libselinux-2.9-5.el8.x86_64                   2/74 
21:42:27 #14 8.871   Installing       : m4-1.4.18-7.el8.x86_64                                3/74 
21:42:27 #14 8.887   Running scriptlet: m4-1.4.18-7.el8.x86_64                                3/74 
21:42:27 #14 8.952   Installing       : autoconf-2.69-27.el8.noarch                           4/74 
21:42:27 #14 8.971   Running scriptlet: autoconf-2.69-27.el8.noarch                           4/74 
21:42:27 #14 9.030   Installing       : make-1:4.2.1-10.el8.x86_64                            5/74 
21:42:27 #14 9.044   Running scriptlet: make-1:4.2.1-10.el8.x86_64                            5/74 
21:42:27 #14 9.170   Upgrading        : systemd-libs-239-45.el8_4.3.x86_64                    6/74 
21:42:27 #14 9.193   Running scriptlet: systemd-libs-239-45.el8_4.3.x86_64                    6/74 
21:42:27 #14 9.248   Installing       : checkpolicy-2.9-1.el8.x86_64                          7/74 
21:42:27 #14 9.273   Installing       : libmpc-1.1.0-9.1.el8.x86_64                           8/74 
21:42:27 #14 9.290   Installing       : cmake-rpm-macros-3.18.2-11.el8_4.noarch               9/74 
21:42:28 #14 9.308   Installing       : cmake-filesystem-3.18.2-11.el8_4.x86_64              10/74 
21:42:28 #14 10.34   Installing       : cpp-8.4.1-1.el8.x86_64                               11/74 
21:42:28 #14 10.35   Running scriptlet: cpp-8.4.1-1.el8.x86_64                               11/74 
21:42:29 #14 10.37   Installing       : python3-libsemanage-2.9-6.el8.x86_64                 12/74 
21:42:29 #14 10.47   Installing       : python3-setools-4.3.0-2.el8.x86_64                   13/74 
21:42:29 #14 10.54   Installing       : libgomp-8.4.1-1.el8.x86_64                           14/74 
21:42:29 #14 10.61   Running scriptlet: libgomp-8.4.1-1.el8.x86_64                           14/74 
21:42:29 #14 10.63   Running scriptlet: openssh-8.0p1-6.el8_4.2.x86_64                       15/74 
21:42:29 #14 10.70   Installing       : openssh-8.0p1-6.el8_4.2.x86_64                       15/74 
21:42:29 #14 10.73   Installing       : python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_   16/74 
21:42:29 #14 10.77   Installing       : pcre2-utf32-10.32-2.el8.x86_64                       17/74 
21:42:29 #14 10.81   Installing       : pcre2-utf16-10.32-2.el8.x86_64                       18/74 
21:42:29 #14 10.89   Installing       : pcre2-devel-10.32-2.el8.x86_64                       19/74 
21:42:29 #14 10.92   Installing       : libsepol-devel-2.9-2.el8.x86_64                      20/74 
21:42:29 #14 10.96   Installing       : libselinux-devel-2.9-5.el8.x86_64                    21/74 
21:42:29 #14 11.00   Installing       : libselinux-utils-2.9-5.el8.x86_64                    22/74 
21:42:29 #14 11.04   Installing       : policycoreutils-2.9-14.el8.x86_64                    23/74 
21:42:29 #14 11.09   Running scriptlet: policycoreutils-2.9-14.el8.x86_64                    23/74 
21:42:29 #14 11.32   Installing       : python3-policycoreutils-2.9-14.el8.noarch            24/74 
21:42:29 #14 11.35   Installing       : policycoreutils-python-utils-2.9-14.el8.noarch       25/74 
21:42:29 #14 11.41   Installing       : rpm-plugin-selinux-4.14.3-14.el8_4.x86_64            26/74 
21:42:30 #14 11.43   Installing       : selinux-policy-3.14.3-67.el8_4.2.noarch              27/74 
21:42:30 #14 11.47   Running scriptlet: selinux-policy-3.14.3-67.el8_4.2.noarch              27/74 
21:42:31 #14 11.49   Running scriptlet: selinux-policy-minimum-3.14.3-67.el8_4.2.noarch      28/74 
21:42:31 #14 13.03   Installing       : selinux-policy-minimum-3.14.3-67.el8_4.2.noarch      28/74 
21:42:39 #14 13.16   Running scriptlet: selinux-policy-minimum-3.14.3-67.el8_4.2.noarch      28/74 
21:42:39 #14 20.28   Installing       : policycoreutils-devel-2.9-14.el8.x86_64              29/74 
21:42:39 #14 20.53   Installing       : selinux-policy-devel-3.14.3-67.el8_4.2.noarch        30/74 
21:42:39 #14 20.59   Running scriptlet: selinux-policy-devel-3.14.3-67.el8_4.2.noarch        30/74 
21:42:39 #14 20.60   Installing       : libedit-3.1-23.20170329cvs.el8.x86_64                31/74 
21:42:39 #14 20.69   Installing       : openssh-clients-8.0p1-6.el8_4.2.x86_64               32/74 
21:42:40 #14 21.41   Installing       : git-core-2.27.0-1.el8.x86_64                         33/74 
21:42:40 #14 21.79   Installing       : git-core-doc-2.27.0-1.el8.noarch                     34/74 
21:42:40 #14 22.06   Installing       : kernel-headers-4.18.0-305.19.1.el8_4.x86_64          35/74 
21:42:40 #14 22.11   Running scriptlet: glibc-headers-2.28-151.el8.x86_64                    36/74 
21:42:40 #14 22.19   Installing       : glibc-headers-2.28-151.el8.x86_64                    36/74 
21:42:40 #14 22.22   Installing       : libxcrypt-devel-4.1.1-4.el8.x86_64                   37/74 
21:42:40 #14 22.32   Installing       : glibc-devel-2.28-151.el8.x86_64                      38/74 
21:42:40 #14 22.34   Running scriptlet: glibc-devel-2.28-151.el8.x86_64                      38/74 
21:42:41 #14 22.36   Installing       : libxcrypt-static-4.1.1-4.el8.x86_64                  39/74 
21:42:41 #14 22.74   Installing       : glibc-static-2.28-151.el8.x86_64                     40/74 
21:42:41 #14 22.96   Installing       : kbd-misc-2.0.4-10.el8.noarch                         41/74 
21:42:41 #14 23.04   Installing       : kbd-legacy-2.0.4-10.el8.noarch                       42/74 
21:42:41 #14 23.11   Installing       : kbd-2.0.4-10.el8.x86_64                              43/74 
21:42:41 #14 23.25   Installing       : xkeyboard-config-2.28-1.el8.noarch                   44/74 
21:42:41 #14 23.29   Installing       : libxkbcommon-0.9.1-1.el8.x86_64                      45/74 
21:42:41 #14 23.34   Upgrading        : systemd-pam-239-45.el8_4.3.x86_64                    46/74 
21:42:42 #14 23.36   Running scriptlet: systemd-239-45.el8_4.3.x86_64                        47/74 
21:42:42 #14 23.81   Upgrading        : systemd-239-45.el8_4.3.x86_64                        47/74 
21:42:42 #14 23.85   Running scriptlet: systemd-239-45.el8_4.3.x86_64                        47/74 
21:42:42 #14 23.96   Installing       : systemd-devel-239-45.el8_4.3.x86_64                  48/74 
21:42:42 #14 23.99   Installing       : vim-filesystem-2:8.0.1763-15.el8.noarch              49/74 
21:42:42 #14 24.00   Installing       : perl-Thread-Queue-3.13-1.el8.noarch                  50/74 
21:42:42 #14 24.08   Installing       : automake-1.16.1-7.el8.noarch                         51/74 
21:42:42 #14 24.10   Installing       : perl-TermReadKey-2.37-7.el8.x86_64                   52/74 
21:42:42 #14 24.12   Installing       : perl-Error-1:0.17025-2.el8.noarch                    53/74 
21:42:42 #14 24.14   Installing       : perl-Git-2.27.0-1.el8.noarch                         54/74 
21:42:42 #14 24.17   Installing       : git-2.27.0-1.el8.x86_64                              55/74 
21:42:43 #14 24.20   Installing       : libuv-1:1.41.1-1.el8_4.x86_64                        56/74 
21:42:43 #14 24.58   Installing       : cmake-data-3.18.2-11.el8_4.noarch                    57/74 
21:42:43 #14 25.58   Installing       : cmake-3.18.2-11.el8_4.x86_64                         58/74 
21:42:44 #14 25.69   Installing       : isl-0.16.1-6.el8.x86_64                              59/74 
21:42:46 #14 25.71   Running scriptlet: isl-0.16.1-6.el8.x86_64                              59/74 
21:42:46 #14 27.38   Installing       : gcc-8.4.1-1.el8.x86_64                               60/74 
21:42:46 #14 27.42   Running scriptlet: gcc-8.4.1-1.el8.x86_64                               60/74 
21:42:46 #14 27.46   Installing       : annobin-9.50-1.el8.x86_64                            61/74 
21:42:46 #14 27.54   Installing       : libtool-2.4.6-25.el8.x86_64                          62/74 
21:42:46 #14 27.56   Running scriptlet: libtool-2.4.6-25.el8.x86_64                          62/74 
21:42:46 #14 27.59   Installing       : libtool-ltdl-devel-2.4.6-25.el8.x86_64               63/74 
21:42:46 #14 27.62   Installing       : device-mapper-devel-8:1.02.175-5.el8.x86_64          64/74 
21:42:46 #14 27.87   Upgrading        : systemd-udev-239-45.el8_4.3.x86_64                   65/74 
21:42:46 #14 27.91   Running scriptlet: systemd-udev-239-45.el8_4.3.x86_64                   65/74 
21:42:46 #14 28.12   Running scriptlet: ca-certificates-2021.2.50-80.0.el8_4.noarch          66/74 
21:42:46 #14 28.17   Upgrading        : ca-certificates-2021.2.50-80.0.el8_4.noarch          66/74 
21:42:46 #14 28.20   Running scriptlet: ca-certificates-2021.2.50-80.0.el8_4.noarch          66/74 
21:42:46 #14 28.47   Installing       : which-2.21-12.el8.x86_64                             67/74 
21:42:46 #14 28.50   Installing       : libseccomp-devel-2.5.1-1.el8.x86_64                  68/74 
21:42:46 #14 28.51   Cleanup          : ca-certificates-2020.2.41-80.0.el8_2.noarch          69/74 
21:42:46 #14 28.53   Cleanup          : systemd-udev-239-45.el8.x86_64                       70/74 
21:42:46 #14 28.53   Running scriptlet: systemd-udev-239-45.el8.x86_64                       70/74 
21:42:46 #14 28.58   Running scriptlet: systemd-239-45.el8.x86_64                            71/74 
21:42:46 #14 28.60   Cleanup          : systemd-239-45.el8.x86_64                            71/74 
21:42:47 #14 28.64   Cleanup          : systemd-libs-239-45.el8.x86_64                       72/74 
21:42:47 #14 28.66   Cleanup          : bash-4.4.19-14.el8.x86_64                            73/74 
21:42:47 #14 28.66   Running scriptlet: bash-4.4.19-14.el8.x86_64                            73/74 
21:42:47 #14 28.68   Cleanup          : systemd-pam-239-45.el8.x86_64                        74/74 
21:42:47 #14 28.69   Running scriptlet: ca-certificates-2021.2.50-80.0.el8_4.noarch          74/74 
21:42:47 #14 28.97   Running scriptlet: systemd-pam-239-45.el8.x86_64                        74/74 
21:42:47 #14 29.18   Running scriptlet: systemd-239-45.el8_4.3.x86_64                        74/74 
21:42:47 #14 29.22   Running scriptlet: systemd-udev-239-45.el8_4.3.x86_64                   74/74 
21:42:47 #14 29.29   Verifying        : annobin-9.50-1.el8.x86_64                             1/74 
21:42:47 #14 29.29   Verifying        : autoconf-2.69-27.el8.noarch                           2/74 
21:42:47 #14 29.29   Verifying        : automake-1.16.1-7.el8.noarch                          3/74 
21:42:47 #14 29.29   Verifying        : cmake-3.18.2-11.el8_4.x86_64                          4/74 
21:42:47 #14 29.29   Verifying        : cmake-data-3.18.2-11.el8_4.noarch                     5/74 
21:42:47 #14 29.29   Verifying        : cmake-filesystem-3.18.2-11.el8_4.x86_64               6/74 
21:42:47 #14 29.29   Verifying        : cmake-rpm-macros-3.18.2-11.el8_4.noarch               7/74 
21:42:47 #14 29.29   Verifying        : cpp-8.4.1-1.el8.x86_64                                8/74 
21:42:47 #14 29.29   Verifying        : gcc-8.4.1-1.el8.x86_64                                9/74 
21:42:47 #14 29.29   Verifying        : git-2.27.0-1.el8.x86_64                              10/74 
21:42:47 #14 29.29   Verifying        : git-core-2.27.0-1.el8.x86_64                         11/74 
21:42:47 #14 29.29   Verifying        : git-core-doc-2.27.0-1.el8.noarch                     12/74 
21:42:47 #14 29.29   Verifying        : isl-0.16.1-6.el8.x86_64                              13/74 
21:42:47 #14 29.29   Verifying        : libmpc-1.1.0-9.1.el8.x86_64                          14/74 
21:42:47 #14 29.29   Verifying        : libseccomp-devel-2.5.1-1.el8.x86_64                  15/74 
21:42:47 #14 29.29   Verifying        : libtool-2.4.6-25.el8.x86_64                          16/74 
21:42:47 #14 29.29   Verifying        : libtool-ltdl-devel-2.4.6-25.el8.x86_64               17/74 
21:42:47 #14 29.29   Verifying        : libuv-1:1.41.1-1.el8_4.x86_64                        18/74 
21:42:47 #14 29.29   Verifying        : libxkbcommon-0.9.1-1.el8.x86_64                      19/74 
21:42:47 #14 29.29   Verifying        : perl-Error-1:0.17025-2.el8.noarch                    20/74 
21:42:47 #14 29.29   Verifying        : perl-Git-2.27.0-1.el8.noarch                         21/74 
21:42:47 #14 29.29   Verifying        : perl-TermReadKey-2.37-7.el8.x86_64                   22/74 
21:42:47 #14 29.29   Verifying        : perl-Thread-Queue-3.13-1.el8.noarch                  23/74 
21:42:47 #14 29.29   Verifying        : vim-filesystem-2:8.0.1763-15.el8.noarch              24/74 
21:42:47 #14 29.29   Verifying        : xkeyboard-config-2.28-1.el8.noarch                   25/74 
21:42:47 #14 29.29   Verifying        : checkpolicy-2.9-1.el8.x86_64                         26/74 
21:42:47 #14 29.29   Verifying        : glibc-devel-2.28-151.el8.x86_64                      27/74 
21:42:47 #14 29.29   Verifying        : glibc-headers-2.28-151.el8.x86_64                    28/74 
21:42:47 #14 29.29   Verifying        : kbd-2.0.4-10.el8.x86_64                              29/74 
21:42:47 #14 29.29   Verifying        : kbd-legacy-2.0.4-10.el8.noarch                       30/74 
21:42:47 #14 29.29   Verifying        : kbd-misc-2.0.4-10.el8.noarch                         31/74 
21:42:47 #14 29.29   Verifying        : kernel-headers-4.18.0-305.19.1.el8_4.x86_64          32/74 
21:42:47 #14 29.29   Verifying        : libedit-3.1-23.20170329cvs.el8.x86_64                33/74 
21:42:47 #14 29.29   Verifying        : libgomp-8.4.1-1.el8.x86_64                           34/74 
21:42:47 #14 29.29   Verifying        : libselinux-devel-2.9-5.el8.x86_64                    35/74 
21:42:47 #14 29.29   Verifying        : libselinux-utils-2.9-5.el8.x86_64                    36/74 
21:42:47 #14 29.29   Verifying        : libsepol-devel-2.9-2.el8.x86_64                      37/74 
21:42:47 #14 29.29   Verifying        : libxcrypt-devel-4.1.1-4.el8.x86_64                   38/74 
21:42:47 #14 29.29   Verifying        : m4-1.4.18-7.el8.x86_64                               39/74 
21:42:47 #14 29.29   Verifying        : make-1:4.2.1-10.el8.x86_64                           40/74 
21:42:47 #14 29.29   Verifying        : openssh-8.0p1-6.el8_4.2.x86_64                       41/74 
21:42:47 #14 29.29   Verifying        : openssh-clients-8.0p1-6.el8_4.2.x86_64               42/74 
21:42:47 #14 29.29   Verifying        : pcre2-devel-10.32-2.el8.x86_64                       43/74 
21:42:47 #14 29.29   Verifying        : pcre2-utf16-10.32-2.el8.x86_64                       44/74 
21:42:47 #14 29.29   Verifying        : pcre2-utf32-10.32-2.el8.x86_64                       45/74 
21:42:47 #14 29.29   Verifying        : policycoreutils-2.9-14.el8.x86_64                    46/74 
21:42:47 #14 29.29   Verifying        : policycoreutils-devel-2.9-14.el8.x86_64              47/74 
21:42:47 #14 29.30   Verifying        : policycoreutils-python-utils-2.9-14.el8.noarch       48/74 
21:42:47 #14 29.30   Verifying        : python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_   49/74 
21:42:47 #14 29.30   Verifying        : python3-libselinux-2.9-5.el8.x86_64                  50/74 
21:42:47 #14 29.30   Verifying        : python3-libsemanage-2.9-6.el8.x86_64                 51/74 
21:42:47 #14 29.30   Verifying        : python3-policycoreutils-2.9-14.el8.noarch            52/74 
21:42:47 #14 29.30   Verifying        : python3-setools-4.3.0-2.el8.x86_64                   53/74 
21:42:47 #14 29.30   Verifying        : rpm-plugin-selinux-4.14.3-14.el8_4.x86_64            54/74 
21:42:47 #14 29.30   Verifying        : selinux-policy-3.14.3-67.el8_4.2.noarch              55/74 
21:42:47 #14 29.30   Verifying        : selinux-policy-devel-3.14.3-67.el8_4.2.noarch        56/74 
21:42:47 #14 29.30   Verifying        : selinux-policy-minimum-3.14.3-67.el8_4.2.noarch      57/74 
21:42:47 #14 29.30   Verifying        : systemd-devel-239-45.el8_4.3.x86_64                  58/74 
21:42:47 #14 29.30   Verifying        : which-2.21-12.el8.x86_64                             59/74 
21:42:47 #14 29.30   Verifying        : device-mapper-devel-8:1.02.175-5.el8.x86_64          60/74 
21:42:47 #14 29.30   Verifying        : glibc-static-2.28-151.el8.x86_64                     61/74 
21:42:47 #14 29.30   Verifying        : libxcrypt-static-4.1.1-4.el8.x86_64                  62/74 
21:42:47 #14 29.30   Verifying        : bash-4.4.20-1.el8_4.x86_64                           63/74 
21:42:47 #14 29.30   Verifying        : bash-4.4.19-14.el8.x86_64                            64/74 
21:42:47 #14 29.30   Verifying        : ca-certificates-2021.2.50-80.0.el8_4.noarch          65/74 
21:42:47 #14 29.30   Verifying        : ca-certificates-2020.2.41-80.0.el8_2.noarch          66/74 
21:42:47 #14 29.30   Verifying        : systemd-239-45.el8_4.3.x86_64                        67/74 
21:42:47 #14 29.30   Verifying        : systemd-239-45.el8.x86_64                            68/74 
21:42:47 #14 29.30   Verifying        : systemd-libs-239-45.el8_4.3.x86_64                   69/74 
21:42:47 #14 29.30   Verifying        : systemd-libs-239-45.el8.x86_64                       70/74 
21:42:47 #14 29.30   Verifying        : systemd-pam-239-45.el8_4.3.x86_64                    71/74 
21:42:47 #14 29.30   Verifying        : systemd-pam-239-45.el8.x86_64                        72/74 
21:42:47 #14 29.30   Verifying        : systemd-udev-239-45.el8_4.3.x86_64                   73/74 
21:42:48 #14 29.30   Verifying        : systemd-udev-239-45.el8.x86_64                       74/74 
21:42:48 #14 29.97 
21:42:48 #14 29.97 Upgraded:
21:42:48 #14 29.97   bash-4.4.20-1.el8_4.x86_64        ca-certificates-2021.2.50-80.0.el8_4.noarch
21:42:48 #14 29.97   systemd-239-45.el8_4.3.x86_64     systemd-libs-239-45.el8_4.3.x86_64         
21:42:48 #14 29.97   systemd-pam-239-45.el8_4.3.x86_64 systemd-udev-239-45.el8_4.3.x86_64         
21:42:48 #14 29.97 Installed:
21:42:48 #14 29.97   annobin-9.50-1.el8.x86_64                                                     
21:42:48 #14 29.97   autoconf-2.69-27.el8.noarch                                                   
21:42:48 #14 29.97   automake-1.16.1-7.el8.noarch                                                  
21:42:48 #14 29.97   checkpolicy-2.9-1.el8.x86_64                                                  
21:42:48 #14 29.97   cmake-3.18.2-11.el8_4.x86_64                                                  
21:42:48 #14 29.97   cmake-data-3.18.2-11.el8_4.noarch                                             
21:42:48 #14 29.97   cmake-filesystem-3.18.2-11.el8_4.x86_64                                       
21:42:48 #14 29.97   cmake-rpm-macros-3.18.2-11.el8_4.noarch                                       
21:42:48 #14 29.97   cpp-8.4.1-1.el8.x86_64                                                        
21:42:48 #14 29.97   device-mapper-devel-8:1.02.175-5.el8.x86_64                                   
21:42:48 #14 29.97   gcc-8.4.1-1.el8.x86_64                                                        
21:42:48 #14 29.97   git-2.27.0-1.el8.x86_64                                                       
21:42:48 #14 29.97   git-core-2.27.0-1.el8.x86_64                                                  
21:42:48 #14 29.97   git-core-doc-2.27.0-1.el8.noarch                                              
21:42:48 #14 29.97   glibc-devel-2.28-151.el8.x86_64                                               
21:42:48 #14 29.97   glibc-headers-2.28-151.el8.x86_64                                             
21:42:48 #14 29.97   glibc-static-2.28-151.el8.x86_64                                              
21:42:48 #14 29.97   isl-0.16.1-6.el8.x86_64                                                       
21:42:48 #14 29.97   kbd-2.0.4-10.el8.x86_64                                                       
21:42:48 #14 29.97   kbd-legacy-2.0.4-10.el8.noarch                                                
21:42:48 #14 29.97   kbd-misc-2.0.4-10.el8.noarch                                                  
21:42:48 #14 29.97   kernel-headers-4.18.0-305.19.1.el8_4.x86_64                                   
21:42:48 #14 29.97   libedit-3.1-23.20170329cvs.el8.x86_64                                         
21:42:48 #14 29.97   libgomp-8.4.1-1.el8.x86_64                                                    
21:42:48 #14 29.97   libmpc-1.1.0-9.1.el8.x86_64                                                   
21:42:48 #14 29.97   libseccomp-devel-2.5.1-1.el8.x86_64                                           
21:42:48 #14 29.97   libselinux-devel-2.9-5.el8.x86_64                                             
21:42:48 #14 29.97   libselinux-utils-2.9-5.el8.x86_64                                             
21:42:48 #14 29.97   libsepol-devel-2.9-2.el8.x86_64                                               
21:42:48 #14 29.97   libtool-2.4.6-25.el8.x86_64                                                   
21:42:48 #14 29.97   libtool-ltdl-devel-2.4.6-25.el8.x86_64                                        
21:42:48 #14 29.97   libuv-1:1.41.1-1.el8_4.x86_64                                                 
21:42:48 #14 29.97   libxcrypt-devel-4.1.1-4.el8.x86_64                                            
21:42:48 #14 29.97   libxcrypt-static-4.1.1-4.el8.x86_64                                           
21:42:48 #14 29.97   libxkbcommon-0.9.1-1.el8.x86_64                                               
21:42:48 #14 29.97   m4-1.4.18-7.el8.x86_64                                                        
21:42:48 #14 29.97   make-1:4.2.1-10.el8.x86_64                                                    
21:42:48 #14 29.97   openssh-8.0p1-6.el8_4.2.x86_64                                                
21:42:48 #14 29.97   openssh-clients-8.0p1-6.el8_4.2.x86_64                                        
21:42:48 #14 29.97   pcre2-devel-10.32-2.el8.x86_64                                                
21:42:48 #14 29.97   pcre2-utf16-10.32-2.el8.x86_64                                                
21:42:48 #14 29.97   pcre2-utf32-10.32-2.el8.x86_64                                                
21:42:48 #14 29.97   perl-Error-1:0.17025-2.el8.noarch                                             
21:42:48 #14 29.97   perl-Git-2.27.0-1.el8.noarch                                                  
21:42:48 #14 29.97   perl-TermReadKey-2.37-7.el8.x86_64                                            
21:42:48 #14 29.97   perl-Thread-Queue-3.13-1.el8.noarch                                           
21:42:48 #14 29.97   policycoreutils-2.9-14.el8.x86_64                                             
21:42:48 #14 29.97   policycoreutils-devel-2.9-14.el8.x86_64                                       
21:42:48 #14 29.97   policycoreutils-python-utils-2.9-14.el8.noarch                                
21:42:48 #14 29.97   python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_64                          
21:42:48 #14 29.97   python3-libselinux-2.9-5.el8.x86_64                                           
21:42:48 #14 29.97   python3-libsemanage-2.9-6.el8.x86_64                                          
21:42:48 #14 29.97   python3-policycoreutils-2.9-14.el8.noarch                                     
21:42:48 #14 29.97   python3-setools-4.3.0-2.el8.x86_64                                            
21:42:48 #14 29.97   rpm-plugin-selinux-4.14.3-14.el8_4.x86_64                                     
21:42:48 #14 29.97   selinux-policy-3.14.3-67.el8_4.2.noarch                                       
21:42:48 #14 29.97   selinux-policy-devel-3.14.3-67.el8_4.2.noarch                                 
21:42:48 #14 29.97   selinux-policy-minimum-3.14.3-67.el8_4.2.noarch                               
21:42:48 #14 29.97   systemd-devel-239-45.el8_4.3.x86_64                                           
21:42:48 #14 29.97   vim-filesystem-2:8.0.1763-15.el8.noarch                                       
21:42:48 #14 29.97   which-2.21-12.el8.x86_64                                                      
21:42:48 #14 29.97   xkeyboard-config-2.28-1.el8.noarch                                            
21:42:48 #14 29.97 
21:42:48 #14 29.97 Complete!
21:42:49 #14 DONE 30.8s
21:42:49 
21:42:49 #16 [stage-1 8/9] COPY --from=golang /usr/local/go /usr/local/go
21:42:49 #16 sha256:aa3207298e52b3c285916d87d2e4d87499b09af5000b63807e93e62c40a1db31
21:42:52 #16 DONE 3.3s
21:42:52 
21:42:52 #17 [stage-1 9/9] WORKDIR /root/rpmbuild
21:42:52 #17 sha256:d52798ece203f9d5c64ddabc27b28cb94258bf392d30b2f85eeff8b6ce8dc502
21:42:52 #17 DONE 0.1s
21:42:52 
21:42:52 #18 exporting to image
21:42:52 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
21:42:52 #18 exporting layers
21:42:56 make[2]: Leaving directory '/go/src/github.com/docker/app'
21:42:56 Cloning into '/go/src/github.com/docker/buildx'...
21:42:56 Fetching origin
21:42:56 + GO111MODULE=on
21:42:56 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
21:42:57 #18 exporting layers 4.8s done
21:42:57 #18 writing image sha256:bf428a69288e76819f8a6f088b42855f81b6b4af7709dbe8d9d0780db7f7ff57 done
21:42:57 #18 naming to docker.io/rpmbuild-centos-8/x86_64 done
21:42:57 #18 DONE 4.8s
21:42:57 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm/rpmbuild/centos-8/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm/rpmbuild/centos-8/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-8/x86_64 -ba --define '_gitcommit_cli b485636' --define '_gitcommit_engine 52f5b61' --define '_release 0' --define '_version 0.0.0.20211015144513.b485636' --define '_origversion 0.0.0-20211015144513-b485636' --define '_scan_rpm_version 0.9.0' --define '_scan_version v0.9.0' --define '_scan_gitcommit b05830d' --define '_without_btrfs 1' SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-scan-plugin.spec
21:42:58 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6dgoPg
21:42:58 + umask 022
21:42:58 + cd /root/rpmbuild/BUILD
21:42:58 + cd /root/rpmbuild/BUILD
21:42:58 + rm -rf src
21:42:58 + /usr/bin/mkdir -p src
21:42:58 + cd src
21:42:58 + /usr/bin/tar -xof -
21:42:58 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
21:42:58 + STATUS=0
21:42:58 + '[' 0 -ne 0 ']'
21:42:58 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
21:42:58 + /usr/bin/tar -xof -
21:42:59 + STATUS=0
21:42:59 + '[' 0 -ne 0 ']'
21:42:59 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
21:42:59 + exit 0
21:42:59 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.kerNIf
21:42:59 + umask 022
21:42:59 + cd /root/rpmbuild/BUILD
21:42:59 + cd src
21:42:59 + export DOCKER_GITCOMMIT=52f5b61
21:42:59 + DOCKER_GITCOMMIT=52f5b61
21:42:59 + mkdir -p /go/src/github.com/docker
21:42:59 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
21:42:59 + pushd /root/rpmbuild/BUILD/src/engine
21:42:59 + for component in tini "proxy dynamic"
21:42:59 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
21:42:59 + TMP_GOPATH=/go
21:42:59 + hack/dockerfile/install/install.sh tini
21:42:59 + RM_GOPATH=0
21:42:59 + TMP_GOPATH=/go
21:42:59 + : /usr/local/bin
21:42:59 + '[' -z /go ']'
21:42:59 + export GOPATH=/go
21:42:59 + GOPATH=/go
21:42:59 + case "$(go env GOARCH)" in
21:42:59 ++ go env GOARCH
21:42:59 + export GO_BUILDMODE=-buildmode=pie
21:42:59 + GO_BUILDMODE=-buildmode=pie
21:42:59 ++ dirname hack/dockerfile/install/install.sh
21:42:59 + dir=hack/dockerfile/install
21:42:59 + bin=tini
21:42:59 + shift
21:42:59 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
21:42:59 + . hack/dockerfile/install/tini.installer
21:42:59 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
21:42:59 + install_tini
21:42:59 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
21:42:59 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
21:42:59 + git clone https://github.com/krallin/tini.git /go/tini
21:42:59 Cloning into '/go/tini'...
21:42:59 + cd /go/tini
21:42:59 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
21:42:59 + cmake .
21:42:59 -- The C compiler identification is GNU 8.4.1
21:42:59 -- Detecting C compiler ABI info
21:42:59 -- Detecting C compiler ABI info - done
21:42:59 -- Check for working C compiler: /usr/bin/cc - skipped
21:42:59 -- Detecting C compile features
21:42:59 -- Detecting C compile features - done
21:42:59 -- Performing Test HAS_BUILTIN_FORTIFY
21:42:59 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
21:42:59 -- Configuring done
21:42:59 -- Generating done
21:42:59 -- Build files have been written to: /go/tini
21:42:59 + make tini-static
21:42:59 Scanning dependencies of target tini-static
21:42:59 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
21:43:00 [100%] Linking C executable tini-static
21:43:00 [100%] Built target tini-static
21:43:00 + mkdir -p /usr/local/bin
21:43:00 + cp tini-static /usr/local/bin/docker-init
21:43:00 + for component in tini "proxy dynamic"
21:43:00 + TMP_GOPATH=/go
21:43:00 + hack/dockerfile/install/install.sh proxy dynamic
21:43:00 + RM_GOPATH=0
21:43:00 + TMP_GOPATH=/go
21:43:00 + : /usr/local/bin
21:43:00 + '[' -z /go ']'
21:43:00 + export GOPATH=/go
21:43:00 + GOPATH=/go
21:43:00 + case "$(go env GOARCH)" in
21:43:00 ++ go env GOARCH
21:43:00 + export GO_BUILDMODE=-buildmode=pie
21:43:00 + GO_BUILDMODE=-buildmode=pie
21:43:00 ++ dirname hack/dockerfile/install/install.sh
21:43:00 + dir=hack/dockerfile/install
21:43:00 + bin=proxy
21:43:00 + shift
21:43:00 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
21:43:00 + . hack/dockerfile/install/proxy.installer
21:43:00 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8
21:43:00 + install_proxy dynamic
21:43:00 + case "$1" in
21:43:00 + install_proxy_dynamic
21:43:00 + export PROXY_LDFLAGS=-linkmode=external install_proxy
21:43:00 + PROXY_LDFLAGS=-linkmode=external
21:43:00 + export BUILD_MODE=-buildmode=pie
21:43:00 + BUILD_MODE=-buildmode=pie
21:43:00 + _install_proxy
21:43:00 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8'
21:43:00 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
21:43:00 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8
21:43:00 Cloning into '/go/src/github.com/docker/libnetwork'...
21:43:01 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/static:/v -w /v alpine chown -R 1000:1000 build/mac/arm64
21:43:01 cd /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/cli && VERSION=0.0.0-20211015144513-b485636 docker buildx bake --set binary.platform=darwin/amd64,darwin/arm64 binary
21:43:01 #1 [internal] booting buildkit
21:43:01 #1 pulling image moby/buildkit:buildx-stable-1
21:43:01 #1 pulling image moby/buildkit:buildx-stable-1 3.1s done
21:43:01 #1 creating container buildx_buildkit_cool_margulis0
21:43:01 #1 creating container buildx_buildkit_cool_margulis0 1.3s done
21:43:01 #1 DONE 4.4s
21:43:01 
21:43:01 #2 [internal] load build definition from Dockerfile
21:43:01 #2 transferring dockerfile: 2.08kB done
21:43:01 #2 DONE 0.1s
21:43:01 
21:43:01 #3 [internal] load .dockerignore
21:43:01 #3 transferring context: 112B done
21:43:01 #3 DONE 0.0s
21:43:01 
21:43:01 #4 resolve image config for docker.io/docker/dockerfile:1.3
21:43:01 #4 ...
21:43:01 
21:43:01 #5 [auth] docker/dockerfile:pull token for registry-1.docker.io
21:43:01 #5 DONE 0.0s
21:43:01 
21:43:01 #4 resolve image config for docker.io/docker/dockerfile:1.3
21:43:01 #4 DONE 0.7s
21:43:01 
21:43:01 #6 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
21:43:01 #6 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
21:43:01 #6 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done
21:43:01 #6 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.1s done
21:43:01 #6 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030
21:43:01 #6 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done
21:43:01 #6 DONE 0.3s
21:43:01 
21:43:01 #11 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
21:43:01 #11 DONE 0.0s
21:43:01 
21:43:01 #12 [auth] tonistiigi/xx:pull token for registry-1.docker.io
21:43:01 #12 DONE 0.0s
21:43:01 
21:43:01 #13 [auth] library/golang:pull token for registry-1.docker.io
21:43:01 #13 DONE 0.0s
21:43:01 
21:43:01 #14 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
21:43:01 #14 DONE 0.0s
21:43:01 
21:43:01 #9 [linux/amd64 internal] load metadata for docker.io/library/golang:1.16.9-alpine
21:43:01 #9 ...
21:43:01 
21:43:01 #7 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
21:43:01 #7 DONE 0.9s
21:43:01 
21:43:01 #9 [linux/amd64 internal] load metadata for docker.io/library/golang:1.16.9-alpine
21:43:01 #9 DONE 1.0s
21:43:01 
21:43:01 #8 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.0.0-rc.2
21:43:01 #8 DONE 1.0s
21:43:01 
21:43:01 #10 [darwin/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
21:43:01 #10 DONE 1.1s
21:43:01 
21:43:01 #21 [internal] load build context
21:43:01 #21 DONE 0.0s
21:43:01 
21:43:01 #16 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669
21:43:01 #16 resolve docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669 0.1s done
21:43:01 #16 DONE 0.1s
21:43:01 
21:43:01 #15 [linux/amd64 gostable 1/1] FROM docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
21:43:01 #15 resolve docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
21:43:01 #15 ...
21:43:01 
21:43:01 #22 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
21:43:01 #22 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.1s done
21:43:01 #22 DONE 0.0s
21:43:01 
21:43:01 #26 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
21:43:01 #26 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.1s done
21:43:01 #26 DONE 0.1s
21:43:01 
21:43:01 #15 [linux/amd64 gostable 1/1] FROM docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
21:43:01 #15 resolve docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11 0.1s done
21:43:01 #15 ...
21:43:01 
21:43:01 #16 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669
21:43:01 #16 sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a 13.43kB / 13.43kB 0.0s done
21:43:01 #16 extracting sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a 0.1s done
21:43:01 #16 DONE 0.1s
21:43:01 
21:43:01 #21 [internal] load build context
21:43:01 #21 transferring context: 18.45MB 2.5s
21:43:02 + cd /go/src/github.com/docker/libnetwork
21:43:02 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8
21:43:02 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
21:43:03 #21 transferring context: 49.90MB 4.6s done
21:43:03 #21 DONE 4.8s
21:43:03 
21:43:03 #15 [linux/amd64 gostable 1/1] FROM docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
21:43:03 #15 sha256:36803fd6ed32d2fbeb27157ae8bd9eac927a87d33ede687fc8c596fb1432e948 156B / 156B 0.4s done
21:43:03 #15 sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd 154B / 154B 0.4s done
21:43:03 #15 sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 105.80MB / 105.80MB 2.1s done
21:43:03 #15 sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 281.51kB / 281.51kB 0.1s done
21:43:03 #15 sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 2.81MB / 2.81MB 0.2s done
21:43:03 #15 extracting sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 0.8s done
21:43:03 #15 extracting sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 0.2s done
21:43:03 #15 extracting sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd 0.0s done
21:43:03 #15 extracting sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2
21:43:08 #15 extracting sha256:23d1c9dd6ab7b181a04d66bcea471e9fcc97cdc39152ce413098373887a7e0d2 7.5s done
21:43:08 #15 extracting sha256:36803fd6ed32d2fbeb27157ae8bd9eac927a87d33ede687fc8c596fb1432e948 0.0s done
21:43:08 #15 DONE 9.8s
21:43:08 
21:43:08 #26 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
21:43:08 #26 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 2.7s done
21:43:08 #26 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8
21:43:08 #26 ...
21:43:08 
21:43:08 #17 [linux/amd64 build-base-alpine 1/3] COPY --from=xx / /
21:43:10 + return
21:43:10 + VERSION=0.0.0-20211015144513-b485636
21:43:10 + PRODUCT=docker
21:43:10 + hack/make.sh dynbinary
21:43:10 
21:43:10 Removing bundles/
21:43:10 
21:43:10 ---> Making bundle: dynbinary (in bundles/dynbinary)
21:43:10 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636
21:43:10 GOOS="" GOARCH="" GOARM=""
21:43:10 #17 DONE 1.9s
21:43:10 
21:43:10 #18 [linux/amd64 build-base-alpine 2/3] RUN apk add --no-cache clang lld llvm file git
21:43:10 #18 0.134 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
21:43:11 #18 1.279 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
21:43:11 #18 1.525 (1/18) Installing libffi (3.3-r2)
21:43:11 #18 1.527 (2/18) Installing libgcc (10.3.1_git20210424-r2)
21:43:11 #18 1.530 (3/18) Installing libstdc++ (10.3.1_git20210424-r2)
21:43:12 #18 1.545 (4/18) Installing xz-libs (5.2.5-r0)
21:43:12 #18 1.548 (5/18) Installing libxml2 (2.9.12-r1)
21:43:12 #18 1.561 (6/18) Installing llvm11-libs (11.1.0-r2)
21:43:12 #18 2.679 (7/18) Installing clang-libs (11.1.0-r1)
21:43:14 #18 3.702 (8/18) Installing clang (11.1.0-r1)
21:43:14 #18 4.173 (9/18) Installing libmagic (5.40-r1)
21:43:14 #18 4.233 (10/18) Installing file (5.40-r1)
21:43:14 #18 4.235 (11/18) Installing brotli-libs (1.0.9-r5)
21:43:14 #18 4.284 (12/18) Installing nghttp2-libs (1.43.0-r0)
21:43:14 #18 4.294 (13/18) Installing libcurl (7.79.1-r0)
21:43:14 #18 4.302 (14/18) Installing expat (2.4.1-r0)
21:43:14 #18 4.313 (15/18) Installing pcre2 (10.36-r0)
21:43:14 #18 4.332 (16/18) Installing git (2.32.0-r0)
21:43:14 #18 4.542 (17/18) Installing lld (11.1.0-r0)
21:43:14 #18 4.601 (18/18) Installing llvm11 (11.1.0-r2)
21:43:15 #18 5.261 Executing busybox-1.33.1-r3.trigger
21:43:15 #18 5.271 OK: 285 MiB in 33 packages
21:43:18 #18 DONE 7.4s
21:43:18 
21:43:18 #19 [linux/amd64 build-base-alpine 3/3] WORKDIR /go/src/github.com/docker/cli
21:43:18 #19 DONE 0.1s
21:43:18 
21:43:18 #20 [linux/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
21:43:18 #20 0.167 skipping packages installation on darwin
21:43:18 #20 DONE 0.2s
21:43:18 
21:43:18 #25 [linux/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
21:43:18 #25 0.200 skipping packages installation on darwin
21:43:18 #25 DONE 0.3s
21:43:18 
21:43:18 #26 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
21:43:22 #26 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 20.7s done
21:43:22 #26 DONE 23.5s
21:43:26 scripts/docs/generate-man.sh
21:43:27 
21:43:27 #23 [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
21:43:35 #23 7.512 Building static docker-darwin-arm64
21:43:37 #23 ...
21:43:37 
21:43:37 #27 [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
21:43:37 #27 7.522 Building static docker-darwin-amd64
21:44:18 make[1]: Leaving directory '/root/build-deb'
21:44:18    debian/rules override_dh_auto_test
21:44:18 make[1]: Entering directory '/root/build-deb'
21:44:18 ./engine/bundles/dynbinary-daemon/dockerd -v
21:44:18 Docker version 0.0.0-20211015144513-b485636, build 52f5b61
21:44:18 ./cli/build/docker -v
21:44:18 Docker version 0.0.0-20211015144513-b485636, build b485636
21:44:18 make[1]: Leaving directory '/root/build-deb'
21:44:18    create-stamp debian/debhelper-build-stamp
21:44:18  debian/rules binary
21:44:18 dh binary --with=bash-completion --with=systemd
21:44:18    dh_testroot
21:44:18    dh_prep
21:44:18    debian/rules override_dh_auto_install
21:44:18 make[1]: Entering directory '/root/build-deb'
21:44:18 # docker-ce-cli install
21:44:18 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
21:44:18 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
21:44:18 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
21:44:18 set -e;cd /sources && \
21:44:18 	tar xzf plugin-installers.tgz; \
21:44:18 	for installer in plugins/*.installer; do \
21:44:18 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
21:44:18 		PREFIX=/usr/libexec/docker/cli-plugins \
21:44:18 			bash ${installer} install_plugin; \
21:44:18 	done
21:44:18 # docker-ce install
21:44:18 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
21:44:18 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
21:44:18 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636 debian/docker-ce/usr/bin/dockerd
21:44:18 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
21:44:18 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
21:44:18 # docker-scan-plugin install
21:44:18 # TODO change once we support scan-plugin on other architectures
21:44:18 if [ "amd64" = "amd64" ]; then \
21:44:18 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
21:44:18 fi
21:44:18 # docker-ce-rootless-extras install
21:44:18 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
21:44:18 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
21:44:18 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
21:44:18 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
21:44:18 # TODO: how can we install vpnkit?
21:44:18 make[1]: Leaving directory '/root/build-deb'
21:44:18    debian/rules override_dh_install
21:44:18 make[1]: Entering directory '/root/build-deb'
21:44:18 dh_install
21:44:18 # TODO Can we do this from within our container?
21:44:18 dh_apparmor --profile-name=docker-ce -pdocker-ce
21:44:18 make[1]: Leaving directory '/root/build-deb'
21:44:18    dh_installdocs
21:44:18    dh_installchangelogs
21:44:18    dh_installman
21:44:18    dh_bash-completion
21:44:18    dh_systemd_enable
21:44:18    debian/rules override_dh_installinit
21:44:18 make[1]: Entering directory '/root/build-deb'
21:44:18 # use "docker" as our service name, not "docker-ce"
21:44:18 dh_installinit --name=docker
21:44:18 make[1]: Leaving directory '/root/build-deb'
21:44:18    dh_systemd_start
21:44:18    dh_perl
21:44:18    dh_link
21:44:18    dh_strip_nondeterminism
21:44:18    dh_compress
21:44:18    dh_fixperms
21:44:18    dh_missing
21:44:18    debian/rules override_dh_strip
21:44:18 make[1]: Entering directory '/root/build-deb'
21:44:18 # Go has lots of problems with stripping, so just don't
21:44:18 make[1]: Leaving directory '/root/build-deb'
21:44:18    dh_makeshlibs
21:44:18    debian/rules override_dh_shlibdeps
21:44:18 make[1]: Entering directory '/root/build-deb'
21:44:18 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
21:44:19 make[1]: Leaving directory '/root/build-deb'
21:44:19    dh_installdeb
21:44:19    debian/rules override_dh_gencontrol
21:44:19 make[1]: Entering directory '/root/build-deb'
21:44:19 # Use separate version for the scan-plugin package, then generate the other control files as usual
21:44:19 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
21:44:19 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
21:44:19 if [ "amd64" = "amd64" ]; then \
21:44:19 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
21:44:19 fi
21:44:19 dh_gencontrol --remaining-packages
21:44:19 make[1]: Leaving directory '/root/build-deb'
21:44:19    dh_md5sums
21:44:20    debian/rules override_dh_builddeb
21:44:20 make[1]: Entering directory '/root/build-deb'
21:44:20 dh_builddeb -- -Zxz
21:44:20 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.deb'.
21:44:20 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.deb'.
21:44:42 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.9.0~ubuntu-focal_amd64.deb'.
21:44:46 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636
21:44:46 
21:44:46 ~/rpmbuild/BUILD/src
21:44:46 + popd
21:44:46 + exit 0
21:44:46 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kfykrg
21:44:46 + umask 022
21:44:46 + cd /root/rpmbuild/BUILD
21:44:46 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el8.x86_64 '!=' / ']'
21:44:46 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el8.x86_64
21:44:46 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el8.x86_64
21:44:46 + mkdir -p /root/rpmbuild/BUILDROOT
21:44:46 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el8.x86_64
21:44:46 + cd src
21:44:46 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
21:44:46 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/bin/dockerd
21:44:46 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/bin/docker-proxy
21:44:46 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/bin/docker-init
21:44:46 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/lib/systemd/system/docker.service
21:44:46 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/lib/systemd/system/docker.socket
21:44:46 + /usr/lib/rpm/check-buildroot
21:44:46 + /usr/lib/rpm/redhat/brp-ldconfig
21:44:46 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
21:44:46 + /usr/lib/rpm/brp-compress
21:44:46 + /usr/lib/rpm/brp-strip /usr/bin/strip
21:44:46 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
21:44:46 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
21:44:46 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
21:44:46 + /usr/lib/rpm/brp-python-bytecompile '' 1
21:44:46 + /usr/lib/rpm/brp-python-hardlink
21:44:46 + PYTHON3=/usr/libexec/platform-python
21:44:46 + /usr/lib/rpm/redhat/brp-mangle-shebangs
21:44:46 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.INjsvj
21:44:46 + umask 022
21:44:46 + cd /root/rpmbuild/BUILD
21:44:46 + cd src
21:44:46 + engine/bundles/dynbinary-daemon/dockerd -v
21:44:46 Docker version 0.0.0-20211015144513-b485636, build 52f5b61
21:44:46 + exit 0
21:44:46 Processing files: docker-ce-0.0.0.20211015144513.b485636-0.el8.x86_64
21:44:46 Provides: docker-ce = 3:0.0.0.20211015144513.b485636-0.el8 docker-ce(x86-64) = 3:0.0.0.20211015144513.b485636-0.el8
21:44:46 Requires(interp): /bin/sh /bin/sh /bin/sh
21:44:46 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
21:44:46 Requires(post): /bin/sh
21:44:46 Requires(preun): /bin/sh
21:44:46 Requires(postun): /bin/sh
21:44:46 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
21:44:46 Conflicts: docker docker-ee docker-engine-cs docker-io
21:44:46 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
21:44:46 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el8.x86_64
21:44:46 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20211015144513.b485636-0.el8.src.rpm
21:44:46 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20211015144513.b485636-0.el8.x86_64.rpm
21:44:46 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.SW9MCi
21:44:46 + umask 022
21:44:46 + cd /root/rpmbuild/BUILD
21:44:46 + cd src
21:44:46 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.el8.x86_64
21:44:46 + exit 0
21:44:46 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.nStRff
21:44:46 + umask 022
21:44:46 + cd /root/rpmbuild/BUILD
21:44:46 + cd /root/rpmbuild/BUILD
21:44:46 + rm -rf src
21:44:46 + /usr/bin/mkdir -p src
21:44:46 + cd src
21:44:46 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
21:44:46 + /usr/bin/tar -xof -
21:44:46 + STATUS=0
21:44:46 + '[' 0 -ne 0 ']'
21:44:46 + /usr/bin/tar -xof -
21:44:46 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
21:44:46 + STATUS=0
21:44:46 + '[' 0 -ne 0 ']'
21:44:46 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
21:44:46 + exit 0
21:44:46 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.lTTDDg
21:44:46 + umask 022
21:44:46 + cd /root/rpmbuild/BUILD
21:44:46 + cd src
21:44:46 + mkdir -p /go/src/github.com/docker
21:44:46 + rm -f /go/src/github.com/docker/cli
21:44:46 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
21:44:46 + pushd /go/src/github.com/docker/cli
21:44:46 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
21:44:46 + DISABLE_WARN_OUTSIDE_CONTAINER=1
21:44:46 + make VERSION=0.0.0-20211015144513-b485636 GITCOMMIT=b485636 dynbinary manpages
21:44:46 GO_LINKMODE=dynamic ./scripts/build/binary
21:44:46 Building dynamic docker-linux-amd64
21:44:47 Project root: /go/src/github.com/docker/cli
21:44:47 Generating man pages into /go/src/github.com/docker/cli/man/man1
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
21:44:47 2021/10/21 21:44:38 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
21:44:47 make[2]: Leaving directory '/root/build-deb/cli'
21:44:47 # Build the scan-plugin
21:44:47 # TODO change once we support scan-plugin on other architectures
21:44:47 if [ "armhf" = "amd64" ]; then \
21:44:47 	cd /go/src/github.com/docker/scan-cli-plugin \
21:44:47 	&& PLATFORM_BINARY=docker-scan COMMIT=b05830d TAG_NAME=v0.9.0 make native-build \
21:44:47 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
21:44:47 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
21:44:47 fi
21:44:47 # Build the CLI plugins
21:44:47 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
21:44:47 set -e;cd /sources && \
21:44:47 	tar xzf plugin-installers.tgz; \
21:44:47 	for installer in plugins/*.installer; do \
21:44:47 		LDFLAGS='' bash ${installer} build; \
21:44:47 	done
21:44:47 Cloning into '/go/src/github.com/docker/app'...
21:44:47 Fetching origin
21:44:47 make[2]: Entering directory '/go/src/github.com/docker/app'
21:44:47 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
21:45:09 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.deb'.
21:45:34 make[2]: Leaving directory '/go/src/github.com/docker/app'
21:45:34 Cloning into '/go/src/github.com/docker/buildx'...
21:45:34 Fetching origin
21:45:34 + GO111MODULE=on
21:45:34 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
21:45:55 make[1]: Leaving directory '/root/build-deb'
21:45:55  dpkg-genbuildinfo
21:45:55  dpkg-genchanges  >../docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.changes
21:45:56 dpkg-genchanges: info: including full source code in upload
21:45:56  dpkg-source -I.git --after-build .
21:45:56 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
21:45:56 + destination=/build
21:45:56 + mkdir -p /build
21:45:56 + mv -v /root/docker-ce-cli_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.deb /root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal.dsc /root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal.tar.gz /root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.buildinfo /root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.changes /root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.deb /root/docker-scan-plugin_0.9.0~ubuntu-focal_amd64.deb /build
21:45:56 copied '/root/docker-ce-cli_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.deb'
21:45:56 removed '/root/docker-ce-cli_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.deb'
21:45:56 copied '/root/docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.deb'
21:45:56 removed '/root/docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.deb'
21:45:56 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal.dsc' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal.dsc'
21:45:56 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal.dsc'
21:45:56 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal.tar.gz' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal.tar.gz'
21:45:56 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal.tar.gz'
21:45:56 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.buildinfo'
21:45:56 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.buildinfo'
21:45:56 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.changes' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.changes'
21:45:56 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.changes'
21:45:56 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.deb'
21:45:56 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-focal_amd64.deb'
21:45:56 copied '/root/docker-scan-plugin_0.9.0~ubuntu-focal_amd64.deb' -> '/build/docker-scan-plugin_0.9.0~ubuntu-focal_amd64.deb'
21:45:56 removed '/root/docker-scan-plugin_0.9.0~ubuntu-focal_amd64.deb'
21:46:00 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal"
21:46:01 == Building packages for ubuntu-hirsute ==
21:46:01 mkdir -p "debbuild/ubuntu-hirsute"
21:46:01 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-hirsute/x86_64 -f ubuntu-hirsute/Dockerfile .
21:46:01 #1 [internal] load build definition from Dockerfile
21:46:01 #1 sha256:f88c2753325b835a49cd974baa748a0e2d95e1ee8d9d862a54ca903833a57ead
21:46:01 #1 transferring dockerfile: 1.22kB done
21:46:01 #1 DONE 0.1s
21:46:01 
21:46:01 #2 [internal] load .dockerignore
21:46:01 #2 sha256:a26e99d7e6a49ecf6cb0ca5c32d414aacde742e10f6ab833e6e48062edbf6b2f
21:46:01 #2 transferring context: 2B done
21:46:01 #2 DONE 0.1s
21:46:01 
21:46:01 #4 [internal] load metadata for docker.io/library/ubuntu:hirsute
21:46:01 #4 sha256:4e2b45bdbcc0cac28506a4b9f369177f0116286e15d2650bc444a6032daf6994
21:46:02 #4 ...
21:46:02 
21:46:02 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
21:46:02 #5 sha256:3358aac5985896f69f7c3f142ec44c503d038993c3fe32384f418747210f5125
21:46:02 #5 DONE 0.0s
21:46:02 
21:46:02 #6 [auth] library/golang:pull token for registry-1.docker.io
21:46:02 #6 sha256:e731c23721a3eaa9134545303a975e4c2c171f5038d28d1c177683e88562125e
21:46:02 #6 DONE 0.0s
21:46:02 
21:46:02 #3 [internal] load metadata for docker.io/library/golang:1.16.9-buster
21:46:02 #3 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
21:46:02 #3 DONE 0.2s
21:46:02 
21:46:02 #4 [internal] load metadata for docker.io/library/ubuntu:hirsute
21:46:02 #4 sha256:4e2b45bdbcc0cac28506a4b9f369177f0116286e15d2650bc444a6032daf6994
21:46:02 #4 DONE 0.2s
21:46:02 
21:46:02 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:hirsute@sha256:26cd4ff32a9c031eaca3d6f589a7799f28b34a539e1bd81acbf1a6efeec4b1ce
21:46:02 #7 sha256:aec37616e4f00aabe5967165598bc79f0c303e19be323aa6064b43005d834c22
21:46:02 #7 DONE 0.0s
21:46:02 
21:46:02 #14 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:46:02 #14 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
21:46:02 #14 DONE 0.0s
21:46:02 
21:46:02 #10 [internal] load build context
21:46:02 #10 sha256:09ad5d87b0689c1619aa2e67bba9c24a55e5033192a51df2948910199ec0d043
21:46:02 #10 transferring context: 839B done
21:46:02 #10 DONE 0.0s
21:46:02 
21:46:02 #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
21:46:02 #8 sha256:707335f2c541be07906a3bb4a7265c79908c74b6caf0ba8af5fd2c9e7a05e034
21:46:02 #8 CACHED
21:46:02 
21:46:02 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
21:46:02 #9 sha256:aef651e08e9c49c593a550f3803963a4fcbff973858ac3167391fe37597fa4c6
21:46:02 #9 CACHED
21:46:02 
21:46:02 #14 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:46:02 #14 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
21:46:02 #14 CACHED
21:46:02 
21:46:02 #11 [stage-1 4/9] COPY common /root/build-deb/debian
21:46:02 #11 sha256:00265a14f840f717822305f05e596c98da60143f1eab08ca16edee39469183b0
21:46:02 #11 DONE 0.2s
21:46:02 
21:46:02 #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
21:46:02 #12 sha256:bc9231ba634a0836be8ff1f4bf36acfd40d7b0fdd96f34470975ba172a3bc3c9
21:46:04 #12 1.403 Get:1 http://security.ubuntu.com/ubuntu hirsute-security InRelease [110 kB]
21:46:04 #12 1.460 Hit:2 http://archive.ubuntu.com/ubuntu hirsute InRelease
21:46:04 #12 1.533 Get:3 http://archive.ubuntu.com/ubuntu hirsute-updates InRelease [115 kB]
21:46:04 #12 1.835 Get:4 http://archive.ubuntu.com/ubuntu hirsute-backports InRelease [101 kB]
21:46:04 #12 1.955 Fetched 326 kB in 1s (351 kB/s)
21:46:05 #12 1.955 Reading package lists...
21:46:05 #12 3.114 dpkg-buildpackage: info: source package docker-ce-build-deps
21:46:05 #12 3.114 dpkg-buildpackage: info: source version 1.0
21:46:05 #12 3.114 dpkg-buildpackage: info: source distribution unstable
21:46:05 #12 3.114 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
21:46:05 #12 3.149  dpkg-source --before-build .
21:46:05 #12 3.149 dpkg-buildpackage: info: host architecture amd64
21:46:05 #12 3.245  debian/rules clean
21:46:05 #12 3.248 dh clean
21:46:05 #12 3.339    dh_clean
21:46:05 #12 3.370  debian/rules binary
21:46:06 #12 3.372 dh binary
21:46:06 #12 3.448    dh_update_autotools_config
21:46:06 #12 3.475    dh_autoreconf
21:46:06 #12 3.515    create-stamp debian/debhelper-build-stamp
21:46:06 #12 3.515    dh_prep
21:46:06 #12 3.542    dh_install
21:46:06 #12 3.573    dh_installdocs
21:46:06 #12 3.609    dh_installchangelogs
21:46:06 #12 3.693    dh_perl
21:46:06 #12 3.726    dh_link
21:46:06 #12 3.758    dh_strip_nondeterminism
21:46:06 #12 3.799    dh_compress
21:46:06 #12 3.838    dh_fixperms
21:46:06 #12 3.876    dh_missing
21:46:06 #12 3.900    dh_installdeb
21:46:06 #12 3.932    dh_gencontrol
21:46:06 #12 4.043    dh_md5sums
21:46:06 #12 4.075    dh_builddeb
21:46:06 #12 4.102 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
21:46:06 #12 4.128  dpkg-genbuildinfo --build=binary
21:46:06 #12 4.265  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_amd64.changes
21:46:06 #12 4.341 dpkg-genchanges: info: binary-only upload (no source code included)
21:46:06 #12 4.344  dpkg-source --after-build .
21:46:07 #12 4.441 dpkg-buildpackage: info: binary-only upload (no source included)
21:46:07 #12 4.445 
21:46:07 #12 4.445 The package has been created.
21:46:07 #12 4.445 Attention, the package has been created in the current directory,
21:46:07 #12 4.445 not in ".." as indicated by the message above!
21:46:07 #12 4.478 Selecting previously unselected package docker-ce-build-deps.
21:46:07 #12 4.617 (Reading database ... 26710 files and directories currently installed.)
21:46:07 #12 4.618 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
21:46:07 #12 4.626 Unpacking docker-ce-build-deps (1.0) ...
21:46:07 #12 4.706 Reading package lists...
21:46:08 #12 5.333 Building dependency tree...
21:46:08 #12 5.463 Reading state information...
21:46:08 scripts/docs/generate-man.sh
21:46:08 #12 5.481 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
21:46:08 #12 5.645 Starting 2 pkgProblemResolver with broken count: 0
21:46:08 #12 5.647 Done
21:46:08 #12 5.787  Done
21:46:08 #12 5.910 Starting pkgProblemResolver with broken count: 0
21:46:08 #12 5.932 Starting 2 pkgProblemResolver with broken count: 0
21:46:08 #12 5.934 Done
21:46:08 #12 6.136 The following additional packages will be installed:
21:46:08 #12 6.137   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
21:46:08 #12 6.137   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
21:46:08 #12 6.137   libglib2.0-0 libjsoncpp24 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
21:46:08 #12 6.137   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
21:46:08 #12 6.137   libsystemd-dev libudev-dev libuv1 pkg-config
21:46:08 #12 6.138 Suggested packages:
21:46:08 #12 6.138   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
21:46:08 #12 6.138 Recommended packages:
21:46:08 #12 6.138   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
21:46:08 #12 6.169 The following NEW packages will be installed:
21:46:08 #12 6.169   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
21:46:08 #12 6.169   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
21:46:08 #12 6.170   libglib2.0-0 libjsoncpp24 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
21:46:08 #12 6.170   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
21:46:08 #12 6.170   libsystemd-dev libudev-dev libuv1 pkg-config
21:46:09 #12 6.580 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
21:46:09 #12 6.580 1 not fully installed or removed.
21:46:09 #12 6.580 Need to get 12.0 MB of archives.
21:46:09 #12 6.580 After this operation, 50.5 MB of additional disk space will be used.
21:46:09 #12 6.580 Get:1 http://archive.ubuntu.com/ubuntu hirsute/main amd64 bash-completion all 1:2.11-2ubuntu1 [179 kB]
21:46:09 #12 6.939 Get:2 http://archive.ubuntu.com/ubuntu hirsute/main amd64 cmake-data all 3.18.4-2ubuntu1 [1705 kB]
21:46:09 #12 7.182 Get:3 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libarchive13 amd64 3.4.3-2 [334 kB]
21:46:09 #12 7.202 Get:4 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjsoncpp24 amd64 1.9.4-4 [75.2 kB]
21:46:09 #12 7.207 Get:5 http://archive.ubuntu.com/ubuntu hirsute/main amd64 librhash0 amd64 1.4.1-1 [119 kB]
21:46:09 #12 7.213 Get:6 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libuv1 amd64 1.40.0-1ubuntu0.1 [82.7 kB]
21:46:09 #12 7.218 Get:7 http://archive.ubuntu.com/ubuntu hirsute/main amd64 cmake amd64 3.18.4-2ubuntu1 [5598 kB]
21:46:10 #12 7.476 Get:8 http://archive.ubuntu.com/ubuntu hirsute-updates/universe amd64 dh-apparmor all 3.0.0-0ubuntu7.1 [9488 B]
21:46:10 #12 7.477 Get:9 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libbtrfs0 amd64 5.10.1-1build1 [180 kB]
21:46:10 #12 7.482 Get:10 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libbtrfs-dev amd64 5.10.1-1build1 [233 kB]
21:46:10 #12 7.494 Get:11 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2ubuntu4 [128 kB]
21:46:10 #12 7.501 Get:12 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2ubuntu4 [11.9 kB]
21:46:10 #12 7.502 Get:13 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libudev-dev amd64 247.3-3ubuntu3.6 [20.2 kB]
21:46:10 #12 7.505 Get:14 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsepol1-dev amd64 3.1-1ubuntu1 [330 kB]
21:46:10 #12 7.521 Get:15 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpcre2-16-0 amd64 10.36-2ubuntu5 [189 kB]
21:46:10 #12 7.529 Get:16 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpcre2-32-0 amd64 10.36-2ubuntu5 [179 kB]
21:46:10 #12 7.551 Get:17 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpcre2-posix2 amd64 10.36-2ubuntu5 [5996 B]
21:46:10 #12 7.552 Get:18 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpcre2-dev amd64 10.36-2ubuntu5 [686 kB]
21:46:10 #12 7.624 Get:19 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libselinux1-dev amd64 3.1-3build1 [148 kB]
21:46:10 #12 7.629 Get:20 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdevmapper-dev amd64 2:1.02.175-2ubuntu4 [35.8 kB]
21:46:10 #12 7.631 Get:21 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1 [85.4 kB]
21:46:10 #12 7.635 Get:22 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libsystemd-dev amd64 247.3-3ubuntu3.6 [299 kB]
21:46:10 #12 7.649 Get:23 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libglib2.0-0 amd64 2.68.1-1~ubuntu21.04.1 [1301 kB]
21:46:10 #12 7.709 Get:24 http://archive.ubuntu.com/ubuntu hirsute/main amd64 pkg-config amd64 0.29.2-1ubuntu1 [46.2 kB]
21:46:10 #12 7.881 debconf: delaying package configuration, since apt-utils is not installed
21:46:10 #12 7.923 Fetched 12.0 MB in 2s (7798 kB/s)
21:46:10 #12 7.955 Selecting previously unselected package bash-completion.
21:46:10 #12 7.955 (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 ... 26714 files and directories currently installed.)
21:46:10 #12 7.970 Preparing to unpack .../00-bash-completion_1%3a2.11-2ubuntu1_all.deb ...
21:46:11 #12 8.455 Unpacking bash-completion (1:2.11-2ubuntu1) ...
21:46:11 #12 8.592 Selecting previously unselected package cmake-data.
21:46:11 #12 8.595 Preparing to unpack .../01-cmake-data_3.18.4-2ubuntu1_all.deb ...
21:46:11 #12 8.602 Unpacking cmake-data (3.18.4-2ubuntu1) ...
21:46:11 #12 8.994 Selecting previously unselected package libarchive13:amd64.
21:46:11 #12 8.998 Preparing to unpack .../02-libarchive13_3.4.3-2_amd64.deb ...
21:46:11 #12 9.007 Unpacking libarchive13:amd64 (3.4.3-2) ...
21:46:11 #12 9.073 Selecting previously unselected package libjsoncpp24:amd64.
21:46:11 #12 9.076 Preparing to unpack .../03-libjsoncpp24_1.9.4-4_amd64.deb ...
21:46:11 #12 9.082 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
21:46:11 #12 9.122 Selecting previously unselected package librhash0:amd64.
21:46:11 #12 9.125 Preparing to unpack .../04-librhash0_1.4.1-1_amd64.deb ...
21:46:11 #12 9.130 Unpacking librhash0:amd64 (1.4.1-1) ...
21:46:11 #12 9.187 Selecting previously unselected package libuv1:amd64.
21:46:11 #12 9.190 Preparing to unpack .../05-libuv1_1.40.0-1ubuntu0.1_amd64.deb ...
21:46:11 #12 9.197 Unpacking libuv1:amd64 (1.40.0-1ubuntu0.1) ...
21:46:11 #12 9.235 Selecting previously unselected package cmake.
21:46:11 #12 9.238 Preparing to unpack .../06-cmake_3.18.4-2ubuntu1_amd64.deb ...
21:46:11 #12 9.241 Unpacking cmake (3.18.4-2ubuntu1) ...
21:46:12 #12 9.775 Selecting previously unselected package dh-apparmor.
21:46:12 #12 9.778 Preparing to unpack .../07-dh-apparmor_3.0.0-0ubuntu7.1_all.deb ...
21:46:12 #12 9.782 Unpacking dh-apparmor (3.0.0-0ubuntu7.1) ...
21:46:12 #12 9.820 Selecting previously unselected package libbtrfs0:amd64.
21:46:12 #12 9.823 Preparing to unpack .../08-libbtrfs0_5.10.1-1build1_amd64.deb ...
21:46:12 #12 9.827 Unpacking libbtrfs0:amd64 (5.10.1-1build1) ...
21:46:12 #12 9.867 Selecting previously unselected package libbtrfs-dev:amd64.
21:46:12 #12 9.870 Preparing to unpack .../09-libbtrfs-dev_5.10.1-1build1_amd64.deb ...
21:46:12 #12 9.873 Unpacking libbtrfs-dev:amd64 (5.10.1-1build1) ...
21:46:12 #12 9.933 Selecting previously unselected package libdevmapper1.02.1:amd64.
21:46:12 #12 9.936 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.175-2ubuntu4_amd64.deb ...
21:46:12 #12 9.941 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2ubuntu4) ...
21:46:12 #12 9.989 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
21:46:12 #12 9.992 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.175-2ubuntu4_amd64.deb ...
21:46:12 #12 9.997 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2ubuntu4) ...
21:46:12 #12 10.03 Selecting previously unselected package libudev-dev:amd64.
21:46:12 #12 10.03 Preparing to unpack .../12-libudev-dev_247.3-3ubuntu3.6_amd64.deb ...
21:46:12 #12 10.04 Unpacking libudev-dev:amd64 (247.3-3ubuntu3.6) ...
21:46:12 #12 10.07 Selecting previously unselected package libsepol1-dev:amd64.
21:46:12 #12 10.08 Preparing to unpack .../13-libsepol1-dev_3.1-1ubuntu1_amd64.deb ...
21:46:12 #12 10.08 Unpacking libsepol1-dev:amd64 (3.1-1ubuntu1) ...
21:46:12 #12 10.18 Selecting previously unselected package libpcre2-16-0:amd64.
21:46:12 #12 10.18 Preparing to unpack .../14-libpcre2-16-0_10.36-2ubuntu5_amd64.deb ...
21:46:12 #12 10.18 Unpacking libpcre2-16-0:amd64 (10.36-2ubuntu5) ...
21:46:12 #12 10.24 Selecting previously unselected package libpcre2-32-0:amd64.
21:46:12 #12 10.24 Preparing to unpack .../15-libpcre2-32-0_10.36-2ubuntu5_amd64.deb ...
21:46:12 #12 10.25 Unpacking libpcre2-32-0:amd64 (10.36-2ubuntu5) ...
21:46:12 #12 10.31 Selecting previously unselected package libpcre2-posix2:amd64.
21:46:12 #12 10.32 Preparing to unpack .../16-libpcre2-posix2_10.36-2ubuntu5_amd64.deb ...
21:46:12 #12 10.32 Unpacking libpcre2-posix2:amd64 (10.36-2ubuntu5) ...
21:46:12 #12 10.35 Selecting previously unselected package libpcre2-dev:amd64.
21:46:12 #12 10.36 Preparing to unpack .../17-libpcre2-dev_10.36-2ubuntu5_amd64.deb ...
21:46:12 #12 10.37 Unpacking libpcre2-dev:amd64 (10.36-2ubuntu5) ...
21:46:12 #12 10.46 Selecting previously unselected package libselinux1-dev:amd64.
21:46:13 #12 10.46 Preparing to unpack .../18-libselinux1-dev_3.1-3build1_amd64.deb ...
21:46:13 #12 10.47 Unpacking libselinux1-dev:amd64 (3.1-3build1) ...
21:46:13 #12 10.52 Selecting previously unselected package libdevmapper-dev:amd64.
21:46:13 #12 10.52 Preparing to unpack .../19-libdevmapper-dev_2%3a1.02.175-2ubuntu4_amd64.deb ...
21:46:13 #12 10.52 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2ubuntu4) ...
21:46:13 #12 10.56 Selecting previously unselected package libseccomp-dev:amd64.
21:46:13 #12 10.57 Preparing to unpack .../20-libseccomp-dev_2.5.1-1ubuntu1_amd64.deb ...
21:46:13 #12 10.57 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1) ...
21:46:13 #12 10.61 Selecting previously unselected package libsystemd-dev:amd64.
21:46:13 #12 10.61 Preparing to unpack .../21-libsystemd-dev_247.3-3ubuntu3.6_amd64.deb ...
21:46:13 #12 10.62 Unpacking libsystemd-dev:amd64 (247.3-3ubuntu3.6) ...
21:46:13 #12 10.71 Selecting previously unselected package libglib2.0-0:amd64.
21:46:13 #12 10.71 Preparing to unpack .../22-libglib2.0-0_2.68.1-1~ubuntu21.04.1_amd64.deb ...
21:46:13 #12 10.72 Unpacking libglib2.0-0:amd64 (2.68.1-1~ubuntu21.04.1) ...
21:46:13 #12 10.87 Selecting previously unselected package pkg-config.
21:46:13 #12 10.87 Preparing to unpack .../23-pkg-config_0.29.2-1ubuntu1_amd64.deb ...
21:46:13 #12 10.88 Unpacking pkg-config (0.29.2-1ubuntu1) ...
21:46:13 #12 10.93 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1) ...
21:46:13 #12 10.94 Setting up libarchive13:amd64 (3.4.3-2) ...
21:46:13 #12 10.96 Setting up libglib2.0-0:amd64 (2.68.1-1~ubuntu21.04.1) ...
21:46:13 #12 10.97 No schema files found: doing nothing.
21:46:13 #12 10.98 Setting up libsepol1-dev:amd64 (3.1-1ubuntu1) ...
21:46:13 #12 11.00 Setting up libpcre2-16-0:amd64 (10.36-2ubuntu5) ...
21:46:13 #12 11.02 Setting up libbtrfs0:amd64 (5.10.1-1build1) ...
21:46:13 #12 11.03 Setting up libpcre2-32-0:amd64 (10.36-2ubuntu5) ...
21:46:13 #12 11.04 Setting up libuv1:amd64 (1.40.0-1ubuntu0.1) ...
21:46:13 #12 11.06 Setting up bash-completion (1:2.11-2ubuntu1) ...
21:46:14 #12 11.60 Setting up pkg-config (0.29.2-1ubuntu1) ...
21:46:14 #12 11.65 Setting up libudev-dev:amd64 (247.3-3ubuntu3.6) ...
21:46:14 #12 11.67 Setting up libpcre2-posix2:amd64 (10.36-2ubuntu5) ...
21:46:14 #12 11.68 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
21:46:14 #12 11.70 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2ubuntu4) ...
21:46:14 #12 11.71 Setting up libbtrfs-dev:amd64 (5.10.1-1build1) ...
21:46:14 #12 11.73 Setting up librhash0:amd64 (1.4.1-1) ...
21:46:14 #12 11.74 Setting up cmake-data (3.18.4-2ubuntu1) ...
21:46:14 #12 11.76 Setting up dh-apparmor (3.0.0-0ubuntu7.1) ...
21:46:14 #12 11.78 Setting up libsystemd-dev:amd64 (247.3-3ubuntu3.6) ...
21:46:14 #12 11.79 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2ubuntu4) ...
21:46:14 #12 11.81 Setting up libpcre2-dev:amd64 (10.36-2ubuntu5) ...
21:46:14 #12 11.83 Setting up libselinux1-dev:amd64 (3.1-3build1) ...
21:46:14 #12 11.84 Setting up libdevmapper-dev:amd64 (2:1.02.175-2ubuntu4) ...
21:46:14 #12 11.85 Setting up cmake (3.18.4-2ubuntu1) ...
21:46:14 #12 11.87 Setting up docker-ce-build-deps (1.0) ...
21:46:14 #12 11.89 Processing triggers for man-db (2.9.4-2) ...
21:46:14 #12 11.94 Processing triggers for libc-bin (2.33-0ubuntu5) ...
21:46:15 #12 DONE 12.4s
21:46:15 
21:46:15 #13 [stage-1 6/9] COPY sources/ /sources
21:46:15 #13 sha256:c85c1b959a13a38bec1575e9d05bf1d92b81a3c2ab580685173b6b1c79d55566
21:46:15 #13 DONE 0.3s
21:46:15 
21:46:15 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
21:46:15 #15 sha256:0b113dc1c9618c499ea5f72b79d026f1f2a0729c6edbb1e7edd9131e2067e57f
21:46:17 #15 DONE 2.7s
21:46:18 
21:46:18 #16 [stage-1 8/9] WORKDIR /root/build-deb
21:46:18 #16 sha256:2c2fb4d4e7ed96e7a61c2a112aae94a57e4243dfaca568eef59dfb105eb82007
21:46:18 #16 DONE 0.0s
21:46:18 
21:46:18 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
21:46:18 #17 sha256:fbc4f16f7d7518b815a4c56847db6bf4878621d6818e277e36384bc174fd9002
21:46:18 #17 DONE 0.1s
21:46:18 
21:46:18 #18 exporting to image
21:46:18 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
21:46:18 #18 exporting layers
21:46:21 #18 exporting layers 2.9s done
21:46:21 #18 writing image sha256:ce24b38a14b0bdc49dab790c98b8e5219f9cf6f595991204026a6fc72655e3f9 done
21:46:21 #18 naming to docker.io/debbuild-ubuntu-hirsute/x86_64 done
21:46:21 #18 DONE 2.9s
21:46:21 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20211015144513-b485636 -e VERSION=0.0.0-20211015144513-b485636 -e CLI_GITCOMMIT=b485636 -e ENGINE_GITCOMMIT=52f5b61 -e SCAN_VERSION=v0.9.0 -e SCAN_GITCOMMIT=b05830d -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb/debbuild/ubuntu-hirsute:/build  debbuild-ubuntu-hirsute/x86_64
21:46:21 + set -e
21:46:21 + mkdir -p /root/build-deb/engine
21:46:21 + tar -C /root/build-deb -xzf /sources/engine.tgz
21:46:22 + mkdir -p /root/build-deb/cli
21:46:22 + tar -C /root/build-deb -xzf /sources/cli.tgz
21:46:23 + mkdir -p /root/build-deb/scan-cli-plugin
21:46:23 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
21:46:23 + mkdir -p /go/src/github.com/docker
21:46:23 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
21:46:23 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
21:46:23 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
21:46:23 + EPOCH=5
21:46:23 + EPOCH_SEP=
21:46:23 + [[ ! -z 5 ]]
21:46:23 + EPOCH_SEP=:
21:46:23 + [[ -z 0.0.0-20211015144513-b485636 ]]
21:46:23 VERSION AAA 0.0.0-20211015144513-b485636
21:46:23 + echo VERSION AAA 0.0.0-20211015144513-b485636
21:46:23 + VERSION=0.0.0-20211015144513-b485636
21:46:23 + echo VERSION bbb 0.0.0-20211015144513-b485636
21:46:23 VERSION bbb 0.0.0-20211015144513-b485636
21:46:23 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
21:46:23 + debSource=docker-ce
21:46:23 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
21:46:23 + debMaintainer='Docker <support@docker.com>'
21:46:23 ++ date --rfc-2822
21:46:23 + debDate='Thu, 21 Oct 2021 21:46:22 +0000'
21:46:23 + cat
21:46:23 + export CLI_GITCOMMIT=b485636
21:46:23 + CLI_GITCOMMIT=b485636
21:46:23 + export ENGINE_GITCOMMIT=52f5b61
21:46:23 + ENGINE_GITCOMMIT=52f5b61
21:46:23 + export SCAN_GITCOMMIT=b05830d
21:46:23 + SCAN_GITCOMMIT=b05830d
21:46:23 + echo VERSION BBB 0.0.0-20211015144513-b485636
21:46:23 VERSION BBB 0.0.0-20211015144513-b485636
21:46:23 + dpkg-buildpackage -uc -us -I.git
21:46:23 dpkg-buildpackage: info: source package docker-ce
21:46:23 dpkg-buildpackage: info: source version 5:0.0.0-20211015144513-b485636-0~ubuntu-hirsute
21:46:23 dpkg-buildpackage: info: source distribution hirsute
21:46:23 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
21:46:23  dpkg-source -I.git --before-build .
21:46:23 dpkg-buildpackage: info: host architecture amd64
21:46:23  debian/rules clean
21:46:23 dh clean --with=bash-completion --with=systemd
21:46:23    dh_clean
21:46:23  dpkg-source -I.git -b .
21:46:23 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
21:46:23 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
21:46:23 dpkg-source: warning: native package version may not have a revision
21:46:23 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20211015144513-b485636-0~ubuntu'
21:46:23 dpkg-source: info: using source format '1.0'
21:46:23 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute.tar.gz
21:46:33 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute.dsc
21:46:33  debian/rules build
21:46:33 dh build --with=bash-completion --with=systemd
21:46:33    dh_update_autotools_config
21:46:33    dh_autoreconf
21:46:33    debian/rules override_dh_auto_build
21:46:33 make[1]: Entering directory '/root/build-deb'
21:46:33 # Build the daemon and dependencies
21:46:33 cd engine && DOCKER_GITCOMMIT=52f5b61 PRODUCT=docker ./hack/make.sh dynbinary
21:46:33 
21:46:33 Removing bundles/
21:46:33 
21:46:33 ---> Making bundle: dynbinary (in bundles/dynbinary)
21:46:33 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636
21:46:33 GOOS="" GOARCH="" GOARM=""
21:46:44 #27 ...
21:46:44 
21:46:44 #23 [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
21:46:44 #23 DONE 184.0s
21:46:44 
21:46:44 #27 [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
21:46:44 #27 ...
21:46:44 
21:46:44 #24 [darwin/arm64 binary 1/1] COPY --from=build /out .
21:46:44 #24 DONE 0.1s
21:46:44 
21:46:44 #27 [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
21:46:44 #27 DONE 185.3s
21:46:44 
21:46:44 #28 [darwin/amd64 binary 1/1] COPY --from=build /out .
21:46:44 #28 DONE 0.1s
21:46:44 
21:46:44 #29 exporting to client
21:46:44 #29 copying files darwin/amd64 22B
21:46:44 #29 copying files darwin/arm64 22B
21:46:44 #29 copying files darwin/amd64 52.27MB 1.7s done
21:46:44 #29 copying files darwin/arm64 48.32MB 1.6s done
21:46:44 #29 DONE 1.7s
21:46:44 dest=$PWD/build/mac; cd /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/cli/build && for platform in *; do \
21:46:44 	arch=$(echo $platform | cut -d_ -f2); \
21:46:44 	mkdir -p $dest/$arch/docker; \
21:46:44 	cp $platform/docker-darwin-* $dest/$arch/docker/docker && \
21:46:44 	tar -C $dest/$arch -c -z -f $dest/$arch/docker-0.0.0-20211015144513-b485636.tgz docker; \
21:46:44 done
21:46:49 cp: cannot stat 'docker/docker-darwin-*': Not a directory
21:46:49 cp: cannot stat 'docker-linux-amd64/docker-darwin-*': Not a directory
21:46:49 make[1]: *** [Makefile:72: cross-mac] Error 1
21:46:49 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/static'
21:46:49 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/static'
21:46:49 make -C /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/docker VERSION=0.0.0-20211015144513-b485636 DOCKER_CROSSPLATFORMS=windows/amd64 DOCKER_BUILD_OPTS="" cross
21:46:49 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/docker'
21:46:49 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 .
21:46:49 #1 [internal] load build definition from Dockerfile
21:46:49 #1 sha256:d2137b66c92f8a5be482d25bf3d1b5d6c111b1f3ffdd301787db1d46485697ad
21:46:49 #1 transferring dockerfile: 39B done
21:46:49 #1 DONE 0.0s
21:46:49 
21:46:49 #2 [internal] load .dockerignore
21:46:49 #2 sha256:bb972d8c8220bb2d981c95d35fa35538223f48ecbc2e912fd142f34d1e3371ba
21:46:49 #2 transferring context: 34B done
21:46:49 #2 DONE 0.0s
21:46:49 
21:46:49 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
21:46:49 #4 sha256:adaccb3d9765d73843d8e01e4850b27bd6f00907c367e2d0c67362b898882f67
21:46:49 #4 DONE 0.0s
21:46:49 
21:46:49 #3 resolve image config for docker.io/docker/dockerfile:1.2
21:46:49 #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
21:46:49 #3 DONE 0.1s
21:46:49 
21:46:49 #5 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
21:46:49 #5 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
21:46:49 #5 CACHED
21:46:49 
21:46:49 #9 [auth] djs55/vpnkit:pull token for registry-1.docker.io
21:46:49 #9 sha256:29feb0b9fd53c1788e85f53557a760a5618f8581f351b9549e250f69d299cfd8
21:46:49 #9 DONE 0.0s
21:46:49 
21:46:49 #10 [auth] library/golang:pull token for registry-1.docker.io
21:46:49 #10 sha256:e90acc38a574e9d281438ba8380b9d92147cf207c2c5e1a6628ea6cc5603251d
21:46:49 #10 DONE 0.0s
21:46:49 
21:46:49 #8 [internal] load metadata for docker.io/library/golang:1.16.9-buster
21:46:49 #8 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
21:46:49 #8 DONE 0.1s
21:46:49 
21:46:49 #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
21:46:49 #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
21:46:50 #7 DONE 0.2s
21:46:50 
21:46:50 #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
21:46:50 #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
21:46:50 #6 DONE 0.2s
21:46:50 
21:46:50 #11 [base 1/3] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:46:50 #11 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
21:46:50 #11 DONE 0.0s
21:46:50 
21:46:50 #39 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
21:46:50 #39 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
21:46:50 #39 DONE 0.0s
21:46:50 
21:46:50 #37 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
21:46:50 #37 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
21:46:50 #37 DONE 0.0s
21:46:50 
21:46:50 #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
21:46:50 #12 sha256:03b1a3774d0cfa4d2d6a58cd36c682acf85b0f0897e8ec76ee1125a7921150df
21:46:50 #12 CACHED
21:46:50 
21:46:50 #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
21:46:50 #13 sha256:4d19d5df051acc0f04147b68848bf722b229c3291fb167823776e6e6b29f1de1
21:46:50 #13 CACHED
21:46:50 
21:46:50 #23 [internal] load build context
21:46:50 #23 sha256:002d3e7d3503f7eb253f2423ba5e1ccb5bfb67c8d84fdad48cb5fd4dc599fa45
21:46:51 #23 transferring context: 491.14kB 0.6s done
21:46:51 #23 DONE 0.7s
21:46:51 
21:46:51 #14 [cross-true 1/4] RUN dpkg --add-architecture arm64
21:46:51 #14 sha256:63864de4684058721845dbc1d651fd4fdacaf0e0c0e8ea4f32bfc4dc2d8e1ce3
21:46:51 #14 DONE 1.1s
21:46:51 
21:46:51 #15 [cross-true 2/4] RUN dpkg --add-architecture armel
21:46:51 #15 sha256:9afec14c39290c342dc8a270586705e87f49f0729af000d28bbe46fe80114e71
21:46:52 #15 DONE 0.8s
21:46:52 
21:46:52 #16 [cross-true 3/4] RUN dpkg --add-architecture armhf
21:46:52 #16 sha256:9fddd8bbb0cbb1be326fecf560f91a95b486ab649c5fb35df059fbb05a4fa8c5
21:46:53 #16 DONE 0.8s
21:46:53 
21:46:53 #17 [cross-true 4/4] 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
21:46:53 #17 sha256:aaeacc37751c62afabfbcd2435a69e05e1e020d40f713df727d93cc4248cb637
21:46:54 #17 1.022 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
21:46:54 #17 1.022 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
21:46:54 #17 1.047 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
21:46:54 #17 1.263 Get:4 http://security.debian.org/debian-security buster/updates/main armel Packages [282 kB]
21:46:54 #17 1.290 Get:5 http://security.debian.org/debian-security buster/updates/main armhf Packages [302 kB]
21:46:54 #17 1.292 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [309 kB]
21:46:54 #17 1.313 Get:7 http://security.debian.org/debian-security buster/updates/main arm64 Packages [303 kB]
21:46:54 #17 1.682 Get:8 http://deb.debian.org/debian buster/main armhf Packages [7698 kB]
21:46:55 #17 1.896 Get:9 http://deb.debian.org/debian buster/main armel Packages [7627 kB]
21:46:55 #17 2.146 Get:10 http://deb.debian.org/debian buster/main arm64 Packages [7735 kB]
21:46:55 #17 2.426 Get:11 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
21:46:55 #17 2.691 Get:12 http://deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB]
21:46:55 #17 2.691 Get:13 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
21:46:55 #17 2.692 Get:14 http://deb.debian.org/debian buster-updates/main armel Packages [14.2 kB]
21:46:55 #17 2.693 Get:15 http://deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB]
21:46:56 make[1]: Leaving directory '/root/build-deb'
21:46:56    debian/rules override_dh_auto_test
21:46:56 make[1]: Entering directory '/root/build-deb'
21:46:56 ./engine/bundles/dynbinary-daemon/dockerd -v
21:46:56 Docker version 0.0.0-20211015144513-b485636, build 52f5b61
21:46:56 ./cli/build/docker -v
21:46:56 Docker version 0.0.0-20211015144513-b485636, build b485636
21:46:56 make[1]: Leaving directory '/root/build-deb'
21:46:56    create-stamp debian/debhelper-build-stamp
21:46:56  debian/rules binary
21:46:56 dh binary --with=bash-completion --with=systemd
21:46:56    dh_testroot
21:46:56    dh_prep
21:46:56    debian/rules override_dh_auto_install
21:46:56 make[1]: Entering directory '/root/build-deb'
21:46:56 # docker-ce-cli install
21:46:56 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
21:46:56 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
21:46:56 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
21:46:56 set -e;cd /sources && \
21:46:56 	tar xzf plugin-installers.tgz; \
21:46:56 	for installer in plugins/*.installer; do \
21:46:56 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
21:46:56 		PREFIX=/usr/libexec/docker/cli-plugins \
21:46:56 			bash ${installer} install_plugin; \
21:46:56 	done
21:46:56 # docker-ce install
21:46:56 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
21:46:56 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
21:46:56 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636 debian/docker-ce/usr/bin/dockerd
21:46:56 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
21:46:56 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
21:46:56 # docker-scan-plugin install
21:46:56 # TODO change once we support scan-plugin on other architectures
21:46:56 if [ "armhf" = "amd64" ]; then \
21:46:56 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
21:46:56 fi
21:46:56 # docker-ce-rootless-extras install
21:46:56 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
21:46:56 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
21:46:56 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
21:46:56 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
21:46:56 # TODO: how can we install vpnkit?
21:46:56 make[1]: Leaving directory '/root/build-deb'
21:46:56    debian/rules override_dh_install
21:46:56 make[1]: Entering directory '/root/build-deb'
21:46:56 dh_install
21:46:56 # TODO Can we do this from within our container?
21:46:56 dh_apparmor --profile-name=docker-ce -pdocker-ce
21:46:56 make[1]: Leaving directory '/root/build-deb'
21:46:56    dh_installdocs
21:46:56    dh_installchangelogs
21:46:56    dh_installman
21:46:56    dh_bash-completion
21:46:56    dh_systemd_enable
21:46:56    debian/rules override_dh_installinit
21:46:56 make[1]: Entering directory '/root/build-deb'
21:46:56 # use "docker" as our service name, not "docker-ce"
21:46:56 dh_installinit --name=docker
21:46:56 make[1]: Leaving directory '/root/build-deb'
21:46:56    dh_systemd_start
21:46:56    dh_perl
21:46:56    dh_link
21:46:56    dh_strip_nondeterminism
21:46:56    dh_compress
21:46:56    dh_fixperms
21:46:56    dh_missing
21:46:56    debian/rules override_dh_strip
21:46:56 make[1]: Entering directory '/root/build-deb'
21:46:56 # Go has lots of problems with stripping, so just don't
21:46:56 make[1]: Leaving directory '/root/build-deb'
21:46:56    dh_makeshlibs
21:46:56    debian/rules override_dh_shlibdeps
21:46:56 make[1]: Entering directory '/root/build-deb'
21:46:56 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
21:46:56 make[1]: Leaving directory '/root/build-deb'
21:46:56    dh_installdeb
21:46:56    debian/rules override_dh_gencontrol
21:46:56 make[1]: Entering directory '/root/build-deb'
21:46:56 # Use separate version for the scan-plugin package, then generate the other control files as usual
21:46:56 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
21:46:56 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
21:46:56 if [ "armhf" = "amd64" ]; then \
21:46:56 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
21:46:56 fi
21:46:56 dh_gencontrol --remaining-packages
21:46:56 make[1]: Leaving directory '/root/build-deb'
21:46:56    dh_md5sums
21:46:56    debian/rules override_dh_builddeb
21:46:56 make[1]: Entering directory '/root/build-deb'
21:46:56 dh_builddeb -- -Zxz
21:46:56 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.deb'.
21:46:56 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.deb'.
21:47:02 #17 8.954 Fetched 32.5 MB in 8s (3972 kB/s)
21:47:04 #17 8.954 Reading package lists...
21:47:07 #17 11.33 Reading package lists...
21:47:07 #17 13.44 Building dependency tree...
21:47:07 #17 14.17 The following additional packages will be installed:
21:47:07 #17 14.17   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
21:47:07 #17 14.17   binutils-arm-linux-gnueabihf bzip2 cpp-8-aarch64-linux-gnu
21:47:07 #17 14.17   cpp-8-arm-linux-gnueabi cpp-8-arm-linux-gnueabihf cpp-aarch64-linux-gnu
21:47:07 #17 14.17   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cross-config dpkg-cross
21:47:07 #17 14.17   dpkg-dev file g++-8-aarch64-linux-gnu g++-8-arm-linux-gnueabi
21:47:07 #17 14.17   g++-8-arm-linux-gnueabihf g++-aarch64-linux-gnu g++-arm-linux-gnueabi
21:47:07 #17 14.17   g++-arm-linux-gnueabihf gcc-8-aarch64-linux-gnu gcc-8-aarch64-linux-gnu-base
21:47:07 #17 14.17   gcc-8-arm-linux-gnueabi gcc-8-arm-linux-gnueabi-base
21:47:07 #17 14.17   gcc-8-arm-linux-gnueabihf gcc-8-arm-linux-gnueabihf-base gcc-8-cross-base
21:47:07 #17 14.17   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
21:47:07 #17 14.17   libasan5-arm64-cross libasan5-armel-cross libasan5-armhf-cross
21:47:07 #17 14.17   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
21:47:07 #17 14.17   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
21:47:07 #17 14.17   libc6-dev-armel-cross libc6-dev-armhf-cross libconfig-auto-perl
21:47:07 #17 14.17   libconfig-inifiles-perl libdebian-dpkgcross-perl libfile-homedir-perl
21:47:07 #17 14.17   libfile-which-perl libgcc-8-dev-arm64-cross libgcc-8-dev-armel-cross
21:47:07 #17 14.17   libgcc-8-dev-armhf-cross libgcc1-arm64-cross libgcc1-armel-cross
21:47:07 #17 14.17   libgcc1-armhf-cross libgomp1-arm64-cross libgomp1-armel-cross
21:47:07 #17 14.17   libgomp1-armhf-cross libicu63 libio-string-perl libitm1-arm64-cross
21:47:07 #17 14.17   liblocale-gettext-perl liblsan0-arm64-cross libmagic-mgc libmagic1
21:47:07 #17 14.17   libstdc++-8-dev-arm64-cross libstdc++-8-dev-armel-cross
21:47:07 #17 14.17   libstdc++-8-dev-armhf-cross libstdc++6-arm64-cross libstdc++6-armel-cross
21:47:07 #17 14.17   libstdc++6-armhf-cross libtsan0-arm64-cross libubsan1-arm64-cross
21:47:07 #17 14.17   libubsan1-armel-cross libubsan1-armhf-cross libxml-libxml-perl
21:47:07 #17 14.17   libxml-namespacesupport-perl libxml-sax-base-perl libxml-sax-perl
21:47:07 #17 14.17   libxml-simple-perl libxml2 libyaml-perl linux-libc-dev-arm64-cross
21:47:07 #17 14.18   linux-libc-dev-armel-cross linux-libc-dev-armhf-cross patch xz-utils
21:47:07 #17 14.18 Suggested packages:
21:47:07 #17 14.18   binutils-doc bzip2-doc gcc-8-locales cpp-doc binutils-multiarch
21:47:07 #17 14.18   debian-keyring gcc-8-doc libstdc++6-8-dbg-arm64-cross
21:47:07 #17 14.18   libstdc++6-8-dbg-armel-cross libstdc++6-8-dbg-armhf-cross
21:47:07 #17 14.18   libgcc1-dbg-arm64-cross libgomp1-dbg-arm64-cross libitm1-dbg-arm64-cross
21:47:07 #17 14.18   libatomic1-dbg-arm64-cross libasan5-dbg-arm64-cross liblsan0-dbg-arm64-cross
21:47:07 #17 14.18   libtsan0-dbg-arm64-cross libubsan1-dbg-arm64-cross libmpx2-dbg-arm64-cross
21:47:07 #17 14.18   libquadmath0-dbg-arm64-cross libgcc1-dbg-armel-cross
21:47:07 #17 14.18   libgomp1-dbg-armel-cross libitm1-dbg-armel-cross libatomic1-dbg-armel-cross
21:47:07 #17 14.18   libasan5-dbg-armel-cross liblsan0-dbg-armel-cross libtsan0-dbg-armel-cross
21:47:07 #17 14.18   libubsan1-dbg-armel-cross libmpx2-dbg-armel-cross
21:47:07 #17 14.18   libquadmath0-dbg-armel-cross libgcc1-dbg-armhf-cross
21:47:07 #17 14.18   libgomp1-dbg-armhf-cross libitm1-dbg-armhf-cross libatomic1-dbg-armhf-cross
21:47:07 #17 14.18   libasan5-dbg-armhf-cross liblsan0-dbg-armhf-cross libtsan0-dbg-armhf-cross
21:47:07 #17 14.18   libubsan1-dbg-armhf-cross libmpx2-dbg-armhf-cross
21:47:07 #17 14.18   libquadmath0-dbg-armhf-cross manpages-dev autoconf automake libtool flex
21:47:07 #17 14.18   bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi
21:47:07 #17 14.18   gdb-arm-linux-gnueabihf libyaml-shell-perl ed diffutils-doc
21:47:07 #17 14.18 Recommended packages:
21:47:07 #17 14.18   fakeroot build-essential libalgorithm-merge-perl libwww-perl
21:47:07 #17 14.18   libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl
21:47:08 #17 14.84 The following NEW packages will be installed:
21:47:08 #17 14.84   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
21:47:08 #17 14.84   binutils-arm-linux-gnueabihf bzip2 cpp-8-aarch64-linux-gnu
21:47:08 #17 14.84   cpp-8-arm-linux-gnueabi cpp-8-arm-linux-gnueabihf cpp-aarch64-linux-gnu
21:47:08 #17 14.84   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cross-config
21:47:08 #17 14.84   crossbuild-essential-arm64 crossbuild-essential-armel
21:47:08 #17 14.84   crossbuild-essential-armhf dpkg-cross dpkg-dev file g++-8-aarch64-linux-gnu
21:47:08 #17 14.84   g++-8-arm-linux-gnueabi g++-8-arm-linux-gnueabihf g++-aarch64-linux-gnu
21:47:08 #17 14.84   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-8-aarch64-linux-gnu
21:47:08 #17 14.84   gcc-8-aarch64-linux-gnu-base gcc-8-arm-linux-gnueabi
21:47:08 #17 14.84   gcc-8-arm-linux-gnueabi-base gcc-8-arm-linux-gnueabihf
21:47:08 #17 14.84   gcc-8-arm-linux-gnueabihf-base gcc-8-cross-base gcc-aarch64-linux-gnu
21:47:08 #17 14.84   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan5-arm64-cross
21:47:08 #17 14.84   libasan5-armel-cross libasan5-armhf-cross libatomic1-arm64-cross
21:47:08 #17 14.84   libatomic1-armel-cross libatomic1-armhf-cross libc6-arm64-cross
21:47:08 #17 14.84   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
21:47:08 #17 14.84   libc6-dev-armel-cross libc6-dev-armhf-cross libconfig-auto-perl
21:47:08 #17 14.84   libconfig-inifiles-perl libdebian-dpkgcross-perl libfile-homedir-perl
21:47:08 #17 14.84   libfile-which-perl libgcc-8-dev-arm64-cross libgcc-8-dev-armel-cross
21:47:08 #17 14.84   libgcc-8-dev-armhf-cross libgcc1-arm64-cross libgcc1-armel-cross
21:47:08 #17 14.84   libgcc1-armhf-cross libgomp1-arm64-cross libgomp1-armel-cross
21:47:08 #17 14.84   libgomp1-armhf-cross libicu63 libio-string-perl libitm1-arm64-cross
21:47:08 #17 14.84   liblocale-gettext-perl liblsan0-arm64-cross libmagic-mgc libmagic1
21:47:08 #17 14.84   libstdc++-8-dev-arm64-cross libstdc++-8-dev-armel-cross
21:47:08 #17 14.84   libstdc++-8-dev-armhf-cross libstdc++6-arm64-cross libstdc++6-armel-cross
21:47:08 #17 14.84   libstdc++6-armhf-cross libtsan0-arm64-cross libubsan1-arm64-cross
21:47:08 #17 14.84   libubsan1-armel-cross libubsan1-armhf-cross libxml-libxml-perl
21:47:08 #17 14.84   libxml-namespacesupport-perl libxml-sax-base-perl libxml-sax-perl
21:47:08 #17 14.84   libxml-simple-perl libxml2 libyaml-perl linux-libc-dev-arm64-cross
21:47:08 #17 14.84   linux-libc-dev-armel-cross linux-libc-dev-armhf-cross patch xz-utils
21:47:08 #17 15.13 0 upgraded, 88 newly installed, 0 to remove and 0 not upgraded.
21:47:08 #17 15.13 Need to get 106 MB of archives.
21:47:08 #17 15.13 After this operation, 384 MB of additional disk space will be used.
21:47:08 #17 15.13 Get:1 http://deb.debian.org/debian buster/main amd64 liblocale-gettext-perl amd64 1.07-3+b4 [18.9 kB]
21:47:08 #17 15.13 Get:2 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
21:47:08 #17 15.13 Get:3 http://deb.debian.org/debian buster/main amd64 libmagic-mgc amd64 1:5.35-4+deb10u2 [242 kB]
21:47:08 #17 15.13 Get:4 http://deb.debian.org/debian buster/main amd64 libmagic1 amd64 1:5.35-4+deb10u2 [118 kB]
21:47:08 #17 15.13 Get:5 http://deb.debian.org/debian buster/main amd64 file amd64 1:5.35-4+deb10u2 [66.4 kB]
21:47:08 #17 15.13 Get:6 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
21:47:08 #17 15.14 Get:7 http://deb.debian.org/debian buster/main amd64 binutils-aarch64-linux-gnu amd64 2.31.1-16 [2905 kB]
21:47:08 #17 15.17 Get:8 http://deb.debian.org/debian buster/main amd64 binutils-arm-linux-gnueabi amd64 2.31.1-16 [2832 kB]
21:47:08 #17 15.20 Get:9 http://deb.debian.org/debian buster/main amd64 binutils-arm-linux-gnueabihf amd64 2.31.1-16 [2834 kB]
21:47:08 #17 15.23 Get:10 http://deb.debian.org/debian buster/main amd64 gcc-8-aarch64-linux-gnu-base amd64 8.3.0-2cross1 [190 kB]
21:47:08 #17 15.23 Get:11 http://deb.debian.org/debian buster/main amd64 cpp-8-aarch64-linux-gnu amd64 8.3.0-2cross1 [6251 kB]
21:47:08 #17 15.29 Get:12 http://deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabi-base amd64 8.3.0-2cross1 [190 kB]
21:47:08 #17 15.29 Get:13 http://deb.debian.org/debian buster/main amd64 cpp-8-arm-linux-gnueabi amd64 8.3.0-2cross1 [6552 kB]
21:47:08 #17 15.36 Get:14 http://deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabihf-base amd64 8.3.0-2cross1 [190 kB]
21:47:08 #17 15.36 Get:15 http://deb.debian.org/debian buster/main amd64 cpp-8-arm-linux-gnueabihf amd64 8.3.0-2cross1 [6554 kB]
21:47:08 #17 15.43 Get:16 http://deb.debian.org/debian buster/main amd64 cpp-aarch64-linux-gnu amd64 4:8.3.0-1 [16.5 kB]
21:47:08 #17 15.43 Get:17 http://deb.debian.org/debian buster/main amd64 cpp-arm-linux-gnueabi amd64 4:8.3.0-1 [16.5 kB]
21:47:08 #17 15.43 Get:18 http://deb.debian.org/debian buster/main amd64 cpp-arm-linux-gnueabihf amd64 4:8.3.0-1 [16.5 kB]
21:47:08 #17 15.43 Get:19 http://deb.debian.org/debian buster/main amd64 cross-config all 2.6.15-3 [39.9 kB]
21:47:08 #17 15.43 Get:20 http://deb.debian.org/debian buster/main amd64 gcc-8-cross-base all 8.3.0-2cross1 [185 kB]
21:47:08 #17 15.43 Get:21 http://deb.debian.org/debian buster/main amd64 libc6-arm64-cross all 2.28-7cross1 [1312 kB]
21:47:08 #17 15.44 Get:22 http://deb.debian.org/debian buster/main amd64 libgcc1-arm64-cross all 1:8.3.0-2cross1 [34.2 kB]
21:47:08 #17 15.44 Get:23 http://deb.debian.org/debian buster/main amd64 libgomp1-arm64-cross all 8.3.0-2cross1 [66.3 kB]
21:47:08 #17 15.44 Get:24 http://deb.debian.org/debian buster/main amd64 libitm1-arm64-cross all 8.3.0-2cross1 [23.6 kB]
21:47:08 #17 15.45 Get:25 http://deb.debian.org/debian buster/main amd64 libatomic1-arm64-cross all 8.3.0-2cross1 [8620 B]
21:47:08 #17 15.45 Get:26 http://deb.debian.org/debian buster/main amd64 libstdc++6-arm64-cross all 8.3.0-2cross1 [325 kB]
21:47:08 #17 15.45 Get:27 http://deb.debian.org/debian buster/main amd64 libasan5-arm64-cross all 8.3.0-2cross1 [321 kB]
21:47:08 #17 15.45 Get:28 http://deb.debian.org/debian buster/main amd64 liblsan0-arm64-cross all 8.3.0-2cross1 [117 kB]
21:47:08 #17 15.45 Get:29 http://deb.debian.org/debian buster/main amd64 libtsan0-arm64-cross all 8.3.0-2cross1 [255 kB]
21:47:08 #17 15.46 Get:30 http://deb.debian.org/debian buster/main amd64 libubsan1-arm64-cross all 8.3.0-2cross1 [110 kB]
21:47:08 #17 15.46 Get:31 http://deb.debian.org/debian buster/main amd64 libgcc-8-dev-arm64-cross all 8.3.0-2cross1 [833 kB]
21:47:08 #17 15.47 Get:32 http://deb.debian.org/debian buster/main amd64 gcc-8-aarch64-linux-gnu amd64 8.3.0-2cross1 [6681 kB]
21:47:08 #17 15.53 Get:33 http://deb.debian.org/debian buster/main amd64 gcc-aarch64-linux-gnu amd64 4:8.3.0-1 [1456 B]
21:47:08 #17 15.53 Get:34 http://deb.debian.org/debian buster/main amd64 linux-libc-dev-arm64-cross all 4.19.20-1cross1 [1209 kB]
21:47:08 #17 15.54 Get:35 http://deb.debian.org/debian buster/main amd64 libc6-dev-arm64-cross all 2.28-7cross1 [2322 kB]
21:47:08 #17 15.57 Get:36 http://deb.debian.org/debian buster/main amd64 libstdc++-8-dev-arm64-cross all 8.3.0-2cross1 [1484 kB]
21:47:08 #17 15.58 Get:37 http://deb.debian.org/debian buster/main amd64 g++-8-aarch64-linux-gnu amd64 8.3.0-2cross1 [6821 kB]
21:47:08 #17 15.71 Get:38 http://deb.debian.org/debian buster/main amd64 g++-aarch64-linux-gnu amd64 4:8.3.0-1 [1176 B]
21:47:09 #17 15.71 Get:39 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
21:47:09 #17 15.72 Get:40 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
21:47:09 #17 15.73 Get:41 http://deb.debian.org/debian buster/main amd64 libconfig-inifiles-perl all 3.000001-1 [51.9 kB]
21:47:09 #17 15.73 Get:42 http://deb.debian.org/debian buster/main amd64 libio-string-perl all 1.08-3 [12.3 kB]
21:47:09 #17 15.73 Get:43 http://deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
21:47:09 #17 15.82 Get:44 http://deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB]
21:47:09 #17 15.82 Get:45 http://deb.debian.org/debian buster/main amd64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
21:47:09 #17 15.82 Get:46 http://deb.debian.org/debian buster/main amd64 libxml-sax-base-perl all 1.09-1 [20.4 kB]
21:47:09 #17 15.82 Get:47 http://deb.debian.org/debian buster/main amd64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
21:47:09 #17 15.83 Get:48 http://deb.debian.org/debian buster/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1 [344 kB]
21:47:09 #17 15.83 Get:49 http://deb.debian.org/debian buster/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
21:47:09 #17 15.83 Get:50 http://deb.debian.org/debian buster/main amd64 libyaml-perl all 1.27-1 [66.8 kB]
21:47:09 #17 15.85 Get:51 http://deb.debian.org/debian buster/main amd64 libconfig-auto-perl all 0.44-1 [19.5 kB]
21:47:09 #17 15.90 Get:52 http://deb.debian.org/debian buster/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
21:47:09 #17 15.90 Get:53 http://deb.debian.org/debian buster/main amd64 libfile-homedir-perl all 1.004-1 [42.7 kB]
21:47:09 #17 15.90 Get:54 http://deb.debian.org/debian buster/main amd64 libdebian-dpkgcross-perl all 2.6.15-3 [38.7 kB]
21:47:09 #17 15.90 Get:55 http://deb.debian.org/debian buster/main amd64 dpkg-cross all 2.6.15-3 [49.3 kB]
21:47:09 #17 15.91 Get:56 http://deb.debian.org/debian buster/main amd64 crossbuild-essential-arm64 all 12.6 [6572 B]
21:47:09 #17 15.97 Get:57 http://deb.debian.org/debian buster/main amd64 libc6-armel-cross all 2.28-7cross1 [1189 kB]
21:47:09 #17 16.00 Get:58 http://deb.debian.org/debian buster/main amd64 libgcc1-armel-cross all 1:8.3.0-2cross1 [38.5 kB]
21:47:09 #17 16.00 Get:59 http://deb.debian.org/debian buster/main amd64 libgomp1-armel-cross all 8.3.0-2cross1 [65.6 kB]
21:47:09 #17 16.00 Get:60 http://deb.debian.org/debian buster/main amd64 libatomic1-armel-cross all 8.3.0-2cross1 [8820 B]
21:47:09 #17 16.00 Get:61 http://deb.debian.org/debian buster/main amd64 libstdc++6-armel-cross all 8.3.0-2cross1 [288 kB]
21:47:09 #17 16.01 Get:62 http://deb.debian.org/debian buster/main amd64 libasan5-armel-cross all 8.3.0-2cross1 [311 kB]
21:47:09 #17 16.01 Get:63 http://deb.debian.org/debian buster/main amd64 libubsan1-armel-cross all 8.3.0-2cross1 [102 kB]
21:47:09 #17 16.01 Get:64 http://deb.debian.org/debian buster/main amd64 libgcc-8-dev-armel-cross all 8.3.0-2cross1 [601 kB]
21:47:09 #17 16.02 Get:65 http://deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabi amd64 8.3.0-2cross1 [6975 kB]
21:47:09 #17 16.09 Get:66 http://deb.debian.org/debian buster/main amd64 gcc-arm-linux-gnueabi amd64 4:8.3.0-1 [1460 B]
21:47:09 #17 16.09 Get:67 http://deb.debian.org/debian buster/main amd64 linux-libc-dev-armel-cross all 4.19.20-1cross1 [1212 kB]
21:47:09 #17 16.10 Get:68 http://deb.debian.org/debian buster/main amd64 libc6-dev-armel-cross all 2.28-7cross1 [2183 kB]
21:47:09 #17 16.12 Get:69 http://deb.debian.org/debian buster/main amd64 libstdc++-8-dev-armel-cross all 8.3.0-2cross1 [1543 kB]
21:47:09 #17 16.14 Get:70 http://deb.debian.org/debian buster/main amd64 g++-8-arm-linux-gnueabi amd64 8.3.0-2cross1 [7131 kB]
21:47:09 #17 16.21 Get:71 http://deb.debian.org/debian buster/main amd64 g++-arm-linux-gnueabi amd64 4:8.3.0-1 [1176 B]
21:47:09 #17 16.21 Get:72 http://deb.debian.org/debian buster/main amd64 crossbuild-essential-armel all 12.6 [6568 B]
21:47:09 #17 16.21 Get:73 http://deb.debian.org/debian buster/main amd64 libc6-armhf-cross all 2.28-7cross1 [1170 kB]
21:47:09 #17 16.22 Get:74 http://deb.debian.org/debian buster/main amd64 libgcc1-armhf-cross all 1:8.3.0-2cross1 [37.1 kB]
21:47:09 #17 16.22 Get:75 http://deb.debian.org/debian buster/main amd64 libgomp1-armhf-cross all 8.3.0-2cross1 [63.1 kB]
21:47:09 #17 16.23 Get:76 http://deb.debian.org/debian buster/main amd64 libatomic1-armhf-cross all 8.3.0-2cross1 [6580 B]
21:47:09 #17 16.23 Get:77 http://deb.debian.org/debian buster/main amd64 libstdc++6-armhf-cross all 8.3.0-2cross1 [301 kB]
21:47:09 #17 16.23 Get:78 http://deb.debian.org/debian buster/main amd64 libasan5-armhf-cross all 8.3.0-2cross1 [330 kB]
21:47:09 #17 16.23 Get:79 http://deb.debian.org/debian buster/main amd64 libubsan1-armhf-cross all 8.3.0-2cross1 [103 kB]
21:47:09 #17 16.23 Get:80 http://deb.debian.org/debian buster/main amd64 libgcc-8-dev-armhf-cross all 8.3.0-2cross1 [612 kB]
21:47:09 #17 16.26 Get:81 http://deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabihf amd64 8.3.0-2cross1 [6974 kB]
21:47:09 #17 16.50 Get:82 http://deb.debian.org/debian buster/main amd64 gcc-arm-linux-gnueabihf amd64 4:8.3.0-1 [1456 B]
21:47:09 #17 16.50 Get:83 http://deb.debian.org/debian buster/main amd64 linux-libc-dev-armhf-cross all 4.19.20-1cross1 [1212 kB]
21:47:09 #17 16.51 Get:84 http://deb.debian.org/debian buster/main amd64 libc6-dev-armhf-cross all 2.28-7cross1 [2148 kB]
21:47:09 #17 16.53 Get:85 http://deb.debian.org/debian buster/main amd64 libstdc++-8-dev-armhf-cross all 8.3.0-2cross1 [1556 kB]
21:47:09 #17 16.55 Get:86 http://deb.debian.org/debian buster/main amd64 g++-8-arm-linux-gnueabihf amd64 8.3.0-2cross1 [7133 kB]
21:47:09 #17 16.62 Get:87 http://deb.debian.org/debian buster/main amd64 g++-arm-linux-gnueabihf amd64 4:8.3.0-1 [1180 B]
21:47:09 #17 16.62 Get:88 http://deb.debian.org/debian buster/main amd64 crossbuild-essential-armhf all 12.6 [6572 B]
21:47:10 #17 16.79 debconf: delaying package configuration, since apt-utils is not installed
21:47:10 #17 16.84 Fetched 106 MB in 2s (60.9 MB/s)
21:47:10 #17 16.87 Selecting previously unselected package liblocale-gettext-perl.
21:47:10 #17 16.87 (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 ... 15421 files and directories currently installed.)
21:47:10 #17 16.88 Preparing to unpack .../00-liblocale-gettext-perl_1.07-3+b4_amd64.deb ...
21:47:10 #17 16.88 Unpacking liblocale-gettext-perl (1.07-3+b4) ...
21:47:10 #17 16.91 Selecting previously unselected package bzip2.
21:47:10 #17 16.91 Preparing to unpack .../01-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
21:47:10 #17 16.91 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
21:47:10 #17 16.94 Selecting previously unselected package libmagic-mgc.
21:47:10 #17 16.94 Preparing to unpack .../02-libmagic-mgc_1%3a5.35-4+deb10u2_amd64.deb ...
21:47:10 #17 16.95 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
21:47:10 #17 17.01 Selecting previously unselected package libmagic1:amd64.
21:47:10 #17 17.02 Preparing to unpack .../03-libmagic1_1%3a5.35-4+deb10u2_amd64.deb ...
21:47:10 #17 17.02 Unpacking libmagic1:amd64 (1:5.35-4+deb10u2) ...
21:47:10 #17 17.06 Selecting previously unselected package file.
21:47:10 #17 17.06 Preparing to unpack .../04-file_1%3a5.35-4+deb10u2_amd64.deb ...
21:47:10 #17 17.06 Unpacking file (1:5.35-4+deb10u2) ...
21:47:10 #17 17.10 Selecting previously unselected package xz-utils.
21:47:10 #17 17.10 Preparing to unpack .../05-xz-utils_5.2.4-1_amd64.deb ...
21:47:10 #17 17.10 Unpacking xz-utils (5.2.4-1) ...
21:47:10 #17 17.15 Selecting previously unselected package binutils-aarch64-linux-gnu.
21:47:10 #17 17.15 Preparing to unpack .../06-binutils-aarch64-linux-gnu_2.31.1-16_amd64.deb ...
21:47:10 #17 17.15 Unpacking binutils-aarch64-linux-gnu (2.31.1-16) ...
21:47:10 #17 17.49 Selecting previously unselected package binutils-arm-linux-gnueabi.
21:47:10 #17 17.49 Preparing to unpack .../07-binutils-arm-linux-gnueabi_2.31.1-16_amd64.deb ...
21:47:10 #17 17.50 Unpacking binutils-arm-linux-gnueabi (2.31.1-16) ...
21:47:11 #17 17.80 Selecting previously unselected package binutils-arm-linux-gnueabihf.
21:47:11 #17 17.80 Preparing to unpack .../08-binutils-arm-linux-gnueabihf_2.31.1-16_amd64.deb ...
21:47:11 #17 17.81 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16) ...
21:47:11 #17 18.11 Selecting previously unselected package gcc-8-aarch64-linux-gnu-base:amd64.
21:47:11 #17 18.11 Preparing to unpack .../09-gcc-8-aarch64-linux-gnu-base_8.3.0-2cross1_amd64.deb ...
21:47:11 #17 18.12 Unpacking gcc-8-aarch64-linux-gnu-base:amd64 (8.3.0-2cross1) ...
21:47:11 #17 18.15 Selecting previously unselected package cpp-8-aarch64-linux-gnu.
21:47:11 #17 18.16 Preparing to unpack .../10-cpp-8-aarch64-linux-gnu_8.3.0-2cross1_amd64.deb ...
21:47:11 #17 18.16 Unpacking cpp-8-aarch64-linux-gnu (8.3.0-2cross1) ...
21:47:12 #17 18.71 Selecting previously unselected package gcc-8-arm-linux-gnueabi-base:amd64.
21:47:12 #17 18.71 Preparing to unpack .../11-gcc-8-arm-linux-gnueabi-base_8.3.0-2cross1_amd64.deb ...
21:47:12 #17 18.71 Unpacking gcc-8-arm-linux-gnueabi-base:amd64 (8.3.0-2cross1) ...
21:47:12 #17 18.75 Selecting previously unselected package cpp-8-arm-linux-gnueabi.
21:47:12 #17 18.75 Preparing to unpack .../12-cpp-8-arm-linux-gnueabi_8.3.0-2cross1_amd64.deb ...
21:47:12 #17 18.75 Unpacking cpp-8-arm-linux-gnueabi (8.3.0-2cross1) ...
21:47:12 #17 19.33 Selecting previously unselected package gcc-8-arm-linux-gnueabihf-base:amd64.
21:47:12 #17 19.33 Preparing to unpack .../13-gcc-8-arm-linux-gnueabihf-base_8.3.0-2cross1_amd64.deb ...
21:47:12 #17 19.34 Unpacking gcc-8-arm-linux-gnueabihf-base:amd64 (8.3.0-2cross1) ...
21:47:12 #17 19.37 Selecting previously unselected package cpp-8-arm-linux-gnueabihf.
21:47:12 #17 19.37 Preparing to unpack .../14-cpp-8-arm-linux-gnueabihf_8.3.0-2cross1_amd64.deb ...
21:47:12 #17 19.38 Unpacking cpp-8-arm-linux-gnueabihf (8.3.0-2cross1) ...
21:47:13 #17 19.96 Selecting previously unselected package cpp-aarch64-linux-gnu.
21:47:13 #17 19.96 Preparing to unpack .../15-cpp-aarch64-linux-gnu_4%3a8.3.0-1_amd64.deb ...
21:47:13 #17 19.96 Unpacking cpp-aarch64-linux-gnu (4:8.3.0-1) ...
21:47:13 #17 19.99 Selecting previously unselected package cpp-arm-linux-gnueabi.
21:47:13 #17 19.99 Preparing to unpack .../16-cpp-arm-linux-gnueabi_4%3a8.3.0-1_amd64.deb ...
21:47:13 #17 19.99 Unpacking cpp-arm-linux-gnueabi (4:8.3.0-1) ...
21:47:13 #17 20.02 Selecting previously unselected package cpp-arm-linux-gnueabihf.
21:47:13 #17 20.02 Preparing to unpack .../17-cpp-arm-linux-gnueabihf_4%3a8.3.0-1_amd64.deb ...
21:47:13 #17 20.02 Unpacking cpp-arm-linux-gnueabihf (4:8.3.0-1) ...
21:47:13 #17 20.05 Selecting previously unselected package cross-config.
21:47:13 #17 20.05 Preparing to unpack .../18-cross-config_2.6.15-3_all.deb ...
21:47:13 #17 20.06 Unpacking cross-config (2.6.15-3) ...
21:47:13 #17 20.08 Selecting previously unselected package gcc-8-cross-base.
21:47:13 #17 20.08 Preparing to unpack .../19-gcc-8-cross-base_8.3.0-2cross1_all.deb ...
21:47:13 #17 20.09 Unpacking gcc-8-cross-base (8.3.0-2cross1) ...
21:47:13 #17 20.12 Selecting previously unselected package libc6-arm64-cross.
21:47:13 #17 20.12 Preparing to unpack .../20-libc6-arm64-cross_2.28-7cross1_all.deb ...
21:47:13 #17 20.13 Unpacking libc6-arm64-cross (2.28-7cross1) ...
21:47:13 #17 20.26 Selecting previously unselected package libgcc1-arm64-cross.
21:47:13 #17 20.26 Preparing to unpack .../21-libgcc1-arm64-cross_1%3a8.3.0-2cross1_all.deb ...
21:47:13 #17 20.26 Unpacking libgcc1-arm64-cross (1:8.3.0-2cross1) ...
21:47:13 #17 20.29 Selecting previously unselected package libgomp1-arm64-cross.
21:47:13 #17 20.29 Preparing to unpack .../22-libgomp1-arm64-cross_8.3.0-2cross1_all.deb ...
21:47:13 #17 20.29 Unpacking libgomp1-arm64-cross (8.3.0-2cross1) ...
21:47:13 #17 20.33 Selecting previously unselected package libitm1-arm64-cross.
21:47:13 #17 20.33 Preparing to unpack .../23-libitm1-arm64-cross_8.3.0-2cross1_all.deb ...
21:47:13 #17 20.33 Unpacking libitm1-arm64-cross (8.3.0-2cross1) ...
21:47:13 #17 20.36 Selecting previously unselected package libatomic1-arm64-cross.
21:47:13 #17 20.36 Preparing to unpack .../24-libatomic1-arm64-cross_8.3.0-2cross1_all.deb ...
21:47:13 #17 20.37 Unpacking libatomic1-arm64-cross (8.3.0-2cross1) ...
21:47:13 #17 20.40 Selecting previously unselected package libstdc++6-arm64-cross.
21:47:13 #17 20.40 Preparing to unpack .../25-libstdc++6-arm64-cross_8.3.0-2cross1_all.deb ...
21:47:13 #17 20.40 Unpacking libstdc++6-arm64-cross (8.3.0-2cross1) ...
21:47:13 #17 20.46 Selecting previously unselected package libasan5-arm64-cross.
21:47:13 #17 20.46 Preparing to unpack .../26-libasan5-arm64-cross_8.3.0-2cross1_all.deb ...
21:47:13 #17 20.46 Unpacking libasan5-arm64-cross (8.3.0-2cross1) ...
21:47:13 #17 20.52 Selecting previously unselected package liblsan0-arm64-cross.
21:47:13 #17 20.52 Preparing to unpack .../27-liblsan0-arm64-cross_8.3.0-2cross1_all.deb ...
21:47:13 #17 20.53 Unpacking liblsan0-arm64-cross (8.3.0-2cross1) ...
21:47:13 #17 20.56 Selecting previously unselected package libtsan0-arm64-cross.
21:47:13 #17 20.56 Preparing to unpack .../28-libtsan0-arm64-cross_8.3.0-2cross1_all.deb ...
21:47:14 #17 20.57 Unpacking libtsan0-arm64-cross (8.3.0-2cross1) ...
21:47:14 #17 20.61 Selecting previously unselected package libubsan1-arm64-cross.
21:47:14 #17 20.61 Preparing to unpack .../29-libubsan1-arm64-cross_8.3.0-2cross1_all.deb ...
21:47:14 #17 20.62 Unpacking libubsan1-arm64-cross (8.3.0-2cross1) ...
21:47:14 #17 20.65 Selecting previously unselected package libgcc-8-dev-arm64-cross.
21:47:14 #17 20.65 Preparing to unpack .../30-libgcc-8-dev-arm64-cross_8.3.0-2cross1_all.deb ...
21:47:14 #17 20.66 Unpacking libgcc-8-dev-arm64-cross (8.3.0-2cross1) ...
21:47:14 #17 20.79 Selecting previously unselected package gcc-8-aarch64-linux-gnu.
21:47:14 #17 20.79 Preparing to unpack .../31-gcc-8-aarch64-linux-gnu_8.3.0-2cross1_amd64.deb ...
21:47:14 #17 20.80 Unpacking gcc-8-aarch64-linux-gnu (8.3.0-2cross1) ...
21:47:14 #17 21.38 Selecting previously unselected package gcc-aarch64-linux-gnu.
21:47:14 #17 21.38 Preparing to unpack .../32-gcc-aarch64-linux-gnu_4%3a8.3.0-1_amd64.deb ...
21:47:14 #17 21.38 Unpacking gcc-aarch64-linux-gnu (4:8.3.0-1) ...
21:47:14 #17 21.41 Selecting previously unselected package linux-libc-dev-arm64-cross.
21:47:14 #17 21.41 Preparing to unpack .../33-linux-libc-dev-arm64-cross_4.19.20-1cross1_all.deb ...
21:47:14 #17 21.42 Unpacking linux-libc-dev-arm64-cross (4.19.20-1cross1) ...
21:47:14 #17 21.57 Selecting previously unselected package libc6-dev-arm64-cross.
21:47:14 #17 21.57 Preparing to unpack .../34-libc6-dev-arm64-cross_2.28-7cross1_all.deb ...
21:47:14 #17 21.58 Unpacking libc6-dev-arm64-cross (2.28-7cross1) ...
21:47:15 #17 21.85 Selecting previously unselected package libstdc++-8-dev-arm64-cross.
21:47:15 #17 21.85 Preparing to unpack .../35-libstdc++-8-dev-arm64-cross_8.3.0-2cross1_all.deb ...
21:47:15 #17 21.86 Unpacking libstdc++-8-dev-arm64-cross (8.3.0-2cross1) ...
21:47:15 #17 22.08 Selecting previously unselected package g++-8-aarch64-linux-gnu.
21:47:15 #17 22.09 Preparing to unpack .../36-g++-8-aarch64-linux-gnu_8.3.0-2cross1_amd64.deb ...
21:47:15 #17 22.09 Unpacking g++-8-aarch64-linux-gnu (8.3.0-2cross1) ...
21:47:15 #17 22.68 Selecting previously unselected package g++-aarch64-linux-gnu.
21:47:15 #17 22.68 Preparing to unpack .../37-g++-aarch64-linux-gnu_4%3a8.3.0-1_amd64.deb ...
21:47:15 #17 22.68 Unpacking g++-aarch64-linux-gnu (4:8.3.0-1) ...
21:47:15 #17 22.70 Selecting previously unselected package patch.
21:47:16 Project root: /go/src/github.com/docker/cli
21:47:16 Generating man pages into /go/src/github.com/docker/cli/man/man1
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
21:47:16 2021/10/21 21:47:05 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
21:47:16 + popd
21:47:16 ~/rpmbuild/BUILD/src
21:47:16 + pushd /root/rpmbuild/BUILD/src/plugins
21:47:16 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
21:47:16 + for installer in *.installer
21:47:16 + '[' app.installer '!=' scan.installer ']'
21:47:16 + bash app.installer build
21:47:16 Cloning into '/go/src/github.com/docker/app'...
21:47:16 Fetching origin
21:47:16 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
21:47:16 #17 22.71 Preparing to unpack .../38-patch_2.7.6-3+deb10u1_amd64.deb ...
21:47:16 #17 22.71 Unpacking patch (2.7.6-3+deb10u1) ...
21:47:16 #17 22.74 Selecting previously unselected package dpkg-dev.
21:47:16 #17 22.74 Preparing to unpack .../39-dpkg-dev_1.19.7_all.deb ...
21:47:16 #17 22.75 Unpacking dpkg-dev (1.19.7) ...
21:47:16 #17 22.85 Selecting previously unselected package libconfig-inifiles-perl.
21:47:16 #17 22.85 Preparing to unpack .../40-libconfig-inifiles-perl_3.000001-1_all.deb ...
21:47:16 #17 22.86 Unpacking libconfig-inifiles-perl (3.000001-1) ...
21:47:16 #17 22.88 Selecting previously unselected package libio-string-perl.
21:47:16 #17 22.88 Preparing to unpack .../41-libio-string-perl_1.08-3_all.deb ...
21:47:16 #17 22.89 Unpacking libio-string-perl (1.08-3) ...
21:47:16 #17 22.91 Selecting previously unselected package libicu63:amd64.
21:47:16 #17 22.92 Preparing to unpack .../42-libicu63_63.1-6+deb10u1_amd64.deb ...
21:47:16 #17 22.92 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
21:47:17 #17 23.71 Selecting previously unselected package libxml2:amd64.
21:47:17 #17 23.71 Preparing to unpack .../43-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ...
21:47:17 #17 23.71 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
21:47:17 #17 23.79 Selecting previously unselected package libxml-namespacesupport-perl.
21:47:17 #17 23.79 Preparing to unpack .../44-libxml-namespacesupport-perl_1.12-1_all.deb ...
21:47:17 #17 23.79 Unpacking libxml-namespacesupport-perl (1.12-1) ...
21:47:17 #17 23.82 Selecting previously unselected package libxml-sax-base-perl.
21:47:17 #17 23.82 Preparing to unpack .../45-libxml-sax-base-perl_1.09-1_all.deb ...
21:47:17 #17 23.82 Unpacking libxml-sax-base-perl (1.09-1) ...
21:47:17 #17 23.85 Selecting previously unselected package libxml-sax-perl.
21:47:17 #17 23.86 Preparing to unpack .../46-libxml-sax-perl_1.00+dfsg-1_all.deb ...
21:47:17 #17 23.86 Unpacking libxml-sax-perl (1.00+dfsg-1) ...
21:47:17 #17 23.90 Selecting previously unselected package libxml-libxml-perl.
21:47:17 #17 23.90 Preparing to unpack .../47-libxml-libxml-perl_2.0134+dfsg-1_amd64.deb ...
21:47:17 #17 23.90 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
21:47:17 #17 23.96 Selecting previously unselected package libxml-simple-perl.
21:47:17 #17 23.96 Preparing to unpack .../48-libxml-simple-perl_2.25-1_all.deb ...
21:47:17 #17 23.96 Unpacking libxml-simple-perl (2.25-1) ...
21:47:17 #17 23.99 Selecting previously unselected package libyaml-perl.
21:47:17 #17 23.99 Preparing to unpack .../49-libyaml-perl_1.27-1_all.deb ...
21:47:17 #17 24.00 Unpacking libyaml-perl (1.27-1) ...
21:47:17 #17 24.03 Selecting previously unselected package libconfig-auto-perl.
21:47:17 #17 24.03 Preparing to unpack .../50-libconfig-auto-perl_0.44-1_all.deb ...
21:47:17 #17 24.03 Unpacking libconfig-auto-perl (0.44-1) ...
21:47:17 #17 24.05 Selecting previously unselected package libfile-which-perl.
21:47:17 #17 24.06 Preparing to unpack .../51-libfile-which-perl_1.23-1_all.deb ...
21:47:17 #17 24.06 Unpacking libfile-which-perl (1.23-1) ...
21:47:17 #17 24.09 Selecting previously unselected package libfile-homedir-perl.
21:47:17 #17 24.09 Preparing to unpack .../52-libfile-homedir-perl_1.004-1_all.deb ...
21:47:17 #17 24.09 Unpacking libfile-homedir-perl (1.004-1) ...
21:47:17 #17 24.12 Selecting previously unselected package libdebian-dpkgcross-perl.
21:47:17 #17 24.13 Preparing to unpack .../53-libdebian-dpkgcross-perl_2.6.15-3_all.deb ...
21:47:17 #17 24.13 Unpacking libdebian-dpkgcross-perl (2.6.15-3) ...
21:47:17 #17 24.16 Selecting previously unselected package dpkg-cross.
21:47:17 #17 24.16 Preparing to unpack .../54-dpkg-cross_2.6.15-3_all.deb ...
21:47:17 #17 24.17 Unpacking dpkg-cross (2.6.15-3) ...
21:47:17 #17 24.19 Selecting previously unselected package crossbuild-essential-arm64.
21:47:17 #17 24.19 Preparing to unpack .../55-crossbuild-essential-arm64_12.6_all.deb ...
21:47:17 #17 24.20 Unpacking crossbuild-essential-arm64 (12.6) ...
21:47:17 #17 24.22 Selecting previously unselected package libc6-armel-cross.
21:47:17 #17 24.22 Preparing to unpack .../56-libc6-armel-cross_2.28-7cross1_all.deb ...
21:47:17 #17 24.23 Unpacking libc6-armel-cross (2.28-7cross1) ...
21:47:17 #17 24.35 Selecting previously unselected package libgcc1-armel-cross.
21:47:17 #17 24.35 Preparing to unpack .../57-libgcc1-armel-cross_1%3a8.3.0-2cross1_all.deb ...
21:47:17 #17 24.35 Unpacking libgcc1-armel-cross (1:8.3.0-2cross1) ...
21:47:17 #17 24.38 Selecting previously unselected package libgomp1-armel-cross.
21:47:17 #17 24.38 Preparing to unpack .../58-libgomp1-armel-cross_8.3.0-2cross1_all.deb ...
21:47:17 #17 24.39 Unpacking libgomp1-armel-cross (8.3.0-2cross1) ...
21:47:17 #17 24.42 Selecting previously unselected package libatomic1-armel-cross.
21:47:17 #17 24.42 Preparing to unpack .../59-libatomic1-armel-cross_8.3.0-2cross1_all.deb ...
21:47:17 #17 24.42 Unpacking libatomic1-armel-cross (8.3.0-2cross1) ...
21:47:17 #17 24.45 Selecting previously unselected package libstdc++6-armel-cross.
21:47:17 #17 24.45 Preparing to unpack .../60-libstdc++6-armel-cross_8.3.0-2cross1_all.deb ...
21:47:17 #17 24.45 Unpacking libstdc++6-armel-cross (8.3.0-2cross1) ...
21:47:17 #17 24.50 Selecting previously unselected package libasan5-armel-cross.
21:47:17 #17 24.51 Preparing to unpack .../61-libasan5-armel-cross_8.3.0-2cross1_all.deb ...
21:47:17 #17 24.51 Unpacking libasan5-armel-cross (8.3.0-2cross1) ...
21:47:17 #17 24.57 Selecting previously unselected package libubsan1-armel-cross.
21:47:17 #17 24.57 Preparing to unpack .../62-libubsan1-armel-cross_8.3.0-2cross1_all.deb ...
21:47:17 #17 24.57 Unpacking libubsan1-armel-cross (8.3.0-2cross1) ...
21:47:17 #17 24.61 Selecting previously unselected package libgcc-8-dev-armel-cross.
21:47:17 #17 24.61 Preparing to unpack .../63-libgcc-8-dev-armel-cross_8.3.0-2cross1_all.deb ...
21:47:17 #17 24.61 Unpacking libgcc-8-dev-armel-cross (8.3.0-2cross1) ...
21:47:17 #17 24.71 Selecting previously unselected package gcc-8-arm-linux-gnueabi.
21:47:18 #17 24.71 Preparing to unpack .../64-gcc-8-arm-linux-gnueabi_8.3.0-2cross1_amd64.deb ...
21:47:18 #17 24.72 Unpacking gcc-8-arm-linux-gnueabi (8.3.0-2cross1) ...
21:47:18 #17 25.33 Selecting previously unselected package gcc-arm-linux-gnueabi.
21:47:18 #17 25.33 Preparing to unpack .../65-gcc-arm-linux-gnueabi_4%3a8.3.0-1_amd64.deb ...
21:47:18 #17 25.34 Unpacking gcc-arm-linux-gnueabi (4:8.3.0-1) ...
21:47:18 #17 25.37 Selecting previously unselected package linux-libc-dev-armel-cross.
21:47:18 #17 25.37 Preparing to unpack .../66-linux-libc-dev-armel-cross_4.19.20-1cross1_all.deb ...
21:47:18 #17 25.37 Unpacking linux-libc-dev-armel-cross (4.19.20-1cross1) ...
21:47:18 #17 25.53 Selecting previously unselected package libc6-dev-armel-cross.
21:47:18 #17 25.53 Preparing to unpack .../67-libc6-dev-armel-cross_2.28-7cross1_all.deb ...
21:47:18 #17 25.53 Unpacking libc6-dev-armel-cross (2.28-7cross1) ...
21:47:19 #17 25.78 Selecting previously unselected package libstdc++-8-dev-armel-cross.
21:47:19 #17 25.79 Preparing to unpack .../68-libstdc++-8-dev-armel-cross_8.3.0-2cross1_all.deb ...
21:47:19 #17 25.79 Unpacking libstdc++-8-dev-armel-cross (8.3.0-2cross1) ...
21:47:19 #17 26.03 Selecting previously unselected package g++-8-arm-linux-gnueabi.
21:47:19 #17 26.03 Preparing to unpack .../69-g++-8-arm-linux-gnueabi_8.3.0-2cross1_amd64.deb ...
21:47:19 #17 26.03 Unpacking g++-8-arm-linux-gnueabi (8.3.0-2cross1) ...
21:47:20 #17 26.65 Selecting previously unselected package g++-arm-linux-gnueabi.
21:47:20 #17 26.65 Preparing to unpack .../70-g++-arm-linux-gnueabi_4%3a8.3.0-1_amd64.deb ...
21:47:20 #17 26.65 Unpacking g++-arm-linux-gnueabi (4:8.3.0-1) ...
21:47:20 #17 26.68 Selecting previously unselected package crossbuild-essential-armel.
21:47:20 #17 26.68 Preparing to unpack .../71-crossbuild-essential-armel_12.6_all.deb ...
21:47:20 #17 26.68 Unpacking crossbuild-essential-armel (12.6) ...
21:47:20 #17 26.71 Selecting previously unselected package libc6-armhf-cross.
21:47:20 #17 26.72 Preparing to unpack .../72-libc6-armhf-cross_2.28-7cross1_all.deb ...
21:47:20 #17 26.72 Unpacking libc6-armhf-cross (2.28-7cross1) ...
21:47:20 #17 26.84 Selecting previously unselected package libgcc1-armhf-cross.
21:47:20 #17 26.84 Preparing to unpack .../73-libgcc1-armhf-cross_1%3a8.3.0-2cross1_all.deb ...
21:47:20 #17 26.85 Unpacking libgcc1-armhf-cross (1:8.3.0-2cross1) ...
21:47:20 #17 26.88 Selecting previously unselected package libgomp1-armhf-cross.
21:47:20 #17 26.88 Preparing to unpack .../74-libgomp1-armhf-cross_8.3.0-2cross1_all.deb ...
21:47:20 #17 26.88 Unpacking libgomp1-armhf-cross (8.3.0-2cross1) ...
21:47:20 #17 26.91 Selecting previously unselected package libatomic1-armhf-cross.
21:47:20 #17 26.91 Preparing to unpack .../75-libatomic1-armhf-cross_8.3.0-2cross1_all.deb ...
21:47:20 #17 26.92 Unpacking libatomic1-armhf-cross (8.3.0-2cross1) ...
21:47:20 #17 26.94 Selecting previously unselected package libstdc++6-armhf-cross.
21:47:20 #17 26.95 Preparing to unpack .../76-libstdc++6-armhf-cross_8.3.0-2cross1_all.deb ...
21:47:20 #17 26.95 Unpacking libstdc++6-armhf-cross (8.3.0-2cross1) ...
21:47:20 #17 27.00 Selecting previously unselected package libasan5-armhf-cross.
21:47:20 #17 27.01 Preparing to unpack .../77-libasan5-armhf-cross_8.3.0-2cross1_all.deb ...
21:47:20 #17 27.01 Unpacking libasan5-armhf-cross (8.3.0-2cross1) ...
21:47:20 #17 27.06 Selecting previously unselected package libubsan1-armhf-cross.
21:47:20 #17 27.07 Preparing to unpack .../78-libubsan1-armhf-cross_8.3.0-2cross1_all.deb ...
21:47:20 #17 27.07 Unpacking libubsan1-armhf-cross (8.3.0-2cross1) ...
21:47:20 #17 27.10 Selecting previously unselected package libgcc-8-dev-armhf-cross.
21:47:20 #17 27.11 Preparing to unpack .../79-libgcc-8-dev-armhf-cross_8.3.0-2cross1_all.deb ...
21:47:20 #17 27.11 Unpacking libgcc-8-dev-armhf-cross (8.3.0-2cross1) ...
21:47:20 #17 27.20 Selecting previously unselected package gcc-8-arm-linux-gnueabihf.
21:47:20 #17 27.21 Preparing to unpack .../80-gcc-8-arm-linux-gnueabihf_8.3.0-2cross1_amd64.deb ...
21:47:20 #17 27.21 Unpacking gcc-8-arm-linux-gnueabihf (8.3.0-2cross1) ...
21:47:21 #17 27.82 Selecting previously unselected package gcc-arm-linux-gnueabihf.
21:47:21 #17 27.82 Preparing to unpack .../81-gcc-arm-linux-gnueabihf_4%3a8.3.0-1_amd64.deb ...
21:47:21 #17 27.82 Unpacking gcc-arm-linux-gnueabihf (4:8.3.0-1) ...
21:47:21 #17 27.86 Selecting previously unselected package linux-libc-dev-armhf-cross.
21:47:21 #17 27.86 Preparing to unpack .../82-linux-libc-dev-armhf-cross_4.19.20-1cross1_all.deb ...
21:47:21 #17 27.86 Unpacking linux-libc-dev-armhf-cross (4.19.20-1cross1) ...
21:47:21 #17 28.03 Selecting previously unselected package libc6-dev-armhf-cross.
21:47:21 #17 28.03 Preparing to unpack .../83-libc6-dev-armhf-cross_2.28-7cross1_all.deb ...
21:47:21 #17 28.05 Unpacking libc6-dev-armhf-cross (2.28-7cross1) ...
21:47:21 #17 28.30 Selecting previously unselected package libstdc++-8-dev-armhf-cross.
21:47:21 #17 28.30 Preparing to unpack .../84-libstdc++-8-dev-armhf-cross_8.3.0-2cross1_all.deb ...
21:47:21 #17 28.30 Unpacking libstdc++-8-dev-armhf-cross (8.3.0-2cross1) ...
21:47:21 #17 28.54 Selecting previously unselected package g++-8-arm-linux-gnueabihf.
21:47:21 #17 28.54 Preparing to unpack .../85-g++-8-arm-linux-gnueabihf_8.3.0-2cross1_amd64.deb ...
21:47:21 #17 28.55 Unpacking g++-8-arm-linux-gnueabihf (8.3.0-2cross1) ...
21:47:22 #17 29.22 Selecting previously unselected package g++-arm-linux-gnueabihf.
21:47:22 #17 29.22 Preparing to unpack .../86-g++-arm-linux-gnueabihf_4%3a8.3.0-1_amd64.deb ...
21:47:22 #17 29.23 Unpacking g++-arm-linux-gnueabihf (4:8.3.0-1) ...
21:47:22 #17 29.25 Selecting previously unselected package crossbuild-essential-armhf.
21:47:22 #17 29.25 Preparing to unpack .../87-crossbuild-essential-armhf_12.6_all.deb ...
21:47:22 #17 29.26 Unpacking crossbuild-essential-armhf (12.6) ...
21:47:22 #17 29.30 Setting up libconfig-inifiles-perl (3.000001-1) ...
21:47:22 #17 29.31 Setting up libfile-which-perl (1.23-1) ...
21:47:22 #17 29.33 Setting up binutils-arm-linux-gnueabi (2.31.1-16) ...
21:47:22 #17 29.34 Setting up libc6-armhf-cross (2.28-7cross1) ...
21:47:22 #17 29.36 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
21:47:22 #17 29.37 Setting up gcc-8-arm-linux-gnueabi-base:amd64 (8.3.0-2cross1) ...
21:47:22 #17 29.38 Setting up gcc-8-cross-base (8.3.0-2cross1) ...
21:47:22 #17 29.39 Setting up libmagic1:amd64 (1:5.35-4+deb10u2) ...
21:47:22 #17 29.41 Setting up libxml-namespacesupport-perl (1.12-1) ...
21:47:22 #17 29.42 Setting up binutils-aarch64-linux-gnu (2.31.1-16) ...
21:47:22 #17 29.43 Setting up file (1:5.35-4+deb10u2) ...
21:47:22 #17 29.44 Setting up libatomic1-armhf-cross (8.3.0-2cross1) ...
21:47:22 #17 29.45 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
21:47:22 #17 29.46 Setting up libyaml-perl (1.27-1) ...
21:47:22 #17 29.47 Setting up cpp-8-arm-linux-gnueabi (8.3.0-2cross1) ...
21:47:22 #17 29.48 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
21:47:22 #17 29.49 Setting up gcc-8-aarch64-linux-gnu-base:amd64 (8.3.0-2cross1) ...
21:47:22 #17 29.50 Setting up linux-libc-dev-armel-cross (4.19.20-1cross1) ...
21:47:22 #17 29.51 Setting up libxml-sax-base-perl (1.09-1) ...
21:47:22 #17 29.52 Setting up libio-string-perl (1.08-3) ...
21:47:22 #17 29.54 Setting up cross-config (2.6.15-3) ...
21:47:23 #17 29.63 Setting up cpp-arm-linux-gnueabi (4:8.3.0-1) ...
21:47:23 #17 29.64 Setting up libgcc1-armhf-cross (1:8.3.0-2cross1) ...
21:47:23 #17 29.65 Setting up gcc-8-arm-linux-gnueabihf-base:amd64 (8.3.0-2cross1) ...
21:47:23 #17 29.66 Setting up xz-utils (5.2.4-1) ...
21:47:23 #17 29.67 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
21:47:23 #17 29.68 Setting up libc6-arm64-cross (2.28-7cross1) ...
21:47:23 #17 29.70 Setting up patch (2.7.6-3+deb10u1) ...
21:47:23 #17 29.70 Setting up linux-libc-dev-armhf-cross (4.19.20-1cross1) ...
21:47:23 #17 29.72 Setting up cpp-8-aarch64-linux-gnu (8.3.0-2cross1) ...
21:47:23 #17 29.73 Setting up libitm1-arm64-cross (8.3.0-2cross1) ...
21:47:23 #17 29.74 Setting up linux-libc-dev-arm64-cross (4.19.20-1cross1) ...
21:47:23 #17 29.75 Setting up libc6-armel-cross (2.28-7cross1) ...
21:47:23 #17 29.76 Setting up libc6-dev-armel-cross (2.28-7cross1) ...
21:47:23 #17 29.77 Setting up libfile-homedir-perl (1.004-1) ...
21:47:23 #17 29.78 Setting up binutils-arm-linux-gnueabihf (2.31.1-16) ...
21:47:23 #17 29.79 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
21:47:23 #17 29.80 Setting up liblocale-gettext-perl (1.07-3+b4) ...
21:47:23 #17 29.81 Setting up libatomic1-arm64-cross (8.3.0-2cross1) ...
21:47:23 #17 29.82 Setting up cpp-8-arm-linux-gnueabihf (8.3.0-2cross1) ...
21:47:23 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.deb'.
21:47:23 #17 29.83 Setting up libgcc1-arm64-cross (1:8.3.0-2cross1) ...
21:47:23 #17 29.84 Setting up libgomp1-armhf-cross (8.3.0-2cross1) ...
21:47:23 #17 29.85 Setting up libgomp1-arm64-cross (8.3.0-2cross1) ...
21:47:23 #17 29.86 Setting up libgomp1-armel-cross (8.3.0-2cross1) ...
21:47:23 #17 29.87 Setting up libc6-dev-armhf-cross (2.28-7cross1) ...
21:47:23 #17 29.89 Setting up libc6-dev-arm64-cross (2.28-7cross1) ...
21:47:23 #17 29.90 Setting up libatomic1-armel-cross (8.3.0-2cross1) ...
21:47:23 #17 29.91 Setting up libxml-sax-perl (1.00+dfsg-1) ...
21:47:23 #17 30.00 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
21:47:23 #17 30.07 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
21:47:23 #17 30.20 
21:47:23 #17 30.20 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
21:47:23 #17 30.23 Setting up dpkg-dev (1.19.7) ...
21:47:23 #17 30.24 Setting up libstdc++6-arm64-cross (8.3.0-2cross1) ...
21:47:23 #17 30.25 Setting up libgcc1-armel-cross (1:8.3.0-2cross1) ...
21:47:23 #17 30.27 Setting up cpp-aarch64-linux-gnu (4:8.3.0-1) ...
21:47:23 #17 30.28 Setting up libstdc++6-armhf-cross (8.3.0-2cross1) ...
21:47:23 #17 30.29 Setting up libubsan1-armhf-cross (8.3.0-2cross1) ...
21:47:23 #17 30.30 Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
21:47:23 #17 30.34 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
21:47:23 #17 30.41 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
21:47:23 #17 30.48 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
21:47:23 #17 30.60 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
21:47:24 #17 30.63 Setting up cpp-arm-linux-gnueabihf (4:8.3.0-1) ...
21:47:24 #17 30.64 Setting up liblsan0-arm64-cross (8.3.0-2cross1) ...
21:47:24 #17 30.65 Setting up libubsan1-arm64-cross (8.3.0-2cross1) ...
21:47:24 #17 30.66 Setting up libtsan0-arm64-cross (8.3.0-2cross1) ...
21:47:24 #17 30.67 Setting up libstdc++6-armel-cross (8.3.0-2cross1) ...
21:47:24 #17 30.68 Setting up libasan5-armhf-cross (8.3.0-2cross1) ...
21:47:24 #17 30.69 Setting up libasan5-arm64-cross (8.3.0-2cross1) ...
21:47:24 #17 30.70 Setting up libasan5-armel-cross (8.3.0-2cross1) ...
21:47:24 #17 30.71 Setting up libgcc-8-dev-arm64-cross (8.3.0-2cross1) ...
21:47:24 #17 30.72 Setting up libubsan1-armel-cross (8.3.0-2cross1) ...
21:47:24 #17 30.73 Setting up libxml-simple-perl (2.25-1) ...
21:47:24 #17 30.74 Setting up libgcc-8-dev-armhf-cross (8.3.0-2cross1) ...
21:47:24 #17 30.75 Setting up libstdc++-8-dev-armhf-cross (8.3.0-2cross1) ...
21:47:24 #17 30.77 Setting up gcc-8-arm-linux-gnueabihf (8.3.0-2cross1) ...
21:47:24 #17 30.78 Setting up gcc-arm-linux-gnueabihf (4:8.3.0-1) ...
21:47:24 #17 30.79 Setting up gcc-8-aarch64-linux-gnu (8.3.0-2cross1) ...
21:47:24 #17 30.79 Setting up libconfig-auto-perl (0.44-1) ...
21:47:24 #17 30.81 Setting up g++-8-arm-linux-gnueabihf (8.3.0-2cross1) ...
21:47:24 #17 30.82 Setting up libgcc-8-dev-armel-cross (8.3.0-2cross1) ...
21:47:24 #17 30.83 Setting up libstdc++-8-dev-arm64-cross (8.3.0-2cross1) ...
21:47:24 #17 30.86 Setting up gcc-8-arm-linux-gnueabi (8.3.0-2cross1) ...
21:47:24 #17 30.87 Setting up libdebian-dpkgcross-perl (2.6.15-3) ...
21:47:24 #17 30.88 Setting up g++-arm-linux-gnueabihf (4:8.3.0-1) ...
21:47:24 #17 30.89 Setting up gcc-aarch64-linux-gnu (4:8.3.0-1) ...
21:47:24 #17 30.90 Setting up g++-8-aarch64-linux-gnu (8.3.0-2cross1) ...
21:47:24 #17 30.91 Setting up libstdc++-8-dev-armel-cross (8.3.0-2cross1) ...
21:47:24 #17 30.92 Setting up gcc-arm-linux-gnueabi (4:8.3.0-1) ...
21:47:24 #17 30.93 Setting up g++-aarch64-linux-gnu (4:8.3.0-1) ...
21:47:24 #17 30.94 Setting up dpkg-cross (2.6.15-3) ...
21:47:24 #17 30.98 Setting up g++-8-arm-linux-gnueabi (8.3.0-2cross1) ...
21:47:24 #17 30.98 Setting up crossbuild-essential-armhf (12.6) ...
21:47:24 #17 30.99 Setting up g++-arm-linux-gnueabi (4:8.3.0-1) ...
21:47:24 #17 31.01 Setting up crossbuild-essential-arm64 (12.6) ...
21:47:24 #17 31.02 Setting up crossbuild-essential-armel (12.6) ...
21:47:24 #17 31.03 Processing triggers for libc-bin (2.28-10) ...
21:47:24 #17 DONE 31.5s
21:47:24 
21:47:24 #35 [proxy 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 proxy
21:47:24 #35 sha256:5885dc94107d6f9155872bcb7e2cefafdea282ab629d349c69f5788cbb391ac0
21:47:27 #35 ...
21:47:27 
21:47:27 #18 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
21:47:27 #18 sha256:b015dbfec85a3d3a5f7a0beb17a837d78a14384a01b28e2346feff1ea1197e41
21:47:27 #18 DONE 2.1s
21:47:27 
21:47:27 #19 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
21:47:27 #19 sha256:ffa4db645492ed9fa544d6313d538b2aef8bcaf11c35209b44dd8138a6b9da2e
21:47:28 #19 1.829 Hit:1 http://security.debian.org/debian-security buster/updates InRelease
21:47:28 #19 1.829 Hit:2 http://deb.debian.org/debian buster InRelease
21:47:28 #19 1.829 Hit:3 http://deb.debian.org/debian buster-updates InRelease
21:47:28 #19 1.829 Hit:4 http://deb.debian.org/debian buster-backports InRelease
21:47:29 #19 2.241 Get:5 http://security.debian.org/debian-security buster/updates/main arm64 Packages [303 kB]
21:47:29 #19 2.309 Get:6 http://security.debian.org/debian-security buster/updates/main armel Packages [282 kB]
21:47:29 #19 2.329 Get:7 http://security.debian.org/debian-security buster/updates/main armhf Packages [302 kB]
21:47:30 #19 3.285 Get:8 http://deb.debian.org/debian buster/main armel Packages [7627 kB]
21:47:30 #19 4.008 Get:9 http://deb.debian.org/debian buster/main arm64 Packages [7735 kB]
21:47:31 #19 4.789 Get:10 http://deb.debian.org/debian buster/main armhf Packages [7698 kB]
21:47:32 #19 5.704 Get:11 http://deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB]
21:47:32 #19 5.705 Get:12 http://deb.debian.org/debian buster-updates/main armel Packages [14.2 kB]
21:47:32 #19 5.710 Get:13 http://deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB]
21:47:33 #19 ...
21:47:33 
21:47:33 #31 [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
21:47:33 #31 sha256:a7dd8828278580599faec50b77fb360cde35d3de171e1aa6a1ba0176c57dded8
21:47:33 #31 2.379 + RM_GOPATH=0
21:47:33 #31 2.379 + TMP_GOPATH=
21:47:33 #31 2.379 + : /build
21:47:33 #31 2.379 + '[' -z '' ']'
21:47:33 #31 2.379 ++ mktemp -d
21:47:33 #31 2.379 + export GOPATH=/tmp/tmp.flryUv9oDu
21:47:33 #31 2.379 + GOPATH=/tmp/tmp.flryUv9oDu
21:47:33 #31 2.379 + RM_GOPATH=1
21:47:33 #31 2.379 + case "$(go env GOARCH)" in
21:47:33 #31 2.379 ++ go env GOARCH
21:47:33 #31 2.392 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:47:33 #31 2.393 + export GO_BUILDMODE=-buildmode=pie
21:47:33 #31 2.393 + GO_BUILDMODE=-buildmode=pie
21:47:33 #31 2.393 ++ dirname /tmp/install/install.sh
21:47:33 #31 2.393 + dir=/tmp/install
21:47:33 #31 2.393 + bin=rootlesskit
21:47:33 #31 2.393 + shift
21:47:33 #31 2.393 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
21:47:33 #31 2.393 + . /tmp/install/rootlesskit.installer
21:47:33 #31 2.393 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:47:33 #31 2.393 + install_rootlesskit
21:47:33 #31 2.393 + case "$1" in
21:47:33 #31 2.393 + export CGO_ENABLED=0
21:47:33 #31 2.393 + CGO_ENABLED=0
21:47:33 #31 2.393 + _install_rootlesskit
21:47:33 #31 2.393 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2'
21:47:33 #31 2.393 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.flryUv9oDu/src/github.com/rootless-containers/rootlesskit
21:47:33 #31 2.396 Cloning into '/tmp/tmp.flryUv9oDu/src/github.com/rootless-containers/rootlesskit'...
21:47:33 #31 4.613 + cd /tmp/tmp.flryUv9oDu/src/github.com/rootless-containers/rootlesskit
21:47:33 #31 4.613 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:47:33 #31 4.655 + export GO111MODULE=on
21:47:33 #31 4.656 + GO111MODULE=on
21:47:33 #31 4.656 + export GOPROXY=https://proxy.golang.org
21:47:33 #31 4.656 + GOPROXY=https://proxy.golang.org
21:47:33 #31 4.656 + for f in rootlesskit rootlesskit-docker-proxy
21:47:33 #31 4.657 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
21:47:33 #31 5.597 go: downloading github.com/sirupsen/logrus v1.8.1
21:47:33 #31 5.598 go: downloading github.com/pkg/errors v0.9.1
21:47:33 #31 5.661 go: downloading github.com/urfave/cli/v2 v2.3.0
21:47:33 #31 5.955 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
21:47:33 #31 7.474 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
21:47:33 #31 7.708 go: downloading github.com/google/uuid v1.3.0
21:47:33 #31 7.709 go: downloading github.com/moby/vpnkit v0.5.0
21:47:33 #31 7.763 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
21:47:33 #31 7.827 go: downloading github.com/gofrs/flock v0.8.1
21:47:33 #31 7.918 go: downloading github.com/gorilla/mux v1.8.0
21:47:33 #31 8.038 go: downloading github.com/moby/sys/mountinfo v0.4.1
21:47:33 #31 8.247 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
21:47:33 #31 8.294 go: downloading github.com/u-root/u-root v7.0.0+incompatible
21:47:33 #31 ...
21:47:33 
21:47:33 #19 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
21:47:33 #19 sha256:ffa4db645492ed9fa544d6313d538b2aef8bcaf11c35209b44dd8138a6b9da2e
21:47:33 #19 6.516 Get:14 http://deb.debian.org/debian buster-backports/main armhf Packages [477 kB]
21:47:33 #19 6.524 Get:15 http://deb.debian.org/debian buster-backports/main armel Packages [455 kB]
21:47:33 #19 6.551 Get:16 http://deb.debian.org/debian buster-backports/main arm64 Packages [482 kB]
21:47:34 #19 ...
21:47:34 
21:47:34 #22 [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
21:47:34 #22 sha256:b991e60592fe00c123cb476c10932f6556617a45109f215359e8cdaa19f28461
21:47:34 #22 2.504 Hit:1 http://security.debian.org/debian-security buster/updates InRelease
21:47:34 #22 2.504 Hit:2 http://deb.debian.org/debian buster InRelease
21:47:34 #22 2.504 Hit:3 http://deb.debian.org/debian buster-updates InRelease
21:47:34 #22 2.781 Get:4 http://security.debian.org/debian-security buster/updates/main armhf Packages [302 kB]
21:47:34 #22 2.835 Get:5 http://security.debian.org/debian-security buster/updates/main armel Packages [282 kB]
21:47:34 #22 2.860 Get:6 http://security.debian.org/debian-security buster/updates/main arm64 Packages [303 kB]
21:47:34 #22 3.806 Get:7 http://deb.debian.org/debian buster/main armhf Packages [7698 kB]
21:47:34 #22 4.417 Get:8 http://deb.debian.org/debian buster/main armel Packages [7627 kB]
21:47:34 #22 5.342 Get:9 http://deb.debian.org/debian buster/main arm64 Packages [7735 kB]
21:47:34 #22 6.083 Get:10 http://deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB]
21:47:34 #22 6.086 Get:11 http://deb.debian.org/debian buster-updates/main armel Packages [14.2 kB]
21:47:34 #22 6.088 Get:12 http://deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB]
21:47:34 #22 ...
21:47:34 
21:47:34 #28 [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
21:47:34 #28 sha256:b9f3ed1f233792b7f39a4903d052d8a0da9f776ed6e94ca90a8bc72c05c4b279
21:47:34 #28 2.831 Hit:1 http://security.debian.org/debian-security buster/updates InRelease
21:47:34 #28 2.844 Hit:2 http://deb.debian.org/debian buster InRelease
21:47:34 #28 2.844 Hit:3 http://deb.debian.org/debian buster-updates InRelease
21:47:34 #28 3.196 Get:4 http://security.debian.org/debian-security buster/updates/main armhf Packages [302 kB]
21:47:34 #28 3.232 Get:5 http://security.debian.org/debian-security buster/updates/main arm64 Packages [303 kB]
21:47:34 #28 3.277 Get:6 http://security.debian.org/debian-security buster/updates/main armel Packages [282 kB]
21:47:34 #28 4.245 Get:7 http://deb.debian.org/debian buster/main armhf Packages [7698 kB]
21:47:34 #28 4.920 Get:8 http://deb.debian.org/debian buster/main armel Packages [7627 kB]
21:47:34 #28 5.929 Get:9 http://deb.debian.org/debian buster/main arm64 Packages [7735 kB]
21:47:34 #28 6.696 Get:10 http://deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB]
21:47:34 #28 6.697 Get:11 http://deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB]
21:47:34 #28 6.700 Get:12 http://deb.debian.org/debian buster-updates/main armel Packages [14.2 kB]
21:47:35 #28 ...
21:47:35 
21:47:35 #31 [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
21:47:35 #31 sha256:a7dd8828278580599faec50b77fb360cde35d3de171e1aa6a1ba0176c57dded8
21:47:35 #31 10.55 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
21:47:35 #31 10.61 go: downloading github.com/russross/blackfriday/v2 v2.1.0
21:47:37 #31 ...
21:47:37 
21:47:37 #35 [proxy 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 proxy
21:47:37 #35 sha256:5885dc94107d6f9155872bcb7e2cefafdea282ab629d349c69f5788cbb391ac0
21:47:37 #35 2.716 + RM_GOPATH=0
21:47:37 #35 2.716 + TMP_GOPATH=
21:47:37 #35 2.716 + : /build
21:47:37 #35 2.716 + '[' -z '' ']'
21:47:37 #35 2.716 ++ mktemp -d
21:47:37 #35 2.723 + export GOPATH=/tmp/tmp.fpUZRfLlnH
21:47:37 #35 2.723 + GOPATH=/tmp/tmp.fpUZRfLlnH
21:47:37 #35 2.723 + RM_GOPATH=1
21:47:37 #35 2.723 + case "$(go env GOARCH)" in
21:47:37 #35 2.723 ++ go env GOARCH
21:47:37 #35 2.735 + export GO_BUILDMODE=-buildmode=pie
21:47:37 #35 2.735 + GO_BUILDMODE=-buildmode=pie
21:47:37 #35 2.735 ++ dirname /tmp/install/install.sh
21:47:37 #35 2.735 + dir=/tmp/install
21:47:37 #35 2.735 + bin=proxy
21:47:37 #35 2.735 + shift
21:47:37 #35 2.735 + '[' '!' -f /tmp/install/proxy.installer ']'
21:47:37 #35 2.735 + . /tmp/install/proxy.installer
21:47:37 #35 2.735 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8
21:47:37 #35 2.740 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8
21:47:37 #35 2.740 + install_proxy
21:47:37 #35 2.740 + case "$1" in
21:47:37 #35 2.740 + export CGO_ENABLED=0
21:47:37 #35 2.740 + CGO_ENABLED=0
21:47:37 #35 2.740 + _install_proxy
21:47:37 #35 2.740 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8'
21:47:37 #35 2.740 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.fpUZRfLlnH/src/github.com/docker/libnetwork
21:47:37 #35 2.740 Cloning into '/tmp/tmp.fpUZRfLlnH/src/github.com/docker/libnetwork'...
21:47:37 #35 10.95 + cd /tmp/tmp.fpUZRfLlnH/src/github.com/docker/libnetwork
21:47:37 #35 10.95 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8
21:47:37 #35 11.29 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
21:47:39 #35 DONE 14.1s
21:47:39 
21:47:39 #19 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
21:47:39 #19 sha256:ffa4db645492ed9fa544d6313d538b2aef8bcaf11c35209b44dd8138a6b9da2e
21:47:43 #19 ...
21:47:43 
21:47:43 #38 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
21:47:43 #38 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
21:47:43 #38 CACHED
21:47:43 
21:47:43 #40 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
21:47:43 #40 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
21:47:43 #40 CACHED
21:47:43 
21:47:43 #31 [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
21:47:43 #31 sha256:a7dd8828278580599faec50b77fb360cde35d3de171e1aa6a1ba0176c57dded8
21:47:44 #31 ...
21:47:44 
21:47:44 #22 [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
21:47:44 #22 sha256:b991e60592fe00c123cb476c10932f6556617a45109f215359e8cdaa19f28461
21:47:44 #22 19.76 Fetched 24.0 MB in 17s (1371 kB/s)
21:47:51 #22 19.76 Reading package lists...
21:47:51 #22 ...
21:47:51 
21:47:51 #19 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
21:47:51 #19 sha256:ffa4db645492ed9fa544d6313d538b2aef8bcaf11c35209b44dd8138a6b9da2e
21:47:51 #19 20.46 Fetched 25.4 MB in 19s (1344 kB/s)
21:47:52 #19 20.46 Reading package lists...
21:47:52 #19 ...
21:47:52 
21:47:52 #22 [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
21:47:52 #22 sha256:b991e60592fe00c123cb476c10932f6556617a45109f215359e8cdaa19f28461
21:47:52 #22 19.76 Reading package lists...
21:47:54 #22 27.98 Reading package lists...
21:47:54 #22 ...
21:47:54 
21:47:54 #28 [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
21:47:54 #28 sha256:b9f3ed1f233792b7f39a4903d052d8a0da9f776ed6e94ca90a8bc72c05c4b279
21:47:54 #28 19.94 Fetched 24.0 MB in 17s (1382 kB/s)
21:47:54 #28 19.94 Reading package lists...
21:47:55 make[1]: Leaving directory '/root/build-deb'
21:47:55  dpkg-genbuildinfo
21:47:55 #28 27.88 Reading package lists...
21:47:55 #28 ...
21:47:55 
21:47:55 #19 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
21:47:55 #19 sha256:ffa4db645492ed9fa544d6313d538b2aef8bcaf11c35209b44dd8138a6b9da2e
21:47:55 #19 20.46 Reading package lists...
21:47:56  dpkg-genchanges  >../docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.changes
21:47:56 dpkg-genchanges: info: including full source code in upload
21:47:56  dpkg-source -I.git --after-build .
21:47:57 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
21:47:57 + destination=/build
21:47:57 + mkdir -p /build
21:47:57 + mv -v /root/docker-ce-cli_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.deb /root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye.dsc /root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye.tar.gz /root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.buildinfo /root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.changes /root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.deb /build
21:47:57 copied '/root/docker-ce-cli_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.deb'
21:47:57 removed '/root/docker-ce-cli_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.deb'
21:47:57 copied '/root/docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.deb'
21:47:57 removed '/root/docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.deb'
21:47:57 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye.dsc' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye.dsc'
21:47:57 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye.dsc'
21:47:57 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye.tar.gz'
21:47:57 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye.tar.gz'
21:47:57 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.buildinfo'
21:47:57 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.buildinfo'
21:47:57 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.changes' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.changes'
21:47:57 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.changes'
21:47:57 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.deb'
21:47:57 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~raspbian-bullseye_armhf.deb'
21:47:58 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-bullseye"
21:47:59 make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/deb'
[Pipeline] sh
21:48:00 + make clean
21:48:00 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589:/v -w /v alpine chown -R 1000:1000 src
21:48:01 #19 29.06 Reading package lists...
21:48:01 #19 ...
21:48:01 
21:48:01 #22 [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
21:48:01 #22 sha256:b991e60592fe00c123cb476c10932f6556617a45109f215359e8cdaa19f28461
21:48:01 #22 27.98 Reading package lists...
21:48:02 #22 35.81 Building dependency tree...
21:48:02 #22 37.54 Reading state information...
21:48:02 + for installer in *.installer
21:48:02 + '[' buildx.installer '!=' scan.installer ']'
21:48:02 + bash buildx.installer build
21:48:02 Cloning into '/go/src/github.com/docker/buildx'...
21:48:02 Fetching origin
21:48:02 + GO111MODULE=on
21:48:02 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
21:48:02 rm -f -r src
21:48:02 make -C rpm clean
21:48:02 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm'
21:48:02 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
21:48:02 rm -f -r rpmbuild/
21:48:02 docker builder prune -f --filter until=24h
21:48:03 Total reclaimed space: 0B
21:48:03 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm'
21:48:03 make -C deb clean
21:48:03 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/deb'
21:48:03 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb:/v -w /v alpine chown -R 1000:1000 debbuild
21:48:03 #22 ...
21:48:03 
21:48:03 #31 [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
21:48:03 #31 sha256:a7dd8828278580599faec50b77fb360cde35d3de171e1aa6a1ba0176c57dded8
21:48:03 #31 35.38 + for f in rootlesskit rootlesskit-docker-proxy
21:48:03 #31 35.38 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
21:48:03 #31 DONE 38.7s
21:48:03 
21:48:03 #32 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
21:48:03 #32 sha256:8c31221c1ec38437cc04b8a26f9d10a0ed79050fc6649d8d6b6358f27d43419b
21:48:03 #32 DONE 0.1s
21:48:03 
21:48:03 #33 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
21:48:03 #33 sha256:80f893aedc5cbe3a4ab06c9fdbc43b38c9567d4a9965359e1dae7d9db0198a2c
21:48:03 #33 DONE 0.1s
21:48:03 
21:48:03 #28 [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
21:48:03 #28 sha256:b9f3ed1f233792b7f39a4903d052d8a0da9f776ed6e94ca90a8bc72c05c4b279
21:48:03 #28 27.88 Reading package lists...
21:48:03 #28 35.63 Building dependency tree...
21:48:03 #28 37.19 Reading state information...
21:48:03 #28 38.63 The following additional packages will be installed:
21:48:03 #28 38.64   libbtrfs0
21:48:03 #28 38.73 The following NEW packages will be installed:
21:48:03 #28 38.75   libbtrfs-dev libbtrfs0
21:48:03 rm -f -r debbuild
21:48:03 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb:/v -w /v alpine chown -R 1000:1000 sources
21:48:04 #28 39.15 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
21:48:04 #28 39.15 Need to get 119 kB of archives.
21:48:04 #28 39.15 After this operation, 387 kB of additional disk space will be used.
21:48:04 #28 39.15 Get:1 http://deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
21:48:04 #28 39.16 Get:2 http://deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
21:48:04 #28 39.81 debconf: delaying package configuration, since apt-utils is not installed
21:48:04 rm -f -r sources
21:48:04 docker builder prune -f --filter until=24h
21:48:04 Total reclaimed space: 0B
21:48:04 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/deb'
21:48:04 make -C static clean
21:48:04 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/static'
21:48:04 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/static:/v -w /v alpine chown -R 1000:1000 build
21:48:04 rm -f -r build
21:48:04 docker builder prune -f --filter until=24h
21:48:04 #28 40.05 Fetched 119 kB in 0s (454 kB/s)
21:48:04 #28 40.11 Selecting previously unselected package libbtrfs0.
21:48:04 #28 40.11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24128 files and directories currently installed.)
21:48:04 #28 40.14 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
21:48:04 #28 40.16 Unpacking libbtrfs0 (4.20.1-2) ...
21:48:04 #28 40.21 Selecting previously unselected package libbtrfs-dev.
21:48:04 #28 40.23 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
21:48:04 #28 40.23 Unpacking libbtrfs-dev (4.20.1-2) ...
21:48:04 #28 40.36 Setting up libbtrfs0 (4.20.1-2) ...
21:48:05 Total reclaimed space: 0B
21:48:05 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
21:48:05 #28 40.37 Setting up libbtrfs-dev (4.20.1-2) ...
21:48:05 #28 40.38 Processing triggers for libc-bin (2.28-10) ...
21:48:05 #28 DONE 40.6s
21:48:05 
21:48:05 #22 [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
21:48:05 #22 sha256:b991e60592fe00c123cb476c10932f6556617a45109f215359e8cdaa19f28461
21:48:05 #22 39.26 The following additional packages will be installed:
21:48:05 #22 39.30   cmake-data libarchive13 libjsoncpp1 librhash0 libuv1 xxd
21:48:05 #22 39.32 Suggested packages:
21:48:05 #22 39.32   cmake-doc ninja-build lrzip
21:48:05 #22 39.32 Recommended packages:
21:48:05 #22 39.32   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
21:48:05 #22 40.04 The following NEW packages will be installed:
21:48:05 #22 40.06   cmake cmake-data libarchive13 libjsoncpp1 librhash0 libuv1 vim-common xxd
21:48:05 #22 40.48 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
21:48:05 #22 40.48 Need to get 5913 kB of archives.
21:48:05 #22 40.48 After this operation, 27.4 MB of additional disk space will be used.
21:48:05 #22 40.48 Get:1 http://deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
21:48:05 #22 40.48 Get:2 http://deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
21:48:05 #22 40.48 Get:3 http://deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
21:48:05 #22 40.54 Get:4 http://deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
21:48:05 #22 40.55 Get:5 http://deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
21:48:05 #22 40.55 Get:6 http://deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
21:48:05 #22 40.56 Get:7 http://deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB]
21:48:05 #22 40.56 Get:8 http://deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
21:48:06 #22 41.47 debconf: delaying package configuration, since apt-utils is not installed
21:48:06 #22 41.66 Fetched 5913 kB in 1s (11.0 MB/s)
21:48:06 #22 41.73 Selecting previously unselected package xxd.
21:48:06 #22 41.73 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24128 files and directories currently installed.)
21:48:06 #22 41.78 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
21:48:06 #22 41.80 Unpacking xxd (2:8.1.0875-5) ...
21:48:06 #22 41.93 Selecting previously unselected package vim-common.
21:48:06 #22 41.93 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
21:48:06 #22 41.93 Unpacking vim-common (2:8.1.0875-5) ...
21:48:06 #22 42.08 Selecting previously unselected package cmake-data.
21:48:06 #22 42.08 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
21:48:06 #22 42.08 Unpacking cmake-data (3.13.4-1) ...
21:48:08 #22 43.27 Selecting previously unselected package libarchive13:amd64.
21:48:08 #22 43.27 Preparing to unpack .../3-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
21:48:08 #22 43.29 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
21:48:08 #22 43.45 Selecting previously unselected package libjsoncpp1:amd64.
21:48:08 #22 43.45 Preparing to unpack .../4-libjsoncpp1_1.7.4-3_amd64.deb ...
21:48:08 #22 43.45 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
21:48:08 #22 43.52 Selecting previously unselected package librhash0:amd64.
21:48:08 #22 43.52 Preparing to unpack .../5-librhash0_1.3.8-1_amd64.deb ...
21:48:08 #22 43.53 Unpacking librhash0:amd64 (1.3.8-1) ...
21:48:08 #22 43.61 Selecting previously unselected package libuv1:amd64.
21:48:08 #22 43.62 Preparing to unpack .../6-libuv1_1.24.1-1+deb10u1_amd64.deb ...
21:48:08 #22 43.63 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ...
21:48:08 #22 43.72 Selecting previously unselected package cmake.
21:48:08 #22 43.75 Preparing to unpack .../7-cmake_3.13.4-1_amd64.deb ...
21:48:08 #22 43.75 Unpacking cmake (3.13.4-1) ...
21:48:09 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636
21:48:09 
21:48:09 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
21:48:09 + RM_GOPATH=0
21:48:09 + TMP_GOPATH=/go
21:48:09 + : /usr/local/bin
21:48:09 + '[' -z /go ']'
21:48:09 + export GOPATH=/go
21:48:09 + GOPATH=/go
21:48:09 + case "$(go env GOARCH)" in
21:48:09 ++ go env GOARCH
21:48:09 + export GO_BUILDMODE=-buildmode=pie
21:48:09 + GO_BUILDMODE=-buildmode=pie
21:48:09 ++ dirname hack/dockerfile/install/install.sh
21:48:09 + dir=hack/dockerfile/install
21:48:09 + bin=tini
21:48:09 + shift
21:48:09 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
21:48:09 + . hack/dockerfile/install/tini.installer
21:48:09 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
21:48:09 + install_tini
21:48:09 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
21:48:09 + git clone https://github.com/krallin/tini.git /go/tini
21:48:09 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
21:48:09 Cloning into '/go/tini'...
21:48:09 + cd /go/tini
21:48:09 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
21:48:09 + cmake .
21:48:09 -- The C compiler identification is GNU 10.3.0
21:48:09 -- Detecting C compiler ABI info
21:48:09 -- Detecting C compiler ABI info - done
21:48:09 -- Check for working C compiler: /usr/bin/cc - skipped
21:48:09 -- Detecting C compile features
21:48:09 -- Detecting C compile features - done
21:48:09 -- Performing Test HAS_BUILTIN_FORTIFY
21:48:09 -- Performing Test HAS_BUILTIN_FORTIFY - Success
21:48:09 -- Configuring done
21:48:09 -- Generating done
21:48:09 -- Build files have been written to: /go/tini
21:48:09 + make tini-static
21:48:09 make[2]: Entering directory '/go/tini'
21:48:09 make[3]: Entering directory '/go/tini'
21:48:09 make[4]: Entering directory '/go/tini'
21:48:09 make[5]: Entering directory '/go/tini'
21:48:09 Scanning dependencies of target tini-static
21:48:09 make[5]: Leaving directory '/go/tini'
21:48:09 make[5]: Entering directory '/go/tini'
21:48:09 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
21:48:09 [100%] Linking C executable tini-static
21:48:09 make[5]: Leaving directory '/go/tini'
21:48:09 [100%] Built target tini-static
21:48:09 make[4]: Leaving directory '/go/tini'
21:48:09 make[3]: Leaving directory '/go/tini'
21:48:09 make[2]: Leaving directory '/go/tini'
21:48:09 + mkdir -p /usr/local/bin
21:48:09 + cp tini-static /usr/local/bin/docker-init
21:48:09 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
21:48:09 + RM_GOPATH=0
21:48:09 + TMP_GOPATH=/go
21:48:09 + : /usr/local/bin
21:48:09 + '[' -z /go ']'
21:48:09 + export GOPATH=/go
21:48:09 + GOPATH=/go
21:48:09 + case "$(go env GOARCH)" in
21:48:09 ++ go env GOARCH
21:48:09 + export GO_BUILDMODE=-buildmode=pie
21:48:09 + GO_BUILDMODE=-buildmode=pie
21:48:09 ++ dirname hack/dockerfile/install/install.sh
21:48:09 + dir=hack/dockerfile/install
21:48:09 + bin=proxy
21:48:09 + shift
21:48:09 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
21:48:09 + . hack/dockerfile/install/proxy.installer
21:48:09 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8
21:48:09 + install_proxy dynamic
21:48:09 + case "$1" in
21:48:09 + install_proxy_dynamic
21:48:09 + export PROXY_LDFLAGS=-linkmode=external install_proxy
21:48:09 + PROXY_LDFLAGS=-linkmode=external
21:48:09 + export BUILD_MODE=-buildmode=pie
21:48:09 + BUILD_MODE=-buildmode=pie
21:48:09 + _install_proxy
21:48:09 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8
21:48:09 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8'
21:48:09 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
21:48:09 Cloning into '/go/src/github.com/docker/libnetwork'...
21:48:09 + cd /go/src/github.com/docker/libnetwork
21:48:09 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8
21:48:09 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
21:48:09 + return
21:48:09 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
21:48:09 + RM_GOPATH=0
21:48:09 + TMP_GOPATH=/go
21:48:09 + : /usr/local/bin
21:48:09 + '[' -z /go ']'
21:48:09 + export GOPATH=/go
21:48:09 + GOPATH=/go
21:48:09 + case "$(go env GOARCH)" in
21:48:09 ++ go env GOARCH
21:48:09 + export GO_BUILDMODE=-buildmode=pie
21:48:09 + GO_BUILDMODE=-buildmode=pie
21:48:09 ++ dirname hack/dockerfile/install/install.sh
21:48:09 + dir=hack/dockerfile/install
21:48:09 + bin=rootlesskit
21:48:09 + shift
21:48:09 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
21:48:09 + . hack/dockerfile/install/rootlesskit.installer
21:48:09 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:48:09 + install_rootlesskit dynamic
21:48:09 + case "$1" in
21:48:09 + install_rootlesskit_dynamic
21:48:09 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
21:48:09 + ROOTLESSKIT_LDFLAGS=-linkmode=external
21:48:09 + export BUILD_MODE=-buildmode=pie
21:48:09 + BUILD_MODE=-buildmode=pie
21:48:09 + _install_rootlesskit
21:48:09 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2'
21:48:09 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:48:09 + git clone https://github.com/rootless-containers/rootlesskit.git /go/src/github.com/rootless-containers/rootlesskit
21:48:09 Cloning into '/go/src/github.com/rootless-containers/rootlesskit'...
21:48:09 + cd /go/src/github.com/rootless-containers/rootlesskit
21:48:09 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:48:09 + export GO111MODULE=on
21:48:09 + GO111MODULE=on
21:48:09 + export GOPROXY=https://proxy.golang.org
21:48:09 + GOPROXY=https://proxy.golang.org
21:48:09 + for f in rootlesskit rootlesskit-docker-proxy
21:48:09 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
21:48:09 go: downloading github.com/pkg/errors v0.9.1
21:48:09 go: downloading github.com/sirupsen/logrus v1.8.1
21:48:09 go: downloading github.com/urfave/cli/v2 v2.3.0
21:48:09 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
21:48:09 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
21:48:09 go: downloading github.com/google/uuid v1.3.0
21:48:09 go: downloading github.com/moby/vpnkit v0.5.0
21:48:09 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
21:48:09 go: downloading github.com/gofrs/flock v0.8.1
21:48:09 go: downloading github.com/gorilla/mux v1.8.0
21:48:09 go: downloading github.com/moby/sys/mountinfo v0.4.1
21:48:09 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
21:48:09 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
21:48:09 go: downloading github.com/u-root/u-root v7.0.0+incompatible
21:48:09 go: downloading github.com/russross/blackfriday/v2 v2.1.0
21:48:09 #22 45.05 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
21:48:09 #22 45.07 Setting up xxd (2:8.1.0875-5) ...
21:48:09 #22 45.09 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ...
21:48:09 #22 45.11 Setting up vim-common (2:8.1.0875-5) ...
21:48:09 #22 45.15 Setting up librhash0:amd64 (1.3.8-1) ...
21:48:09 #22 45.17 Setting up cmake-data (3.13.4-1) ...
21:48:09 #22 45.19 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
21:48:09 #22 45.21 Setting up cmake (3.13.4-1) ...
21:48:09 #22 45.24 Processing triggers for libc-bin (2.28-10) ...
21:48:10 #22 45.32 Processing triggers for mime-support (3.62) ...
21:48:10 #22 DONE 45.6s
21:48:10 
21:48:10 #24 [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
21:48:10 #24 sha256:d3cebf13061a1bf847441f24c22c9abca24340f711309ddb50f981bcd7e6ec71
21:48:11 #24 1.095 + RM_GOPATH=0
21:48:11 #24 1.098 + TMP_GOPATH=
21:48:11 #24 1.098 + : /build
21:48:11 #24 1.098 + '[' -z '' ']'
21:48:11 #24 1.099 ++ mktemp -d
21:48:11 #24 1.101 + export GOPATH=/tmp/tmp.B4eBYkp0yO
21:48:11 #24 1.102 + GOPATH=/tmp/tmp.B4eBYkp0yO
21:48:11 #24 1.102 + RM_GOPATH=1
21:48:11 #24 1.102 + case "$(go env GOARCH)" in
21:48:11 #24 1.103 ++ go env GOARCH
21:48:11 #24 1.113 + export GO_BUILDMODE=-buildmode=pie
21:48:11 #24 1.113 + GO_BUILDMODE=-buildmode=pie
21:48:11 #24 1.114 ++ dirname /tmp/install/install.sh
21:48:11 #24 1.116 + dir=/tmp/install
21:48:11 #24 1.116 + bin=tini
21:48:11 #24 1.116 + shift
21:48:11 #24 1.117 + '[' '!' -f /tmp/install/tini.installer ']'
21:48:11 #24 1.117 + . /tmp/install/tini.installer
21:48:11 #24 1.120 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
21:48:11 #24 1.121 + install_tini
21:48:11 #24 1.121 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
21:48:11 #24 1.121 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
21:48:11 #24 1.121 + git clone https://github.com/krallin/tini.git /tmp/tmp.B4eBYkp0yO/tini
21:48:11 #24 1.124 Cloning into '/tmp/tmp.B4eBYkp0yO/tini'...
21:48:11 #24 1.497 + cd /tmp/tmp.B4eBYkp0yO/tini
21:48:11 #24 1.497 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
21:48:11 #24 1.504 + cmake .
21:48:11 #24 1.691 -- The C compiler identification is GNU 8.3.0
21:48:12 #24 1.710 -- Check for working C compiler: /usr/bin/cc
21:48:12 #24 1.906 -- Check for working C compiler: /usr/bin/cc -- works
21:48:12 #24 1.908 -- Detecting C compiler ABI info
21:48:12 #24 2.234 -- Detecting C compiler ABI info - done
21:48:12 #24 2.265 -- Detecting C compile features
21:48:13 #24 3.247 -- Detecting C compile features - done
21:48:13 #24 3.277 -- Performing Test HAS_BUILTIN_FORTIFY
21:48:13 #24 3.374 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
21:48:13 #24 3.422 -- Configuring done
21:48:13 #24 3.432 -- Generating done
21:48:13 #24 3.433 -- Build files have been written to: /tmp/tmp.B4eBYkp0yO/tini
21:48:13 #24 3.453 + make tini-static
21:48:14 + for f in rootlesskit rootlesskit-docker-proxy
21:48:14 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
21:48:14 #24 3.636 Scanning dependencies of target tini-static
21:48:14 #24 3.675 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
21:48:14 #24 ...
21:48:14 
21:48:14 #19 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
21:48:14 #19 sha256:ffa4db645492ed9fa544d6313d538b2aef8bcaf11c35209b44dd8138a6b9da2e
21:48:14 #19 29.06 Reading package lists...
21:48:14 #19 37.61 Building dependency tree...
21:48:14 #19 39.48 Reading state information...
21:48:14 #19 40.67 The following additional packages will be installed:
21:48:14 #19 40.68   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
21:48:14 #19 40.68   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
21:48:14 #19 40.68   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
21:48:14 #19 40.68   libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common
21:48:14 #19 40.68   mingw-w64-x86-64-dev
21:48:14 #19 40.70 Suggested packages:
21:48:14 #19 40.70   gcc-8-locales seccomp wine64
21:48:14 #19 41.25 The following NEW packages will be installed:
21:48:14 #19 41.26   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
21:48:14 #19 41.26   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
21:48:14 #19 41.26   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
21:48:14 #19 41.26   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
21:48:14 #19 41.26   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
21:48:14 #19 41.26   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
21:48:14 #19 41.28 The following packages will be upgraded:
21:48:14 #19 41.28   libseccomp2
21:48:14 #19 41.64 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
21:48:14 #19 41.64 Need to get 77.8 MB of archives.
21:48:14 #19 41.64 After this operation, 487 MB of additional disk space will be used.
21:48:14 #19 41.64 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.5.1-1~bpo10+1 [47.7 kB]
21:48:14 #19 41.64 Get:2 http://deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
21:48:14 #19 41.74 Get:3 http://deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
21:48:14 #19 41.82 Get:4 http://deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
21:48:14 #19 41.83 Get:5 http://deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
21:48:14 #19 41.83 Get:6 http://deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
21:48:14 #19 41.84 Get:7 http://deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
21:48:14 #19 42.01 Get:8 http://deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
21:48:14 #19 42.13 Get:9 http://deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u2 [175 kB]
21:48:14 #19 42.13 Get:10 http://deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u2 [35.8 MB]
21:48:14 #19 43.36 Get:11 http://deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u2 [25.3 MB]
21:48:14 #19 44.30 Get:12 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
21:48:14 #19 44.30 Get:13 http://deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
21:48:14 #19 44.30 Get:14 http://deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
21:48:14 #19 44.32 Get:15 http://deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
21:48:14 #19 44.32 Get:16 http://deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
21:48:14 #19 44.32 Get:17 http://deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u8 [110 kB]
21:48:14 #19 44.32 Get:18 http://deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
21:48:14 #19 44.33 Get:19 http://deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
21:48:14 #19 44.34 Get:20 http://deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
21:48:14 #19 44.34 Get:21 http://deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
21:48:14 #19 44.34 Get:22 http://deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
21:48:14 #19 44.38 Get:23 http://deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
21:48:14 #19 44.38 Get:24 http://deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
21:48:14 #19 44.38 Get:25 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.5.1-1~bpo10+1 [90.3 kB]
21:48:14 #19 44.38 Get:26 http://deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u8 [322 kB]
21:48:14 #19 44.96 debconf: delaying package configuration, since apt-utils is not installed
21:48:14 #19 45.16 Fetched 77.8 MB in 3s (25.6 MB/s)
21:48:14 #19 45.22 (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 ... 24128 files and directories currently installed.)
21:48:14 #19 45.27 Preparing to unpack .../libseccomp2_2.5.1-1~bpo10+1_amd64.deb ...
21:48:14 #19 45.30 Unpacking libseccomp2:amd64 (2.5.1-1~bpo10+1) over (2.3.3-4) ...
21:48:14 #19 45.43 Setting up libseccomp2:amd64 (2.5.1-1~bpo10+1) ...
21:48:14 #19 45.54 Selecting previously unselected package binutils-mingw-w64-i686.
21:48:14 #19 45.54 (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 ... 24128 files and directories currently installed.)
21:48:14 #19 45.60 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
21:48:14 #19 45.61 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
21:48:14 #19 46.38 Selecting previously unselected package binutils-mingw-w64-x86-64.
21:48:14 #19 46.38 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
21:48:14 #19 46.38 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
21:48:14 #19 47.44 Selecting previously unselected package binutils-mingw-w64.
21:48:14 #19 47.46 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
21:48:14 #19 47.46 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
21:48:14 #19 47.54 Selecting previously unselected package libdevmapper1.02.1:amd64.
21:48:14 #19 47.55 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
21:48:14 #19 47.55 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
21:48:14 #19 47.66 Selecting previously unselected package dmsetup.
21:48:14 #19 47.66 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
21:48:14 #19 ...
21:48:14 
21:48:14 #24 [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
21:48:14 #24 sha256:d3cebf13061a1bf847441f24c22c9abca24340f711309ddb50f981bcd7e6ec71
21:48:14 #24 4.123 [100%] Linking C executable tini-static
21:48:14 #24 4.316 [100%] Built target tini-static
21:48:14 #24 4.345 + mkdir -p /build
21:48:14 #24 4.346 + cp tini-static /build/docker-init
21:48:14 #24 DONE 4.4s
21:48:14 
21:48:14 #19 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
21:48:14 #19 sha256:ffa4db645492ed9fa544d6313d538b2aef8bcaf11c35209b44dd8138a6b9da2e
21:48:14 #19 47.66 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
21:48:14 #19 47.67 Unpacking dmsetup (2:1.02.155-3) ...
21:48:14 #19 47.78 Selecting previously unselected package mingw-w64-common.
21:48:14 #19 47.78 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
21:48:14 #19 47.79 Unpacking mingw-w64-common (6.0.0-3) ...
21:48:15 + return
21:48:15 # Build the CLI
21:48:15 cd /go/src/github.com/docker/cli && \
21:48:15 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20211015144513-b485636 GITCOMMIT=b485636 dynbinary manpages
21:48:15 make[2]: Entering directory '/root/build-deb/cli'
21:48:15 GO_LINKMODE=dynamic ./scripts/build/binary
21:48:15 Building dynamic docker-linux-amd64
21:48:15 #19 ...
21:48:15 
21:48:15 #29 [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
21:48:15 #29 sha256:2c3fa07a66c0a9b482ce6d656b5cff5791fb92b4c76042d52b9102ab343df0ec
21:48:15 #29 1.605 + RM_GOPATH=0
21:48:15 #29 1.605 + TMP_GOPATH=
21:48:15 #29 1.605 + : /build
21:48:15 #29 1.605 + '[' -z '' ']'
21:48:15 #29 1.605 ++ mktemp -d
21:48:15 #29 1.605 + export GOPATH=/tmp/tmp.7Eqh4ux2FB
21:48:15 #29 1.605 + GOPATH=/tmp/tmp.7Eqh4ux2FB
21:48:15 #29 1.605 + RM_GOPATH=1
21:48:15 #29 1.605 + case "$(go env GOARCH)" in
21:48:15 #29 1.605 ++ go env GOARCH
21:48:15 #29 1.605 + export GO_BUILDMODE=-buildmode=pie
21:48:15 #29 1.605 + GO_BUILDMODE=-buildmode=pie
21:48:15 #29 1.605 ++ dirname /tmp/install/install.sh
21:48:15 #29 1.605 + dir=/tmp/install
21:48:15 #29 1.605 + bin=containerd
21:48:15 #29 1.605 + shift
21:48:15 #29 1.605 + '[' '!' -f /tmp/install/containerd.installer ']'
21:48:15 #29 1.605 + . /tmp/install/containerd.installer
21:48:15 #29 1.605 ++ set -e
21:48:15 #29 1.606 ++ : 5b46e404f6b9f661a205e28d59c982d3634148f8
21:48:15 #29 1.606 + install_containerd
21:48:15 #29 1.614 Install containerd version 5b46e404f6b9f661a205e28d59c982d3634148f8
21:48:15 #29 1.614 + echo 'Install containerd version 5b46e404f6b9f661a205e28d59c982d3634148f8'
21:48:15 #29 1.614 + git clone https://github.com/containerd/containerd.git /tmp/tmp.7Eqh4ux2FB/src/github.com/containerd/containerd
21:48:15 #29 1.614 Cloning into '/tmp/tmp.7Eqh4ux2FB/src/github.com/containerd/containerd'...
21:48:17 #29 ...
21:48:17 
21:48:17 #19 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
21:48:17 #19 sha256:ffa4db645492ed9fa544d6313d538b2aef8bcaf11c35209b44dd8138a6b9da2e
21:48:17 #19 50.42 Selecting previously unselected package mingw-w64-x86-64-dev.
21:48:17 #19 50.42 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
21:48:17 #19 50.42 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
21:48:19 #19 52.35 Selecting previously unselected package gcc-mingw-w64-base.
21:48:19 #19 52.36 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u2_amd64.deb ...
21:48:19 #19 52.36 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ...
21:48:19 #19 52.43 Selecting previously unselected package gcc-mingw-w64-x86-64.
21:48:19 #19 52.44 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ...
21:48:19 #19 52.45 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ...
21:48:25 #19 ...
21:48:25 
21:48:25 #29 [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
21:48:25 #29 sha256:2c3fa07a66c0a9b482ce6d656b5cff5791fb92b4c76042d52b9102ab343df0ec
21:48:25 #29 18.30 + cd /tmp/tmp.7Eqh4ux2FB/src/github.com/containerd/containerd
21:48:25 #29 18.30 + git checkout -q 5b46e404f6b9f661a205e28d59c982d3634148f8
21:48:25 #29 19.53 + export 'BUILDTAGS=netgo osusergo static_build'
21:48:25 #29 19.53 + BUILDTAGS='netgo osusergo static_build'
21:48:25 #29 19.53 + export EXTRA_FLAGS=-buildmode=pie
21:48:25 #29 19.53 + EXTRA_FLAGS=-buildmode=pie
21:48:25 #29 19.53 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
21:48:25 #29 19.53 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
21:48:25 #29 19.53 + '[' '' = dynamic ']'
21:48:25 #29 19.53 + make
21:48:25 #29 20.04 + bin/ctr
21:48:32 #29 ...
21:48:32 
21:48:32 #19 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
21:48:32 #19 sha256:ffa4db645492ed9fa544d6313d538b2aef8bcaf11c35209b44dd8138a6b9da2e
21:48:32 #19 60.07 Selecting previously unselected package g++-mingw-w64-x86-64.
21:48:32 #19 60.08 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ...
21:48:32 #19 60.09 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ...
21:48:32 #19 65.20 Selecting previously unselected package libapparmor1:amd64.
21:48:32 #19 65.20 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
21:48:32 #19 65.20 Unpacking libapparmor1:amd64 (2.13.2-10) ...
21:48:32 #19 65.25 Selecting previously unselected package libapparmor-dev:amd64.
21:48:32 #19 65.26 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
21:48:32 #19 65.26 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
21:48:32 #19 65.32 Selecting previously unselected package libbtrfs0.
21:48:32 #19 65.33 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
21:48:32 #19 65.33 Unpacking libbtrfs0 (4.20.1-2) ...
21:48:32 #19 65.37 Selecting previously unselected package libbtrfs-dev.
21:48:32 #19 65.38 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
21:48:32 #19 65.39 Unpacking libbtrfs-dev (4.20.1-2) ...
21:48:32 #19 65.44 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
21:48:32 #19 65.44 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
21:48:32 #19 65.45 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
21:48:32 #19 65.49 Selecting previously unselected package libudev-dev:amd64.
21:48:32 #19 65.50 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_amd64.deb ...
21:48:32 #19 65.51 Unpacking libudev-dev:amd64 (241-7~deb10u8) ...
21:48:32 #19 65.57 Selecting previously unselected package libsepol1-dev:amd64.
21:48:32 #19 65.58 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
21:48:32 #19 65.58 Unpacking libsepol1-dev:amd64 (2.8-1) ...
21:48:32 #19 65.74 Selecting previously unselected package libpcre16-3:amd64.
21:48:32 #19 65.74 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
21:48:32 #19 65.75 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
21:48:32 #19 65.83 Selecting previously unselected package libpcre32-3:amd64.
21:48:32 #19 65.83 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
21:48:32 #19 65.83 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
21:48:32 #19 65.92 Selecting previously unselected package libpcrecpp0v5:amd64.
21:48:32 #19 65.92 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
21:48:32 #19 65.93 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
21:48:32 #19 65.98 Selecting previously unselected package libpcre3-dev:amd64.
21:48:32 #19 65.99 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
21:48:32 #19 65.99 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
21:48:33 #19 66.16 Selecting previously unselected package libselinux1-dev:amd64.
21:48:33 #19 66.17 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
21:48:33 #19 66.17 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
21:48:33 #19 66.29 Selecting previously unselected package libdevmapper-dev:amd64.
21:48:33 #19 66.29 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
21:48:33 #19 66.30 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
21:48:33 #19 66.34 Selecting previously unselected package libseccomp-dev:amd64.
21:48:33 #19 66.34 Preparing to unpack .../23-libseccomp-dev_2.5.1-1~bpo10+1_amd64.deb ...
21:48:33 #19 66.35 Unpacking libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ...
21:48:33 #19 66.42 Selecting previously unselected package libsystemd-dev:amd64.
21:48:33 #19 66.42 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_amd64.deb ...
21:48:33 #19 66.43 Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ...
21:48:33 #19 66.63 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
21:48:33 #19 66.65 Setting up libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ...
21:48:33 #19 66.68 Setting up libapparmor1:amd64 (2.13.2-10) ...
21:48:33 #19 66.72 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
21:48:33 #19 66.79 Setting up libpcre16-3:amd64 (2:8.39-12) ...
21:48:33 #19 66.82 Setting up libsepol1-dev:amd64 (2.8-1) ...
21:48:33 #19 66.83 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ...
21:48:33 #19 66.84 Setting up libbtrfs0 (4.20.1-2) ...
21:48:33 #19 66.86 Setting up libpcre32-3:amd64 (2:8.39-12) ...
21:48:33 #19 66.87 Setting up libudev-dev:amd64 (241-7~deb10u8) ...
21:48:33 #19 66.89 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
21:48:33 #19 66.91 Setting up libbtrfs-dev (4.20.1-2) ...
21:48:33 #19 66.92 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
21:48:33 #19 66.94 Setting up mingw-w64-common (6.0.0-3) ...
21:48:33 #19 66.95 Setting up libsystemd-dev:amd64 (241-7~deb10u8) ...
21:48:33 #19 66.96 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
21:48:33 #19 66.98 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
21:48:34 #19 67.00 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ...
21:48:34 #19 67.01 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
21:48:34 #19 67.02 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
21:48:34 #19 67.02 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ...
21:48:34 #19 67.03 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
21:48:34 #19 67.04 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
21:48:34 #19 67.05 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
21:48:34 #19 67.06 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
21:48:34 #19 67.08 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
21:48:34 #19 67.09 Setting up dmsetup (2:1.02.155-3) ...
21:48:34 #19 67.10 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
21:48:34 #19 67.11 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
21:48:34 #19 67.12 Processing triggers for libc-bin (2.28-10) ...
21:48:34 #19 DONE 67.6s
21:48:34 
21:48:34 #20 [runtime-dev-cross-true 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
21:48:34 #20 sha256:d9e7068f3e9489f525def2881257f8a47f53525cd710e20c320b53c5252b39a0
21:48:35 #20 DONE 0.9s
21:48:35 
21:48:35 #21 [runtime-dev-cross-true 2/2] 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             libseccomp-dev:arm64/buster-backports             libseccomp-dev:armel/buster-backports             libseccomp-dev:armhf/buster-backports
21:48:35 #21 sha256:bcc433cfe1d7e4b81addc7d0a2b8fa429349060478a15b4be57777e476bcbc7e
21:48:36 #21 1.216 Hit:1 http://security.debian.org/debian-security buster/updates InRelease
21:48:36 #21 1.216 Hit:2 http://deb.debian.org/debian buster InRelease
21:48:36 #21 1.216 Hit:3 http://deb.debian.org/debian buster-updates InRelease
21:48:36 #21 1.216 Get:4 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
21:48:37 #21 2.240 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [482 kB]
21:48:37 #21 2.272 Get:6 http://deb.debian.org/debian buster-backports/main amd64 Packages [487 kB]
21:48:37 #21 2.296 Get:7 http://deb.debian.org/debian buster-backports/main armel Packages [455 kB]
21:48:37 #21 2.315 Get:8 http://deb.debian.org/debian buster-backports/main armhf Packages [477 kB]
21:48:38 #21 2.896 Fetched 1947 kB in 2s (1001 kB/s)
21:48:43 #21 2.896 Reading package lists...
21:48:47 #21 8.276 Reading package lists...
21:48:48 #21 12.45 Building dependency tree...
21:48:48 #21 13.18 Reading state information...
21:48:49 #21 13.82 The following additional packages will be installed:
21:48:49 #21 13.82   gcc-8-base:arm64 gcc-8-base:armel gcc-8-base:armhf libapparmor1:arm64
21:48:49 #21 13.82   libapparmor1:armel libapparmor1:armhf libc6:arm64 libc6:armel libc6:armhf
21:48:49 #21 13.82   libgcc1:arm64 libgcc1:armel libgcc1:armhf libseccomp2:arm64
21:48:49 #21 13.82   libseccomp2:armel libseccomp2:armhf
21:48:49 #21 13.83 Suggested packages:
21:48:49 #21 13.83   glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel
21:48:49 #21 13.83   libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf
21:48:49 #21 13.83   seccomp:arm64 seccomp:armel seccomp:armhf
21:48:49 #21 13.83 Recommended packages:
21:48:49 #21 13.83   libidn2-0:arm64 libidn2-0:armel libidn2-0:armhf
21:48:49 #21 13.96 The following NEW packages will be installed:
21:48:49 #21 13.96   gcc-8-base:arm64 gcc-8-base:armel gcc-8-base:armhf libapparmor-dev:arm64
21:48:49 #21 13.96   libapparmor-dev:armel libapparmor-dev:armhf libapparmor1:arm64
21:48:49 #21 13.96   libapparmor1:armel libapparmor1:armhf libc6:arm64 libc6:armel libc6:armhf
21:48:49 #21 13.97   libgcc1:arm64 libgcc1:armel libgcc1:armhf libseccomp-dev:arm64
21:48:49 #21 13.97   libseccomp-dev:armel libseccomp-dev:armhf libseccomp2:arm64
21:48:49 #21 13.97   libseccomp2:armel libseccomp2:armhf
21:48:49 #21 14.27 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
21:48:49 #21 14.27 Need to get 9067 kB of archives.
21:48:49 #21 14.27 After this operation, 31.8 MB of additional disk space will be used.
21:48:49 #21 14.27 Get:1 http://deb.debian.org/debian buster/main arm64 gcc-8-base arm64 8.3.0-6 [191 kB]
21:48:49 #21 14.28 Get:2 http://deb.debian.org/debian buster/main armel gcc-8-base armel 8.3.0-6 [191 kB]
21:48:49 #21 14.28 Get:3 http://deb.debian.org/debian buster/main armhf gcc-8-base armhf 8.3.0-6 [191 kB]
21:48:49 #21 14.29 Get:4 http://deb.debian.org/debian buster/main armhf libgcc1 armhf 1:8.3.0-6 [37.2 kB]
21:48:49 #21 14.29 Get:5 http://deb.debian.org/debian buster/main armhf libc6 armhf 2.28-10 [2390 kB]
21:48:49 #21 14.34 Get:6 http://deb.debian.org/debian buster/main armhf libapparmor1 armhf 2.13.2-10 [89.6 kB]
21:48:49 #21 14.34 Get:7 http://deb.debian.org/debian buster/main armhf libapparmor-dev armhf 2.13.2-10 [132 kB]
21:48:49 #21 14.34 Get:8 http://deb.debian.org/debian buster/main armel libgcc1 armel 1:8.3.0-6 [38.4 kB]
21:48:49 #21 14.34 Get:9 http://deb.debian.org/debian buster/main armel libc6 armel 2.28-10 [2399 kB]
21:48:49 #21 14.40 Get:10 http://deb.debian.org/debian buster/main armel libapparmor1 armel 2.13.2-10 [90.3 kB]
21:48:49 #21 14.40 Get:11 http://deb.debian.org/debian buster/main armel libapparmor-dev armel 2.13.2-10 [133 kB]
21:48:49 #21 14.40 Get:12 http://deb.debian.org/debian buster/main arm64 libgcc1 arm64 1:8.3.0-6 [34.4 kB]
21:48:49 #21 14.40 Get:13 http://deb.debian.org/debian buster/main arm64 libc6 arm64 2.28-10 [2521 kB]
21:48:49 #21 14.44 Get:14 http://deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB]
21:48:49 #21 14.45 Get:15 http://deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB]
21:48:49 #21 14.45 Get:16 http://deb.debian.org/debian buster-backports/main armhf libseccomp2 armhf 2.5.1-1~bpo10+1 [45.9 kB]
21:48:49 #21 14.45 Get:17 http://deb.debian.org/debian buster-backports/main armhf libseccomp-dev armhf 2.5.1-1~bpo10+1 [86.1 kB]
21:48:49 #21 14.45 Get:18 http://deb.debian.org/debian buster-backports/main armel libseccomp2 armel 2.5.1-1~bpo10+1 [46.8 kB]
21:48:49 #21 14.45 Get:19 http://deb.debian.org/debian buster-backports/main armel libseccomp-dev armel 2.5.1-1~bpo10+1 [87.2 kB]
21:48:49 #21 14.45 Get:20 http://deb.debian.org/debian buster-backports/main arm64 libseccomp2 arm64 2.5.1-1~bpo10+1 [46.8 kB]
21:48:49 #21 14.46 Get:21 http://deb.debian.org/debian buster-backports/main arm64 libseccomp-dev arm64 2.5.1-1~bpo10+1 [88.6 kB]
21:48:50 #21 14.82 debconf: delaying package configuration, since apt-utils is not installed
21:48:50 #21 14.94 Fetched 9067 kB in 0s (20.3 MB/s)
21:48:50 #21 14.97 Selecting previously unselected package gcc-8-base:armel.
21:48:50 #21 14.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 ... 32159 files and directories currently installed.)
21:48:50 #21 15.02 Preparing to unpack .../00-gcc-8-base_8.3.0-6_armel.deb ...
21:48:50 #21 15.02 Unpacking gcc-8-base:armel (8.3.0-6) ...
21:48:50 #21 15.09 Selecting previously unselected package gcc-8-base:armhf.
21:48:50 #21 15.09 Preparing to unpack .../01-gcc-8-base_8.3.0-6_armhf.deb ...
21:48:50 #21 15.10 Unpacking gcc-8-base:armhf (8.3.0-6) ...
21:48:50 #21 15.14 Selecting previously unselected package gcc-8-base:arm64.
21:48:50 #21 15.15 Preparing to unpack .../02-gcc-8-base_8.3.0-6_arm64.deb ...
21:48:50 #21 15.15 Unpacking gcc-8-base:arm64 (8.3.0-6) ...
21:48:50 #21 15.22 Selecting previously unselected package libgcc1:armel.
21:48:50 #21 15.22 Preparing to unpack .../03-libgcc1_1%3a8.3.0-6_armel.deb ...
21:48:50 #21 15.23 Unpacking libgcc1:armel (1:8.3.0-6) ...
21:48:50 #21 15.33 Selecting previously unselected package libc6:armel.
21:48:50 #21 15.33 Preparing to unpack .../04-libc6_2.28-10_armel.deb ...
21:48:50 #21 15.56 Unpacking libc6:armel (2.28-10) ...
21:48:51 #21 15.96 Selecting previously unselected package libapparmor1:armel.
21:48:51 #21 15.96 Preparing to unpack .../05-libapparmor1_2.13.2-10_armel.deb ...
21:48:51 #21 15.97 Unpacking libapparmor1:armel (2.13.2-10) ...
21:48:51 #21 16.02 Selecting previously unselected package libapparmor-dev:armel.
21:48:51 #21 16.02 Preparing to unpack .../06-libapparmor-dev_2.13.2-10_armel.deb ...
21:48:51 #21 16.02 Unpacking libapparmor-dev:armel (2.13.2-10) ...
21:48:51 #21 16.08 Selecting previously unselected package libgcc1:arm64.
21:48:51 #21 16.08 Preparing to unpack .../07-libgcc1_1%3a8.3.0-6_arm64.deb ...
21:48:51 #21 16.09 Unpacking libgcc1:arm64 (1:8.3.0-6) ...
21:48:51 #21 16.15 Selecting previously unselected package libc6:arm64.
21:48:51 #21 16.16 Preparing to unpack .../08-libc6_2.28-10_arm64.deb ...
21:48:51 #21 16.33 Unpacking libc6:arm64 (2.28-10) ...
21:48:52 #21 16.82 Selecting previously unselected package libapparmor1:arm64.
21:48:52 #21 16.82 Preparing to unpack .../09-libapparmor1_2.13.2-10_arm64.deb ...
21:48:52 #21 16.82 Unpacking libapparmor1:arm64 (2.13.2-10) ...
21:48:52 #21 16.87 Selecting previously unselected package libapparmor-dev:arm64.
21:48:52 #21 16.88 Preparing to unpack .../10-libapparmor-dev_2.13.2-10_arm64.deb ...
21:48:52 #21 16.88 Unpacking libapparmor-dev:arm64 (2.13.2-10) ...
21:48:52 #21 16.95 Selecting previously unselected package libgcc1:armhf.
21:48:52 #21 16.95 Preparing to unpack .../11-libgcc1_1%3a8.3.0-6_armhf.deb ...
21:48:52 #21 16.96 Unpacking libgcc1:armhf (1:8.3.0-6) ...
21:48:52 #21 17.03 Selecting previously unselected package libc6:armhf.
21:48:52 #21 17.03 Preparing to unpack .../12-libc6_2.28-10_armhf.deb ...
21:48:52 #21 17.20 Unpacking libc6:armhf (2.28-10) ...
21:48:53 #21 17.66 Selecting previously unselected package libapparmor1:armhf.
21:48:53 #21 17.66 Preparing to unpack .../13-libapparmor1_2.13.2-10_armhf.deb ...
21:48:53 #21 17.66 Unpacking libapparmor1:armhf (2.13.2-10) ...
21:48:53 #21 17.72 Selecting previously unselected package libapparmor-dev:armhf.
21:48:53 #21 17.72 Preparing to unpack .../14-libapparmor-dev_2.13.2-10_armhf.deb ...
21:48:53 #21 17.73 Unpacking libapparmor-dev:armhf (2.13.2-10) ...
21:48:53 #21 17.79 Selecting previously unselected package libseccomp2:armhf.
21:48:53 #21 17.79 Preparing to unpack .../15-libseccomp2_2.5.1-1~bpo10+1_armhf.deb ...
21:48:53 #21 17.80 Unpacking libseccomp2:armhf (2.5.1-1~bpo10+1) ...
21:48:53 #21 17.84 Selecting previously unselected package libseccomp-dev:armhf.
21:48:53 #21 17.84 Preparing to unpack .../16-libseccomp-dev_2.5.1-1~bpo10+1_armhf.deb ...
21:48:53 #21 17.85 Unpacking libseccomp-dev:armhf (2.5.1-1~bpo10+1) ...
21:48:53 #21 17.92 Selecting previously unselected package libseccomp2:armel.
21:48:53 #21 17.92 Preparing to unpack .../17-libseccomp2_2.5.1-1~bpo10+1_armel.deb ...
21:48:53 #21 17.93 Unpacking libseccomp2:armel (2.5.1-1~bpo10+1) ...
21:48:53 #21 17.97 Selecting previously unselected package libseccomp-dev:armel.
21:48:53 #21 17.97 Preparing to unpack .../18-libseccomp-dev_2.5.1-1~bpo10+1_armel.deb ...
21:48:53 #21 17.97 Unpacking libseccomp-dev:armel (2.5.1-1~bpo10+1) ...
21:48:53 #21 18.03 Selecting previously unselected package libseccomp2:arm64.
21:48:53 #21 18.04 Preparing to unpack .../19-libseccomp2_2.5.1-1~bpo10+1_arm64.deb ...
21:48:53 #21 18.04 Unpacking libseccomp2:arm64 (2.5.1-1~bpo10+1) ...
21:48:53 #21 18.08 Selecting previously unselected package libseccomp-dev:arm64.
21:48:53 #21 18.09 Preparing to unpack .../20-libseccomp-dev_2.5.1-1~bpo10+1_arm64.deb ...
21:48:53 #21 18.09 Unpacking libseccomp-dev:arm64 (2.5.1-1~bpo10+1) ...
21:48:53 #21 18.18 Setting up gcc-8-base:arm64 (8.3.0-6) ...
21:48:53 #21 18.19 Setting up gcc-8-base:armel (8.3.0-6) ...
21:48:53 #21 18.20 Setting up gcc-8-base:armhf (8.3.0-6) ...
21:48:53 #21 18.21 Setting up libc6:arm64 (2.28-10) ...
21:48:55 #21 19.42 Setting up libc6:armel (2.28-10) ...
21:48:55 #21 20.65 Setting up libc6:armhf (2.28-10) ...
21:48:57 #21 21.87 Setting up libapparmor1:arm64 (2.13.2-10) ...
21:48:57 #21 21.88 Setting up libapparmor1:armel (2.13.2-10) ...
21:48:57 #21 21.89 Setting up libapparmor1:armhf (2.13.2-10) ...
21:48:57 #21 21.90 Setting up libgcc1:arm64 (1:8.3.0-6) ...
21:48:57 #21 21.91 Setting up libgcc1:armel (1:8.3.0-6) ...
21:48:57 #21 21.92 Setting up libgcc1:armhf (1:8.3.0-6) ...
21:48:57 #21 21.93 Setting up libseccomp2:arm64 (2.5.1-1~bpo10+1) ...
21:48:57 #21 21.95 Setting up libseccomp2:armel (2.5.1-1~bpo10+1) ...
21:48:57 #21 21.96 Setting up libseccomp2:armhf (2.5.1-1~bpo10+1) ...
21:48:57 #21 21.97 Setting up libapparmor-dev:arm64 (2.13.2-10) ...
21:48:57 #21 21.98 Setting up libapparmor-dev:armel (2.13.2-10) ...
21:48:57 #21 21.99 Setting up libapparmor-dev:armhf (2.13.2-10) ...
21:48:57 #21 22.00 Setting up libseccomp-dev:arm64 (2.5.1-1~bpo10+1) ...
21:48:57 #21 22.01 Setting up libseccomp-dev:armel (2.5.1-1~bpo10+1) ...
21:48:57 #21 22.02 Setting up libseccomp-dev:armhf (2.5.1-1~bpo10+1) ...
21:48:57 #21 22.03 Processing triggers for libc-bin (2.28-10) ...
21:48:57 #21 DONE 22.4s
21:48:57 
21:48:57 #26 [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
21:48:57 #26 sha256:922f6e8566e3d7ab6558d1eaeb5422823e3f1df2328b562ac10f029084731bfa
21:48:57 #26 ...
21:48:57 
21:48:57 #25 [binary-base 1/7] COPY --from=tini        /build/ /usr/local/bin/
21:48:57 #25 sha256:15b9050a78bd7b89ac7f8449dbcc28b1080eff5219b734ec3826470e6f10b67f
21:48:57 #25 DONE 0.1s
21:48:58 
21:48:58 #26 [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
21:48:58 #26 sha256:922f6e8566e3d7ab6558d1eaeb5422823e3f1df2328b562ac10f029084731bfa
21:48:58 #26 0.922 + RM_GOPATH=0
21:48:58 #26 0.922 + TMP_GOPATH=
21:48:58 #26 0.922 + : /build
21:48:58 #26 0.922 + '[' -z '' ']'
21:48:58 #26 0.922 ++ mktemp -d
21:48:58 #26 0.927 + export GOPATH=/tmp/tmp.Tt7YAsdTtG
21:48:58 #26 0.927 + GOPATH=/tmp/tmp.Tt7YAsdTtG
21:48:58 #26 0.927 + RM_GOPATH=1
21:48:58 #26 0.927 + case "$(go env GOARCH)" in
21:48:58 #26 0.928 ++ go env GOARCH
21:48:58 #26 0.936 + export GO_BUILDMODE=-buildmode=pie
21:48:58 #26 0.936 + GO_BUILDMODE=-buildmode=pie
21:48:58 #26 0.936 ++ dirname /tmp/install/install.sh
21:48:58 #26 0.937 + dir=/tmp/install
21:48:58 #26 0.937 + bin=runc
21:48:58 #26 0.937 + shift
21:48:58 #26 0.937 + '[' '!' -f /tmp/install/runc.installer ']'
21:48:58 #26 0.937 + . /tmp/install/runc.installer
21:48:58 #26 0.943 ++ : 52b36a2dd837e8462de8e01458bf02cf9eea47dd
21:48:58 #26 0.943 + install_runc
21:48:58 #26 0.944 + grep -q '^3\.10\.0.*\.el7\.'
21:48:58 #26 0.945 + uname -r
21:48:58 #26 0.946 + RUNC_BUILDTAGS='seccomp '
21:48:58 #26 0.946 + echo 'Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp )'
21:48:58 #26 0.946 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Tt7YAsdTtG/src/github.com/opencontainers/runc
21:48:58 #26 0.946 Install runc version 52b36a2dd837e8462de8e01458bf02cf9eea47dd (build tags: seccomp )
21:48:58 #26 0.948 Cloning into '/tmp/tmp.Tt7YAsdTtG/src/github.com/opencontainers/runc'...
21:49:02 #26 4.919 + cd /tmp/tmp.Tt7YAsdTtG/src/github.com/opencontainers/runc
21:49:02 #26 4.919 + git checkout -q 52b36a2dd837e8462de8e01458bf02cf9eea47dd
21:49:02 #26 5.212 + '[' -z '' ']'
21:49:02 #26 5.212 + target=static
21:49:02 #26 5.213 + make 'BUILDTAGS=seccomp ' static
21:49:03 #26 5.498 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 .
21:49:07 #26 9.259 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
21:49:07 #26 9.830 + mkdir -p /build
21:49:07 #26 9.831 + cp runc /build/runc
21:49:07 #26 DONE 10.1s
21:49:07 
21:49:07 #29 [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
21:49:07 #29 sha256:2c3fa07a66c0a9b482ce6d656b5cff5791fb92b4c76042d52b9102ab343df0ec
21:49:09 #29 64.32 + bin/containerd
21:49:10 #29 ...
21:49:10 
21:49:10 #27 [binary-base 2/7] COPY --from=runc        /build/ /usr/local/bin/
21:49:10 #27 sha256:14bf92134e6a042bc047ca29c3a25ee6c0d6b979b92852f7cec52b2624d57605
21:49:10 #27 DONE 0.1s
21:49:10 
21:49:10 #29 [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
21:49:10 #29 sha256:2c3fa07a66c0a9b482ce6d656b5cff5791fb92b4c76042d52b9102ab343df0ec
21:49:24 ~/rpmbuild/BUILD/src
21:49:24 + popd
21:49:24 + exit 0
21:49:24 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ENoJSg
21:49:24 + umask 022
21:49:24 + cd /root/rpmbuild/BUILD
21:49:24 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64 '!=' / ']'
21:49:24 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64
21:49:24 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64
21:49:24 + mkdir -p /root/rpmbuild/BUILDROOT
21:49:24 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64
21:49:24 + cd src
21:49:24 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/bin
21:49:24 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/bin/docker
21:49:24 + pushd /root/rpmbuild/BUILD/src/plugins
21:49:24 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
21:49:24 + for installer in *.installer
21:49:24 + '[' app.installer '!=' scan.installer ']'
21:49:24 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64
21:49:24 + PREFIX=/usr/libexec/docker/cli-plugins
21:49:24 + bash app.installer install_plugin
21:49:24 + for installer in *.installer
21:49:24 + '[' buildx.installer '!=' scan.installer ']'
21:49:24 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64
21:49:24 + PREFIX=/usr/libexec/docker/cli-plugins
21:49:24 + bash buildx.installer install_plugin
21:49:24 + popd
21:49:24 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/share/bash-completion/completions
21:49:24 ~/rpmbuild/BUILD/src
21:49:24 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/share/zsh/vendor-completions
21:49:24 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/share/fish/vendor_completions.d
21:49:24 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/share/bash-completion/completions/docker
21:49:24 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/share/zsh/vendor-completions/_docker
21:49:24 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/share/fish/vendor_completions.d/docker.fish
21:49:24 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/share/man/man1
21:49:24 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/share/man/man1
21:49:24 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/share/man/man5
21:49:24 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/share/man/man5
21:49:24 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/share/man/man8
21:49:24 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/share/man/man8
21:49:24 + mkdir -p build-docs
21:49:24 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
21:49:24 + cp cli/LICENSE build-docs/LICENSE
21:49:24 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
21:49:24 + cp cli/MAINTAINERS build-docs/MAINTAINERS
21:49:24 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
21:49:24 + cp cli/NOTICE build-docs/NOTICE
21:49:24 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
21:49:24 + cp cli/README.md build-docs/README.md
21:49:24 + /usr/lib/rpm/check-buildroot
21:49:24 + /usr/lib/rpm/redhat/brp-ldconfig
21:49:24 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
21:49:24 + /usr/lib/rpm/brp-compress
21:49:24 + /usr/lib/rpm/brp-strip /usr/bin/strip
21:49:24 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
21:49:24 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
21:49:24 + /usr/lib/rpm/brp-python-bytecompile '' 1
21:49:24 + /usr/lib/rpm/brp-python-hardlink
21:49:24 + PYTHON3=/usr/libexec/platform-python
21:49:24 + /usr/lib/rpm/redhat/brp-mangle-shebangs
21:49:24 Processing files: docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64
21:49:24 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.qYvgCf
21:49:24 + umask 022
21:49:24 + cd /root/rpmbuild/BUILD
21:49:24 + cd src
21:49:24 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/share/doc/docker-ce-cli
21:49:24 + export LC_ALL=C
21:49:24 + LC_ALL=C
21:49:24 + export DOCDIR
21:49:24 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/share/doc/docker-ce-cli
21:49:24 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/share/doc/docker-ce-cli
21:49:24 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/share/doc/docker-ce-cli
21:49:24 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/share/doc/docker-ce-cli
21:49:24 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/share/doc/docker-ce-cli
21:49:24 + exit 0
21:49:24 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
21:49:24 Provides: docker-ce-cli = 1:0.0.0.20211015144513.b485636-0.el8 docker-ce-cli(x86-64) = 1:0.0.0.20211015144513.b485636-0.el8
21:49:24 Requires(interp): /bin/sh
21:49:24 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
21:49:24 Requires(post): /bin/sh
21:49:24 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
21:49:24 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
21:49:24 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64
21:49:24 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.src.rpm
21:49:32 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64.rpm
21:49:32 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.sCP6fi
21:49:32 + umask 022
21:49:32 + cd /root/rpmbuild/BUILD
21:49:32 + cd src
21:49:32 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.el8.x86_64
21:49:32 + exit 0
21:49:32 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5dmDFf
21:49:32 + umask 022
21:49:32 + cd /root/rpmbuild/BUILD
21:49:32 + cd /root/rpmbuild/BUILD
21:49:32 + rm -rf src
21:49:32 + /usr/bin/mkdir -p src
21:49:32 + cd src
21:49:32 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
21:49:32 + /usr/bin/tar -xof -
21:49:32 + STATUS=0
21:49:32 + '[' 0 -ne 0 ']'
21:49:32 + /usr/bin/tar -xof -
21:49:32 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
21:49:33 + STATUS=0
21:49:33 + '[' 0 -ne 0 ']'
21:49:33 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
21:49:33 + exit 0
21:49:33 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.7u4Zsh
21:49:33 + umask 022
21:49:33 + cd /root/rpmbuild/BUILD
21:49:33 + cd src
21:49:33 + export DOCKER_GITCOMMIT=52f5b61
21:49:33 + DOCKER_GITCOMMIT=52f5b61
21:49:33 + mkdir -p /go/src/github.com/docker
21:49:33 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
21:49:33 + TMP_GOPATH=/go
21:49:33 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
21:49:33 + RM_GOPATH=0
21:49:33 + TMP_GOPATH=/go
21:49:33 + : /usr/local/bin
21:49:33 + '[' -z /go ']'
21:49:33 + export GOPATH=/go
21:49:33 + GOPATH=/go
21:49:33 + case "$(go env GOARCH)" in
21:49:33 ++ go env GOARCH
21:49:33 + export GO_BUILDMODE=-buildmode=pie
21:49:33 + GO_BUILDMODE=-buildmode=pie
21:49:33 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
21:49:33 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
21:49:33 + bin=rootlesskit
21:49:33 + shift
21:49:33 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
21:49:33 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
21:49:33 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:49:33 + install_rootlesskit dynamic
21:49:33 + case "$1" in
21:49:33 + install_rootlesskit_dynamic
21:49:33 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
21:49:33 + ROOTLESSKIT_LDFLAGS=-linkmode=external
21:49:33 + export BUILD_MODE=-buildmode=pie
21:49:33 + BUILD_MODE=-buildmode=pie
21:49:33 + _install_rootlesskit
21:49:33 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:49:33 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2'
21:49:33 + git clone https://github.com/rootless-containers/rootlesskit.git /go/src/github.com/rootless-containers/rootlesskit
21:49:33 Cloning into '/go/src/github.com/rootless-containers/rootlesskit'...
21:49:33 + cd /go/src/github.com/rootless-containers/rootlesskit
21:49:33 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:49:33 + export GO111MODULE=on
21:49:33 + GO111MODULE=on
21:49:33 + export GOPROXY=https://proxy.golang.org
21:49:33 + GOPROXY=https://proxy.golang.org
21:49:33 + for f in rootlesskit rootlesskit-docker-proxy
21:49:33 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
21:49:33 go: downloading github.com/pkg/errors v0.9.1
21:49:33 go: downloading github.com/sirupsen/logrus v1.8.1
21:49:34 go: downloading github.com/urfave/cli/v2 v2.3.0
21:49:34 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
21:49:34 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
21:49:34 go: downloading github.com/moby/vpnkit v0.5.0
21:49:34 go: downloading github.com/google/uuid v1.3.0
21:49:34 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
21:49:34 go: downloading github.com/gofrs/flock v0.8.1
21:49:34 go: downloading github.com/gorilla/mux v1.8.0
21:49:34 go: downloading github.com/moby/sys/mountinfo v0.4.1
21:49:34 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
21:49:34 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
21:49:34 go: downloading github.com/u-root/u-root v7.0.0+incompatible
21:49:34 go: downloading github.com/russross/blackfriday/v2 v2.1.0
21:49:36 scripts/docs/generate-man.sh
21:49:40 + for f in rootlesskit rootlesskit-docker-proxy
21:49:40 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
21:49:41 + return
21:49:41 + exit 0
21:49:41 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.xc9gig
21:49:41 + umask 022
21:49:41 + cd /root/rpmbuild/BUILD
21:49:41 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el8.x86_64 '!=' / ']'
21:49:41 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el8.x86_64
21:49:41 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el8.x86_64
21:49:41 + mkdir -p /root/rpmbuild/BUILDROOT
21:49:41 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el8.x86_64
21:49:41 + cd src
21:49:41 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/bin/dockerd-rootless.sh
21:49:41 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/bin/dockerd-rootless-setuptool.sh
21:49:41 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/bin/rootlesskit
21:49:41 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el8.x86_64/usr/bin/rootlesskit-docker-proxy
21:49:41 + /usr/lib/rpm/check-buildroot
21:49:41 + /usr/lib/rpm/redhat/brp-ldconfig
21:49:41 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
21:49:41 + /usr/lib/rpm/brp-compress
21:49:41 + /usr/lib/rpm/brp-strip /usr/bin/strip
21:49:41 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
21:49:41 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
21:49:41 + /usr/lib/rpm/brp-python-bytecompile '' 1
21:49:41 + /usr/lib/rpm/brp-python-hardlink
21:49:41 + PYTHON3=/usr/libexec/platform-python
21:49:41 + /usr/lib/rpm/redhat/brp-mangle-shebangs
21:49:41 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.nkPEug
21:49:41 + umask 022
21:49:41 + cd /root/rpmbuild/BUILD
21:49:41 + cd src
21:49:41 + /usr/local/bin/rootlesskit -v
21:49:41 rootlesskit version 0.14.4
21:49:41 + exit 0
21:49:41 Processing files: docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el8.x86_64
21:49:41 Provides: docker-ce-rootless-extras = 0:0.0.0.20211015144513.b485636-0.el8 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20211015144513.b485636-0.el8
21:49:41 Requires(interp): /bin/sh /bin/sh /bin/sh
21:49:41 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
21:49:41 Requires(post): /bin/sh
21:49:41 Requires(preun): /bin/sh
21:49:41 Requires(postun): /bin/sh
21:49:41 Requires: /bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
21:49:41 Conflicts: rootlesskit
21:49:41 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el8.x86_64
21:49:42 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el8.src.rpm
21:49:42 #29 92.64 + bin/containerd-stress
21:49:42 #29 93.69 + bin/containerd-shim
21:49:44 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el8.x86_64.rpm
21:49:44 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6x580g
21:49:44 + umask 022
21:49:44 + cd /root/rpmbuild/BUILD
21:49:44 + cd src
21:49:44 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.el8.x86_64
21:49:44 + exit 0
21:49:44 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.UyJbag
21:49:44 + umask 022
21:49:44 + cd /root/rpmbuild/BUILD
21:49:44 + cd /root/rpmbuild/BUILD
21:49:44 + rm -rf src
21:49:44 + /usr/bin/mkdir -p src
21:49:44 + cd src
21:49:44 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
21:49:44 + /usr/bin/tar -xof -
21:49:44 + STATUS=0
21:49:44 + '[' 0 -ne 0 ']'
21:49:44 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
21:49:44 + /usr/bin/tar -xof -
21:49:44 + STATUS=0
21:49:44 + '[' 0 -ne 0 ']'
21:49:44 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
21:49:44 + exit 0
21:49:44 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.LPLNtg
21:49:44 + umask 022
21:49:44 + cd /root/rpmbuild/BUILD
21:49:44 + cd src
21:49:44 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
21:49:44 + bash -c 'GOPROXY="https://proxy.golang.org" TAG_NAME="v0.9.0" COMMIT="b05830d" PLATFORM_BINARY=docker-scan make native-build'
21:49:44 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
21:49:44 GO111MODULE=on make -f builder.Makefile build
21:49:44 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
21:49:44 mkdir -p bin
21:49:44 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=b05830d -X github.com/docker/scan-cli-plugin/internal.Version=v0.9.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:defb5ba5517a29a78736d919d3dc0568f555980a43daefe1ac8a1e7fc0924f25" -o bin/docker-scan ./cmd/docker-scan
21:49:46 #29 100.4 + bin/containerd-shim-runc-v1
21:49:46 go: downloading github.com/docker/cli v20.10.9+incompatible
21:49:46 go: downloading github.com/docker/docker v20.10.9+incompatible
21:49:47 go: downloading github.com/spf13/cobra v1.2.1
21:49:47 go: downloading github.com/fvbommel/sortorder v1.0.2
21:49:47 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
21:49:47 go: downloading github.com/docker/distribution v2.7.1+incompatible
21:49:47 go: downloading github.com/docker/go-connections v0.4.0
21:49:47 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
21:49:47 go: downloading github.com/spf13/pflag v1.0.5
21:49:48 go: downloading github.com/theupdateframework/notary v0.7.0
21:49:48 go: downloading github.com/opencontainers/image-spec v1.0.1
21:49:48 go: downloading github.com/docker/go-units v0.4.0
21:49:48 go: downloading github.com/Masterminds/semver/v3 v3.1.1
21:49:48 go: downloading github.com/mitchellh/go-homedir v1.1.0
21:49:48 go: downloading github.com/morikuni/aec v1.0.0
21:49:48 go: downloading github.com/containerd/containerd v1.5.7
21:49:48 go: downloading github.com/opencontainers/go-digest v1.0.0
21:49:48 go: downloading github.com/moby/sys/mount v0.2.0
21:49:48 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
21:49:48 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
21:49:48 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
21:49:48 go: downloading google.golang.org/grpc v1.40.0
21:49:48 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
21:49:48 go: downloading github.com/docker/docker-credential-helpers v0.6.4
21:49:48 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
21:49:49 go: downloading github.com/gogo/protobuf v1.3.2
21:49:49 go: downloading github.com/opencontainers/runc v1.0.2
21:49:49 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
21:49:49 go: downloading github.com/golang/protobuf v1.5.2
21:49:49 go: downloading github.com/docker/go-metrics v0.0.1
21:49:49 go: downloading google.golang.org/protobuf v1.26.0
21:49:49 go: downloading github.com/prometheus/client_golang v1.7.1
21:49:49 go: downloading github.com/beorn7/perks v1.0.1
21:49:49 go: downloading github.com/cespare/xxhash v1.1.0
21:49:50 go: downloading github.com/cespare/xxhash/v2 v2.1.1
21:49:50 go: downloading github.com/prometheus/client_model v0.2.0
21:49:50 go: downloading github.com/prometheus/common v0.10.0
21:49:50 go: downloading github.com/prometheus/procfs v0.6.0
21:49:50 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
21:49:50 #29 104.7 + bin/containerd-shim-runc-v2
21:49:50 #29 105.3 + binaries
21:49:50 #29 105.3 + install -D bin/containerd /build/containerd
21:49:50 #29 105.3 + install -D bin/containerd-shim /build/containerd-shim
21:49:50 #29 105.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
21:49:50 #29 105.3 + install -D bin/ctr /build/ctr
21:49:51 #29 DONE 105.8s
21:49:52 
21:49:52 #30 [binary-base 3/7] COPY --from=containerd  /build/ /usr/local/bin/
21:49:52 #30 sha256:46d56706cbf8520c78ba97b01a37d514a66db8a09963b98abe286f4e04fc213e
21:49:52 #30 DONE 0.2s
21:49:52 
21:49:52 #34 [binary-base 4/7] COPY --from=rootlesskit /build/ /usr/local/bin/
21:49:52 #34 sha256:6c5186bdbaafaeda5a15ddc4dd24a5ed297087f5dc401595298d9c9495bb0e5e
21:49:52 #34 DONE 0.1s
21:49:52 
21:49:52 #36 [binary-base 5/7] COPY --from=proxy       /build/ /usr/local/bin/
21:49:52 #36 sha256:e60c47ff70f5e59887bad87918d95f2b4b0ca60028b54da58dd51f43977bc1b2
21:49:52 #36 DONE 0.1s
21:49:52 
21:49:52 #41 [binary-base 6/7] COPY --from=vpnkit      /build/ /usr/local/bin/
21:49:52 #41 sha256:df4ec46238cb957eaa9574f4c84ef221707169e290d8366d220ef7d1d67f635c
21:49:53 #41 DONE 0.4s
21:49:53 
21:49:53 #42 [binary-base 7/7] WORKDIR /go/src/github.com/docker/docker
21:49:53 #42 sha256:f8f8153d646c9f7d9541b7ca873f41d8a45acf7f661e8cc635e6675d89acd815
21:49:53 #42 DONE 0.0s
21:49:53 
21:49:53 #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
21:49:53 #43 sha256:30cb27b2f4cd1c3171e4096ab3f7ba16d1b558403bf45bbbd9a8fb8945c6c6d4
21:49:54 #43 0.727 
21:49:54 #43 0.872 Removing /build/bundles/
21:49:54 #43 0.874 
21:49:54 #43 0.886 ---> Making bundle: cross (in /build/bundles/cross)
21:49:54 #43 0.889 Cross building: /build/bundles/cross/windows/amd64
21:49:54 #43 0.987 Building: /build/bundles/cross/windows/amd64/dockerd-0.0.0-20211015144513-b485636.exe
21:49:54 #43 0.987 GOOS="windows" GOARCH="amd64" GOARM=""
21:50:28 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
21:50:28 + popd
21:50:28 + exit 0
21:50:28 ~/rpmbuild/BUILD/src
21:50:28 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.30BaWi
21:50:28 + umask 022
21:50:28 + cd /root/rpmbuild/BUILD
21:50:28 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.el8.x86_64 '!=' / ']'
21:50:28 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.el8.x86_64
21:50:28 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.el8.x86_64
21:50:28 + mkdir -p /root/rpmbuild/BUILDROOT
21:50:28 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.el8.x86_64
21:50:28 + cd src
21:50:28 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
21:50:28 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
21:50:28 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-scan
21:50:28 + popd
21:50:28 ~/rpmbuild/BUILD/src
21:50:28 + /usr/lib/rpm/check-buildroot
21:50:28 + /usr/lib/rpm/redhat/brp-ldconfig
21:50:28 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
21:50:28 + /usr/lib/rpm/brp-compress
21:50:28 + /usr/lib/rpm/brp-strip /usr/bin/strip
21:50:28 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
21:50:28 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
21:50:28 + /usr/lib/rpm/brp-python-bytecompile '' 1
21:50:28 + /usr/lib/rpm/brp-python-hardlink
21:50:28 + PYTHON3=/usr/libexec/platform-python
21:50:28 + /usr/lib/rpm/redhat/brp-mangle-shebangs
21:50:28 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.RYwtnf
21:50:28 + umask 022
21:50:28 + cd /root/rpmbuild/BUILD
21:50:28 + cd src
21:50:28 + /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-scan --help
21:50:28 
21:50:28 Usage:  docker [OPTIONS] COMMAND
21:50:28 
21:50:28 docker-scan is a Docker CLI plugin
21:50:28 
21:50:28 Options:
21:50:28       --config string      Location of client config files (default
21:50:28                            "/root/.docker")
21:50:28   -c, --context string     Name of the context to use to connect to the
21:50:28                            daemon (overrides DOCKER_HOST env var and
21:50:28                            default context set with "docker context use")
21:50:28   -D, --debug              Enable debug mode
21:50:28   -H, --host list          Daemon socket(s) to connect to
21:50:28   -l, --log-level string   Set the logging level
21:50:28                            ("debug"|"info"|"warn"|"error"|"fatal")
21:50:28                            (default "info")
21:50:28       --tls                Use TLS; implied by --tlsverify
21:50:28       --tlscacert string   Trust certs signed only by this CA (default
21:50:28                            "/root/.docker/ca.pem")
21:50:28       --tlscert string     Path to TLS certificate file (default
21:50:28                            "/root/.docker/cert.pem")
21:50:28       --tlskey string      Path to TLS key file (default
21:50:28                            "/root/.docker/key.pem")
21:50:28       --tlsverify          Use TLS and verify the remote
21:50:28 
21:50:28 Management Commands:
21:50:28   completion                 generate the autocompletion script for the specified shell
21:50:28 
21:50:28 Commands:
21:50:28   scan                       Docker Scan
21:50:28 
21:50:28 Run 'docker COMMAND --help' for more information on a command.
21:50:28 
21:50:28 To get more help with docker, check out our guides at https://docs.docker.com/go/guides/
21:50:28 + exit 0
21:50:28 Processing files: docker-scan-plugin-0.9.0-0.el8.x86_64
21:50:28 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-scan
21:50:28 Provides: docker-scan-plugin = 0:0.9.0-0.el8 docker-scan-plugin(x86-64) = 0:0.9.0-0.el8
21:50:28 Requires(interp): /bin/sh /bin/sh /bin/sh
21:50:28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
21:50:28 Requires(post): /bin/sh
21:50:28 Requires(preun): /bin/sh
21:50:28 Requires(postun): /bin/sh
21:50:28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.el8.x86_64
21:50:28 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.9.0-0.el8.src.rpm
21:50:28 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.9.0-0.el8.x86_64.rpm
21:50:28 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xbfixh
21:50:28 + umask 022
21:50:28 + cd /root/rpmbuild/BUILD
21:50:28 + cd src
21:50:28 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.el8.x86_64
21:50:28 + exit 0
21:50:28 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-8"
21:50:28 == Building packages for fedora-34 ==
21:50:28 mkdir -p "rpmbuild/fedora-34"
21:50:28 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster -t rpmbuild-fedora-34/x86_64 -f fedora-34/Dockerfile .
21:50:28 #1 [internal] load build definition from Dockerfile
21:50:28 #1 sha256:ebdc39a69fa93228ccb275d7cab28e30ff8d93231ea285b8a2d238f70b897a80
21:50:28 #1 transferring dockerfile: 847B done
21:50:28 #1 DONE 0.0s
21:50:28 
21:50:28 #2 [internal] load .dockerignore
21:50:28 #2 sha256:7559ab35f82adccd3b6af082b8257d32c7fdb2f7c12f98ea8eb26c4d01066a93
21:50:28 #2 transferring context: 2B done
21:50:28 #2 DONE 0.0s
21:50:28 
21:50:28 #4 [internal] load metadata for docker.io/library/fedora:34
21:50:28 #4 sha256:2ab299ebd37971d96850326dcaa5a0cb23054b855a5aa1654251805e7339f903
21:50:29 #4 ...
21:50:29 
21:50:29 #5 [auth] library/golang:pull token for registry-1.docker.io
21:50:29 #5 sha256:c401b3df9c02b46399b83ea15f3f3a453ded94380c8085301cb0bfe2b4df6823
21:50:29 #5 DONE 0.0s
21:50:29 
21:50:29 #6 [auth] library/fedora:pull token for registry-1.docker.io
21:50:29 #6 sha256:fee314b288a321a414759fdbea1a42f55292a4f173e500c21d7f771a3fc12bb9
21:50:29 #6 DONE 0.0s
21:50:29 
21:50:29 #3 [internal] load metadata for docker.io/library/golang:1.16.9-buster
21:50:29 #3 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
21:50:29 #3 DONE 0.2s
21:50:29 
21:50:29 #4 [internal] load metadata for docker.io/library/fedora:34
21:50:29 #4 sha256:2ab299ebd37971d96850326dcaa5a0cb23054b855a5aa1654251805e7339f903
21:50:29 #4 DONE 0.4s
21:50:29 
21:50:29 #12 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:50:29 #12 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
21:50:29 #12 DONE 0.0s
21:50:29 
21:50:29 #7 [stage-1 1/6] FROM docker.io/library/fedora:34@sha256:9d71386ce04de67b68519d55ca3926cb960a7768d631e6d215eca69b6bb7c2a3
21:50:29 #7 sha256:fdaed8445d12cdaaf205a051776ab2a922da8c7ce663a3bba1a0bbb8f23997c0
21:50:29 #7 resolve docker.io/library/fedora:34@sha256:9d71386ce04de67b68519d55ca3926cb960a7768d631e6d215eca69b6bb7c2a3 done
21:50:29 #7 ...
21:50:29 
21:50:29 #9 [internal] load build context
21:50:29 #9 sha256:a446aec670b830a06e6d7b860d74fe7ddea76c0d9af5ae0bfd1e2c558c36f47d
21:50:29 #9 transferring context: 216B done
21:50:29 #9 DONE 0.0s
21:50:29 
21:50:29 #12 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
21:50:29 #12 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
21:50:29 #12 CACHED
21:50:29 
21:50:29 #7 [stage-1 1/6] FROM docker.io/library/fedora:34@sha256:9d71386ce04de67b68519d55ca3926cb960a7768d631e6d215eca69b6bb7c2a3
21:50:29 #7 sha256:fdaed8445d12cdaaf205a051776ab2a922da8c7ce663a3bba1a0bbb8f23997c0
21:50:29 #7 sha256:9d71386ce04de67b68519d55ca3926cb960a7768d631e6d215eca69b6bb7c2a3 1.20kB / 1.20kB done
21:50:29 #7 sha256:b1f95b4bf817417973513dff2fc70974f5f7792eb56506c8b992e49a98fe5c6d 529B / 529B done
21:50:29 #7 sha256:0e58495b280f3ace00dd8da68d5553753237b081f3ca4d894459c4924b279416 2.00kB / 2.00kB done
21:50:29 #7 sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 4.19MB / 65.00MB 0.1s
21:50:29 #7 sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 19.92MB / 65.00MB 0.2s
21:50:29 #7 sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 27.26MB / 65.00MB 0.3s
21:50:29 #7 sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 48.23MB / 65.00MB 0.5s
21:50:29 #7 sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 57.67MB / 65.00MB 0.6s
21:50:30 #7 sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 65.00MB / 65.00MB 0.8s done
21:50:30 #7 extracting sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae
21:50:33 #7 extracting sha256:70fb9965a23f2226fef622992fdf507b8333c61d68259766d4721cc4ba1e5dae 2.7s done
21:50:33 #7 DONE 3.7s
21:50:33 
21:50:33 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
21:50:33 #8 sha256:a19b8e70ac69d030ba25daf2d9e6149e926730a431017e536b9683fb3474f18e
21:50:37 #8 4.058 Fedora 34 - x86_64                               24 MB/s |  74 MB     00:03    
21:50:44 Project root: /go/src/github.com/docker/cli
21:50:44 Generating man pages into /go/src/github.com/docker/cli/man/man1
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
21:50:44 2021/10/21 21:50:33 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
21:50:44 make[2]: Leaving directory '/root/build-deb/cli'
21:50:44 # Build the scan-plugin
21:50:44 # TODO change once we support scan-plugin on other architectures
21:50:44 if [ "amd64" = "amd64" ]; then \
21:50:44 	cd /go/src/github.com/docker/scan-cli-plugin \
21:50:44 	&& PLATFORM_BINARY=docker-scan COMMIT=b05830d TAG_NAME=v0.9.0 make native-build \
21:50:44 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
21:50:44 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
21:50:44 fi
21:50:44 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
21:50:44 GO111MODULE=on make -f builder.Makefile build
21:50:44 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
21:50:44 mkdir -p bin
21:50:44 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=b05830d -X github.com/docker/scan-cli-plugin/internal.Version=v0.9.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:defb5ba5517a29a78736d919d3dc0568f555980a43daefe1ac8a1e7fc0924f25" -o bin/docker-scan ./cmd/docker-scan
21:50:55 #8 22.21 Fedora 34 openh264 (From Cisco) - x86_64        2.7 kB/s | 2.5 kB     00:00    
21:50:56 #8 23.38 Fedora Modular 34 - x86_64                      5.3 MB/s | 4.9 MB     00:00    
21:50:58 #8 25.76 Fedora 34 - x86_64 - Updates                     18 MB/s |  28 MB     00:01    
21:51:08 #8 34.07 Fedora Modular 34 - x86_64 - Updates            4.1 MB/s | 4.2 MB     00:01    
21:51:12 #8 38.49 Dependencies resolved.
21:51:12 #8 38.51 ================================================================================
21:51:12 #8 38.51  Package                       Arch     Version                 Repo       Size
21:51:12 #8 38.51 ================================================================================
21:51:12 #8 38.51 Installing:
21:51:12 #8 38.51  dnf-plugins-core              noarch   4.0.23-1.fc34           updates    35 k
21:51:12 #8 38.51  rpm-build                     x86_64   4.16.1.3-1.fc34         fedora    100 k
21:51:12 #8 38.51  rpmlint                       noarch   1.11-19.fc34            updates   185 k
21:51:12 #8 38.51 Upgrading:
21:51:12 #8 38.51  file-libs                     x86_64   5.39-7.fc34             updates   588 k
21:51:12 #8 38.51 Installing dependencies:
21:51:12 #8 38.51  binutils                      x86_64   2.35.2-6.fc34           updates   5.5 M
21:51:12 #8 38.51  binutils-gold                 x86_64   2.35.2-6.fc34           updates   716 k
21:51:12 #8 38.51  bzip2                         x86_64   1.0.8-6.fc34            fedora     53 k
21:51:12 #8 38.51  cpio                          x86_64   2.13-10.fc34            fedora    274 k
21:51:12 #8 38.51  dbus-libs                     x86_64   1:1.12.20-3.fc34        fedora    151 k
21:51:12 #8 38.51  desktop-file-utils            x86_64   0.26-3.fc34             fedora     74 k
21:51:12 #8 38.51  diffutils                     x86_64   3.7-8.fc34              fedora    391 k
21:51:12 #8 38.51  dwz                           x86_64   0.14-1.fc34             fedora    129 k
21:51:12 #8 38.51  ed                            x86_64   1.14.2-10.fc34          fedora     75 k
21:51:12 #8 38.51  efi-srpm-macros               noarch   5-4.fc34                updates    22 k
21:51:12 #8 38.51  elfutils                      x86_64   0.185-2.fc34            updates   517 k
21:51:12 #8 38.51  elfutils-debuginfod-client    x86_64   0.185-2.fc34            updates    36 k
21:51:12 #8 38.51  emacs-filesystem              noarch   1:27.2-5.fc34           updates   8.4 k
21:51:12 #8 38.51  enchant                       x86_64   1:1.6.0-27.fc34         fedora     59 k
21:51:12 #8 38.51  file                          x86_64   5.39-7.fc34             updates    50 k
21:51:12 #8 38.51  findutils                     x86_64   1:4.8.0-2.fc34          fedora    545 k
21:51:12 #8 38.51  fonts-srpm-macros             noarch   1:2.0.5-5.fc34          fedora     27 k
21:51:12 #8 38.51  fpc-srpm-macros               noarch   1.3-3.fc34              fedora    7.7 k
21:51:12 #8 38.51  gdb-minimal                   x86_64   10.2-3.fc34             updates   3.6 M
21:51:12 #8 38.51  gdk-pixbuf2                   x86_64   2.42.6-1.fc34           updates   471 k
21:51:12 #8 38.51  ghc-srpm-macros               noarch   1.5.0-4.fc34            fedora    7.8 k
21:51:12 #8 38.51  glib-networking               x86_64   2.68.2-1.fc34           updates   169 k
21:51:12 #8 38.51  gnat-srpm-macros              noarch   4-13.fc34               fedora    8.3 k
21:51:12 #8 38.51  go-srpm-macros                noarch   3.0.10-1.fc34           updates    25 k
21:51:12 #8 38.51  groff-base                    x86_64   1.22.4-7.fc34           fedora    1.1 M
21:51:12 #8 38.51  gsettings-desktop-schemas     x86_64   40.0-1.fc34             fedora    691 k
21:51:12 #8 38.51  hunspell                      x86_64   1.7.0-9.fc34            fedora    330 k
21:51:12 #8 38.51  hunspell-en-US                noarch   0.20140811.1-18.fc34    fedora    177 k
21:51:12 #8 38.51  hunspell-filesystem           x86_64   1.7.0-9.fc34            fedora    7.6 k
21:51:12 #8 38.51  info                          x86_64   6.7-10.fc34             fedora    227 k
21:51:12 #8 38.51  json-glib                     x86_64   1.6.6-1.fc34            updates   151 k
21:51:12 #8 38.51  kernel-srpm-macros            noarch   1.0-4.fc34              fedora    7.3 k
21:51:12 #8 38.51  less                          x86_64   581.2-1.fc34            updates   160 k
21:51:12 #8 38.51  libappstream-glib             x86_64   0.7.18-2.fc34           fedora    398 k
21:51:12 #8 38.51  libjpeg-turbo                 x86_64   2.0.90-3.fc34           updates   175 k
21:51:12 #8 38.51  libpipeline                   x86_64   1.5.3-2.fc34            fedora     49 k
21:51:12 #8 38.51  libpkgconf                    x86_64   1.7.3-6.fc34            fedora     36 k
21:51:12 #8 38.51  libpng                        x86_64   2:1.6.37-10.fc34        fedora    119 k
21:51:12 #8 38.51  libproxy                      x86_64   0.4.15-30.fc34          fedora     72 k
21:51:12 #8 38.51  libsoup                       x86_64   2.72.0-6.fc34           fedora    397 k
21:51:12 #8 38.51  libstemmer                    x86_64   0-16.585svn.fc34        fedora     86 k
21:51:12 #8 38.51  lua-srpm-macros               noarch   1-4.fc34                fedora    8.3 k
21:51:12 #8 38.51  man-db                        x86_64   2.9.3-3.fc34            fedora    1.1 M
21:51:12 #8 38.51  ncurses                       x86_64   6.2-4.20200222.fc34     fedora    396 k
21:51:12 #8 38.51  nim-srpm-macros               noarch   3-4.fc34                fedora    8.4 k
21:51:12 #8 38.51  ocaml-srpm-macros             noarch   6-4.fc34                fedora    7.8 k
21:51:12 #8 38.51  openblas-srpm-macros          noarch   2-9.fc34                fedora    7.4 k
21:51:12 #8 38.51  patch                         x86_64   2.7.6-14.fc34           fedora    130 k
21:51:12 #8 38.51  perl-AutoLoader               noarch   5.74-477.fc34           updates    31 k
21:51:12 #8 38.51  perl-B                        x86_64   1.80-477.fc34           updates   189 k
21:51:12 #8 38.51  perl-Carp                     noarch   1.50-458.fc34           fedora     29 k
21:51:12 #8 38.51  perl-Class-Struct             noarch   0.66-477.fc34           updates    32 k
21:51:12 #8 38.51  perl-Data-Dumper              x86_64   2.174-460.fc34          fedora     56 k
21:51:12 #8 38.51  perl-Digest                   noarch   1.20-1.fc34             updates    25 k
21:51:12 #8 38.51  perl-Digest-MD5               x86_64   2.58-2.fc34             fedora     36 k
21:51:12 #8 38.51  perl-DynaLoader               x86_64   1.47-477.fc34           updates    36 k
21:51:12 #8 38.51  perl-Encode                   x86_64   4:3.12-460.fc34         updates   1.7 M
21:51:12 #8 38.51  perl-Errno                    x86_64   1.30-477.fc34           updates    25 k
21:51:12 #8 38.51  perl-Exporter                 noarch   5.74-459.fc34           fedora     32 k
21:51:12 #8 38.51  perl-Fcntl                    x86_64   1.13-477.fc34           updates    31 k
21:51:12 #8 38.51  perl-File-Basename            noarch   2.85-477.fc34           updates    27 k
21:51:12 #8 38.51  perl-File-Path                noarch   2.18-2.fc34             fedora     36 k
21:51:12 #8 38.51  perl-File-Temp                noarch   1:0.231.100-2.fc34      fedora     60 k
21:51:12 #8 38.51  perl-File-stat                noarch   1.09-477.fc34           updates    27 k
21:51:12 #8 38.51  perl-FileHandle               noarch   2.03-477.fc34           updates    26 k
21:51:12 #8 38.51  perl-Getopt-Long              noarch   1:2.52-2.fc34           fedora     61 k
21:51:12 #8 38.51  perl-Getopt-Std               noarch   1.12-477.fc34           updates    26 k
21:51:12 #8 38.51  perl-HTTP-Tiny                noarch   0.078-1.fc34            updates    55 k
21:51:12 #8 38.51  perl-IO                       x86_64   1.43-477.fc34           updates    97 k
21:51:12 #8 38.51  perl-IO-Socket-IP             noarch   0.41-3.fc34             fedora     43 k
21:51:12 #8 38.51  perl-IPC-Open3                noarch   1.21-477.fc34           updates    33 k
21:51:12 #8 38.51  perl-MIME-Base64              x86_64   3.16-2.fc34             fedora     30 k
21:51:12 #8 38.51  perl-Net-SSLeay               x86_64   1.90-2.fc34             fedora    357 k
21:51:12 #8 38.51  perl-POSIX                    x86_64   1.94-477.fc34           updates   107 k
21:51:12 #8 38.51  perl-PathTools                x86_64   3.78-459.fc34           fedora     86 k
21:51:12 #8 38.51  perl-Pod-Escapes              noarch   1:1.07-458.fc34         fedora     20 k
21:51:12 #8 38.51  perl-Pod-Perldoc              noarch   3.28.01-459.fc34        fedora     85 k
21:51:12 #8 38.51  perl-Pod-Simple               noarch   1:3.42-2.fc34           fedora    216 k
21:51:12 #8 38.51  perl-Pod-Usage                noarch   4:2.01-2.fc34           fedora     41 k
21:51:12 #8 38.51  perl-Scalar-List-Utils        x86_64   4:1.56-459.fc34         fedora     72 k
21:51:12 #8 38.51  perl-SelectSaver              noarch   1.02-477.fc34           updates    22 k
21:51:12 #8 38.51  perl-Socket                   x86_64   4:2.032-1.fc34          updates    54 k
21:51:12 #8 38.51  perl-Storable                 x86_64   1:3.21-458.fc34         fedora     97 k
21:51:12 #8 38.51  perl-Symbol                   noarch   1.08-477.fc34           updates    24 k
21:51:12 #8 38.51  perl-Term-ANSIColor           noarch   5.01-459.fc34           fedora     49 k
21:51:12 #8 38.51  perl-Term-Cap                 noarch   1.17-458.fc34           fedora     22 k
21:51:12 #8 38.51  perl-Text-ParseWords          noarch   3.30-458.fc34           fedora     16 k
21:51:12 #8 38.51  perl-Text-Tabs+Wrap           noarch   2021.0726-1.fc34        updates    22 k
21:51:12 #8 38.51  perl-Time-Local               noarch   2:1.300-5.fc34          fedora     34 k
21:51:12 #8 38.51  perl-URI                      noarch   5.09-1.fc34             fedora    109 k
21:51:12 #8 38.51  perl-base                     noarch   2.27-477.fc34           updates    26 k
21:51:12 #8 38.51  perl-constant                 noarch   1.33-459.fc34           fedora     23 k
21:51:12 #8 38.51  perl-if                       noarch   0.60.800-477.fc34       updates    24 k
21:51:12 #8 38.51  perl-interpreter              x86_64   4:5.32.1-477.fc34       updates    81 k
21:51:12 #8 38.51  perl-libnet                   noarch   3.13-2.fc34             fedora    127 k
21:51:12 #8 38.51  perl-libs                     x86_64   4:5.32.1-477.fc34       updates   2.0 M
21:51:12 #8 38.51  perl-mro                      x86_64   1.23-477.fc34           updates    38 k
21:51:12 #8 38.51  perl-overload                 noarch   1.31-477.fc34           updates    56 k
21:51:12 #8 38.51  perl-overloading              noarch   0.02-477.fc34           updates    23 k
21:51:12 #8 38.51  perl-parent                   noarch   1:0.238-458.fc34        fedora     14 k
21:51:12 #8 38.51  perl-podlators                noarch   1:4.14-458.fc34         fedora    113 k
21:51:12 #8 38.51  perl-srpm-macros              noarch   1-39.fc34               fedora    8.5 k
21:51:12 #8 38.51  perl-subs                     noarch   1.03-477.fc34           updates    22 k
21:51:12 #8 38.51  perl-vars                     noarch   1.05-477.fc34           updates    23 k
21:51:12 #8 38.51  pkgconf                       x86_64   1.7.3-6.fc34            fedora     41 k
21:51:12 #8 38.51  pkgconf-m4                    noarch   1.7.3-6.fc34            fedora     14 k
21:51:12 #8 38.51  pkgconf-pkg-config            x86_64   1.7.3-6.fc34            fedora     10 k
21:51:12 #8 38.51  python-srpm-macros            noarch   3.9-38.fc34             updates    20 k
21:51:12 #8 38.51  python3-dateutil              noarch   1:2.8.1-3.fc34          fedora    289 k
21:51:12 #8 38.51  python3-dbus                  x86_64   1.2.18-1.fc34           updates   132 k
21:51:12 #8 38.51  python3-distro                noarch   1.5.0-5.fc34            fedora     36 k
21:51:12 #8 38.51  python3-dnf-plugins-core      noarch   4.0.23-1.fc34           updates   210 k
21:51:12 #8 38.51  python3-enchant               noarch   3.2.1-1.fc34            updates    78 k
21:51:12 #8 38.51  python3-file-magic            noarch   5.39-7.fc34             updates    17 k
21:51:12 #8 38.51  python3-setuptools            noarch   53.0.0-2.fc34           updates   840 k
21:51:12 #8 38.51  python3-six                   noarch   1.15.0-5.fc34           fedora     36 k
21:51:12 #8 38.51  qt5-srpm-macros               noarch   5.15.2-2.fc34           fedora    8.4 k
21:51:12 #8 38.51  redhat-rpm-config             noarch   183-3.fc34              updates    65 k
21:51:12 #8 38.51  rpmautospec-rpm-macros        noarch   0.2.5-1.fc34            updates   9.9 k
21:51:12 #8 38.51  rust-srpm-macros              noarch   18-1.fc34               updates   9.2 k
21:51:12 #8 38.51  shared-mime-info              x86_64   2.1-2.fc34              fedora    374 k
21:51:12 #8 38.51  unzip                         x86_64   6.0-50.fc34             fedora    181 k
21:51:12 #8 38.51  xxhash-libs                   x86_64   0.8.0-3.fc34            updates    40 k
21:51:12 #8 38.51  xz                            x86_64   5.2.5-5.fc34            fedora    216 k
21:51:12 #8 38.51  zip                           x86_64   3.0-28.fc34             fedora    260 k
21:51:12 #8 38.51  zstd                          x86_64   1.5.0-1.fc34            updates   643 k
21:51:12 #8 38.51 Installing weak dependencies:
21:51:12 #8 38.51  abattis-cantarell-fonts       noarch   0.301-2.fc34            fedora    369 k
21:51:12 #8 38.51  adobe-source-code-pro-fonts   noarch   2.030.1.050-10.fc34     fedora    834 k
21:51:12 #8 38.51  hunspell-en-GB                noarch   0.20140811.1-18.fc34    fedora    225 k
21:51:12 #8 38.51  perl-IO-Socket-SSL            noarch   2.070-2.fc34            fedora    214 k
21:51:12 #8 38.51  perl-Mozilla-CA               noarch   20200520-4.fc34         fedora     12 k
21:51:12 #8 38.51  perl-NDBM_File                x86_64   1.15-477.fc34           updates    32 k
21:51:12 #8 38.51 
21:51:12 #8 38.51 Transaction Summary
21:51:12 #8 38.51 ================================================================================
21:51:12 #8 38.51 Install  135 Packages
21:51:12 #8 38.51 Upgrade    1 Package
21:51:12 #8 38.51 
21:51:12 #8 38.52 Total download size: 31 M
21:51:12 #8 38.52 Downloading Packages:
21:51:12 #8 39.47 (1/136): bzip2-1.0.8-6.fc34.x86_64.rpm          220 kB/s |  53 kB     00:00    
21:51:12 #8 39.48 (2/136): abattis-cantarell-fonts-0.301-2.fc34.n 1.4 MB/s | 369 kB     00:00    
21:51:12 #8 39.48 (3/136): cpio-2.13-10.fc34.x86_64.rpm            18 MB/s | 274 kB     00:00    
21:51:12 #8 39.49 (4/136): dbus-libs-1.12.20-3.fc34.x86_64.rpm     12 MB/s | 151 kB     00:00    
21:51:12 #8 39.50 (5/136): adobe-source-code-pro-fonts-2.030.1.05 3.0 MB/s | 834 kB     00:00    
21:51:12 #8 39.51 (6/136): desktop-file-utils-0.26-3.fc34.x86_64. 2.9 MB/s |  74 kB     00:00    
21:51:12 #8 39.51 (7/136): dwz-0.14-1.fc34.x86_64.rpm             9.3 MB/s | 129 kB     00:00    
21:51:12 #8 39.52 (8/136): diffutils-3.7-8.fc34.x86_64.rpm         13 MB/s | 391 kB     00:00    
21:51:12 #8 39.52 (9/136): ed-1.14.2-10.fc34.x86_64.rpm           4.7 MB/s |  75 kB     00:00    
21:51:12 #8 39.53 (10/136): enchant-1.6.0-27.fc34.x86_64.rpm      3.9 MB/s |  59 kB     00:00    
21:51:12 #8 39.53 (11/136): fonts-srpm-macros-2.0.5-5.fc34.noarch 3.0 MB/s |  27 kB     00:00    
21:51:12 #8 39.54 (12/136): fpc-srpm-macros-1.3-3.fc34.noarch.rpm 1.3 MB/s | 7.7 kB     00:00    
21:51:12 #8 39.54 (13/136): ghc-srpm-macros-1.5.0-4.fc34.noarch.r 1.2 MB/s | 7.8 kB     00:00    
21:51:12 #8 39.54 (14/136): gnat-srpm-macros-4-13.fc34.noarch.rpm 1.3 MB/s | 8.3 kB     00:00    
21:51:12 #8 39.55 (15/136): findutils-4.8.0-2.fc34.x86_64.rpm      21 MB/s | 545 kB     00:00    
21:51:12 #8 39.56 (16/136): gsettings-desktop-schemas-40.0-1.fc34  32 MB/s | 691 kB     00:00    
21:51:12 #8 39.58 (17/136): groff-base-1.22.4-7.fc34.x86_64.rpm    30 MB/s | 1.1 MB     00:00    
21:51:12 #8 39.58 (18/136): hunspell-1.7.0-9.fc34.x86_64.rpm       11 MB/s | 330 kB     00:00    
21:51:12 #8 39.59 (19/136): hunspell-en-GB-0.20140811.1-18.fc34.n  10 MB/s | 225 kB     00:00    
21:51:12 #8 39.59 (20/136): hunspell-filesystem-1.7.0-9.fc34.x86_ 976 kB/s | 7.6 kB     00:00    
21:51:12 #8 39.59 (21/136): hunspell-en-US-0.20140811.1-18.fc34.n  13 MB/s | 177 kB     00:00    
21:51:12 #8 39.60 (22/136): kernel-srpm-macros-1.0-4.fc34.noarch. 916 kB/s | 7.3 kB     00:00    
21:51:12 #8 39.61 (23/136): info-6.7-10.fc34.x86_64.rpm            12 MB/s | 227 kB     00:00    
21:51:12 #8 39.61 (24/136): libpipeline-1.5.3-2.fc34.x86_64.rpm   4.9 MB/s |  49 kB     00:00    
21:51:12 #8 39.62 (25/136): libpkgconf-1.7.3-6.fc34.x86_64.rpm    3.6 MB/s |  36 kB     00:00    
21:51:12 #8 39.62 (26/136): libappstream-glib-0.7.18-2.fc34.x86_6  14 MB/s | 398 kB     00:00    
21:51:12 #8 39.63 (27/136): libproxy-0.4.15-30.fc34.x86_64.rpm    6.9 MB/s |  72 kB     00:00    
21:51:12 #8 39.64 (28/136): libstemmer-0-16.585svn.fc34.x86_64.rp 7.5 MB/s |  86 kB     00:00    
21:51:12 #8 39.64 (29/136): libsoup-2.72.0-6.fc34.x86_64.rpm       18 MB/s | 397 kB     00:00    
21:51:12 #8 39.65 (30/136): lua-srpm-macros-1-4.fc34.noarch.rpm   888 kB/s | 8.3 kB     00:00    
21:51:12 #8 39.67 (31/136): ncurses-6.2-4.20200222.fc34.x86_64.rp  16 MB/s | 396 kB     00:00    
21:51:12 #8 39.68 (32/136): libpng-1.6.37-10.fc34.x86_64.rpm      1.7 MB/s | 119 kB     00:00    
21:51:12 #8 39.68 (33/136): nim-srpm-macros-3-4.fc34.noarch.rpm   937 kB/s | 8.4 kB     00:00    
21:51:12 #8 39.69 (34/136): ocaml-srpm-macros-6-4.fc34.noarch.rpm 998 kB/s | 7.8 kB     00:00    
21:51:12 #8 39.69 (35/136): openblas-srpm-macros-2-9.fc34.noarch. 1.2 MB/s | 7.4 kB     00:00    
21:51:12 #8 39.69 (36/136): patch-2.7.6-14.fc34.x86_64.rpm         18 MB/s | 130 kB     00:00    
21:51:12 #8 39.70 (37/136): man-db-2.9.3-3.fc34.x86_64.rpm         20 MB/s | 1.1 MB     00:00    
21:51:12 #8 39.71 (38/136): perl-Carp-1.50-458.fc34.noarch.rpm    1.8 MB/s |  29 kB     00:00    
21:51:12 #8 39.71 (39/136): perl-Data-Dumper-2.174-460.fc34.x86_6 3.6 MB/s |  56 kB     00:00    
21:51:12 #8 39.71 (40/136): perl-Digest-MD5-2.58-2.fc34.x86_64.rp 5.6 MB/s |  36 kB     00:00    
21:51:12 #8 39.73 (41/136): perl-File-Path-2.18-2.fc34.noarch.rpm 2.2 MB/s |  36 kB     00:00    
21:51:12 #8 39.73 (42/136): perl-Exporter-5.74-459.fc34.noarch.rp 1.4 MB/s |  32 kB     00:00    
21:51:12 #8 39.74 (43/136): perl-IO-Socket-IP-0.41-3.fc34.noarch. 4.1 MB/s |  43 kB     00:00    
21:51:12 #8 39.74 (44/136): perl-Getopt-Long-2.52-2.fc34.noarch.r 3.6 MB/s |  61 kB     00:00    
21:51:12 #8 39.75 (45/136): perl-File-Temp-0.231.100-2.fc34.noarc 1.8 MB/s |  60 kB     00:00    
21:51:12 #8 39.75 (46/136): perl-IO-Socket-SSL-2.070-2.fc34.noarc  14 MB/s | 214 kB     00:00    
21:51:12 #8 39.76 (47/136): perl-MIME-Base64-3.16-2.fc34.x86_64.r 1.9 MB/s |  30 kB     00:00    
21:51:12 #8 39.76 (48/136): perl-Mozilla-CA-20200520-4.fc34.noarc 832 kB/s |  12 kB     00:00    
21:51:12 #8 39.77 (49/136): perl-Pod-Escapes-1.07-458.fc34.noarch 2.4 MB/s |  20 kB     00:00    
21:51:12 #8 39.78 (50/136): perl-Net-SSLeay-1.90-2.fc34.x86_64.rp  16 MB/s | 357 kB     00:00    
21:51:12 #8 39.78 (51/136): perl-PathTools-3.78-459.fc34.x86_64.r 4.3 MB/s |  86 kB     00:00    
21:51:12 #8 39.78 (52/136): perl-Pod-Perldoc-3.28.01-459.fc34.noa 5.9 MB/s |  85 kB     00:00    
21:51:12 #8 39.79 (53/136): perl-Pod-Simple-3.42-2.fc34.noarch.rp  17 MB/s | 216 kB     00:00    
21:51:12 #8 39.79 (54/136): perl-Pod-Usage-2.01-2.fc34.noarch.rpm 3.9 MB/s |  41 kB     00:00    
21:51:12 #8 39.80 (55/136): perl-Scalar-List-Utils-1.56-459.fc34. 5.2 MB/s |  72 kB     00:00    
21:51:12 #8 39.80 (56/136): perl-Storable-3.21-458.fc34.x86_64.rp 7.7 MB/s |  97 kB     00:00    
21:51:12 #8 39.81 (57/136): perl-Term-Cap-1.17-458.fc34.noarch.rp 3.2 MB/s |  22 kB     00:00    
21:51:12 #8 39.81 (58/136): perl-Term-ANSIColor-5.01-459.fc34.noa 3.5 MB/s |  49 kB     00:00    
21:51:12 #8 39.81 (59/136): perl-Text-ParseWords-3.30-458.fc34.no 1.8 MB/s |  16 kB     00:00    
21:51:12 #8 39.82 (60/136): perl-Time-Local-1.300-5.fc34.noarch.r 3.4 MB/s |  34 kB     00:00    
21:51:12 #8 39.83 (61/136): perl-constant-1.33-459.fc34.noarch.rp 1.6 MB/s |  23 kB     00:00    
21:51:12 #8 39.83 (62/136): perl-URI-5.09-1.fc34.noarch.rpm       5.9 MB/s | 109 kB     00:00    
21:51:12 #8 39.83 (63/136): perl-libnet-3.13-2.fc34.noarch.rpm    6.8 MB/s | 127 kB     00:00    
21:51:12 #8 39.84 (64/136): perl-parent-0.238-458.fc34.noarch.rpm 1.3 MB/s |  14 kB     00:00    
21:51:12 #8 39.84 (65/136): perl-podlators-4.14-458.fc34.noarch.r  10 MB/s | 113 kB     00:00    
21:51:12 #8 39.84 (66/136): perl-srpm-macros-1-39.fc34.noarch.rpm 892 kB/s | 8.5 kB     00:00    
21:51:12 #8 39.85 (67/136): pkgconf-1.7.3-6.fc34.x86_64.rpm       3.5 MB/s |  41 kB     00:00    
21:51:12 #8 39.85 (68/136): pkgconf-m4-1.7.3-6.fc34.noarch.rpm    1.9 MB/s |  14 kB     00:00    
21:51:12 #8 39.86 (69/136): pkgconf-pkg-config-1.7.3-6.fc34.x86_6 777 kB/s |  10 kB     00:00    
21:51:12 #8 39.86 (70/136): python3-distro-1.5.0-5.fc34.noarch.rp 3.6 MB/s |  36 kB     00:00    
21:51:12 #8 39.87 (71/136): qt5-srpm-macros-5.15.2-2.fc34.noarch. 1.3 MB/s | 8.4 kB     00:00    
21:51:12 #8 39.87 (72/136): python3-six-1.15.0-5.fc34.noarch.rpm  2.5 MB/s |  36 kB     00:00    
21:51:12 #8 39.88 (73/136): rpm-build-4.16.1.3-1.fc34.x86_64.rpm   14 MB/s | 100 kB     00:00    
21:51:12 #8 39.88 (74/136): unzip-6.0-50.fc34.x86_64.rpm           22 MB/s | 181 kB     00:00    
21:51:12 #8 39.89 (75/136): python3-dateutil-2.8.1-3.fc34.noarch. 6.8 MB/s | 289 kB     00:00    
21:51:12 #8 39.90 (76/136): xz-5.2.5-5.fc34.x86_64.rpm             21 MB/s | 216 kB     00:00    
21:51:12 #8 39.90 (77/136): shared-mime-info-2.1-2.fc34.x86_64.rp  13 MB/s | 374 kB     00:00    
21:51:12 #8 39.91 (78/136): zip-3.0-28.fc34.x86_64.rpm             12 MB/s | 260 kB     00:00    
21:51:12 #8 39.93 (79/136): binutils-gold-2.35.2-6.fc34.x86_64.rp  30 MB/s | 716 kB     00:00    
21:51:12 #8 39.93 (80/136): dnf-plugins-core-4.0.23-1.fc34.noarch 2.1 MB/s |  35 kB     00:00    
21:51:12 #8 39.94 (81/136): efi-srpm-macros-5-4.fc34.noarch.rpm   2.2 MB/s |  22 kB     00:00    
21:51:12 #8 39.94 (82/136): elfutils-0.185-2.fc34.x86_64.rpm       35 MB/s | 517 kB     00:00    
21:51:12 #8 39.95 (83/136): elfutils-debuginfod-client-0.185-2.fc 2.9 MB/s |  36 kB     00:00    
21:51:12 #8 39.96 (84/136): emacs-filesystem-27.2-5.fc34.noarch.r 755 kB/s | 8.4 kB     00:00    
21:51:12 #8 39.96 (85/136): file-5.39-7.fc34.x86_64.rpm           4.0 MB/s |  50 kB     00:00    
21:51:12 #8 40.01 (86/136): binutils-2.35.2-6.fc34.x86_64.rpm      49 MB/s | 5.5 MB     00:00    
21:51:12 #8 40.02 (87/136): gdk-pixbuf2-2.42.6-1.fc34.x86_64.rpm  8.5 MB/s | 471 kB     00:00    
21:51:13 #8 40.05 (88/136): gdb-minimal-10.2-3.fc34.x86_64.rpm     41 MB/s | 3.6 MB     00:00    
21:51:13 #8 40.05 (89/136): glib-networking-2.68.2-1.fc34.x86_64. 4.3 MB/s | 169 kB     00:00    
21:51:13 #8 40.05 (90/136): go-srpm-macros-3.0.10-1.fc34.noarch.r 794 kB/s |  25 kB     00:00    
21:51:13 #8 40.06 (91/136): json-glib-1.6.6-1.fc34.x86_64.rpm      13 MB/s | 151 kB     00:00    
21:51:13 #8 40.06 (92/136): perl-AutoLoader-5.74-477.fc34.noarch. 5.2 MB/s |  31 kB     00:00    
21:51:13 #8 40.08 (93/136): libjpeg-turbo-2.0.90-3.fc34.x86_64.rp 7.6 MB/s | 175 kB     00:00    
21:51:13 #8 40.08 (94/136): perl-B-1.80-477.fc34.x86_64.rpm        11 MB/s | 189 kB     00:00    
21:51:13 #8 40.09 (95/136): less-581.2-1.fc34.x86_64.rpm          4.7 MB/s | 160 kB     00:00    
21:51:13 #8 40.09 (96/136): perl-Class-Struct-0.66-477.fc34.noarc 2.5 MB/s |  32 kB     00:00    
21:51:13 #8 40.10 (97/136): perl-Digest-1.20-1.fc34.noarch.rpm    1.9 MB/s |  25 kB     00:00    
21:51:13 #8 40.10 (98/136): perl-DynaLoader-1.47-477.fc34.x86_64. 4.3 MB/s |  36 kB     00:00    
21:51:13 #8 40.10 (99/136): perl-Errno-1.30-477.fc34.x86_64.rpm   3.9 MB/s |  25 kB     00:00    
21:51:13 #8 40.11 (100/136): perl-Fcntl-1.13-477.fc34.x86_64.rpm  4.3 MB/s |  31 kB     00:00    
21:51:13 #8 40.11 (101/136): perl-File-Basename-2.85-477.fc34.noa 3.7 MB/s |  27 kB     00:00    
21:51:13 #8 40.11 (102/136): perl-File-stat-1.09-477.fc34.noarch. 3.9 MB/s |  27 kB     00:00    
21:51:13 #8 40.12 (103/136): perl-FileHandle-2.03-477.fc34.noarch 3.6 MB/s |  26 kB     00:00    
21:51:13 #8 40.12 (104/136): perl-Getopt-Std-1.12-477.fc34.noarch 3.7 MB/s |  26 kB     00:00    
21:51:13 #8 40.13 (105/136): perl-HTTP-Tiny-0.078-1.fc34.noarch.r 7.7 MB/s |  55 kB     00:00    
21:51:13 #8 40.13 (106/136): perl-IO-1.43-477.fc34.x86_64.rpm     8.7 MB/s |  97 kB     00:00    
21:51:13 #8 40.14 (107/136): perl-IPC-Open3-1.21-477.fc34.noarch. 2.3 MB/s |  33 kB     00:00    
21:51:13 #8 40.14 (108/136): perl-NDBM_File-1.15-477.fc34.x86_64. 2.6 MB/s |  32 kB     00:00    
21:51:13 #8 40.15 (109/136): perl-SelectSaver-1.02-477.fc34.noarc 3.8 MB/s |  22 kB     00:00    
21:51:13 #8 40.16 (110/136): perl-POSIX-1.94-477.fc34.x86_64.rpm  6.7 MB/s | 107 kB     00:00    
21:51:13 #8 40.16 (111/136): perl-Socket-2.032-1.fc34.x86_64.rpm  5.1 MB/s |  54 kB     00:00    
21:51:13 #8 40.17 (112/136): perl-Encode-3.12-460.fc34.x86_64.rpm  20 MB/s | 1.7 MB     00:00    
21:51:13 #8 40.18 (113/136): perl-Symbol-1.08-477.fc34.noarch.rpm 1.2 MB/s |  24 kB     00:00    
21:51:13 #8 40.18 (114/136): perl-Text-Tabs+Wrap-2021.0726-1.fc34 1.1 MB/s |  22 kB     00:00    
21:51:13 #8 40.19 (115/136): perl-base-2.27-477.fc34.noarch.rpm   3.4 MB/s |  26 kB     00:00    
21:51:13 #8 40.19 (116/136): perl-if-0.60.800-477.fc34.noarch.rpm 1.9 MB/s |  24 kB     00:00    
21:51:13 #8 40.20 (117/136): perl-interpreter-5.32.1-477.fc34.x86 5.3 MB/s |  81 kB     00:00    
21:51:13 #8 40.20 (118/136): perl-mro-1.23-477.fc34.x86_64.rpm    3.6 MB/s |  38 kB     00:00    
21:51:13 #8 40.21 (119/136): perl-overload-1.31-477.fc34.noarch.r 5.4 MB/s |  56 kB     00:00    
21:51:13 #8 40.21 (120/136): perl-overloading-0.02-477.fc34.noarc 2.4 MB/s |  23 kB     00:00    
21:51:13 #8 40.22 (121/136): perl-subs-1.03-477.fc34.noarch.rpm   2.2 MB/s |  22 kB     00:00    
21:51:13 #8 40.23 (122/136): python-srpm-macros-3.9-38.fc34.noarc 2.5 MB/s |  20 kB     00:00    
21:51:13 #8 40.23 (123/136): perl-vars-1.05-477.fc34.noarch.rpm   1.0 MB/s |  23 kB     00:00    
21:51:13 #8 40.25 (124/136): python3-dbus-1.2.18-1.fc34.x86_64.rp 6.1 MB/s | 132 kB     00:00    
21:51:13 #8 40.26 (125/136): python3-dnf-plugins-core-4.0.23-1.fc 8.7 MB/s | 210 kB     00:00    
21:51:13 #8 40.27 (126/136): python3-enchant-3.2.1-1.fc34.noarch. 3.8 MB/s |  78 kB     00:00    
21:51:13 #8 40.27 (127/136): python3-file-magic-5.39-7.fc34.noarc 1.2 MB/s |  17 kB     00:00    
21:51:13 #8 40.28 (128/136): redhat-rpm-config-183-3.fc34.noarch. 7.0 MB/s |  65 kB     00:00    
21:51:13 #8 40.30 (129/136): perl-libs-5.32.1-477.fc34.x86_64.rpm  18 MB/s | 2.0 MB     00:00    
21:51:13 #8 40.30 (130/136): rpmautospec-rpm-macros-0.2.5-1.fc34. 504 kB/s | 9.9 kB     00:00    
21:51:13 #8 40.31 (131/136): python3-setuptools-53.0.0-2.fc34.noa  18 MB/s | 840 kB     00:00    
21:51:13 #8 40.32 (132/136): rpmlint-1.11-19.fc34.noarch.rpm      8.6 MB/s | 185 kB     00:00    
21:51:13 #8 40.33 (133/136): rust-srpm-macros-18-1.fc34.noarch.rp 440 kB/s | 9.2 kB     00:00    
21:51:13 #8 40.33 (134/136): xxhash-libs-0.8.0-3.fc34.x86_64.rpm  2.7 MB/s |  40 kB     00:00    
21:51:13 #8 40.35 (135/136): file-libs-5.39-7.fc34.x86_64.rpm      23 MB/s | 588 kB     00:00    
21:51:13 #8 40.36 (136/136): zstd-1.5.0-1.fc34.x86_64.rpm          19 MB/s | 643 kB     00:00    
21:51:13 #8 40.36 --------------------------------------------------------------------------------
21:51:13 #8 40.36 Total                                            17 MB/s |  31 MB     00:01     
21:51:15 #8 41.96 Running transaction check
21:51:15 #8 42.04 Transaction check succeeded.
21:51:15 #8 42.04 Running transaction test
21:51:15 #8 42.49 Transaction test succeeded.
21:51:15 #8 42.49 Running transaction
21:51:16 #43 81.21 Created binary: /build/bundles/cross/windows/amd64/dockerd-0.0.0-20211015144513-b485636.exe
21:51:16 #43 81.65 Cloning into '/go/src/github.com/docker/windows-container-utility'...
21:51:16 #43 81.91 Building: /build/bundles/cross/windows/amd64/containerutility.exe
21:51:16 #8 43.26   Preparing        :                                                        1/1 
21:51:16 #8 43.29   Installing       : elfutils-debuginfod-client-0.185-2.fc34.x86_64       1/137 
21:51:16 #8 43.31   Installing       : binutils-gold-2.35.2-6.fc34.x86_64                   2/137 
21:51:16 #8 43.42   Installing       : binutils-2.35.2-6.fc34.x86_64                        3/137 
21:51:16 #8 43.43   Running scriptlet: binutils-2.35.2-6.fc34.x86_64                        3/137 
21:51:16 #8 43.44   Running scriptlet: groff-base-1.22.4-7.fc34.x86_64                      4/137 
21:51:16 #8 43.49   Installing       : groff-base-1.22.4-7.fc34.x86_64                      4/137 
21:51:16 #8 43.50   Running scriptlet: groff-base-1.22.4-7.fc34.x86_64                      4/137 
21:51:16 #8 43.51   Installing       : xz-5.2.5-5.fc34.x86_64                               5/137 
21:51:16 #8 43.52   Installing       : unzip-6.0-50.fc34.x86_64                             6/137 
21:51:16 #8 43.53   Installing       : findutils-1:4.8.0-2.fc34.x86_64                      7/137 
21:51:16 #8 43.54   Installing       : cpio-2.13-10.fc34.x86_64                             8/137 
21:51:16 #8 43.55   Installing       : bzip2-1.0.8-6.fc34.x86_64                            9/137 
21:51:16 #8 43.56   Installing       : zip-3.0-28.fc34.x86_64                              10/137 
21:51:16 #8 43.58   Installing       : elfutils-0.185-2.fc34.x86_64                        11/137 
21:51:16 #8 43.62   Upgrading        : file-libs-5.39-7.fc34.x86_64                        12/137 
21:51:16 #8 43.63   Installing       : file-5.39-7.fc34.x86_64                             13/137 
21:51:16 #8 43.64   Installing       : python3-file-magic-5.39-7.fc34.noarch               14/137 
21:51:16 #8 43.65   Installing       : zstd-1.5.0-1.fc34.x86_64                            15/137 
21:51:16 #8 43.66   Installing       : xxhash-libs-0.8.0-3.fc34.x86_64                     16/137 
21:51:16 #8 43.73   Installing       : gdb-minimal-10.2-3.fc34.x86_64                      17/137 
21:51:16 #8 43.74   Installing       : rust-srpm-macros-18-1.fc34.noarch                   18/137 
21:51:16 #8 43.74   Installing       : rpmautospec-rpm-macros-0.2.5-1.fc34.noarch          19/137 
21:51:16 #8 43.80   Installing       : python3-setuptools-53.0.0-2.fc34.noarch             20/137 
21:51:16 #8 43.81   Installing       : python3-distro-1.5.0-5.fc34.noarch                  21/137 
21:51:16 #8 43.82   Installing       : libjpeg-turbo-2.0.90-3.fc34.x86_64                  22/137 
21:51:16 #8 43.83   Installing       : less-581.2-1.fc34.x86_64                            23/137 
21:51:16 #8 43.83   Installing       : json-glib-1.6.6-1.fc34.x86_64                       24/137 
21:51:17 #8 43.84   Installing       : emacs-filesystem-1:27.2-5.fc34.noarch               25/137 
21:51:17 #8 43.85   Installing       : desktop-file-utils-0.26-3.fc34.x86_64               26/137 
21:51:17 #8 43.85   Installing       : efi-srpm-macros-5-4.fc34.noarch                     27/137 
21:51:17 #8 43.87   Installing       : shared-mime-info-2.1-2.fc34.x86_64                  28/137 
21:51:17 #8 43.88   Running scriptlet: shared-mime-info-2.1-2.fc34.x86_64                  28/137 
21:51:17 #8 43.89   Installing       : qt5-srpm-macros-5.15.2-2.fc34.noarch                29/137 
21:51:17 #8 43.90   Installing       : python3-six-1.15.0-5.fc34.noarch                    30/137 
21:51:17 #8 43.91   Installing       : python3-dateutil-1:2.8.1-3.fc34.noarch              31/137 
21:51:17 #8 43.92   Installing       : pkgconf-m4-1.7.3-6.fc34.noarch                      32/137 
21:51:17 #8 43.92   Installing       : perl-srpm-macros-1-39.fc34.noarch                   33/137 
21:51:17 #8 43.93   Installing       : openblas-srpm-macros-2-9.fc34.noarch                34/137 
21:51:17 #8 43.93   Installing       : ocaml-srpm-macros-6-4.fc34.noarch                   35/137 
21:51:17 #8 43.94   Installing       : nim-srpm-macros-3-4.fc34.noarch                     36/137 
21:51:17 #8 43.94   Installing       : ncurses-6.2-4.20200222.fc34.x86_64                  37/137 
21:51:17 #8 43.95   Installing       : perl-Digest-1.20-1.fc34.noarch                      38/137 
21:51:17 #8 43.96   Installing       : perl-Digest-MD5-2.58-2.fc34.x86_64                  39/137 
21:51:17 #8 43.97   Installing       : perl-B-1.80-477.fc34.x86_64                         40/137 
21:51:17 #8 43.97   Installing       : perl-FileHandle-2.03-477.fc34.noarch                41/137 
21:51:17 #8 43.98   Installing       : perl-AutoLoader-5.74-477.fc34.noarch                42/137 
21:51:17 #8 43.98   Installing       : perl-Data-Dumper-2.174-460.fc34.x86_64              43/137 
21:51:17 #8 43.99   Installing       : perl-libnet-3.13-2.fc34.noarch                      44/137 
21:51:17 #8 43.99   Installing       : perl-base-2.27-477.fc34.noarch                      45/137 
21:51:17 #8 44.00   Installing       : perl-URI-5.09-1.fc34.noarch                         46/137 
21:51:17 #8 44.02   Installing       : perl-Net-SSLeay-1.90-2.fc34.x86_64                  47/137 
21:51:17 #8 44.03   Installing       : perl-Time-Local-2:1.300-5.fc34.noarch               48/137 
21:51:17 #8 44.04   Installing       : perl-Mozilla-CA-20200520-4.fc34.noarch              49/137 
21:51:17 #8 44.04   Installing       : perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch         50/137 
21:51:17 #8 44.05   Installing       : perl-if-0.60.800-477.fc34.noarch                    51/137 
21:51:17 #8 44.05   Installing       : perl-IO-Socket-IP-0.41-3.fc34.noarch                52/137 
21:51:17 #8 44.06   Installing       : perl-File-Path-2.18-2.fc34.noarch                   53/137 
21:51:17 #8 44.07   Installing       : perl-IO-Socket-SSL-2.070-2.fc34.noarch              54/137 
21:51:17 #8 44.07   Installing       : perl-Pod-Escapes-1:1.07-458.fc34.noarch             55/137 
21:51:17 #8 44.08   Installing       : perl-Term-ANSIColor-5.01-459.fc34.noarch            56/137 
21:51:17 #8 44.08   Installing       : perl-Class-Struct-0.66-477.fc34.noarch              57/137 
21:51:17 #8 44.09   Installing       : perl-POSIX-1.94-477.fc34.x86_64                     58/137 
21:51:17 #8 44.09   Installing       : perl-IPC-Open3-1.21-477.fc34.noarch                 59/137 
21:51:17 #8 44.10   Installing       : perl-subs-1.03-477.fc34.noarch                      60/137 
21:51:17 #8 44.10   Installing       : perl-File-Temp-1:0.231.100-2.fc34.noarch            61/137 
21:51:17 #8 44.11   Installing       : perl-HTTP-Tiny-0.078-1.fc34.noarch                  62/137 
21:51:17 #8 44.12   Installing       : perl-Pod-Simple-1:3.42-2.fc34.noarch                63/137 
21:51:17 #8 44.12   Installing       : perl-Term-Cap-1.17-458.fc34.noarch                  64/137 
21:51:17 #8 44.13   Installing       : perl-Socket-4:2.032-1.fc34.x86_64                   65/137 
21:51:17 #8 44.14   Installing       : perl-SelectSaver-1.02-477.fc34.noarch               66/137 
21:51:17 #8 44.14   Installing       : perl-Symbol-1.08-477.fc34.noarch                    67/137 
21:51:17 #8 44.15   Installing       : perl-File-stat-1.09-477.fc34.noarch                 68/137 
21:51:17 #8 44.15   Installing       : perl-podlators-1:4.14-458.fc34.noarch               69/137 
21:51:17 #8 44.16   Installing       : perl-Pod-Perldoc-3.28.01-459.fc34.noarch            70/137 
21:51:17 #8 44.17   Installing       : perl-Text-ParseWords-3.30-458.fc34.noarch           71/137 
21:51:17 #8 44.17   Installing       : perl-Fcntl-1.13-477.fc34.x86_64                     72/137 
21:51:17 #8 44.18   Installing       : perl-mro-1.23-477.fc34.x86_64                       73/137 
21:51:17 #8 44.18   Installing       : perl-IO-1.43-477.fc34.x86_64                        74/137 
21:51:17 #8 44.19   Installing       : perl-overloading-0.02-477.fc34.noarch               75/137 
21:51:17 #8 44.19   Installing       : perl-Pod-Usage-4:2.01-2.fc34.noarch                 76/137 
21:51:17 #8 44.20   Installing       : perl-MIME-Base64-3.16-2.fc34.x86_64                 77/137 
21:51:17 #8 44.21   Installing       : perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64       78/137 
21:51:17 #8 44.21   Installing       : perl-constant-1.33-459.fc34.noarch                  79/137 
21:51:17 #8 44.22   Installing       : perl-parent-1:0.238-458.fc34.noarch                 80/137 
21:51:17 #8 44.22   Installing       : perl-Errno-1.30-477.fc34.x86_64                     81/137 
21:51:17 #8 44.23   Installing       : perl-File-Basename-2.85-477.fc34.noarch             82/137 
21:51:17 #8 44.23   Installing       : perl-Getopt-Std-1.12-477.fc34.noarch                83/137 
21:51:17 #8 44.24   Installing       : perl-Storable-1:3.21-458.fc34.x86_64                84/137 
21:51:17 #8 44.24   Installing       : perl-overload-1.31-477.fc34.noarch                  85/137 
21:51:17 #8 44.25   Installing       : perl-vars-1.05-477.fc34.noarch                      86/137 
21:51:17 #8 44.25   Installing       : perl-Getopt-Long-1:2.52-2.fc34.noarch               87/137 
21:51:17 #8 44.26   Installing       : perl-Carp-1.50-458.fc34.noarch                      88/137 
21:51:17 #8 44.26   Installing       : perl-Exporter-5.74-459.fc34.noarch                  89/137 
21:51:17 #8 44.27   Installing       : perl-DynaLoader-1.47-477.fc34.x86_64                90/137 
21:51:17 #8 44.27   Installing       : perl-PathTools-3.78-459.fc34.x86_64                 91/137 
21:51:17 #8 44.28   Installing       : perl-NDBM_File-1.15-477.fc34.x86_64                 92/137 
21:51:17 #8 44.34   Installing       : perl-Encode-4:3.12-460.fc34.x86_64                  93/137 
21:51:17 #8 44.44   Installing       : perl-libs-4:5.32.1-477.fc34.x86_64                  94/137 
21:51:17 #8 44.45   Installing       : perl-interpreter-4:5.32.1-477.fc34.x86_64           95/137 
21:51:17 #8 44.46   Installing       : lua-srpm-macros-1-4.fc34.noarch                     96/137 
21:51:17 #8 44.47   Installing       : libstemmer-0-16.585svn.fc34.x86_64                  97/137 
21:51:17 #8 44.47   Installing       : libproxy-0.4.15-30.fc34.x86_64                      98/137 
21:51:17 #8 44.48   Installing       : libpng-2:1.6.37-10.fc34.x86_64                      99/137 
21:51:17 #8 44.49   Installing       : gdk-pixbuf2-2.42.6-1.fc34.x86_64                   100/137 
21:51:17 #8 44.50   Installing       : libpkgconf-1.7.3-6.fc34.x86_64                     101/137 
21:51:17 #8 44.51   Installing       : pkgconf-1.7.3-6.fc34.x86_64                        102/137 
21:51:17 #8 44.51   Installing       : pkgconf-pkg-config-1.7.3-6.fc34.x86_64             103/137 
21:51:17 #8 44.52   Installing       : libpipeline-1.5.3-2.fc34.x86_64                    104/137 
21:51:17 #8 44.52   Running scriptlet: man-db-2.9.3-3.fc34.x86_64                         105/137 
21:51:17 #8 44.55   Installing       : man-db-2.9.3-3.fc34.x86_64                         105/137 
21:51:17 #8 44.56   Running scriptlet: man-db-2.9.3-3.fc34.x86_64                         105/137 
21:51:17 #8 44.57   Installing       : kernel-srpm-macros-1.0-4.fc34.noarch               106/137 
21:51:17 #8 44.58   Installing       : info-6.7-10.fc34.x86_64                            107/137 
21:51:17 #8 44.59   Installing       : ed-1.14.2-10.fc34.x86_64                           108/137 
21:51:17 #8 44.60   Installing       : patch-2.7.6-14.fc34.x86_64                         109/137 
21:51:17 #8 44.60   Installing       : hunspell-filesystem-1.7.0-9.fc34.x86_64            110/137 
21:51:17 #8 44.61   Installing       : hunspell-en-US-0.20140811.1-18.fc34.noarch         111/137 
21:51:17 #8 44.62   Installing       : hunspell-1.7.0-9.fc34.x86_64                       112/137 
21:51:17 #8 44.63   Installing       : enchant-1:1.6.0-27.fc34.x86_64                     113/137 
21:51:17 #8 44.64   Installing       : python3-enchant-3.2.1-1.fc34.noarch                114/137 
21:51:17 #8 44.65   Installing       : gnat-srpm-macros-4-13.fc34.noarch                  115/137 
21:51:17 #8 44.65   Installing       : ghc-srpm-macros-1.5.0-4.fc34.noarch                116/137 
21:51:17 #8 44.66   Installing       : fpc-srpm-macros-1.3-3.fc34.noarch                  117/137 
21:51:17 #8 44.66   Installing       : dwz-0.14-1.fc34.x86_64                             118/137 
21:51:17 #8 44.67   Installing       : fonts-srpm-macros-1:2.0.5-5.fc34.noarch            119/137 
21:51:17 #8 44.68   Installing       : go-srpm-macros-3.0.10-1.fc34.noarch                120/137 
21:51:17 #8 44.68   Installing       : python-srpm-macros-3.9-38.fc34.noarch              121/137 
21:51:17 #8 44.69   Installing       : redhat-rpm-config-183-3.fc34.noarch                122/137 
21:51:17 #8 44.70   Installing       : diffutils-3.7-8.fc34.x86_64                        123/137 
21:51:17 #8 44.71   Installing       : dbus-libs-1:1.12.20-3.fc34.x86_64                  124/137 
21:51:17 #8 44.73   Installing       : python3-dbus-1.2.18-1.fc34.x86_64                  125/137 
21:51:17 #8 44.74   Installing       : python3-dnf-plugins-core-4.0.23-1.fc34.noarch      126/137 
21:51:17 #8 44.76   Installing       : adobe-source-code-pro-fonts-2.030.1.050-10.fc34.   127/137 
21:51:17 #8 44.77   Installing       : abattis-cantarell-fonts-0.301-2.fc34.noarch        128/137 
21:51:17 #8 44.79   Installing       : gsettings-desktop-schemas-40.0-1.fc34.x86_64       129/137 
21:51:17 #8 44.80   Installing       : glib-networking-2.68.2-1.fc34.x86_64               130/137 
21:51:18 #8 44.82   Installing       : libsoup-2.72.0-6.fc34.x86_64                       131/137 
21:51:18 #8 44.83   Installing       : libappstream-glib-0.7.18-2.fc34.x86_64             132/137 
21:51:18 #8 44.85   Installing       : rpmlint-1.11-19.fc34.noarch                        133/137 
21:51:18 #8 44.85   Installing       : dnf-plugins-core-4.0.23-1.fc34.noarch              134/137 
21:51:18 #8 44.86   Installing       : rpm-build-4.16.1.3-1.fc34.x86_64                   135/137 
21:51:18 #8 44.87   Installing       : hunspell-en-GB-0.20140811.1-18.fc34.noarch         136/137 
21:51:18 #8 44.88   Cleanup          : file-libs-5.39-6.fc34.x86_64                       137/137 
21:51:20 #43 86.45 
21:51:20 #43 DONE 86.8s
21:51:20 
21:51:20 #44 [cross 1/1] COPY --from=build-cross /build/bundles/ /
21:51:20 #44 sha256:22b2857705a67a79ed7dfd892ff1b638391fd54cf6f97e07d51abe8c66881c6b
21:51:20 #44 DONE 0.2s
21:51:20 
21:51:20 #45 exporting to client
21:51:20 #45 sha256:b60a1292d407630dbb741f28ab6ea4ce3cca872ac28eeee56f4e66a182eca4bc
21:51:20 #45 copying files 25B
21:51:21 #8 44.90   Running scriptlet: file-libs-5.39-6.fc34.x86_64                       137/137 
21:51:21 #8 47.75   Verifying        : abattis-cantarell-fonts-0.301-2.fc34.noarch          1/137 
21:51:21 #8 47.75   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-10.fc34.     2/137 
21:51:21 #8 47.75   Verifying        : bzip2-1.0.8-6.fc34.x86_64                            3/137 
21:51:21 #8 47.75   Verifying        : cpio-2.13-10.fc34.x86_64                             4/137 
21:51:21 #8 47.75   Verifying        : dbus-libs-1:1.12.20-3.fc34.x86_64                    5/137 
21:51:21 #8 47.75   Verifying        : desktop-file-utils-0.26-3.fc34.x86_64                6/137 
21:51:21 #8 47.75   Verifying        : diffutils-3.7-8.fc34.x86_64                          7/137 
21:51:21 #8 47.75   Verifying        : dwz-0.14-1.fc34.x86_64                               8/137 
21:51:21 #8 47.75   Verifying        : ed-1.14.2-10.fc34.x86_64                             9/137 
21:51:21 #8 47.75   Verifying        : enchant-1:1.6.0-27.fc34.x86_64                      10/137 
21:51:21 #8 47.75   Verifying        : findutils-1:4.8.0-2.fc34.x86_64                     11/137 
21:51:21 #8 47.75   Verifying        : fonts-srpm-macros-1:2.0.5-5.fc34.noarch             12/137 
21:51:21 #8 47.75   Verifying        : fpc-srpm-macros-1.3-3.fc34.noarch                   13/137 
21:51:21 #8 47.75   Verifying        : ghc-srpm-macros-1.5.0-4.fc34.noarch                 14/137 
21:51:21 #8 47.75   Verifying        : gnat-srpm-macros-4-13.fc34.noarch                   15/137 
21:51:21 #8 47.75   Verifying        : groff-base-1.22.4-7.fc34.x86_64                     16/137 
21:51:21 #8 47.75   Verifying        : gsettings-desktop-schemas-40.0-1.fc34.x86_64        17/137 
21:51:21 #8 47.75   Verifying        : hunspell-1.7.0-9.fc34.x86_64                        18/137 
21:51:21 #8 47.75   Verifying        : hunspell-en-GB-0.20140811.1-18.fc34.noarch          19/137 
21:51:21 #8 47.75   Verifying        : hunspell-en-US-0.20140811.1-18.fc34.noarch          20/137 
21:51:21 #8 47.75   Verifying        : hunspell-filesystem-1.7.0-9.fc34.x86_64             21/137 
21:51:21 #8 47.75   Verifying        : info-6.7-10.fc34.x86_64                             22/137 
21:51:21 #8 47.75   Verifying        : kernel-srpm-macros-1.0-4.fc34.noarch                23/137 
21:51:21 #8 47.75   Verifying        : libappstream-glib-0.7.18-2.fc34.x86_64              24/137 
21:51:21 #8 47.75   Verifying        : libpipeline-1.5.3-2.fc34.x86_64                     25/137 
21:51:21 #8 47.75   Verifying        : libpkgconf-1.7.3-6.fc34.x86_64                      26/137 
21:51:21 #8 47.75   Verifying        : libpng-2:1.6.37-10.fc34.x86_64                      27/137 
21:51:21 #8 47.75   Verifying        : libproxy-0.4.15-30.fc34.x86_64                      28/137 
21:51:21 #8 47.75   Verifying        : libsoup-2.72.0-6.fc34.x86_64                        29/137 
21:51:21 #8 47.75   Verifying        : libstemmer-0-16.585svn.fc34.x86_64                  30/137 
21:51:21 #8 47.75   Verifying        : lua-srpm-macros-1-4.fc34.noarch                     31/137 
21:51:21 #8 47.75   Verifying        : man-db-2.9.3-3.fc34.x86_64                          32/137 
21:51:21 #8 47.75   Verifying        : ncurses-6.2-4.20200222.fc34.x86_64                  33/137 
21:51:21 #8 47.75   Verifying        : nim-srpm-macros-3-4.fc34.noarch                     34/137 
21:51:21 #8 47.75   Verifying        : ocaml-srpm-macros-6-4.fc34.noarch                   35/137 
21:51:21 #8 47.75   Verifying        : openblas-srpm-macros-2-9.fc34.noarch                36/137 
21:51:21 #8 47.75   Verifying        : patch-2.7.6-14.fc34.x86_64                          37/137 
21:51:21 #8 47.75   Verifying        : perl-Carp-1.50-458.fc34.noarch                      38/137 
21:51:21 #8 47.75   Verifying        : perl-Data-Dumper-2.174-460.fc34.x86_64              39/137 
21:51:21 #8 47.75   Verifying        : perl-Digest-MD5-2.58-2.fc34.x86_64                  40/137 
21:51:21 #8 47.75   Verifying        : perl-Exporter-5.74-459.fc34.noarch                  41/137 
21:51:21 #8 47.75   Verifying        : perl-File-Path-2.18-2.fc34.noarch                   42/137 
21:51:21 #8 47.75   Verifying        : perl-File-Temp-1:0.231.100-2.fc34.noarch            43/137 
21:51:21 #8 47.75   Verifying        : perl-Getopt-Long-1:2.52-2.fc34.noarch               44/137 
21:51:21 #8 47.75   Verifying        : perl-IO-Socket-IP-0.41-3.fc34.noarch                45/137 
21:51:21 #8 47.75   Verifying        : perl-IO-Socket-SSL-2.070-2.fc34.noarch              46/137 
21:51:21 #8 47.75   Verifying        : perl-MIME-Base64-3.16-2.fc34.x86_64                 47/137 
21:51:21 #8 47.75   Verifying        : perl-Mozilla-CA-20200520-4.fc34.noarch              48/137 
21:51:21 #8 47.75   Verifying        : perl-Net-SSLeay-1.90-2.fc34.x86_64                  49/137 
21:51:21 #8 47.75   Verifying        : perl-PathTools-3.78-459.fc34.x86_64                 50/137 
21:51:21 #8 47.75   Verifying        : perl-Pod-Escapes-1:1.07-458.fc34.noarch             51/137 
21:51:21 #8 47.75   Verifying        : perl-Pod-Perldoc-3.28.01-459.fc34.noarch            52/137 
21:51:21 #8 47.75   Verifying        : perl-Pod-Simple-1:3.42-2.fc34.noarch                53/137 
21:51:21 #8 47.75   Verifying        : perl-Pod-Usage-4:2.01-2.fc34.noarch                 54/137 
21:51:21 #8 47.75   Verifying        : perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64       55/137 
21:51:21 #8 47.75   Verifying        : perl-Storable-1:3.21-458.fc34.x86_64                56/137 
21:51:21 #8 47.75   Verifying        : perl-Term-ANSIColor-5.01-459.fc34.noarch            57/137 
21:51:21 #8 47.75   Verifying        : perl-Term-Cap-1.17-458.fc34.noarch                  58/137 
21:51:21 #8 47.75   Verifying        : perl-Text-ParseWords-3.30-458.fc34.noarch           59/137 
21:51:21 #8 47.75   Verifying        : perl-Time-Local-2:1.300-5.fc34.noarch               60/137 
21:51:21 #8 47.75   Verifying        : perl-URI-5.09-1.fc34.noarch                         61/137 
21:51:21 #8 47.75   Verifying        : perl-constant-1.33-459.fc34.noarch                  62/137 
21:51:21 #8 47.75   Verifying        : perl-libnet-3.13-2.fc34.noarch                      63/137 
21:51:21 #8 47.75   Verifying        : perl-parent-1:0.238-458.fc34.noarch                 64/137 
21:51:21 #8 47.75   Verifying        : perl-podlators-1:4.14-458.fc34.noarch               65/137 
21:51:21 #8 47.75   Verifying        : perl-srpm-macros-1-39.fc34.noarch                   66/137 
21:51:21 #8 47.75   Verifying        : pkgconf-1.7.3-6.fc34.x86_64                         67/137 
21:51:21 #8 47.75   Verifying        : pkgconf-m4-1.7.3-6.fc34.noarch                      68/137 
21:51:21 #8 47.75   Verifying        : pkgconf-pkg-config-1.7.3-6.fc34.x86_64              69/137 
21:51:21 #8 47.75   Verifying        : python3-dateutil-1:2.8.1-3.fc34.noarch              70/137 
21:51:21 #8 47.75   Verifying        : python3-distro-1.5.0-5.fc34.noarch                  71/137 
21:51:21 #8 47.75   Verifying        : python3-six-1.15.0-5.fc34.noarch                    72/137 
21:51:21 #8 47.75   Verifying        : qt5-srpm-macros-5.15.2-2.fc34.noarch                73/137 
21:51:21 #8 47.75   Verifying        : rpm-build-4.16.1.3-1.fc34.x86_64                    74/137 
21:51:21 #8 47.75   Verifying        : shared-mime-info-2.1-2.fc34.x86_64                  75/137 
21:51:21 #8 47.75   Verifying        : unzip-6.0-50.fc34.x86_64                            76/137 
21:51:21 #8 47.75   Verifying        : xz-5.2.5-5.fc34.x86_64                              77/137 
21:51:21 #8 47.75   Verifying        : zip-3.0-28.fc34.x86_64                              78/137 
21:51:21 #8 47.75   Verifying        : binutils-2.35.2-6.fc34.x86_64                       79/137 
21:51:21 #8 47.75   Verifying        : binutils-gold-2.35.2-6.fc34.x86_64                  80/137 
21:51:21 #8 47.75   Verifying        : dnf-plugins-core-4.0.23-1.fc34.noarch               81/137 
21:51:21 #8 47.75   Verifying        : efi-srpm-macros-5-4.fc34.noarch                     82/137 
21:51:21 #8 47.76   Verifying        : elfutils-0.185-2.fc34.x86_64                        83/137 
21:51:21 #8 47.76   Verifying        : elfutils-debuginfod-client-0.185-2.fc34.x86_64      84/137 
21:51:21 #8 47.76   Verifying        : emacs-filesystem-1:27.2-5.fc34.noarch               85/137 
21:51:21 #8 47.76   Verifying        : file-5.39-7.fc34.x86_64                             86/137 
21:51:21 #8 47.76   Verifying        : gdb-minimal-10.2-3.fc34.x86_64                      87/137 
21:51:21 #8 47.76   Verifying        : gdk-pixbuf2-2.42.6-1.fc34.x86_64                    88/137 
21:51:21 #8 47.76   Verifying        : glib-networking-2.68.2-1.fc34.x86_64                89/137 
21:51:21 #8 47.76   Verifying        : go-srpm-macros-3.0.10-1.fc34.noarch                 90/137 
21:51:21 #8 47.76   Verifying        : json-glib-1.6.6-1.fc34.x86_64                       91/137 
21:51:21 #8 47.76   Verifying        : less-581.2-1.fc34.x86_64                            92/137 
21:51:21 #8 47.76   Verifying        : libjpeg-turbo-2.0.90-3.fc34.x86_64                  93/137 
21:51:21 #8 47.76   Verifying        : perl-AutoLoader-5.74-477.fc34.noarch                94/137 
21:51:21 #8 47.76   Verifying        : perl-B-1.80-477.fc34.x86_64                         95/137 
21:51:21 #8 47.76   Verifying        : perl-Class-Struct-0.66-477.fc34.noarch              96/137 
21:51:21 #8 47.76   Verifying        : perl-Digest-1.20-1.fc34.noarch                      97/137 
21:51:21 #8 47.76   Verifying        : perl-DynaLoader-1.47-477.fc34.x86_64                98/137 
21:51:21 #8 47.76   Verifying        : perl-Encode-4:3.12-460.fc34.x86_64                  99/137 
21:51:21 #8 47.76   Verifying        : perl-Errno-1.30-477.fc34.x86_64                    100/137 
21:51:21 #8 47.76   Verifying        : perl-Fcntl-1.13-477.fc34.x86_64                    101/137 
21:51:21 #8 47.76   Verifying        : perl-File-Basename-2.85-477.fc34.noarch            102/137 
21:51:21 #8 47.76   Verifying        : perl-File-stat-1.09-477.fc34.noarch                103/137 
21:51:21 #8 47.76   Verifying        : perl-FileHandle-2.03-477.fc34.noarch               104/137 
21:51:21 #8 47.76   Verifying        : perl-Getopt-Std-1.12-477.fc34.noarch               105/137 
21:51:21 #8 47.76   Verifying        : perl-HTTP-Tiny-0.078-1.fc34.noarch                 106/137 
21:51:21 #8 47.76   Verifying        : perl-IO-1.43-477.fc34.x86_64                       107/137 
21:51:21 #8 47.76   Verifying        : perl-IPC-Open3-1.21-477.fc34.noarch                108/137 
21:51:21 #8 47.76   Verifying        : perl-NDBM_File-1.15-477.fc34.x86_64                109/137 
21:51:21 #8 47.76   Verifying        : perl-POSIX-1.94-477.fc34.x86_64                    110/137 
21:51:21 #8 47.76   Verifying        : perl-SelectSaver-1.02-477.fc34.noarch              111/137 
21:51:21 #8 47.76   Verifying        : perl-Socket-4:2.032-1.fc34.x86_64                  112/137 
21:51:21 #8 47.76   Verifying        : perl-Symbol-1.08-477.fc34.noarch                   113/137 
21:51:21 #8 47.76   Verifying        : perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch        114/137 
21:51:21 #8 47.76   Verifying        : perl-base-2.27-477.fc34.noarch                     115/137 
21:51:21 #8 47.76   Verifying        : perl-if-0.60.800-477.fc34.noarch                   116/137 
21:51:21 #8 47.76   Verifying        : perl-interpreter-4:5.32.1-477.fc34.x86_64          117/137 
21:51:21 #8 47.76   Verifying        : perl-libs-4:5.32.1-477.fc34.x86_64                 118/137 
21:51:21 #8 47.76   Verifying        : perl-mro-1.23-477.fc34.x86_64                      119/137 
21:51:21 #8 47.76   Verifying        : perl-overload-1.31-477.fc34.noarch                 120/137 
21:51:21 #8 47.76   Verifying        : perl-overloading-0.02-477.fc34.noarch              121/137 
21:51:21 #8 47.76   Verifying        : perl-subs-1.03-477.fc34.noarch                     122/137 
21:51:21 #8 47.76   Verifying        : perl-vars-1.05-477.fc34.noarch                     123/137 
21:51:21 #8 47.76   Verifying        : python-srpm-macros-3.9-38.fc34.noarch              124/137 
21:51:21 #8 47.76   Verifying        : python3-dbus-1.2.18-1.fc34.x86_64                  125/137 
21:51:21 #8 47.76   Verifying        : python3-dnf-plugins-core-4.0.23-1.fc34.noarch      126/137 
21:51:21 #8 47.76   Verifying        : python3-enchant-3.2.1-1.fc34.noarch                127/137 
21:51:21 #8 47.76   Verifying        : python3-file-magic-5.39-7.fc34.noarch              128/137 
21:51:21 #8 47.76   Verifying        : python3-setuptools-53.0.0-2.fc34.noarch            129/137 
21:51:21 #8 47.76   Verifying        : redhat-rpm-config-183-3.fc34.noarch                130/137 
21:51:21 #8 47.76   Verifying        : rpmautospec-rpm-macros-0.2.5-1.fc34.noarch         131/137 
21:51:21 #8 47.76   Verifying        : rpmlint-1.11-19.fc34.noarch                        132/137 
21:51:21 #8 47.76   Verifying        : rust-srpm-macros-18-1.fc34.noarch                  133/137 
21:51:21 #8 47.76   Verifying        : xxhash-libs-0.8.0-3.fc34.x86_64                    134/137 
21:51:21 #8 47.76   Verifying        : zstd-1.5.0-1.fc34.x86_64                           135/137 
21:51:21 #8 47.76   Verifying        : file-libs-5.39-7.fc34.x86_64                       136/137 
21:51:21 #8 47.76   Verifying        : file-libs-5.39-6.fc34.x86_64                       137/137 
21:51:21 #8 47.94 
21:51:21 #8 47.94 Upgraded:
21:51:21 #8 47.94   file-libs-5.39-7.fc34.x86_64                                                  
21:51:21 #8 47.94 Installed:
21:51:21 #8 47.94   abattis-cantarell-fonts-0.301-2.fc34.noarch                                   
21:51:21 #8 47.94   adobe-source-code-pro-fonts-2.030.1.050-10.fc34.noarch                        
21:51:21 #8 47.94   binutils-2.35.2-6.fc34.x86_64                                                 
21:51:21 #8 47.94   binutils-gold-2.35.2-6.fc34.x86_64                                            
21:51:21 #8 47.94   bzip2-1.0.8-6.fc34.x86_64                                                     
21:51:21 #8 47.94   cpio-2.13-10.fc34.x86_64                                                      
21:51:21 #8 47.94   dbus-libs-1:1.12.20-3.fc34.x86_64                                             
21:51:21 #8 47.94   desktop-file-utils-0.26-3.fc34.x86_64                                         
21:51:21 #8 47.94   diffutils-3.7-8.fc34.x86_64                                                   
21:51:21 #8 47.94   dnf-plugins-core-4.0.23-1.fc34.noarch                                         
21:51:21 #8 47.94   dwz-0.14-1.fc34.x86_64                                                        
21:51:21 #8 47.94   ed-1.14.2-10.fc34.x86_64                                                      
21:51:21 #8 47.94   efi-srpm-macros-5-4.fc34.noarch                                               
21:51:21 #8 47.94   elfutils-0.185-2.fc34.x86_64                                                  
21:51:21 #8 47.94   elfutils-debuginfod-client-0.185-2.fc34.x86_64                                
21:51:21 #8 47.94   emacs-filesystem-1:27.2-5.fc34.noarch                                         
21:51:21 #8 47.94   enchant-1:1.6.0-27.fc34.x86_64                                                
21:51:21 #8 47.94   file-5.39-7.fc34.x86_64                                                       
21:51:21 #8 47.94   findutils-1:4.8.0-2.fc34.x86_64                                               
21:51:21 #8 47.94   fonts-srpm-macros-1:2.0.5-5.fc34.noarch                                       
21:51:21 #8 47.94   fpc-srpm-macros-1.3-3.fc34.noarch                                             
21:51:21 #8 47.94   gdb-minimal-10.2-3.fc34.x86_64                                                
21:51:21 #8 47.94   gdk-pixbuf2-2.42.6-1.fc34.x86_64                                              
21:51:21 #8 47.94   ghc-srpm-macros-1.5.0-4.fc34.noarch                                           
21:51:21 #8 47.94   glib-networking-2.68.2-1.fc34.x86_64                                          
21:51:21 #8 47.94   gnat-srpm-macros-4-13.fc34.noarch                                             
21:51:21 #8 47.94   go-srpm-macros-3.0.10-1.fc34.noarch                                           
21:51:21 #8 47.94   groff-base-1.22.4-7.fc34.x86_64                                               
21:51:21 #8 47.94   gsettings-desktop-schemas-40.0-1.fc34.x86_64                                  
21:51:21 #8 47.94   hunspell-1.7.0-9.fc34.x86_64                                                  
21:51:21 #8 47.94   hunspell-en-GB-0.20140811.1-18.fc34.noarch                                    
21:51:21 #8 47.94   hunspell-en-US-0.20140811.1-18.fc34.noarch                                    
21:51:21 #8 47.94   hunspell-filesystem-1.7.0-9.fc34.x86_64                                       
21:51:21 #8 47.94   info-6.7-10.fc34.x86_64                                                       
21:51:21 #8 47.94   json-glib-1.6.6-1.fc34.x86_64                                                 
21:51:21 #8 47.94   kernel-srpm-macros-1.0-4.fc34.noarch                                          
21:51:21 #8 47.94   less-581.2-1.fc34.x86_64                                                      
21:51:21 #8 47.94   libappstream-glib-0.7.18-2.fc34.x86_64                                        
21:51:21 #8 47.94   libjpeg-turbo-2.0.90-3.fc34.x86_64                                            
21:51:21 #8 47.94   libpipeline-1.5.3-2.fc34.x86_64                                               
21:51:21 #8 47.94   libpkgconf-1.7.3-6.fc34.x86_64                                                
21:51:21 #8 47.94   libpng-2:1.6.37-10.fc34.x86_64                                                
21:51:21 #8 47.94   libproxy-0.4.15-30.fc34.x86_64                                                
21:51:21 #8 47.94   libsoup-2.72.0-6.fc34.x86_64                                                  
21:51:21 #8 47.94   libstemmer-0-16.585svn.fc34.x86_64                                            
21:51:21 #8 47.94   lua-srpm-macros-1-4.fc34.noarch                                               
21:51:21 #8 47.94   man-db-2.9.3-3.fc34.x86_64                                                    
21:51:21 #8 47.94   ncurses-6.2-4.20200222.fc34.x86_64                                            
21:51:21 #8 47.94   nim-srpm-macros-3-4.fc34.noarch                                               
21:51:21 #8 47.94   ocaml-srpm-macros-6-4.fc34.noarch                                             
21:51:21 #8 47.94   openblas-srpm-macros-2-9.fc34.noarch                                          
21:51:21 #8 47.94   patch-2.7.6-14.fc34.x86_64                                                    
21:51:21 #8 47.94   perl-AutoLoader-5.74-477.fc34.noarch                                          
21:51:21 #8 47.94   perl-B-1.80-477.fc34.x86_64                                                   
21:51:21 #8 47.94   perl-Carp-1.50-458.fc34.noarch                                                
21:51:21 #8 47.94   perl-Class-Struct-0.66-477.fc34.noarch                                        
21:51:21 #8 47.94   perl-Data-Dumper-2.174-460.fc34.x86_64                                        
21:51:21 #8 47.94   perl-Digest-1.20-1.fc34.noarch                                                
21:51:21 #8 47.94   perl-Digest-MD5-2.58-2.fc34.x86_64                                            
21:51:21 #8 47.94   perl-DynaLoader-1.47-477.fc34.x86_64                                          
21:51:21 #8 47.94   perl-Encode-4:3.12-460.fc34.x86_64                                            
21:51:21 #8 47.94   perl-Errno-1.30-477.fc34.x86_64                                               
21:51:21 #8 47.94   perl-Exporter-5.74-459.fc34.noarch                                            
21:51:21 #8 47.94   perl-Fcntl-1.13-477.fc34.x86_64                                               
21:51:21 #8 47.94   perl-File-Basename-2.85-477.fc34.noarch                                       
21:51:21 #8 47.94   perl-File-Path-2.18-2.fc34.noarch                                             
21:51:21 #8 47.94   perl-File-Temp-1:0.231.100-2.fc34.noarch                                      
21:51:21 #8 47.94   perl-File-stat-1.09-477.fc34.noarch                                           
21:51:21 #8 47.94   perl-FileHandle-2.03-477.fc34.noarch                                          
21:51:21 #8 47.94   perl-Getopt-Long-1:2.52-2.fc34.noarch                                         
21:51:21 #8 47.94   perl-Getopt-Std-1.12-477.fc34.noarch                                          
21:51:21 #8 47.94   perl-HTTP-Tiny-0.078-1.fc34.noarch                                            
21:51:21 #8 47.94   perl-IO-1.43-477.fc34.x86_64                                                  
21:51:21 #8 47.94   perl-IO-Socket-IP-0.41-3.fc34.noarch                                          
21:51:21 #8 47.94   perl-IO-Socket-SSL-2.070-2.fc34.noarch                                        
21:51:21 #8 47.94   perl-IPC-Open3-1.21-477.fc34.noarch                                           
21:51:21 #8 47.94   perl-MIME-Base64-3.16-2.fc34.x86_64                                           
21:51:21 #8 47.94   perl-Mozilla-CA-20200520-4.fc34.noarch                                        
21:51:21 #8 47.94   perl-NDBM_File-1.15-477.fc34.x86_64                                           
21:51:21 #8 47.94   perl-Net-SSLeay-1.90-2.fc34.x86_64                                            
21:51:21 #8 47.94   perl-POSIX-1.94-477.fc34.x86_64                                               
21:51:21 #8 47.94   perl-PathTools-3.78-459.fc34.x86_64                                           
21:51:21 #8 47.94   perl-Pod-Escapes-1:1.07-458.fc34.noarch                                       
21:51:21 #8 47.94   perl-Pod-Perldoc-3.28.01-459.fc34.noarch                                      
21:51:21 #8 47.94   perl-Pod-Simple-1:3.42-2.fc34.noarch                                          
21:51:21 #8 47.94   perl-Pod-Usage-4:2.01-2.fc34.noarch                                           
21:51:21 #8 47.94   perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64                                 
21:51:21 #8 47.94   perl-SelectSaver-1.02-477.fc34.noarch                                         
21:51:21 #8 47.94   perl-Socket-4:2.032-1.fc34.x86_64                                             
21:51:21 #8 47.94   perl-Storable-1:3.21-458.fc34.x86_64                                          
21:51:21 #8 47.94   perl-Symbol-1.08-477.fc34.noarch                                              
21:51:21 #8 47.94   perl-Term-ANSIColor-5.01-459.fc34.noarch                                      
21:51:21 #8 47.94   perl-Term-Cap-1.17-458.fc34.noarch                                            
21:51:21 #8 47.94   perl-Text-ParseWords-3.30-458.fc34.noarch                                     
21:51:21 #8 47.94   perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch                                   
21:51:21 #8 47.94   perl-Time-Local-2:1.300-5.fc34.noarch                                         
21:51:21 #8 47.94   perl-URI-5.09-1.fc34.noarch                                                   
21:51:21 #8 47.94   perl-base-2.27-477.fc34.noarch                                                
21:51:21 #8 47.94   perl-constant-1.33-459.fc34.noarch                                            
21:51:21 #8 47.94   perl-if-0.60.800-477.fc34.noarch                                              
21:51:21 #8 47.94   perl-interpreter-4:5.32.1-477.fc34.x86_64                                     
21:51:21 #8 47.94   perl-libnet-3.13-2.fc34.noarch                                                
21:51:21 #8 47.94   perl-libs-4:5.32.1-477.fc34.x86_64                                            
21:51:21 #8 47.94   perl-mro-1.23-477.fc34.x86_64                                                 
21:51:21 #8 47.94   perl-overload-1.31-477.fc34.noarch                                            
21:51:21 #8 47.94   perl-overloading-0.02-477.fc34.noarch                                         
21:51:21 #8 47.94   perl-parent-1:0.238-458.fc34.noarch                                           
21:51:21 #8 47.94   perl-podlators-1:4.14-458.fc34.noarch                                         
21:51:21 #8 47.94   perl-srpm-macros-1-39.fc34.noarch                                             
21:51:21 #8 47.94   perl-subs-1.03-477.fc34.noarch                                                
21:51:21 #8 47.94   perl-vars-1.05-477.fc34.noarch                                                
21:51:21 #8 47.94   pkgconf-1.7.3-6.fc34.x86_64                                                   
21:51:21 #8 47.94   pkgconf-m4-1.7.3-6.fc34.noarch                                                
21:51:21 #8 47.94   pkgconf-pkg-config-1.7.3-6.fc34.x86_64                                        
21:51:21 #8 47.94   python-srpm-macros-3.9-38.fc34.noarch                                         
21:51:21 #8 47.94   python3-dateutil-1:2.8.1-3.fc34.noarch                                        
21:51:21 #8 47.94   python3-dbus-1.2.18-1.fc34.x86_64                                             
21:51:21 #8 47.94   python3-distro-1.5.0-5.fc34.noarch                                            
21:51:21 #8 47.94   python3-dnf-plugins-core-4.0.23-1.fc34.noarch                                 
21:51:21 #8 47.94   python3-enchant-3.2.1-1.fc34.noarch                                           
21:51:21 #8 47.94   python3-file-magic-5.39-7.fc34.noarch                                         
21:51:21 #8 47.94   python3-setuptools-53.0.0-2.fc34.noarch                                       
21:51:21 #8 47.94   python3-six-1.15.0-5.fc34.noarch                                              
21:51:21 #8 47.94   qt5-srpm-macros-5.15.2-2.fc34.noarch                                          
21:51:21 #8 47.94   redhat-rpm-config-183-3.fc34.noarch                                           
21:51:21 #8 47.94   rpm-build-4.16.1.3-1.fc34.x86_64                                              
21:51:21 #8 47.94   rpmautospec-rpm-macros-0.2.5-1.fc34.noarch                                    
21:51:21 #8 47.94   rpmlint-1.11-19.fc34.noarch                                                   
21:51:21 #8 47.94   rust-srpm-macros-18-1.fc34.noarch                                             
21:51:21 #8 47.94   shared-mime-info-2.1-2.fc34.x86_64                                            
21:51:21 #8 47.94   unzip-6.0-50.fc34.x86_64                                                      
21:51:21 #8 47.94   xxhash-libs-0.8.0-3.fc34.x86_64                                               
21:51:21 #8 47.94   xz-5.2.5-5.fc34.x86_64                                                        
21:51:21 #8 47.94   zip-3.0-28.fc34.x86_64                                                        
21:51:21 #8 47.94   zstd-1.5.0-1.fc34.x86_64                                                      
21:51:21 #8 47.94 
21:51:21 #8 47.94 Complete!
21:51:21 #8 DONE 48.1s
21:51:21 
21:51:21 #10 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
21:51:21 #10 sha256:bff0759099cac476c1d94d9141d9f1db4b8dc798203681748808463cad205f99
21:51:21 #10 DONE 0.1s
21:51:21 
21:51:21 #11 [stage-1 4/6] RUN   if [ "$(uname -m)" = "x86_64" ]; then     dnf builddep -y /root/rpmbuild/SPECS/*.spec;   else     dnf builddep -y /root/rpmbuild/SPECS/docker-c*.spec;   fi
21:51:21 #11 sha256:6f66c490712c6681efb150c035b3fd3148c154bcf8b474640768788b008a3fc6
21:51:21 #45 copying files 58.74MB 0.6s done
21:51:21 #45 DONE 0.7s
21:51:21 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/docker'
21:51:21 mkdir -p build/win/amd64/docker/cli-plugins
21:51:21 GOOS=windows GOARCH=amd64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-589/static/build/win/amd64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-589/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-589/static/scripts/build-cli-plugins":/build:ro golang:1.16.9 /build
21:51:22 Cloning into '/go/src/github.com/docker/app'...
21:51:23 #11 2.491 Last metadata expiration check: 0:00:17 ago on Thu Oct 21 21:51:06 2021.
21:51:25 #11 3.747 Package bash-5.1.0-2.fc34.x86_64 is already installed.
21:51:25 #11 3.757 Package bash-5.1.0-2.fc34.x86_64 is already installed.
21:51:25 #11 3.758 Package ca-certificates-2021.2.50-1.0.fc34.noarch is already installed.
21:51:25 #11 3.758 Package libarchive-3.5.2-2.fc34.x86_64 is already installed.
21:51:25 #11 3.759 Package pkgconf-pkg-config-1.7.3-6.fc34.x86_64 is already installed.
21:51:25 #11 3.760 Package tar-2:1.34-1.fc34.x86_64 is already installed.
21:51:25 #11 3.778 Package bash-5.1.0-2.fc34.x86_64 is already installed.
21:51:25 #11 3.831 Dependencies resolved.
21:51:25 #11 3.853 ================================================================================
21:51:25 #11 3.853  Package                       Arch    Version                   Repo      Size
21:51:25 #11 3.853 ================================================================================
21:51:25 #11 3.853 Installing:
21:51:25 #11 3.853  btrfs-progs-devel             x86_64  5.14.2-1.fc34             updates   50 k
21:51:25 #11 3.853  cmake                         x86_64  3.20.5-1.fc34             updates  6.5 M
21:51:25 #11 3.853  device-mapper-devel           x86_64  1.02.175-1.fc34           fedora    45 k
21:51:25 #11 3.853  gcc                           x86_64  11.2.1-1.fc34             updates   32 M
21:51:25 #11 3.853  git                           x86_64  2.31.1-3.fc34             updates  121 k
21:51:25 #11 3.853  glibc-static                  x86_64  2.33-20.fc34              updates  1.7 M
21:51:25 #11 3.853  libseccomp-devel              x86_64  2.5.0-4.fc34              fedora    54 k
21:51:25 #11 3.853  libselinux-devel              x86_64  3.2-1.fc34                fedora   113 k
21:51:25 #11 3.853  libtool                       x86_64  2.4.6-40.fc34             fedora   579 k
21:51:25 #11 3.853  libtool-ltdl-devel            x86_64  2.4.6-40.fc34             fedora   153 k
21:51:25 #11 3.853  make                          x86_64  1:4.3-5.fc34              fedora   539 k
21:51:25 #11 3.853  selinux-policy-devel          noarch  34.21-1.fc34              updates  815 k
21:51:25 #11 3.853  systemd                       x86_64  248.9-1.fc34              updates  4.4 M
21:51:25 #11 3.853  systemd-devel                 x86_64  248.9-1.fc34              updates  437 k
21:51:25 #11 3.853  which                         x86_64  2.21-26.fc34              updates   42 k
21:51:25 #11 3.853 Upgrading:
21:51:25 #11 3.853  audit-libs                    x86_64  3.0.6-1.fc34              updates  116 k
21:51:25 #11 3.853  systemd-libs                  x86_64  248.9-1.fc34              updates  590 k
21:51:25 #11 3.853 Installing dependencies:
21:51:25 #11 3.853  acl                           x86_64  2.3.1-1.fc34              fedora    71 k
21:51:25 #11 3.853  annobin                       x86_64  9.79-2.fc34               updates  133 k
21:51:25 #11 3.853  autoconf                      noarch  2.69-36.fc34              fedora   667 k
21:51:25 #11 3.853  automake                      noarch  1.16.2-4.fc34             fedora   664 k
21:51:25 #11 3.853  btrfs-progs                   x86_64  5.14.2-1.fc34             updates  961 k
21:51:25 #11 3.853  checkpolicy                   x86_64  3.2-1.fc34                fedora   344 k
21:51:25 #11 3.853  cmake-data                    noarch  3.20.5-1.fc34             updates  1.5 M
21:51:25 #11 3.853  cmake-filesystem              x86_64  3.20.5-1.fc34             updates   16 k
21:51:25 #11 3.853  cmake-rpm-macros              noarch  3.20.5-1.fc34             updates   16 k
21:51:25 #11 3.853  cpp                           x86_64  11.2.1-1.fc34             updates   10 M
21:51:25 #11 3.853  cryptsetup-libs               x86_64  2.3.6-1.fc34              updates  474 k
21:51:25 #11 3.853  dbus                          x86_64  1:1.12.20-3.fc34          fedora   8.0 k
21:51:25 #11 3.853  dbus-broker                   x86_64  29-2.fc34                 updates  172 k
21:51:25 #11 3.853  dbus-common                   noarch  1:1.12.20-3.fc34          fedora    15 k
21:51:25 #11 3.853  device-mapper                 x86_64  1.02.175-1.fc34           fedora   144 k
21:51:25 #11 3.853  device-mapper-libs            x86_64  1.02.175-1.fc34           fedora   179 k
21:51:25 #11 3.853  e2fsprogs-libs                x86_64  1.45.6-5.fc34             fedora   220 k
21:51:25 #11 3.853  gc                            x86_64  8.0.4-5.fc34              fedora   105 k
21:51:25 #11 3.853  git-core                      x86_64  2.31.1-3.fc34             updates  3.6 M
21:51:25 #11 3.853  git-core-doc                  noarch  2.31.1-3.fc34             updates  2.3 M
21:51:25 #11 3.853  glibc-devel                   x86_64  2.33-20.fc34              updates   24 k
21:51:25 #11 3.853  glibc-headers-x86             noarch  2.33-20.fc34              updates  411 k
21:51:25 #11 3.853  guile22                       x86_64  2.2.7-2.fc34              fedora   6.5 M
21:51:25 #11 3.853  iptables-legacy-libs          x86_64  1.8.7-8.fc34              updates   40 k
21:51:25 #11 3.853  jsoncpp                       x86_64  1.9.4-3.fc34              fedora    96 k
21:51:25 #11 3.853  kernel-headers                x86_64  5.14.9-200.fc34           updates  1.3 M
21:51:25 #11 3.853  kmod-libs                     x86_64  29-2.fc34                 updates   63 k
21:51:25 #11 3.853  libargon2                     x86_64  20171227-6.fc34           fedora    29 k
21:51:25 #11 3.853  libbtrfs                      x86_64  5.14.2-1.fc34             updates   30 k
21:51:25 #11 3.853  libbtrfsutil                  x86_64  5.14.2-1.fc34             updates   32 k
21:51:25 #11 3.853  libcbor                       x86_64  0.7.0-3.fc34              fedora    57 k
21:51:25 #11 3.853  libedit                       x86_64  3.1-38.20210714cvs.fc34   updates  104 k
21:51:25 #11 3.853  libfido2                      x86_64  1.6.0-2.fc34              fedora    71 k
21:51:25 #11 3.853  libibverbs                    x86_64  37.0-1.fc34               updates  390 k
21:51:25 #11 3.853  libmpc                        x86_64  1.2.1-2.fc34              fedora    63 k
21:51:25 #11 3.853  libnl3                        x86_64  3.5.0-6.fc34              fedora   324 k
21:51:25 #11 3.853  libpcap                       x86_64  14:1.10.1-1.fc34          updates  171 k
21:51:25 #11 3.853  libseccomp                    x86_64  2.5.0-4.fc34              fedora    71 k
21:51:25 #11 3.853  libselinux-utils              x86_64  3.2-1.fc34                fedora   160 k
21:51:25 #11 3.853  libsepol-devel                x86_64  3.2-1.fc34                fedora    40 k
21:51:25 #11 3.853  libtool-ltdl                  x86_64  2.4.6-40.fc34             fedora    36 k
21:51:25 #11 3.853  libuv                         x86_64  1:1.42.0-2.fc34           updates  148 k
21:51:25 #11 3.853  libxcrypt-devel               x86_64  4.4.26-2.fc34             updates   29 k
21:51:25 #11 3.853  libxcrypt-static              x86_64  4.4.26-2.fc34             updates  103 k
21:51:25 #11 3.853  llvm-libs                     x86_64  12.0.1-1.fc34             updates   23 M
21:51:25 #11 3.853  lzo                           x86_64  2.10-4.fc34               fedora    66 k
21:51:25 #11 3.853  m4                            x86_64  1.4.18-17.fc34            fedora   212 k
21:51:25 #11 3.853  openssh                       x86_64  8.6p1-5.fc34              updates  437 k
21:51:25 #11 3.853  openssh-clients               x86_64  8.6p1-5.fc34              updates  678 k
21:51:25 #11 3.853  pcre2-devel                   x86_64  10.36-4.fc34              fedora   477 k
21:51:25 #11 3.853  pcre2-utf16                   x86_64  10.36-4.fc34              fedora   213 k
21:51:25 #11 3.853  pcre2-utf32                   x86_64  10.36-4.fc34              fedora   203 k
21:51:25 #11 3.853  perl-Error                    noarch  1:0.17029-5.fc34          fedora    42 k
21:51:25 #11 3.853  perl-File-Compare             noarch  1.100.600-477.fc34        updates   23 k
21:51:25 #11 3.853  perl-File-Copy                noarch  2.34-477.fc34             updates   30 k
21:51:25 #11 3.853  perl-File-Find                noarch  1.37-477.fc34             updates   36 k
21:51:25 #11 3.853  perl-Git                      noarch  2.31.1-3.fc34             updates   44 k
21:51:25 #11 3.853  perl-TermReadKey              x86_64  2.38-9.fc34               fedora    36 k
21:51:25 #11 3.853  perl-Thread-Queue             noarch  3.14-458.fc34             fedora    22 k
21:51:25 #11 3.853  perl-lib                      x86_64  0.65-477.fc34             updates   25 k
21:51:25 #11 3.853  perl-threads                  x86_64  1:2.25-458.fc34           fedora    58 k
21:51:25 #11 3.853  perl-threads-shared           x86_64  1.61-458.fc34             fedora    44 k
21:51:25 #11 3.853  policycoreutils               x86_64  3.2-1.fc34                fedora   206 k
21:51:25 #11 3.853  policycoreutils-devel         x86_64  3.2-1.fc34                fedora   140 k
21:51:25 #11 3.853  policycoreutils-python-utils  noarch  3.2-1.fc34                fedora    71 k
21:51:25 #11 3.853  python3-audit                 x86_64  3.0.6-1.fc34              updates   82 k
21:51:25 #11 3.853  python3-libselinux            x86_64  3.2-1.fc34                fedora   187 k
21:51:25 #11 3.853  python3-libsemanage           x86_64  3.2-1.fc34                fedora    83 k
21:51:25 #11 3.853  python3-policycoreutils       noarch  3.2-1.fc34                fedora   2.0 M
21:51:25 #11 3.853  python3-setools               x86_64  4.4.0-1.fc34              fedora   554 k
21:51:25 #11 3.853  rhash                         x86_64  1.4.0-3.fc34              fedora   182 k
21:51:25 #11 3.853  rpm-plugin-selinux            x86_64  4.16.1.3-1.fc34           fedora    22 k
21:51:25 #11 3.853  selinux-policy                noarch  34.21-1.fc34              updates   73 k
21:51:25 #11 3.853  selinux-policy-targeted       noarch  34.21-1.fc34              updates  6.3 M
21:51:25 #11 3.853  systemd-pam                   x86_64  248.9-1.fc34              updates  318 k
21:51:25 #11 3.853  systemd-rpm-macros            noarch  248.9-1.fc34              updates   27 k
21:51:25 #11 3.853  vim-filesystem                noarch  2:8.2.3512-1.fc34         updates   22 k
21:51:25 #11 3.853  xkeyboard-config              noarch  2.33-1.fc34               updates  783 k
21:51:25 #11 3.853 Installing weak dependencies:
21:51:25 #11 3.853  libxkbcommon                  x86_64  1.3.0-1.fc34              updates  144 k
21:51:25 #11 3.853  qrencode-libs                 x86_64  4.0.2-7.fc34              fedora    60 k
21:51:25 #11 3.853  systemd-networkd              x86_64  248.9-1.fc34              updates  475 k
21:51:25 #11 3.853 
21:51:25 #11 3.853 Transaction Summary
21:51:25 #11 3.853 ================================================================================
21:51:25 #11 3.853 Install  96 Packages
21:51:25 #11 3.853 Upgrade   2 Packages
21:51:25 #11 3.853 
21:51:25 #11 3.858 Total download size: 117 M
21:51:25 #11 3.858 Downloading Packages:
21:51:25 Fetching origin
21:51:25 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
21:51:26 #11 4.826 (1/98): automake-1.16.2-4.fc34.noarch.rpm       2.7 MB/s | 664 kB     00:00    
21:51:26 #11 4.832 (2/98): acl-2.3.1-1.fc34.x86_64.rpm             287 kB/s |  71 kB     00:00    
21:51:26 #11 4.846 (3/98): dbus-1.12.20-3.fc34.x86_64.rpm          623 kB/s | 8.0 kB     00:00    
21:51:26 #11 4.857 (4/98): autoconf-2.69-36.fc34.noarch.rpm        2.4 MB/s | 667 kB     00:00    
21:51:26 #11 4.863 (5/98): checkpolicy-3.2-1.fc34.x86_64.rpm       9.5 MB/s | 344 kB     00:00    
21:51:26 #11 4.867 (6/98): dbus-common-1.12.20-3.fc34.noarch.rpm   760 kB/s |  15 kB     00:00    
21:51:26 #11 4.880 (7/98): device-mapper-devel-1.02.175-1.fc34.x86 2.7 MB/s |  45 kB     00:00    
21:51:26 #11 4.884 (8/98): device-mapper-1.02.175-1.fc34.x86_64.rp 6.7 MB/s | 144 kB     00:00    
21:51:26 #11 4.892 (9/98): device-mapper-libs-1.02.175-1.fc34.x86_ 6.9 MB/s | 179 kB     00:00    
21:51:26 #11 4.897 (10/98): gc-8.0.4-5.fc34.x86_64.rpm             8.6 MB/s | 105 kB     00:00    
21:51:26 #11 4.904 (11/98): e2fsprogs-libs-1.45.6-5.fc34.x86_64.rp 9.3 MB/s | 220 kB     00:00    
21:51:26 #11 4.911 (12/98): jsoncpp-1.9.4-3.fc34.x86_64.rpm        8.0 MB/s |  96 kB     00:00    
21:51:26 #11 4.917 (13/98): libargon2-20171227-6.fc34.x86_64.rpm   2.9 MB/s |  29 kB     00:00    
21:51:26 #11 4.925 (14/98): libcbor-0.7.0-3.fc34.x86_64.rpm        4.8 MB/s |  57 kB     00:00    
21:51:26 #11 4.931 (15/98): libfido2-1.6.0-2.fc34.x86_64.rpm       5.1 MB/s |  71 kB     00:00    
21:51:26 #11 4.939 (16/98): libmpc-1.2.1-2.fc34.x86_64.rpm         5.2 MB/s |  63 kB     00:00    
21:51:26 #11 4.974 (17/98): guile22-2.2.7-2.fc34.x86_64.rpm         81 MB/s | 6.5 MB     00:00    
21:51:26 #11 4.981 (18/98): libnl3-3.5.0-6.fc34.x86_64.rpm         7.0 MB/s | 324 kB     00:00    
21:51:26 #11 4.986 (19/98): libseccomp-devel-2.5.0-4.fc34.x86_64.r 4.6 MB/s |  54 kB     00:00    
21:51:26 #11 4.991 (20/98): libselinux-devel-3.2-1.fc34.x86_64.rpm  11 MB/s | 113 kB     00:00    
21:51:26 #11 5.000 (21/98): libselinux-utils-3.2-1.fc34.x86_64.rpm  12 MB/s | 160 kB     00:00    
21:51:26 #11 5.003 (22/98): libsepol-devel-3.2-1.fc34.x86_64.rpm   3.3 MB/s |  40 kB     00:00    
21:51:26 #11 5.009 (23/98): libtool-ltdl-2.4.6-40.fc34.x86_64.rpm  6.4 MB/s |  36 kB     00:00    
21:51:26 #11 5.021 (24/98): libtool-ltdl-devel-2.4.6-40.fc34.x86_6  14 MB/s | 153 kB     00:00    
21:51:26 #11 5.028 (25/98): libtool-2.4.6-40.fc34.x86_64.rpm        20 MB/s | 579 kB     00:00    
21:51:26 #11 5.034 (26/98): lzo-2.10-4.fc34.x86_64.rpm             5.0 MB/s |  66 kB     00:00    
21:51:26 #11 5.053 (27/98): make-4.3-5.fc34.x86_64.rpm              29 MB/s | 539 kB     00:00    
21:51:26 #11 5.058 (28/98): m4-1.4.18-17.fc34.x86_64.rpm           7.1 MB/s | 212 kB     00:00    
21:51:26 #11 5.062 (29/98): libseccomp-2.5.0-4.fc34.x86_64.rpm     587 kB/s |  71 kB     00:00    
21:51:26 #11 5.069 (30/98): pcre2-utf16-10.36-4.fc34.x86_64.rpm     20 MB/s | 213 kB     00:00    
21:51:26 #11 5.076 (31/98): pcre2-devel-10.36-4.fc34.x86_64.rpm     21 MB/s | 477 kB     00:00    
21:51:26 #11 5.082 (32/98): pcre2-utf32-10.36-4.fc34.x86_64.rpm     10 MB/s | 203 kB     00:00    
21:51:26 #11 5.085 (33/98): perl-Error-0.17029-5.fc34.noarch.rpm   2.7 MB/s |  42 kB     00:00    
21:51:26 #11 5.088 (34/98): perl-TermReadKey-2.38-9.fc34.x86_64.rp 3.1 MB/s |  36 kB     00:00    
21:51:26 #11 5.097 (35/98): perl-threads-shared-1.61-458.fc34.x86_ 5.2 MB/s |  44 kB     00:00    
21:51:26 #11 5.101 (36/98): perl-threads-2.25-458.fc34.x86_64.rpm  3.6 MB/s |  58 kB     00:00    
21:51:26 #11 5.109 (37/98): perl-Thread-Queue-3.14-458.fc34.noarch 927 kB/s |  22 kB     00:00    
21:51:26 #11 5.114 (38/98): policycoreutils-3.2-1.fc34.x86_64.rpm   12 MB/s | 206 kB     00:00    
21:51:26 #11 5.121 (39/98): policycoreutils-devel-3.2-1.fc34.x86_6 7.0 MB/s | 140 kB     00:00    
21:51:26 #11 5.130 (40/98): policycoreutils-python-utils-3.2-1.fc3 3.4 MB/s |  71 kB     00:00    
21:51:26 #11 5.140 (41/98): python3-libsemanage-3.2-1.fc34.x86_64. 4.5 MB/s |  83 kB     00:00    
21:51:26 #11 5.149 (42/98): python3-libselinux-3.2-1.fc34.x86_64.r 5.3 MB/s | 187 kB     00:00    
21:51:26 #11 5.169 (43/98): python3-policycoreutils-3.2-1.fc34.noa  54 MB/s | 2.0 MB     00:00    
21:51:26 #11 5.172 (44/98): qrencode-libs-4.0.2-7.fc34.x86_64.rpm  2.7 MB/s |  60 kB     00:00    
21:51:26 #11 5.179 (45/98): python3-setools-4.4.0-1.fc34.x86_64.rp  14 MB/s | 554 kB     00:00    
21:51:26 #11 5.184 (46/98): rhash-1.4.0-3.fc34.x86_64.rpm           12 MB/s | 182 kB     00:00    
21:51:26 #11 5.187 (47/98): rpm-plugin-selinux-4.16.1.3-1.fc34.x86 1.6 MB/s |  22 kB     00:00    
21:51:26 #11 5.194 (48/98): annobin-9.79-2.fc34.x86_64.rpm         9.6 MB/s | 133 kB     00:00    
21:51:26 #11 5.197 (49/98): btrfs-progs-devel-5.14.2-1.fc34.x86_64 5.2 MB/s |  50 kB     00:00    
21:51:26 #11 5.235 (50/98): btrfs-progs-5.14.2-1.fc34.x86_64.rpm    19 MB/s | 961 kB     00:00    
21:51:26 #11 5.244 (51/98): cmake-filesystem-3.20.5-1.fc34.x86_64. 2.0 MB/s |  16 kB     00:00    
21:51:26 #11 5.255 (52/98): cmake-data-3.20.5-1.fc34.noarch.rpm     27 MB/s | 1.5 MB     00:00    
21:51:26 #11 5.258 (53/98): cmake-rpm-macros-3.20.5-1.fc34.noarch. 1.1 MB/s |  16 kB     00:00    
21:51:26 #11 5.302 (54/98): cryptsetup-libs-2.3.6-1.fc34.x86_64.rp  11 MB/s | 474 kB     00:00    
21:51:26 #11 5.330 (55/98): dbus-broker-29-2.fc34.x86_64.rpm       6.6 MB/s | 172 kB     00:00    
21:51:26 #11 5.415 (56/98): cmake-3.20.5-1.fc34.x86_64.rpm          30 MB/s | 6.5 MB     00:00    
21:51:26 #11 5.457 (57/98): git-2.31.1-3.fc34.x86_64.rpm           2.9 MB/s | 121 kB     00:00    
21:51:26 #11 5.542 (58/98): cpp-11.2.1-1.fc34.x86_64.rpm            35 MB/s |  10 MB     00:00    
21:51:26 #11 5.581 (59/98): git-core-doc-2.31.1-3.fc34.noarch.rpm   60 MB/s | 2.3 MB     00:00    
21:51:26 #11 5.594 (60/98): glibc-devel-2.33-20.fc34.x86_64.rpm    2.1 MB/s |  24 kB     00:00    
21:51:26 #11 5.610 (61/98): glibc-headers-x86-2.33-20.fc34.noarch.  26 MB/s | 411 kB     00:00    
21:51:27 #11 5.715 (62/98): git-core-2.31.1-3.fc34.x86_64.rpm       14 MB/s | 3.6 MB     00:00    
21:51:27 #11 5.731 (63/98): iptables-legacy-libs-1.8.7-8.fc34.x86_ 2.6 MB/s |  40 kB     00:00    
21:51:27 #11 5.772 (64/98): kernel-headers-5.14.9-200.fc34.x86_64.  32 MB/s | 1.3 MB     00:00    
21:51:27 #11 5.790 (65/98): kmod-libs-29-2.fc34.x86_64.rpm         3.5 MB/s |  63 kB     00:00    
21:51:27 #11 5.817 (66/98): libbtrfs-5.14.2-1.fc34.x86_64.rpm      1.1 MB/s |  30 kB     00:00    
21:51:27 #11 5.836 (67/98): libbtrfsutil-5.14.2-1.fc34.x86_64.rpm  1.8 MB/s |  32 kB     00:00    
21:51:27 #11 5.848 (68/98): libedit-3.1-38.20210714cvs.fc34.x86_64 8.7 MB/s | 104 kB     00:00    
21:51:27 #11 5.884 (69/98): libibverbs-37.0-1.fc34.x86_64.rpm       11 MB/s | 390 kB     00:00    
21:51:27 #11 5.901 (70/98): glibc-static-2.33-20.fc34.x86_64.rpm   5.8 MB/s | 1.7 MB     00:00    
21:51:27 #11 5.907 (71/98): libpcap-1.10.1-1.fc34.x86_64.rpm       7.6 MB/s | 171 kB     00:00    
21:51:27 #11 5.920 (72/98): libxcrypt-devel-4.4.26-2.fc34.x86_64.r 2.8 MB/s |  29 kB     00:00    
21:51:27 #11 5.926 (73/98): libuv-1.42.0-2.fc34.x86_64.rpm         6.1 MB/s | 148 kB     00:00    
21:51:27 #11 6.090 (74/98): gcc-11.2.1-1.fc34.x86_64.rpm            42 MB/s |  32 MB     00:00    
21:51:27 #11 6.095 (75/98): libxcrypt-static-4.4.26-2.fc34.x86_64. 589 kB/s | 103 kB     00:00    
21:51:27 #11 6.099 (76/98): libxkbcommon-1.3.0-1.fc34.x86_64.rpm   843 kB/s | 144 kB     00:00    
21:51:27 #11 6.140 (77/98): openssh-clients-8.6p1-5.fc34.x86_64.rp  17 MB/s | 678 kB     00:00    
21:51:27 #11 6.146 (78/98): openssh-8.6p1-5.fc34.x86_64.rpm        9.5 MB/s | 437 kB     00:00    
21:51:27 #11 6.152 (79/98): perl-File-Compare-1.100.600-477.fc34.n 2.0 MB/s |  23 kB     00:00    
21:51:27 #11 6.170 (80/98): perl-File-Find-1.37-477.fc34.noarch.rp 2.1 MB/s |  36 kB     00:00    
21:51:27 #11 6.179 (81/98): perl-File-Copy-2.34-477.fc34.noarch.rp 1.0 MB/s |  30 kB     00:00    
21:51:27 #11 6.183 (82/98): perl-Git-2.31.1-3.fc34.noarch.rpm      3.3 MB/s |  44 kB     00:00    
21:51:27 #11 6.195 (83/98): perl-lib-0.65-477.fc34.x86_64.rpm      1.6 MB/s |  25 kB     00:00    
21:51:27 #11 6.204 (84/98): python3-audit-3.0.6-1.fc34.x86_64.rpm  4.5 MB/s |  82 kB     00:00    
21:51:27 #11 6.214 (85/98): selinux-policy-34.21-1.fc34.noarch.rpm 3.9 MB/s |  73 kB     00:00    
21:51:27 #11 6.248 (86/98): selinux-policy-devel-34.21-1.fc34.noar  18 MB/s | 815 kB     00:00    
21:51:27 #11 6.457 (87/98): llvm-libs-12.0.1-1.fc34.x86_64.rpm      63 MB/s |  23 MB     00:00    
21:51:27 #11 6.509 (88/98): selinux-policy-targeted-34.21-1.fc34.n  22 MB/s | 6.3 MB     00:00    
21:51:27 #11 6.516 (89/98): systemd-devel-248.9-1.fc34.x86_64.rpm  7.5 MB/s | 437 kB     00:00    
21:51:27 #11 6.547 (90/98): systemd-248.9-1.fc34.x86_64.rpm         15 MB/s | 4.4 MB     00:00    
21:51:27 #11 6.553 (91/98): systemd-pam-248.9-1.fc34.x86_64.rpm    8.7 MB/s | 318 kB     00:00    
21:51:27 #11 6.560 (92/98): systemd-networkd-248.9-1.fc34.x86_64.r 9.1 MB/s | 475 kB     00:00    
21:51:27 #11 6.564 (93/98): systemd-rpm-macros-248.9-1.fc34.noarch 1.7 MB/s |  27 kB     00:00    
21:51:27 #11 6.567 (94/98): vim-filesystem-8.2.3512-1.fc34.noarch. 1.6 MB/s |  22 kB     00:00    
21:51:27 #11 6.577 (95/98): audit-libs-3.0.6-1.fc34.x86_64.rpm      13 MB/s | 116 kB     00:00    
21:51:27 #11 6.589 (96/98): xkeyboard-config-2.33-1.fc34.noarch.rp  31 MB/s | 783 kB     00:00    
21:51:27 #11 6.600 (97/98): systemd-libs-248.9-1.fc34.x86_64.rpm    26 MB/s | 590 kB     00:00    
21:51:27 #11 6.640 (98/98): which-2.21-26.fc34.x86_64.rpm          550 kB/s |  42 kB     00:00    
21:51:27 #11 6.643 --------------------------------------------------------------------------------
21:51:27 #11 6.644 Total                                            42 MB/s | 117 MB     00:02     
21:51:30 #11 8.807 Running transaction check
21:51:30 #11 8.910 Transaction check succeeded.
21:51:30 #11 8.910 Running transaction test
21:51:31 #11 10.30 Transaction test succeeded.
21:51:31 #11 10.30 Running transaction
21:51:33 #11 11.98   Running scriptlet: selinux-policy-targeted-34.21-1.fc34.noarch            1/1 
21:51:33 #11 12.11   Preparing        :                                                        1/1 
21:51:33 #11 12.16   Upgrading        : systemd-libs-248.9-1.fc34.x86_64                     1/100 
21:51:33 #11 12.17   Running scriptlet: systemd-libs-248.9-1.fc34.x86_64                     1/100 
21:51:33 #11 12.20   Upgrading        : audit-libs-3.0.6-1.fc34.x86_64                       2/100 
21:51:33 #11 12.21   Installing       : python3-libselinux-3.2-1.fc34.x86_64                 3/100 
21:51:33 #11 12.22   Installing       : perl-File-Find-1.37-477.fc34.noarch                  4/100 
21:51:33 #11 12.22   Installing       : perl-File-Copy-2.34-477.fc34.noarch                  5/100 
21:51:33 #11 12.23   Installing       : perl-File-Compare-1.100.600-477.fc34.noarch          6/100 
21:51:33 #11 12.23   Installing       : libedit-3.1-38.20210714cvs.fc34.x86_64               7/100 
21:51:33 #11 12.24   Installing       : cmake-rpm-macros-3.20.5-1.fc34.noarch                8/100 
21:51:33 #11 12.25   Installing       : cmake-filesystem-3.20.5-1.fc34.x86_64                9/100 
21:51:33 #11 12.25   Installing       : perl-threads-1:2.25-458.fc34.x86_64                 10/100 
21:51:33 #11 12.26   Installing       : m4-1.4.18-17.fc34.x86_64                            11/100 
21:51:33 #11 12.28   Installing       : autoconf-2.69-36.fc34.noarch                        12/100 
21:51:33 #11 12.29   Installing       : libtool-ltdl-2.4.6-40.fc34.x86_64                   13/100 
21:51:33 #11 12.30   Installing       : libseccomp-2.5.0-4.fc34.x86_64                      14/100 
21:51:33 #11 12.30   Installing       : libmpc-1.2.1-2.fc34.x86_64                          15/100 
21:51:33 #11 12.32   Installing       : checkpolicy-3.2-1.fc34.x86_64                       16/100 
21:51:33 #11 12.49   Installing       : cpp-11.2.1-1.fc34.x86_64                            17/100 
21:51:33 #11 12.50   Installing       : perl-threads-shared-1.61-458.fc34.x86_64            18/100 
21:51:33 #11 12.51   Installing       : perl-Thread-Queue-3.14-458.fc34.noarch              19/100 
21:51:34 #11 12.53   Installing       : automake-1.16.2-4.fc34.noarch                       20/100 
21:51:34 #11 13.06   Installing       : llvm-libs-12.0.1-1.fc34.x86_64                      21/100 
21:51:34 #11 13.07   Installing       : python3-libsemanage-3.2-1.fc34.x86_64               22/100 
21:51:34 #11 13.10   Installing       : python3-setools-4.4.0-1.fc34.x86_64                 23/100 
21:51:34 #11 13.11   Running scriptlet: openssh-8.6p1-5.fc34.x86_64                         24/100 
21:51:34 #11 13.16   Installing       : openssh-8.6p1-5.fc34.x86_64                         24/100 
21:51:34 #11 13.17   Installing       : python3-audit-3.0.6-1.fc34.x86_64                   25/100 
21:51:34 #11 13.17   Installing       : libbtrfs-5.14.2-1.fc34.x86_64                       26/100 
21:51:34 #11 13.22   Installing       : xkeyboard-config-2.33-1.fc34.noarch                 27/100 
21:51:34 #11 13.24   Installing       : libxkbcommon-1.3.0-1.fc34.x86_64                    28/100 
21:51:34 #11 13.24   Installing       : vim-filesystem-2:8.2.3512-1.fc34.noarch             29/100 
21:51:34 #11 13.25   Installing       : systemd-rpm-macros-248.9-1.fc34.noarch              30/100 
21:51:34 #11 13.25   Installing       : perl-lib-0.65-477.fc34.x86_64                       31/100 
21:51:34 #11 13.26   Installing       : libuv-1:1.42.0-2.fc34.x86_64                        32/100 
21:51:34 #11 13.27   Installing       : libbtrfsutil-5.14.2-1.fc34.x86_64                   33/100 
21:51:34 #11 13.28   Installing       : kmod-libs-29-2.fc34.x86_64                          34/100 
21:51:34 #11 13.38   Installing       : kernel-headers-5.14.9-200.fc34.x86_64               35/100 
21:51:34 #11 13.44   Installing       : glibc-headers-x86-2.33-20.fc34.noarch               36/100 
21:51:34 #11 13.45   Installing       : libxcrypt-devel-4.4.26-2.fc34.x86_64                37/100 
21:51:34 #11 13.46   Installing       : glibc-devel-2.33-20.fc34.x86_64                     38/100 
21:51:34 #11 13.57   Installing       : glibc-static-2.33-20.fc34.x86_64                    39/100 
21:51:34 #11 13.58   Installing       : libxcrypt-static-4.4.26-2.fc34.x86_64               40/100 
21:51:34 #11 13.58   Installing       : rhash-1.4.0-3.fc34.x86_64                           41/100 
21:51:34 #11 13.59   Installing       : qrencode-libs-4.0.2-7.fc34.x86_64                   42/100 
21:51:34 #11 13.60   Installing       : perl-TermReadKey-2.38-9.fc34.x86_64                 43/100 
21:51:34 #11 13.60   Installing       : perl-Error-1:0.17029-5.fc34.noarch                  44/100 
21:51:34 #11 13.61   Installing       : pcre2-utf32-10.36-4.fc34.x86_64                     45/100 
21:51:34 #11 13.62   Installing       : pcre2-utf16-10.36-4.fc34.x86_64                     46/100 
21:51:34 #11 13.63   Installing       : pcre2-devel-10.36-4.fc34.x86_64                     47/100 
21:51:34 #11 13.64   Installing       : lzo-2.10-4.fc34.x86_64                              48/100 
21:51:34 #11 13.65   Installing       : libsepol-devel-3.2-1.fc34.x86_64                    49/100 
21:51:34 #11 13.66   Installing       : libselinux-devel-3.2-1.fc34.x86_64                  50/100 
21:51:34 #11 13.67   Installing       : libselinux-utils-3.2-1.fc34.x86_64                  51/100 
21:51:34 #11 13.68   Installing       : policycoreutils-3.2-1.fc34.x86_64                   52/100 
21:51:34 #11 13.69   Running scriptlet: policycoreutils-3.2-1.fc34.x86_64                   52/100 
21:51:34 #11 13.70   Installing       : rpm-plugin-selinux-4.16.1.3-1.fc34.x86_64           53/100 
21:51:34 #11 13.71   Installing       : selinux-policy-34.21-1.fc34.noarch                  54/100 
21:51:34 #11 13.71   Running scriptlet: selinux-policy-34.21-1.fc34.noarch                  54/100 
21:51:34 #11 13.74   Running scriptlet: selinux-policy-targeted-34.21-1.fc34.noarch         55/100 
21:51:35 #11 13.92   Installing       : selinux-policy-targeted-34.21-1.fc34.noarch         55/100 
21:51:35 #11 13.94   Running scriptlet: selinux-policy-targeted-34.21-1.fc34.noarch         55/100 
21:51:35 #11 13.99   Installing       : python3-policycoreutils-3.2-1.fc34.noarch           56/100 
21:51:35 #11 14.00   Installing       : policycoreutils-python-utils-3.2-1.fc34.noarch      57/100 
21:51:35 #11 14.01   Installing       : libnl3-3.5.0-6.fc34.x86_64                          58/100 
21:51:35 #11 14.03   Installing       : libibverbs-37.0-1.fc34.x86_64                       59/100 
21:51:35 #11 14.04   Installing       : libpcap-14:1.10.1-1.fc34.x86_64                     60/100 
21:51:35 #11 14.05   Installing       : iptables-legacy-libs-1.8.7-8.fc34.x86_64            61/100 
21:51:35 #11 14.06   Installing       : libcbor-0.7.0-3.fc34.x86_64                         62/100 
21:51:35 #11 14.06   Installing       : libfido2-1.6.0-2.fc34.x86_64                        63/100 
21:51:35 #11 14.08   Installing       : openssh-clients-8.6p1-5.fc34.x86_64                 64/100 
21:51:35 #11 14.09   Running scriptlet: openssh-clients-8.6p1-5.fc34.x86_64                 64/100 
21:51:35 #11 14.17   Installing       : git-core-2.31.1-3.fc34.x86_64                       65/100 
21:51:35 #11 14.20   Installing       : git-core-doc-2.31.1-3.fc34.noarch                   66/100 
21:51:35 #11 14.22   Installing       : perl-Git-2.31.1-3.fc34.noarch                       67/100 
21:51:35 #11 14.22   Installing       : git-2.31.1-3.fc34.x86_64                            68/100 
21:51:35 #11 14.23   Installing       : libargon2-20171227-6.fc34.x86_64                    69/100 
21:51:35 #11 14.24   Installing       : jsoncpp-1.9.4-3.fc34.x86_64                         70/100 
21:51:35 #11 14.25   Installing       : gc-8.0.4-5.fc34.x86_64                              71/100 
21:51:35 #11 14.52   Installing       : guile22-2.2.7-2.fc34.x86_64                         72/100 
21:51:36 #11 14.54   Installing       : make-1:4.3-5.fc34.x86_64                            73/100 
21:51:36 #11 14.96   Installing       : gcc-11.2.1-1.fc34.x86_64                            74/100 
21:51:36 #11 14.98   Installing       : policycoreutils-devel-3.2-1.fc34.x86_64             75/100 
21:51:36 #11 15.08   Installing       : selinux-policy-devel-34.21-1.fc34.noarch            76/100 
21:51:36 #11 15.09   Running scriptlet: selinux-policy-devel-34.21-1.fc34.noarch            76/100 
21:51:36 #11 15.35   Installing       : cmake-data-3.20.5-1.fc34.noarch                     77/100 
21:51:36 #11 15.51   Installing       : cmake-3.20.5-1.fc34.x86_64                          78/100 
21:51:36 #11 15.53   Installing       : e2fsprogs-libs-1.45.6-5.fc34.x86_64                 79/100 
21:51:36 #11 15.56   Installing       : btrfs-progs-5.14.2-1.fc34.x86_64                    80/100 
21:51:36 #11 15.57   Installing       : acl-2.3.1-1.fc34.x86_64                             81/100 
21:51:36 #11 15.58   Installing       : device-mapper-1.02.175-1.fc34.x86_64                82/100 
21:51:36 #11 15.59   Installing       : device-mapper-libs-1.02.175-1.fc34.x86_64           83/100 
21:51:36 #11 15.60   Installing       : cryptsetup-libs-2.3.6-1.fc34.x86_64                 84/100 
21:51:36 #11 15.61   Installing       : dbus-1:1.12.20-3.fc34.x86_64                        85/100 
21:51:36 #11 15.61   Running scriptlet: systemd-networkd-248.9-1.fc34.x86_64                86/100 
21:51:36 #11 15.69   Installing       : systemd-networkd-248.9-1.fc34.x86_64                86/100 
21:51:36 #11 15.69   Running scriptlet: systemd-networkd-248.9-1.fc34.x86_64                86/100 
21:51:37 #11 15.71   Installing       : systemd-pam-248.9-1.fc34.x86_64                     87/100 
21:51:37 #11 15.72   Running scriptlet: systemd-248.9-1.fc34.x86_64                         88/100 
21:51:37 #11 16.14   Installing       : systemd-248.9-1.fc34.x86_64                         88/100 
21:51:37 #11 16.16   Running scriptlet: systemd-248.9-1.fc34.x86_64                         88/100 
21:51:37 #11 16.31   Installing       : dbus-common-1:1.12.20-3.fc34.noarch                 89/100 
21:51:37 #11 16.32   Running scriptlet: dbus-common-1:1.12.20-3.fc34.noarch                 89/100 
21:51:37 #11 16.34 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
21:51:37 #11 16.34 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
21:51:37 #11 16.34 
21:51:37 #11 16.34   Running scriptlet: dbus-broker-29-2.fc34.x86_64                        90/100 
21:51:37 #11 16.41   Installing       : dbus-broker-29-2.fc34.x86_64                        90/100 
21:51:37 #11 16.41   Running scriptlet: dbus-broker-29-2.fc34.x86_64                        90/100 
21:51:37 #11 16.43 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
21:51:37 #11 16.43 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
21:51:37 #11 16.43 
21:51:37 #11 16.44   Installing       : systemd-devel-248.9-1.fc34.x86_64                   91/100 
21:51:37 #11 16.45   Installing       : device-mapper-devel-1.02.175-1.fc34.x86_64          92/100 
21:51:37 #11 16.46   Installing       : btrfs-progs-devel-5.14.2-1.fc34.x86_64              93/100 
21:51:37 #11 16.48   Installing       : libtool-2.4.6-40.fc34.x86_64                        94/100 
21:51:37 #11 16.48   Installing       : annobin-9.79-2.fc34.x86_64                          95/100 
21:51:37 #11 16.50   Installing       : libtool-ltdl-devel-2.4.6-40.fc34.x86_64             96/100 
21:51:37 #11 16.50   Installing       : libseccomp-devel-2.5.0-4.fc34.x86_64                97/100 
21:51:37 #11 16.51   Installing       : which-2.21-26.fc34.x86_64                           98/100 
21:51:37 #11 16.52   Cleanup          : systemd-libs-248.7-1.fc34.x86_64                    99/100 
21:51:37 #11 16.52   Cleanup          : audit-libs-3.0.5-1.fc34.x86_64                     100/100 
21:51:37 #11 16.53   Running scriptlet: selinux-policy-targeted-34.21-1.fc34.noarch        100/100 
21:51:38 #11 16.55   Running scriptlet: audit-libs-3.0.5-1.fc34.x86_64                     100/100 
21:51:38 #11 17.38   Verifying        : acl-2.3.1-1.fc34.x86_64                              1/100 
21:51:38 #11 17.38   Verifying        : autoconf-2.69-36.fc34.noarch                         2/100 
21:51:38 #11 17.38   Verifying        : automake-1.16.2-4.fc34.noarch                        3/100 
21:51:38 #11 17.38   Verifying        : checkpolicy-3.2-1.fc34.x86_64                        4/100 
21:51:38 #11 17.38   Verifying        : dbus-1:1.12.20-3.fc34.x86_64                         5/100 
21:51:38 #11 17.38   Verifying        : dbus-common-1:1.12.20-3.fc34.noarch                  6/100 
21:51:38 #11 17.38   Verifying        : device-mapper-1.02.175-1.fc34.x86_64                 7/100 
21:51:38 #11 17.38   Verifying        : device-mapper-devel-1.02.175-1.fc34.x86_64           8/100 
21:51:38 #11 17.38   Verifying        : device-mapper-libs-1.02.175-1.fc34.x86_64            9/100 
21:51:38 #11 17.38   Verifying        : e2fsprogs-libs-1.45.6-5.fc34.x86_64                 10/100 
21:51:38 #11 17.38   Verifying        : gc-8.0.4-5.fc34.x86_64                              11/100 
21:51:38 #11 17.38   Verifying        : guile22-2.2.7-2.fc34.x86_64                         12/100 
21:51:38 #11 17.38   Verifying        : jsoncpp-1.9.4-3.fc34.x86_64                         13/100 
21:51:38 #11 17.38   Verifying        : libargon2-20171227-6.fc34.x86_64                    14/100 
21:51:38 #11 17.38   Verifying        : libcbor-0.7.0-3.fc34.x86_64                         15/100 
21:51:38 #11 17.38   Verifying        : libfido2-1.6.0-2.fc34.x86_64                        16/100 
21:51:38 #11 17.38   Verifying        : libmpc-1.2.1-2.fc34.x86_64                          17/100 
21:51:38 #11 17.38   Verifying        : libnl3-3.5.0-6.fc34.x86_64                          18/100 
21:51:38 #11 17.38   Verifying        : libseccomp-2.5.0-4.fc34.x86_64                      19/100 
21:51:38 #11 17.38   Verifying        : libseccomp-devel-2.5.0-4.fc34.x86_64                20/100 
21:51:38 #11 17.38   Verifying        : libselinux-devel-3.2-1.fc34.x86_64                  21/100 
21:51:38 #11 17.38   Verifying        : libselinux-utils-3.2-1.fc34.x86_64                  22/100 
21:51:38 #11 17.38   Verifying        : libsepol-devel-3.2-1.fc34.x86_64                    23/100 
21:51:38 #11 17.38   Verifying        : libtool-2.4.6-40.fc34.x86_64                        24/100 
21:51:38 #11 17.38   Verifying        : libtool-ltdl-2.4.6-40.fc34.x86_64                   25/100 
21:51:38 #11 17.38   Verifying        : libtool-ltdl-devel-2.4.6-40.fc34.x86_64             26/100 
21:51:38 #11 17.38   Verifying        : lzo-2.10-4.fc34.x86_64                              27/100 
21:51:38 #11 17.38   Verifying        : m4-1.4.18-17.fc34.x86_64                            28/100 
21:51:38 #11 17.38   Verifying        : make-1:4.3-5.fc34.x86_64                            29/100 
21:51:38 #11 17.38   Verifying        : pcre2-devel-10.36-4.fc34.x86_64                     30/100 
21:51:38 #11 17.38   Verifying        : pcre2-utf16-10.36-4.fc34.x86_64                     31/100 
21:51:38 #11 17.38   Verifying        : pcre2-utf32-10.36-4.fc34.x86_64                     32/100 
21:51:38 #11 17.38   Verifying        : perl-Error-1:0.17029-5.fc34.noarch                  33/100 
21:51:38 #11 17.38   Verifying        : perl-TermReadKey-2.38-9.fc34.x86_64                 34/100 
21:51:38 #11 17.38   Verifying        : perl-Thread-Queue-3.14-458.fc34.noarch              35/100 
21:51:38 #11 17.38   Verifying        : perl-threads-1:2.25-458.fc34.x86_64                 36/100 
21:51:38 #11 17.38   Verifying        : perl-threads-shared-1.61-458.fc34.x86_64            37/100 
21:51:38 #11 17.38   Verifying        : policycoreutils-3.2-1.fc34.x86_64                   38/100 
21:51:38 #11 17.38   Verifying        : policycoreutils-devel-3.2-1.fc34.x86_64             39/100 
21:51:38 #11 17.38   Verifying        : policycoreutils-python-utils-3.2-1.fc34.noarch      40/100 
21:51:38 #11 17.38   Verifying        : python3-libselinux-3.2-1.fc34.x86_64                41/100 
21:51:38 #11 17.38   Verifying        : python3-libsemanage-3.2-1.fc34.x86_64               42/100 
21:51:38 #11 17.38   Verifying        : python3-policycoreutils-3.2-1.fc34.noarch           43/100 
21:51:38 #11 17.38   Verifying        : python3-setools-4.4.0-1.fc34.x86_64                 44/100 
21:51:38 #11 17.38   Verifying        : qrencode-libs-4.0.2-7.fc34.x86_64                   45/100 
21:51:38 #11 17.38   Verifying        : rhash-1.4.0-3.fc34.x86_64                           46/100 
21:51:38 #11 17.38   Verifying        : rpm-plugin-selinux-4.16.1.3-1.fc34.x86_64           47/100 
21:51:38 #11 17.38   Verifying        : annobin-9.79-2.fc34.x86_64                          48/100 
21:51:38 #11 17.38   Verifying        : btrfs-progs-5.14.2-1.fc34.x86_64                    49/100 
21:51:38 #11 17.38   Verifying        : btrfs-progs-devel-5.14.2-1.fc34.x86_64              50/100 
21:51:38 #11 17.38   Verifying        : cmake-3.20.5-1.fc34.x86_64                          51/100 
21:51:38 #11 17.38   Verifying        : cmake-data-3.20.5-1.fc34.noarch                     52/100 
21:51:38 #11 17.38   Verifying        : cmake-filesystem-3.20.5-1.fc34.x86_64               53/100 
21:51:38 #11 17.38   Verifying        : cmake-rpm-macros-3.20.5-1.fc34.noarch               54/100 
21:51:38 #11 17.38   Verifying        : cpp-11.2.1-1.fc34.x86_64                            55/100 
21:51:38 #11 17.38   Verifying        : cryptsetup-libs-2.3.6-1.fc34.x86_64                 56/100 
21:51:38 #11 17.38   Verifying        : dbus-broker-29-2.fc34.x86_64                        57/100 
21:51:38 #11 17.38   Verifying        : gcc-11.2.1-1.fc34.x86_64                            58/100 
21:51:38 #11 17.38   Verifying        : git-2.31.1-3.fc34.x86_64                            59/100 
21:51:38 #11 17.38   Verifying        : git-core-2.31.1-3.fc34.x86_64                       60/100 
21:51:38 #11 17.38   Verifying        : git-core-doc-2.31.1-3.fc34.noarch                   61/100 
21:51:38 #11 17.38   Verifying        : glibc-devel-2.33-20.fc34.x86_64                     62/100 
21:51:38 #11 17.38   Verifying        : glibc-headers-x86-2.33-20.fc34.noarch               63/100 
21:51:38 #11 17.38   Verifying        : glibc-static-2.33-20.fc34.x86_64                    64/100 
21:51:38 #11 17.38   Verifying        : iptables-legacy-libs-1.8.7-8.fc34.x86_64            65/100 
21:51:38 #11 17.38   Verifying        : kernel-headers-5.14.9-200.fc34.x86_64               66/100 
21:51:38 #11 17.38   Verifying        : kmod-libs-29-2.fc34.x86_64                          67/100 
21:51:38 #11 17.38   Verifying        : libbtrfs-5.14.2-1.fc34.x86_64                       68/100 
21:51:38 #11 17.38   Verifying        : libbtrfsutil-5.14.2-1.fc34.x86_64                   69/100 
21:51:38 #11 17.38   Verifying        : libedit-3.1-38.20210714cvs.fc34.x86_64              70/100 
21:51:38 #11 17.38   Verifying        : libibverbs-37.0-1.fc34.x86_64                       71/100 
21:51:38 #11 17.38   Verifying        : libpcap-14:1.10.1-1.fc34.x86_64                     72/100 
21:51:38 #11 17.38   Verifying        : libuv-1:1.42.0-2.fc34.x86_64                        73/100 
21:51:38 #11 17.38   Verifying        : libxcrypt-devel-4.4.26-2.fc34.x86_64                74/100 
21:51:38 #11 17.38   Verifying        : libxcrypt-static-4.4.26-2.fc34.x86_64               75/100 
21:51:38 #11 17.38   Verifying        : libxkbcommon-1.3.0-1.fc34.x86_64                    76/100 
21:51:38 #11 17.38   Verifying        : llvm-libs-12.0.1-1.fc34.x86_64                      77/100 
21:51:38 #11 17.38   Verifying        : openssh-8.6p1-5.fc34.x86_64                         78/100 
21:51:38 #11 17.38   Verifying        : openssh-clients-8.6p1-5.fc34.x86_64                 79/100 
21:51:38 #11 17.38   Verifying        : perl-File-Compare-1.100.600-477.fc34.noarch         80/100 
21:51:38 #11 17.38   Verifying        : perl-File-Copy-2.34-477.fc34.noarch                 81/100 
21:51:38 #11 17.38   Verifying        : perl-File-Find-1.37-477.fc34.noarch                 82/100 
21:51:38 #11 17.38   Verifying        : perl-Git-2.31.1-3.fc34.noarch                       83/100 
21:51:38 #11 17.38   Verifying        : perl-lib-0.65-477.fc34.x86_64                       84/100 
21:51:38 #11 17.38   Verifying        : python3-audit-3.0.6-1.fc34.x86_64                   85/100 
21:51:38 #11 17.38   Verifying        : selinux-policy-34.21-1.fc34.noarch                  86/100 
21:51:38 #11 17.38   Verifying        : selinux-policy-devel-34.21-1.fc34.noarch            87/100 
21:51:38 #11 17.38   Verifying        : selinux-policy-targeted-34.21-1.fc34.noarch         88/100 
21:51:38 #11 17.38   Verifying        : systemd-248.9-1.fc34.x86_64                         89/100 
21:51:38 #11 17.39   Verifying        : systemd-devel-248.9-1.fc34.x86_64                   90/100 
21:51:38 #11 17.39   Verifying        : systemd-networkd-248.9-1.fc34.x86_64                91/100 
21:51:38 #11 17.39   Verifying        : systemd-pam-248.9-1.fc34.x86_64                     92/100 
21:51:38 #11 17.39   Verifying        : systemd-rpm-macros-248.9-1.fc34.noarch              93/100 
21:51:38 #11 17.39   Verifying        : vim-filesystem-2:8.2.3512-1.fc34.noarch             94/100 
21:51:38 #11 17.39   Verifying        : which-2.21-26.fc34.x86_64                           95/100 
21:51:38 #11 17.39   Verifying        : xkeyboard-config-2.33-1.fc34.noarch                 96/100 
21:51:38 #11 17.39   Verifying        : audit-libs-3.0.6-1.fc34.x86_64                      97/100 
21:51:38 #11 17.39   Verifying        : audit-libs-3.0.5-1.fc34.x86_64                      98/100 
21:51:38 #11 17.39   Verifying        : systemd-libs-248.9-1.fc34.x86_64                    99/100 
21:51:38 #11 17.39   Verifying        : systemd-libs-248.7-1.fc34.x86_64                   100/100 
21:51:38 #11 17.56 
21:51:38 #11 17.56 Upgraded:
21:51:38 #11 17.56   audit-libs-3.0.6-1.fc34.x86_64        systemd-libs-248.9-1.fc34.x86_64       
21:51:38 #11 17.56 Installed:
21:51:38 #11 17.56   acl-2.3.1-1.fc34.x86_64                                                       
21:51:38 #11 17.56   annobin-9.79-2.fc34.x86_64                                                    
21:51:38 #11 17.56   autoconf-2.69-36.fc34.noarch                                                  
21:51:38 #11 17.56   automake-1.16.2-4.fc34.noarch                                                 
21:51:38 #11 17.56   btrfs-progs-5.14.2-1.fc34.x86_64                                              
21:51:38 #11 17.56   btrfs-progs-devel-5.14.2-1.fc34.x86_64                                        
21:51:38 #11 17.56   checkpolicy-3.2-1.fc34.x86_64                                                 
21:51:38 #11 17.56   cmake-3.20.5-1.fc34.x86_64                                                    
21:51:38 #11 17.56   cmake-data-3.20.5-1.fc34.noarch                                               
21:51:38 #11 17.56   cmake-filesystem-3.20.5-1.fc34.x86_64                                         
21:51:38 #11 17.56   cmake-rpm-macros-3.20.5-1.fc34.noarch                                         
21:51:38 #11 17.56   cpp-11.2.1-1.fc34.x86_64                                                      
21:51:38 #11 17.56   cryptsetup-libs-2.3.6-1.fc34.x86_64                                           
21:51:38 #11 17.56   dbus-1:1.12.20-3.fc34.x86_64                                                  
21:51:38 #11 17.56   dbus-broker-29-2.fc34.x86_64                                                  
21:51:38 #11 17.56   dbus-common-1:1.12.20-3.fc34.noarch                                           
21:51:38 #11 17.56   device-mapper-1.02.175-1.fc34.x86_64                                          
21:51:38 #11 17.56   device-mapper-devel-1.02.175-1.fc34.x86_64                                    
21:51:38 #11 17.56   device-mapper-libs-1.02.175-1.fc34.x86_64                                     
21:51:38 #11 17.56   e2fsprogs-libs-1.45.6-5.fc34.x86_64                                           
21:51:38 #11 17.56   gc-8.0.4-5.fc34.x86_64                                                        
21:51:38 #11 17.56   gcc-11.2.1-1.fc34.x86_64                                                      
21:51:38 #11 17.56   git-2.31.1-3.fc34.x86_64                                                      
21:51:38 #11 17.56   git-core-2.31.1-3.fc34.x86_64                                                 
21:51:38 #11 17.56   git-core-doc-2.31.1-3.fc34.noarch                                             
21:51:38 #11 17.56   glibc-devel-2.33-20.fc34.x86_64                                               
21:51:38 #11 17.56   glibc-headers-x86-2.33-20.fc34.noarch                                         
21:51:38 #11 17.56   glibc-static-2.33-20.fc34.x86_64                                              
21:51:38 #11 17.56   guile22-2.2.7-2.fc34.x86_64                                                   
21:51:38 #11 17.56   iptables-legacy-libs-1.8.7-8.fc34.x86_64                                      
21:51:38 #11 17.56   jsoncpp-1.9.4-3.fc34.x86_64                                                   
21:51:38 #11 17.56   kernel-headers-5.14.9-200.fc34.x86_64                                         
21:51:38 #11 17.56   kmod-libs-29-2.fc34.x86_64                                                    
21:51:38 #11 17.56   libargon2-20171227-6.fc34.x86_64                                              
21:51:38 #11 17.56   libbtrfs-5.14.2-1.fc34.x86_64                                                 
21:51:38 #11 17.56   libbtrfsutil-5.14.2-1.fc34.x86_64                                             
21:51:38 #11 17.56   libcbor-0.7.0-3.fc34.x86_64                                                   
21:51:38 #11 17.56   libedit-3.1-38.20210714cvs.fc34.x86_64                                        
21:51:38 #11 17.56   libfido2-1.6.0-2.fc34.x86_64                                                  
21:51:38 #11 17.56   libibverbs-37.0-1.fc34.x86_64                                                 
21:51:38 #11 17.56   libmpc-1.2.1-2.fc34.x86_64                                                    
21:51:38 #11 17.56   libnl3-3.5.0-6.fc34.x86_64                                                    
21:51:38 #11 17.56   libpcap-14:1.10.1-1.fc34.x86_64                                               
21:51:38 #11 17.56   libseccomp-2.5.0-4.fc34.x86_64                                                
21:51:38 #11 17.56   libseccomp-devel-2.5.0-4.fc34.x86_64                                          
21:51:38 #11 17.56   libselinux-devel-3.2-1.fc34.x86_64                                            
21:51:38 #11 17.56   libselinux-utils-3.2-1.fc34.x86_64                                            
21:51:38 #11 17.56   libsepol-devel-3.2-1.fc34.x86_64                                              
21:51:38 #11 17.56   libtool-2.4.6-40.fc34.x86_64                                                  
21:51:38 #11 17.56   libtool-ltdl-2.4.6-40.fc34.x86_64                                             
21:51:38 #11 17.56   libtool-ltdl-devel-2.4.6-40.fc34.x86_64                                       
21:51:38 #11 17.56   libuv-1:1.42.0-2.fc34.x86_64                                                  
21:51:38 #11 17.56   libxcrypt-devel-4.4.26-2.fc34.x86_64                                          
21:51:38 #11 17.56   libxcrypt-static-4.4.26-2.fc34.x86_64                                         
21:51:38 #11 17.56   libxkbcommon-1.3.0-1.fc34.x86_64                                              
21:51:38 #11 17.56   llvm-libs-12.0.1-1.fc34.x86_64                                                
21:51:38 #11 17.56   lzo-2.10-4.fc34.x86_64                                                        
21:51:38 #11 17.56   m4-1.4.18-17.fc34.x86_64                                                      
21:51:38 #11 17.56   make-1:4.3-5.fc34.x86_64                                                      
21:51:38 #11 17.56   openssh-8.6p1-5.fc34.x86_64                                                   
21:51:38 #11 17.56   openssh-clients-8.6p1-5.fc34.x86_64                                           
21:51:38 #11 17.56   pcre2-devel-10.36-4.fc34.x86_64                                               
21:51:38 #11 17.56   pcre2-utf16-10.36-4.fc34.x86_64                                               
21:51:38 #11 17.56   pcre2-utf32-10.36-4.fc34.x86_64                                               
21:51:38 #11 17.56   perl-Error-1:0.17029-5.fc34.noarch                                            
21:51:38 #11 17.56   perl-File-Compare-1.100.600-477.fc34.noarch                                   
21:51:38 #11 17.56   perl-File-Copy-2.34-477.fc34.noarch                                           
21:51:38 #11 17.56   perl-File-Find-1.37-477.fc34.noarch                                           
21:51:38 #11 17.56   perl-Git-2.31.1-3.fc34.noarch                                                 
21:51:38 #11 17.56   perl-TermReadKey-2.38-9.fc34.x86_64                                           
21:51:38 #11 17.56   perl-Thread-Queue-3.14-458.fc34.noarch                                        
21:51:38 #11 17.56   perl-lib-0.65-477.fc34.x86_64                                                 
21:51:38 #11 17.56   perl-threads-1:2.25-458.fc34.x86_64                                           
21:51:38 #11 17.56   perl-threads-shared-1.61-458.fc34.x86_64                                      
21:51:38 #11 17.56   policycoreutils-3.2-1.fc34.x86_64                                             
21:51:38 #11 17.56   policycoreutils-devel-3.2-1.fc34.x86_64                                       
21:51:38 #11 17.56   policycoreutils-python-utils-3.2-1.fc34.noarch                                
21:51:38 #11 17.56   python3-audit-3.0.6-1.fc34.x86_64                                             
21:51:38 #11 17.56   python3-libselinux-3.2-1.fc34.x86_64                                          
21:51:38 #11 17.56   python3-libsemanage-3.2-1.fc34.x86_64                                         
21:51:38 #11 17.56   python3-policycoreutils-3.2-1.fc34.noarch                                     
21:51:38 #11 17.56   python3-setools-4.4.0-1.fc34.x86_64                                           
21:51:38 #11 17.56   qrencode-libs-4.0.2-7.fc34.x86_64                                             
21:51:38 #11 17.56   rhash-1.4.0-3.fc34.x86_64                                                     
21:51:38 #11 17.56   rpm-plugin-selinux-4.16.1.3-1.fc34.x86_64                                     
21:51:38 #11 17.56   selinux-policy-34.21-1.fc34.noarch                                            
21:51:38 #11 17.56   selinux-policy-devel-34.21-1.fc34.noarch                                      
21:51:38 #11 17.56   selinux-policy-targeted-34.21-1.fc34.noarch                                   
21:51:38 #11 17.56   systemd-248.9-1.fc34.x86_64                                                   
21:51:38 #11 17.56   systemd-devel-248.9-1.fc34.x86_64                                             
21:51:38 #11 17.56   systemd-networkd-248.9-1.fc34.x86_64                                          
21:51:38 #11 17.56   systemd-pam-248.9-1.fc34.x86_64                                               
21:51:38 #11 17.56   systemd-rpm-macros-248.9-1.fc34.noarch                                        
21:51:38 #11 17.56   vim-filesystem-2:8.2.3512-1.fc34.noarch                                       
21:51:38 #11 17.56   which-2.21-26.fc34.x86_64                                                     
21:51:38 #11 17.56   xkeyboard-config-2.33-1.fc34.noarch                                           
21:51:38 #11 17.56 
21:51:38 #11 17.56 Complete!
21:51:38 #11 DONE 17.7s
21:51:38 
21:51:38 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
21:51:38 #13 sha256:3a8e710e42096ff99f4730bff923f1876966b5b44a9f8f97572ab0ad5e8cb4fd
21:51:41 #13 DONE 2.5s
21:51:41 
21:51:41 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
21:51:41 #14 sha256:6bdcb524bcab017b00184da4fa94dad31e0fac709ec9c420606c49baf80794fe
21:51:41 #14 DONE 0.0s
21:51:41 
21:51:41 #15 exporting to image
21:51:41 #15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
21:51:41 #15 exporting layers
21:51:46 #15 exporting layers 5.3s done
21:51:46 #15 writing image sha256:4c515d762393597f512b9a4817604a9b3a2accd959f178c991b4f18d50215e29 done
21:51:46 #15 naming to docker.io/rpmbuild-fedora-34/x86_64 done
21:51:46 #15 DONE 5.3s
21:51:46 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm/rpmbuild/fedora-34/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm/rpmbuild/fedora-34/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-34/x86_64 -ba --define '_gitcommit_cli b485636' --define '_gitcommit_engine 52f5b61' --define '_release 0' --define '_version 0.0.0.20211015144513.b485636' --define '_origversion 0.0.0-20211015144513-b485636' --define '_scan_rpm_version 0.9.0' --define '_scan_version v0.9.0' --define '_scan_gitcommit b05830d'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-scan-plugin.spec
21:51:47 warning: line 60: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
21:51:47 warning: line 61: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
21:51:47 warning: line 62: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
21:51:47 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.qL0zP2
21:51:47 + umask 022
21:51:47 + cd /root/rpmbuild/BUILD
21:51:47 + cd /root/rpmbuild/BUILD
21:51:47 + rm -rf src
21:51:47 + /usr/bin/mkdir -p src
21:51:47 + cd src
21:51:47 + /usr/bin/tar -xof -
21:51:47 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
21:51:48 + STATUS=0
21:51:48 + '[' 0 -ne 0 ']'
21:51:48 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
21:51:48 + /usr/bin/tar -xof -
21:51:48 + STATUS=0
21:51:48 + '[' 0 -ne 0 ']'
21:51:48 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
21:51:49 + RPM_EC=0
21:51:49 ++ jobs -p
21:51:49 + exit 0
21:51:49 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.op7jW3
21:51:49 + umask 022
21:51:49 + cd /root/rpmbuild/BUILD
21:51:49 + cd src
21:51:49 + export DOCKER_GITCOMMIT=52f5b61
21:51:49 + DOCKER_GITCOMMIT=52f5b61
21:51:49 + mkdir -p /go/src/github.com/docker
21:51:49 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
21:51:49 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
21:51:49 + pushd /root/rpmbuild/BUILD/src/engine
21:51:49 + for component in tini "proxy dynamic"
21:51:49 + TMP_GOPATH=/go
21:51:49 + hack/dockerfile/install/install.sh tini
21:51:49 + RM_GOPATH=0
21:51:49 + TMP_GOPATH=/go
21:51:49 + : /usr/local/bin
21:51:49 + '[' -z /go ']'
21:51:49 + export GOPATH=/go
21:51:49 + GOPATH=/go
21:51:49 + case "$(go env GOARCH)" in
21:51:49 ++ go env GOARCH
21:51:49 + export GO_BUILDMODE=-buildmode=pie
21:51:49 + GO_BUILDMODE=-buildmode=pie
21:51:49 ++ dirname hack/dockerfile/install/install.sh
21:51:49 + dir=hack/dockerfile/install
21:51:49 + bin=tini
21:51:49 + shift
21:51:49 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
21:51:49 + . hack/dockerfile/install/tini.installer
21:51:49 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
21:51:49 + install_tini
21:51:49 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
21:51:49 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
21:51:49 + git clone https://github.com/krallin/tini.git /go/tini
21:51:49 Cloning into '/go/tini'...
21:51:49 + cd /go/tini
21:51:49 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
21:51:49 + cmake .
21:51:49 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
21:51:49   Compatibility with CMake < 2.8.12 will be removed from a future version of
21:51:49   CMake.
21:51:49 
21:51:49   Update the VERSION argument <min> value or use a ...<max> suffix to tell
21:51:49   CMake that the project does not need compatibility with older versions.
21:51:49 
21:51:49 
21:51:49 -- The C compiler identification is GNU 11.2.1
21:51:49 -- Detecting C compiler ABI info
21:51:49 -- Detecting C compiler ABI info - done
21:51:49 -- Check for working C compiler: /usr/bin/cc - skipped
21:51:49 -- Detecting C compile features
21:51:49 -- Detecting C compile features - done
21:51:49 -- Performing Test HAS_BUILTIN_FORTIFY
21:51:49 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
21:51:49 -- Configuring done
21:51:49 -- Generating done
21:51:49 -- Build files have been written to: /go/tini
21:51:49 + make tini-static
21:51:49 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
21:51:49 [100%] Linking C executable tini-static
21:51:49 [100%] Built target tini-static
21:51:49 + mkdir -p /usr/local/bin
21:51:49 + cp tini-static /usr/local/bin/docker-init
21:51:49 + for component in tini "proxy dynamic"
21:51:49 + TMP_GOPATH=/go
21:51:49 + hack/dockerfile/install/install.sh proxy dynamic
21:51:49 + RM_GOPATH=0
21:51:49 + TMP_GOPATH=/go
21:51:49 + : /usr/local/bin
21:51:49 + '[' -z /go ']'
21:51:49 + export GOPATH=/go
21:51:49 + GOPATH=/go
21:51:49 + case "$(go env GOARCH)" in
21:51:49 ++ go env GOARCH
21:51:49 + export GO_BUILDMODE=-buildmode=pie
21:51:49 + GO_BUILDMODE=-buildmode=pie
21:51:49 ++ dirname hack/dockerfile/install/install.sh
21:51:49 + dir=hack/dockerfile/install
21:51:49 + bin=proxy
21:51:49 + shift
21:51:49 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
21:51:49 + . hack/dockerfile/install/proxy.installer
21:51:49 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8
21:51:49 + install_proxy dynamic
21:51:49 + case "$1" in
21:51:49 + install_proxy_dynamic
21:51:49 + export PROXY_LDFLAGS=-linkmode=external install_proxy
21:51:49 + PROXY_LDFLAGS=-linkmode=external
21:51:49 + export BUILD_MODE=-buildmode=pie
21:51:49 + BUILD_MODE=-buildmode=pie
21:51:49 + _install_proxy
21:51:49 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8
21:51:49 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8'
21:51:49 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
21:51:49 Cloning into '/go/src/github.com/docker/libnetwork'...
21:51:51 + cd /go/src/github.com/docker/libnetwork
21:51:51 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8
21:51:51 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
21:51:59 + return
21:51:59 + VERSION=0.0.0-20211015144513-b485636
21:51:59 + PRODUCT=docker
21:51:59 + hack/make.sh dynbinary
21:51:59 
21:51:59 Removing bundles/
21:51:59 
21:51:59 ---> Making bundle: dynbinary (in bundles/dynbinary)
21:51:59 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636
21:51:59 GOOS="" GOARCH="" GOARM=""
21:52:32 Cloning into '/go/src/github.com/docker/buildx'...
21:52:32 Fetching origin
21:52:33 + GO111MODULE=on
21:52:33 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
21:53:36 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636
21:53:36 
21:53:36 + popd
21:53:36 + RPM_EC=0
21:53:36 ~/rpmbuild/BUILD/src
21:53:36 ++ jobs -p
21:53:36 + exit 0
21:53:36 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.J0OXWT
21:53:36 + umask 022
21:53:36 + cd /root/rpmbuild/BUILD
21:53:36 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.fc34.x86_64 '!=' / ']'
21:53:36 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.fc34.x86_64
21:53:36 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.fc34.x86_64
21:53:36 + mkdir -p /root/rpmbuild/BUILDROOT
21:53:36 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.fc34.x86_64
21:53:36 + cd src
21:53:36 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
21:53:36 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/bin/dockerd
21:53:36 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/bin/docker-proxy
21:53:36 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/bin/docker-init
21:53:36 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/lib/systemd/system/docker.service
21:53:36 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/lib/systemd/system/docker.socket
21:53:36 + /usr/lib/rpm/check-buildroot
21:53:36 + /usr/lib/rpm/redhat/brp-ldconfig
21:53:36 + /usr/lib/rpm/brp-compress
21:53:36 + /usr/lib/rpm/brp-strip /usr/bin/strip
21:53:36 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
21:53:36 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
21:53:36 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
21:53:36 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
21:53:36 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
21:53:36 + /usr/lib/rpm/brp-python-hardlink
21:53:36 + /usr/lib/rpm/redhat/brp-mangle-shebangs
21:53:36 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.PceKWN
21:53:36 + umask 022
21:53:36 + cd /root/rpmbuild/BUILD
21:53:36 + cd src
21:53:36 + engine/bundles/dynbinary-daemon/dockerd -v
21:53:36 Docker version 0.0.0-20211015144513-b485636, build 52f5b61
21:53:36 + RPM_EC=0
21:53:36 ++ jobs -p
21:53:36 + exit 0
21:53:36 Processing files: docker-ce-0.0.0.20211015144513.b485636-0.fc34.x86_64
21:53:36 Provides: docker-ce = 3:0.0.0.20211015144513.b485636-0.fc34 docker-ce(x86-64) = 3:0.0.0.20211015144513.b485636-0.fc34
21:53:36 Requires(interp): /bin/sh /bin/sh /bin/sh
21:53:36 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
21:53:36 Requires(post): /bin/sh
21:53:36 Requires(preun): /bin/sh
21:53:36 Requires(postun): /bin/sh
21:53:36 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.32)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
21:53:36 Conflicts: docker docker-ee docker-engine-cs docker-io
21:53:36 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
21:53:36 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.fc34.x86_64
21:53:36 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20211015144513.b485636-0.fc34.src.rpm
21:53:54 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/static:/v -w /v alpine chown -R 1000:1000 build/win/amd64
21:53:54 find build/win/amd64/docker -type f -not -name "*.exe" -exec mv {} {}.exe \;
21:53:54 cd /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/cli && VERSION=0.0.0-20211015144513-b485636 docker buildx bake --set binary.platform=windows/amd64 binary
21:53:54 #1 [internal] load build definition from Dockerfile
21:53:54 #1 transferring dockerfile: 2.08kB done
21:53:54 #1 DONE 0.0s
21:53:54 
21:53:54 #2 [internal] load .dockerignore
21:53:54 #2 transferring context: 112B done
21:53:54 #2 DONE 0.0s
21:53:54 
21:53:54 #3 resolve image config for docker.io/docker/dockerfile:1.3
21:53:54 #3 ...
21:53:54 
21:53:54 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
21:53:54 #4 DONE 0.0s
21:53:54 
21:53:54 #3 resolve image config for docker.io/docker/dockerfile:1.3
21:53:54 #3 DONE 0.2s
21:53:54 
21:53:54 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
21:53:54 #5 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done
21:53:54 #5 CACHED
21:53:54 
21:53:54 #6 [internal] load metadata for docker.io/library/golang:1.16.9-alpine
21:53:54 #6 DONE 0.1s
21:53:54 
21:53:54 #8 [auth] library/golang:pull token for registry-1.docker.io
21:53:54 #8 DONE 0.0s
21:53:54 
21:53:54 #9 [auth] tonistiigi/xx:pull token for registry-1.docker.io
21:53:54 #9 DONE 0.0s
21:53:54 
21:53:54 #11 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
21:53:54 #11 DONE 0.0s
21:53:54 
21:53:54 #10 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
21:53:54 #10 ...
21:53:54 
21:53:54 #7 [internal] load metadata for docker.io/tonistiigi/xx:1.0.0-rc.2
21:53:54 #7 DONE 0.1s
21:53:54 
21:53:54 #10 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
21:53:54 #10 DONE 0.6s
21:53:54 
21:53:54 #18 [internal] load build context
21:53:54 #18 DONE 0.0s
21:53:54 
21:53:54 #13 [xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669
21:53:54 #13 resolve docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669 0.0s done
21:53:54 #13 DONE 0.0s
21:53:54 
21:53:54 #12 [gostable 1/1] FROM docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11
21:53:54 #12 resolve docker.io/library/golang:1.16.9-alpine@sha256:05df7ff684a2cb06aa207be14a78918cbc3285ed3b965974979e575d59de1c11 0.0s done
21:53:54 #12 DONE 0.0s
21:53:54 
21:53:54 #19 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
21:53:54 #19 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
21:53:54 #19 ...
21:53:54 
21:53:54 #14 [build-base-alpine 1/3] COPY --from=xx / /
21:53:54 #14 CACHED
21:53:54 
21:53:54 #15 [build-base-alpine 2/3] RUN apk add --no-cache clang lld llvm file git
21:53:54 #15 CACHED
21:53:54 
21:53:54 #16 [build-base-alpine 3/3] WORKDIR /go/src/github.com/docker/cli
21:53:54 #16 CACHED
21:53:54 
21:53:54 #19 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
21:53:54 #19 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
21:53:54 #19 sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a 136B / 136B 0.0s done
21:53:54 #19 extracting sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a 0.0s done
21:53:54 #19 DONE 0.1s
21:53:54 
21:53:54 #17 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
21:53:54 #17 0.173 skipping packages installation on windows
21:53:54 #17 DONE 0.2s
21:53:54 
21:53:54 #18 [internal] load build context
21:53:54 #18 transferring context: 398.13kB 0.5s done
21:53:54 #18 DONE 0.6s
21:53:54 
21:53:54 #20 [build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
21:53:54 #20 0.448 Building static docker-windows-amd64.exe
21:54:15 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20211015144513.b485636-0.fc34.x86_64.rpm
21:54:15 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.YNcgud
21:54:15 + umask 022
21:54:15 + cd /root/rpmbuild/BUILD
21:54:15 + cd src
21:54:15 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20211015144513.b485636-0.fc34.x86_64
21:54:15 + RPM_EC=0
21:54:15 ++ jobs -p
21:54:15 + exit 0
21:54:15 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.R58GQ4
21:54:15 + umask 022
21:54:15 + cd /root/rpmbuild/BUILD
21:54:15 + cd /root/rpmbuild/BUILD
21:54:15 + rm -rf src
21:54:15 + /usr/bin/mkdir -p src
21:54:15 + cd src
21:54:15 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
21:54:15 + /usr/bin/tar -xof -
21:54:15 + STATUS=0
21:54:15 + '[' 0 -ne 0 ']'
21:54:15 + /usr/bin/tar -xof -
21:54:15 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
21:54:15 + STATUS=0
21:54:15 + '[' 0 -ne 0 ']'
21:54:15 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
21:54:15 + RPM_EC=0
21:54:15 ++ jobs -p
21:54:15 + exit 0
21:54:15 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.m1SJC6
21:54:15 + umask 022
21:54:15 + cd /root/rpmbuild/BUILD
21:54:15 + cd src
21:54:15 + mkdir -p /go/src/github.com/docker
21:54:15 + rm -f /go/src/github.com/docker/cli
21:54:15 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
21:54:15 + pushd /go/src/github.com/docker/cli
21:54:15 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
21:54:15 + DISABLE_WARN_OUTSIDE_CONTAINER=1
21:54:15 + make VERSION=0.0.0-20211015144513-b485636 GITCOMMIT=b485636 dynbinary manpages
21:54:15 GO_LINKMODE=dynamic ./scripts/build/binary
21:54:15 Building dynamic docker-linux-amd64
21:55:31 #20 DONE 85.5s
21:55:31 
21:55:31 #21 [binary 1/1] COPY --from=build /out .
21:55:31 #21 DONE 0.1s
21:55:31 
21:55:31 #22 exporting to client
21:55:31 #22 copying files 5.24MB 0.1s
21:55:31 #22 copying files 51.74MB 1.1s done
21:55:31 #22 DONE 1.1s
21:55:31 mkdir -p build/win/amd64/docker
21:55:31 cp /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/cli/build/docker-windows-amd64.exe build/win/amd64/docker/docker.exe
21:55:31 cp /home/ubuntu/workspace/docker-ce-packaging_PR-589/src/github.com/docker/docker/bundles/cross/windows/amd64/dockerd-0.0.0-20211015144513-b485636.exe build/win/amd64/docker/dockerd.exe
21:55:31 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/static/build/win/amd64:/v -w /v alpine sh -c 'apk update&&apk add zip&&zip -r docker-0.0.0-20211015144513-b485636.zip docker'
21:55:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
21:55:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
21:55:31 v3.14.2-102-g66a588675a [https://dl-cdn.alpinelinux.org/alpine/v3.14/main]
21:55:31 v3.14.2-105-g480b72a9db [https://dl-cdn.alpinelinux.org/alpine/v3.14/community]
21:55:31 OK: 14943 distinct packages available
21:55:31 (1/2) Installing unzip (6.0-r9)
21:55:31 (2/2) Installing zip (3.0-r9)
21:55:31 Executing busybox-1.33.1-r3.trigger
21:55:31 OK: 6 MiB in 16 packages
21:55:31   adding: docker/ (stored 0%)
21:55:31   adding: docker/dockerd.exe (deflated 72%)
21:55:31   adding: docker/cli-plugins/ (stored 0%)
21:55:31   adding: docker/cli-plugins/docker-buildx.exe (deflated 59%)
21:55:33   adding: docker/cli-plugins/docker-app.exe (deflated 69%)
21:55:35   adding: docker/docker.exe (deflated 73%)
21:55:36 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/static:/v -w /v alpine chown -R 1000:1000 build
21:55:36 scripts/docs/generate-man.sh
21:55:37 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/static'
[Pipeline] sh
21:55:37 + make clean
21:55:37 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589:/v -w /v alpine chown -R 1000:1000 src
21:55:39 rm -f -r src
21:55:39 make -C rpm clean
21:55:39 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm'
21:55:39 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
21:55:39 rm -f -r rpmbuild/
21:55:39 docker builder prune -f --filter until=24h
21:55:39 Total reclaimed space: 0B
21:55:39 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm'
21:55:39 make -C deb clean
21:55:39 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/deb'
21:55:39 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb:/v -w /v alpine chown -R 1000:1000 debbuild
21:55:39 rm -f -r debbuild
21:55:39 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb:/v -w /v alpine chown -R 1000:1000 sources
21:55:39 rm -f -r sources
21:55:39 docker builder prune -f --filter until=24h
21:55:39 Total reclaimed space: 0B
21:55:39 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/deb'
21:55:39 make -C static clean
21:55:39 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/static'
21:55:39 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/static:/v -w /v alpine chown -R 1000:1000 build
21:55:41 rm -f -r build
21:55:41 docker builder prune -f --filter until=24h
21:55:41 Total reclaimed space: 0B
21:55:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
21:56:32 Project root: /go/src/github.com/docker/cli
21:56:32 Generating man pages into /go/src/github.com/docker/cli/man/man1
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
21:56:32 2021/10/21 21:56:32 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
21:56:32 ~/rpmbuild/BUILD/src
21:56:32 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
21:56:32 + popd
21:56:32 + pushd /root/rpmbuild/BUILD/src/plugins
21:56:32 + for installer in *.installer
21:56:32 + '[' app.installer '!=' scan.installer ']'
21:56:32 + bash app.installer build
21:56:32 Cloning into '/go/src/github.com/docker/app'...
21:56:35 Fetching origin
21:56:35 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
21:57:32 + for installer in *.installer
21:57:32 + '[' buildx.installer '!=' scan.installer ']'
21:57:32 + bash buildx.installer build
21:57:32 Cloning into '/go/src/github.com/docker/buildx'...
21:57:32 Fetching origin
21:57:32 + GO111MODULE=on
21:57:32 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
21:58:53 ~/rpmbuild/BUILD/src
21:58:53 + popd
21:58:53 + RPM_EC=0
21:58:53 ++ jobs -p
21:58:53 + exit 0
21:58:53 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ZBBCEA
21:58:53 + umask 022
21:58:53 + cd /root/rpmbuild/BUILD
21:58:53 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64 '!=' / ']'
21:58:53 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64
21:58:53 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64
21:58:53 + mkdir -p /root/rpmbuild/BUILDROOT
21:58:53 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64
21:58:53 + cd src
21:58:53 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/bin
21:58:53 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/bin/docker
21:58:53 + pushd /root/rpmbuild/BUILD/src/plugins
21:58:53 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
21:58:53 + for installer in *.installer
21:58:53 + '[' app.installer '!=' scan.installer ']'
21:58:53 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64
21:58:53 + PREFIX=/usr/libexec/docker/cli-plugins
21:58:53 + bash app.installer install_plugin
21:58:53 + for installer in *.installer
21:58:53 + '[' buildx.installer '!=' scan.installer ']'
21:58:53 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64
21:58:53 + PREFIX=/usr/libexec/docker/cli-plugins
21:58:53 + bash buildx.installer install_plugin
21:58:53 + popd
21:58:53 ~/rpmbuild/BUILD/src
21:58:53 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/share/bash-completion/completions
21:58:53 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/share/zsh/vendor-completions
21:58:53 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/share/fish/vendor_completions.d
21:58:53 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/share/bash-completion/completions/docker
21:58:53 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/share/zsh/vendor-completions/_docker
21:58:53 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/share/fish/vendor_completions.d/docker.fish
21:58:53 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/share/man/man1
21:58:53 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/share/man/man1
21:58:53 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/share/man/man5
21:58:53 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/share/man/man5
21:58:53 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/share/man/man8
21:58:53 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/share/man/man8
21:58:53 + mkdir -p build-docs
21:58:53 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
21:58:53 + cp cli/LICENSE build-docs/LICENSE
21:58:53 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
21:58:53 + cp cli/MAINTAINERS build-docs/MAINTAINERS
21:58:53 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
21:58:53 + cp cli/NOTICE build-docs/NOTICE
21:58:53 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
21:58:53 + cp cli/README.md build-docs/README.md
21:58:53 + /usr/lib/rpm/check-buildroot
21:58:53 + /usr/lib/rpm/redhat/brp-ldconfig
21:58:53 + /usr/lib/rpm/brp-compress
21:58:53 + /usr/lib/rpm/brp-strip /usr/bin/strip
21:58:53 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
21:58:53 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
21:58:53 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
21:58:53 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
21:58:53 + /usr/lib/rpm/brp-python-hardlink
21:58:53 + /usr/lib/rpm/redhat/brp-mangle-shebangs
21:58:53 Processing files: docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64
21:58:53 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.0WNezx
21:58:53 + umask 022
21:58:53 + cd /root/rpmbuild/BUILD
21:58:53 + cd src
21:58:53 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/share/doc/docker-ce-cli
21:58:53 + export LC_ALL=C
21:58:53 + LC_ALL=C
21:58:53 + export DOCDIR
21:58:53 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/share/doc/docker-ce-cli
21:58:53 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/share/doc/docker-ce-cli
21:58:53 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/share/doc/docker-ce-cli
21:58:53 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/share/doc/docker-ce-cli
21:58:53 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/share/doc/docker-ce-cli
21:58:53 + RPM_EC=0
21:58:53 ++ jobs -p
21:58:53 + exit 0
21:58:53 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
21:58:53 Provides: docker-ce-cli = 1:0.0.0.20211015144513.b485636-0.fc34 docker-ce-cli(x86-64) = 1:0.0.0.20211015144513.b485636-0.fc34
21:58:53 Requires(interp): /bin/sh
21:58:53 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
21:58:53 Requires(post): /bin/sh
21:58:53 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.32)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
21:58:53 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
21:58:53 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64
21:58:53 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.src.rpm
21:59:49 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64.rpm
21:59:49 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.qeehfI
21:59:49 + umask 022
21:59:49 + cd /root/rpmbuild/BUILD
21:59:49 + cd src
21:59:49 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20211015144513.b485636-0.fc34.x86_64
21:59:49 + RPM_EC=0
21:59:49 ++ jobs -p
21:59:49 + exit 0
21:59:49 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3ryz0L
21:59:49 + umask 022
21:59:49 + cd /root/rpmbuild/BUILD
21:59:49 + cd /root/rpmbuild/BUILD
21:59:49 + rm -rf src
21:59:49 + /usr/bin/mkdir -p src
21:59:49 + cd src
21:59:49 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
21:59:49 + /usr/bin/tar -xof -
21:59:49 + STATUS=0
21:59:49 + '[' 0 -ne 0 ']'
21:59:49 + /usr/bin/tar -xof -
21:59:49 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
21:59:50 + STATUS=0
21:59:50 + '[' 0 -ne 0 ']'
21:59:50 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
21:59:50 + RPM_EC=0
21:59:50 ++ jobs -p
21:59:50 + exit 0
21:59:50 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.cZsEdg
21:59:50 + umask 022
21:59:50 + cd /root/rpmbuild/BUILD
21:59:50 + cd src
21:59:50 + export DOCKER_GITCOMMIT=52f5b61
21:59:50 + DOCKER_GITCOMMIT=52f5b61
21:59:50 + mkdir -p /go/src/github.com/docker
21:59:50 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
21:59:50 + TMP_GOPATH=/go
21:59:50 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
21:59:50 + RM_GOPATH=0
21:59:50 + TMP_GOPATH=/go
21:59:50 + : /usr/local/bin
21:59:50 + '[' -z /go ']'
21:59:50 + export GOPATH=/go
21:59:50 + GOPATH=/go
21:59:50 + case "$(go env GOARCH)" in
21:59:50 ++ go env GOARCH
21:59:50 + export GO_BUILDMODE=-buildmode=pie
21:59:50 + GO_BUILDMODE=-buildmode=pie
21:59:50 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
21:59:50 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
21:59:50 + bin=rootlesskit
21:59:50 + shift
21:59:50 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
21:59:50 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
21:59:50 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:59:50 + install_rootlesskit dynamic
21:59:50 + case "$1" in
21:59:50 + install_rootlesskit_dynamic
21:59:50 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
21:59:50 + ROOTLESSKIT_LDFLAGS=-linkmode=external
21:59:50 + export BUILD_MODE=-buildmode=pie
21:59:50 + BUILD_MODE=-buildmode=pie
21:59:50 + _install_rootlesskit
21:59:50 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2'
21:59:50 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:59:50 + git clone https://github.com/rootless-containers/rootlesskit.git /go/src/github.com/rootless-containers/rootlesskit
21:59:50 Cloning into '/go/src/github.com/rootless-containers/rootlesskit'...
21:59:50 + cd /go/src/github.com/rootless-containers/rootlesskit
21:59:50 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2
21:59:50 + export GO111MODULE=on
21:59:50 + GO111MODULE=on
21:59:50 + export GOPROXY=https://proxy.golang.org
21:59:50 + GOPROXY=https://proxy.golang.org
21:59:50 + for f in rootlesskit rootlesskit-docker-proxy
21:59:50 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
21:59:51 go: downloading github.com/pkg/errors v0.9.1
21:59:51 go: downloading github.com/sirupsen/logrus v1.8.1
21:59:51 go: downloading github.com/urfave/cli/v2 v2.3.0
21:59:51 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
21:59:51 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
21:59:51 go: downloading github.com/google/uuid v1.3.0
21:59:51 go: downloading github.com/moby/vpnkit v0.5.0
21:59:51 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
21:59:51 go: downloading github.com/gofrs/flock v0.8.1
21:59:51 go: downloading github.com/gorilla/mux v1.8.0
21:59:51 go: downloading github.com/moby/sys/mountinfo v0.4.1
21:59:51 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
21:59:51 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
21:59:51 go: downloading github.com/u-root/u-root v7.0.0+incompatible
21:59:52 go: downloading github.com/russross/blackfriday/v2 v2.1.0
21:59:57 + for f in rootlesskit rootlesskit-docker-proxy
21:59:57 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
21:59:58 + return
21:59:58 + RPM_EC=0
21:59:58 ++ jobs -p
21:59:58 + exit 0
21:59:58 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.zYG9bH
21:59:58 + umask 022
21:59:58 + cd /root/rpmbuild/BUILD
21:59:58 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.fc34.x86_64 '!=' / ']'
21:59:58 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.fc34.x86_64
21:59:58 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.fc34.x86_64
21:59:58 + mkdir -p /root/rpmbuild/BUILDROOT
21:59:58 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.fc34.x86_64
21:59:58 + cd src
21:59:58 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/bin/dockerd-rootless.sh
21:59:58 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/bin/dockerd-rootless-setuptool.sh
21:59:58 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/bin/rootlesskit
21:59:58 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.fc34.x86_64/usr/bin/rootlesskit-docker-proxy
21:59:58 + /usr/lib/rpm/check-buildroot
21:59:58 + /usr/lib/rpm/redhat/brp-ldconfig
21:59:58 + /usr/lib/rpm/brp-compress
21:59:58 + /usr/lib/rpm/brp-strip /usr/bin/strip
21:59:58 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
21:59:58 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
21:59:58 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
21:59:58 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
21:59:58 + /usr/lib/rpm/brp-python-hardlink
21:59:58 + /usr/lib/rpm/redhat/brp-mangle-shebangs
21:59:58 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
21:59:58 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
21:59:58 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.aHW7Mr
21:59:58 + umask 022
21:59:58 + cd /root/rpmbuild/BUILD
21:59:58 + cd src
21:59:58 + /usr/local/bin/rootlesskit -v
21:59:58 rootlesskit version 0.14.4
21:59:58 + RPM_EC=0
21:59:58 ++ jobs -p
21:59:58 + exit 0
21:59:58 Processing files: docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.fc34.x86_64
21:59:58 Provides: docker-ce-rootless-extras = 0:0.0.0.20211015144513.b485636-0.fc34 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20211015144513.b485636-0.fc34
21:59:58 Requires(interp): /bin/sh /bin/sh /bin/sh
21:59:58 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
21:59:58 Requires(post): /bin/sh
21:59:58 Requires(preun): /bin/sh
21:59:58 Requires(postun): /bin/sh
21:59:58 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.32)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
21:59:58 Conflicts: rootlesskit
21:59:58 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.fc34.x86_64
21:59:59 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.fc34.src.rpm
22:00:07 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.fc34.x86_64.rpm
22:00:07 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pcn0vD
22:00:07 + umask 022
22:00:07 + cd /root/rpmbuild/BUILD
22:00:07 + cd src
22:00:07 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20211015144513.b485636-0.fc34.x86_64
22:00:07 + RPM_EC=0
22:00:07 ++ jobs -p
22:00:07 + exit 0
22:00:07 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.tHWCD4
22:00:07 + umask 022
22:00:07 + cd /root/rpmbuild/BUILD
22:00:07 + cd /root/rpmbuild/BUILD
22:00:07 + rm -rf src
22:00:07 + /usr/bin/mkdir -p src
22:00:07 + cd src
22:00:07 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
22:00:07 + /usr/bin/tar -xof -
22:00:07 + STATUS=0
22:00:07 + '[' 0 -ne 0 ']'
22:00:07 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
22:00:07 + /usr/bin/tar -xof -
22:00:07 + STATUS=0
22:00:07 + '[' 0 -ne 0 ']'
22:00:07 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
22:00:07 + RPM_EC=0
22:00:07 ++ jobs -p
22:00:07 + exit 0
22:00:07 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fheWah
22:00:07 + umask 022
22:00:07 + cd /root/rpmbuild/BUILD
22:00:07 + cd src
22:00:07 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
22:00:07 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
22:00:07 + bash -c 'GOPROXY="https://proxy.golang.org" TAG_NAME="v0.9.0" COMMIT="b05830d" PLATFORM_BINARY=docker-scan make native-build'
22:00:07 GO111MODULE=on make -f builder.Makefile build
22:00:07 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
22:00:07 mkdir -p bin
22:00:07 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=b05830d -X github.com/docker/scan-cli-plugin/internal.Version=v0.9.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:defb5ba5517a29a78736d919d3dc0568f555980a43daefe1ac8a1e7fc0924f25" -o bin/docker-scan ./cmd/docker-scan
22:00:09 go: downloading github.com/docker/cli v20.10.9+incompatible
22:00:09 go: downloading github.com/docker/docker v20.10.9+incompatible
22:00:09 go: downloading github.com/spf13/cobra v1.2.1
22:00:09 go: downloading github.com/fvbommel/sortorder v1.0.2
22:00:09 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
22:00:09 go: downloading github.com/docker/distribution v2.7.1+incompatible
22:00:10 go: downloading github.com/docker/go-connections v0.4.0
22:00:10 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
22:00:10 go: downloading github.com/spf13/pflag v1.0.5
22:00:10 go: downloading github.com/theupdateframework/notary v0.7.0
22:00:10 go: downloading github.com/opencontainers/image-spec v1.0.1
22:00:10 go: downloading github.com/docker/go-units v0.4.0
22:00:10 go: downloading github.com/Masterminds/semver/v3 v3.1.1
22:00:10 go: downloading github.com/mitchellh/go-homedir v1.1.0
22:00:10 go: downloading github.com/morikuni/aec v1.0.0
22:00:10 go: downloading github.com/containerd/containerd v1.5.7
22:00:10 go: downloading github.com/opencontainers/go-digest v1.0.0
22:00:10 go: downloading github.com/moby/sys/mount v0.2.0
22:00:10 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
22:00:10 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
22:00:10 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
22:00:10 go: downloading google.golang.org/grpc v1.40.0
22:00:11 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
22:00:11 go: downloading github.com/docker/docker-credential-helpers v0.6.4
22:00:11 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
22:00:11 go: downloading github.com/gogo/protobuf v1.3.2
22:00:11 go: downloading github.com/opencontainers/runc v1.0.2
22:00:11 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
22:00:11 go: downloading github.com/golang/protobuf v1.5.2
22:00:11 go: downloading github.com/docker/go-metrics v0.0.1
22:00:11 go: downloading google.golang.org/protobuf v1.26.0
22:00:12 go: downloading github.com/prometheus/client_golang v1.7.1
22:00:12 go: downloading github.com/beorn7/perks v1.0.1
22:00:12 go: downloading github.com/cespare/xxhash v1.1.0
22:00:12 go: downloading github.com/cespare/xxhash/v2 v2.1.1
22:00:12 go: downloading github.com/prometheus/client_model v0.2.0
22:00:12 go: downloading github.com/prometheus/common v0.10.0
22:00:12 go: downloading github.com/prometheus/procfs v0.6.0
22:00:12 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
22:00:20 go: downloading github.com/docker/cli v20.10.9+incompatible
22:00:20 go: downloading github.com/docker/docker v20.10.9+incompatible
22:00:20 go: downloading github.com/spf13/cobra v1.2.1
22:00:20 go: downloading github.com/fvbommel/sortorder v1.0.2
22:00:20 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
22:00:20 go: downloading github.com/docker/distribution v2.7.1+incompatible
22:00:20 go: downloading github.com/docker/go-connections v0.4.0
22:00:20 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
22:00:20 go: downloading github.com/spf13/pflag v1.0.5
22:00:20 go: downloading github.com/theupdateframework/notary v0.7.0
22:00:20 go: downloading github.com/opencontainers/image-spec v1.0.1
22:00:20 go: downloading github.com/docker/go-units v0.4.0
22:00:20 go: downloading github.com/Masterminds/semver/v3 v3.1.1
22:00:20 go: downloading github.com/mitchellh/go-homedir v1.1.0
22:00:20 go: downloading github.com/morikuni/aec v1.0.0
22:00:20 go: downloading github.com/containerd/containerd v1.5.7
22:00:20 go: downloading github.com/opencontainers/go-digest v1.0.0
22:00:20 go: downloading github.com/moby/sys/mount v0.2.0
22:00:20 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
22:00:20 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
22:00:21 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
22:00:21 go: downloading google.golang.org/grpc v1.40.0
22:00:21 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
22:00:21 go: downloading github.com/docker/docker-credential-helpers v0.6.4
22:00:22 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
22:00:22 go: downloading github.com/gogo/protobuf v1.3.2
22:00:22 go: downloading github.com/opencontainers/runc v1.0.2
22:00:24 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
22:00:24 go: downloading github.com/golang/protobuf v1.5.2
22:00:24 go: downloading github.com/docker/go-metrics v0.0.1
22:00:24 go: downloading google.golang.org/protobuf v1.26.0
22:00:25 go: downloading github.com/prometheus/client_golang v1.7.1
22:00:25 go: downloading github.com/beorn7/perks v1.0.1
22:00:25 go: downloading github.com/cespare/xxhash v1.1.0
22:00:25 go: downloading github.com/cespare/xxhash/v2 v2.1.1
22:00:25 go: downloading github.com/prometheus/client_model v0.2.0
22:00:25 go: downloading github.com/prometheus/common v0.10.0
22:00:25 go: downloading github.com/prometheus/procfs v0.6.0
22:00:26 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
22:00:51 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
22:00:51 + popd
22:00:51 + RPM_EC=0
22:00:51 ~/rpmbuild/BUILD/src
22:00:51 ++ jobs -p
22:00:51 + exit 0
22:00:51 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.NM28QO
22:00:51 + umask 022
22:00:51 + cd /root/rpmbuild/BUILD
22:00:51 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.fc34.x86_64 '!=' / ']'
22:00:51 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.fc34.x86_64
22:00:51 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.fc34.x86_64
22:00:51 + mkdir -p /root/rpmbuild/BUILDROOT
22:00:51 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.fc34.x86_64
22:00:51 + cd src
22:00:51 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
22:00:51 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
22:00:51 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-scan
22:00:51 + popd
22:00:51 ~/rpmbuild/BUILD/src
22:00:51 + /usr/lib/rpm/check-buildroot
22:00:51 + /usr/lib/rpm/redhat/brp-ldconfig
22:00:51 + /usr/lib/rpm/brp-compress
22:00:51 + /usr/lib/rpm/brp-strip /usr/bin/strip
22:00:51 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
22:00:51 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
22:00:51 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
22:00:51 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
22:00:51 + /usr/lib/rpm/brp-python-hardlink
22:00:51 + /usr/lib/rpm/redhat/brp-mangle-shebangs
22:00:51 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.XWFZ49
22:00:51 + umask 022
22:00:51 + cd /root/rpmbuild/BUILD
22:00:51 + cd src
22:00:51 + /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-scan --help
22:00:51 
22:00:51 Usage:  docker [OPTIONS] COMMAND
22:00:51 
22:00:51 docker-scan is a Docker CLI plugin
22:00:51 
22:00:51 Options:
22:00:51       --config string      Location of client config files (default
22:00:51                            "/root/.docker")
22:00:51   -c, --context string     Name of the context to use to connect to the
22:00:51                            daemon (overrides DOCKER_HOST env var and
22:00:51                            default context set with "docker context use")
22:00:51   -D, --debug              Enable debug mode
22:00:51   -H, --host list          Daemon socket(s) to connect to
22:00:51   -l, --log-level string   Set the logging level
22:00:51                            ("debug"|"info"|"warn"|"error"|"fatal")
22:00:51                            (default "info")
22:00:51       --tls                Use TLS; implied by --tlsverify
22:00:51       --tlscacert string   Trust certs signed only by this CA (default
22:00:51                            "/root/.docker/ca.pem")
22:00:51       --tlscert string     Path to TLS certificate file (default
22:00:51                            "/root/.docker/cert.pem")
22:00:51       --tlskey string      Path to TLS key file (default
22:00:51                            "/root/.docker/key.pem")
22:00:51       --tlsverify          Use TLS and verify the remote
22:00:51 
22:00:51 Management Commands:
22:00:51   completion                 generate the autocompletion script for the specified shell
22:00:51 
22:00:51 Commands:
22:00:51   scan                       Docker Scan
22:00:51 
22:00:51 Run 'docker COMMAND --help' for more information on a command.
22:00:51 
22:00:51 To get more help with docker, check out our guides at https://docs.docker.com/go/guides/
22:00:51 + RPM_EC=0
22:00:51 ++ jobs -p
22:00:51 + exit 0
22:00:51 Processing files: docker-scan-plugin-0.9.0-0.fc34.x86_64
22:00:51 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-scan
22:00:51 Provides: docker-scan-plugin = 0:0.9.0-0.fc34 docker-scan-plugin(x86-64) = 0:0.9.0-0.fc34
22:00:51 Requires(interp): /bin/sh /bin/sh /bin/sh
22:00:51 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
22:00:51 Requires(post): /bin/sh
22:00:51 Requires(preun): /bin/sh
22:00:51 Requires(postun): /bin/sh
22:00:51 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.fc34.x86_64
22:00:51 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.9.0-0.fc34.src.rpm
22:00:51 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.9.0-0.fc34.x86_64.rpm
22:00:51 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.aSnbzu
22:00:51 + umask 022
22:00:51 + cd /root/rpmbuild/BUILD
22:00:51 + cd src
22:00:51 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.9.0-0.fc34.x86_64
22:00:51 + RPM_EC=0
22:00:51 ++ jobs -p
22:00:51 + exit 0
22:00:52 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-34"
22:00:53 make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm'
[Pipeline] sh
22:00:54 + make clean
22:00:54 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589:/v -w /v alpine chown -R 1000:1000 src
22:00:55 rm -f -r src
22:00:55 make -C rpm clean
22:00:55 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm'
22:00:55 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
22:00:57 rm -f -r rpmbuild/
22:00:57 docker builder prune -f --filter until=24h
22:00:57 Total reclaimed space: 0B
22:00:57 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm'
22:00:57 make -C deb clean
22:00:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/deb'
22:00:57 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb:/v -w /v alpine chown -R 1000:1000 debbuild
22:00:57 rm -f -r debbuild
22:00:57 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb:/v -w /v alpine chown -R 1000:1000 sources
22:00:57 rm -f -r sources
22:00:57 docker builder prune -f --filter until=24h
22:00:57 Total reclaimed space: 0B
22:00:57 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/deb'
22:00:57 make -C static clean
22:00:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/static'
22:00:57 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/static:/v -w /v alpine chown -R 1000:1000 build
22:00:57 rm -f -r build
22:00:57 docker builder prune -f --filter until=24h
22:00:57 Total reclaimed space: 0B
22:00:57 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
22:01:04 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
22:01:04 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
22:01:04 # Build the CLI plugins
22:01:04 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
22:01:04 set -e;cd /sources && \
22:01:04 	tar xzf plugin-installers.tgz; \
22:01:04 	for installer in plugins/*.installer; do \
22:01:04 		LDFLAGS='' bash ${installer} build; \
22:01:04 	done
22:01:04 Cloning into '/go/src/github.com/docker/app'...
22:01:04 Fetching origin
22:01:04 make[2]: Entering directory '/go/src/github.com/docker/app'
22:01:04 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
22:02:01 make[2]: Leaving directory '/go/src/github.com/docker/app'
22:02:01 Cloning into '/go/src/github.com/docker/buildx'...
22:02:01 Fetching origin
22:02:01 + GO111MODULE=on
22:02:01 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
22:03:22 make[1]: Leaving directory '/root/build-deb'
22:03:22    debian/rules override_dh_auto_test
22:03:22 make[1]: Entering directory '/root/build-deb'
22:03:22 ./engine/bundles/dynbinary-daemon/dockerd -v
22:03:22 Docker version 0.0.0-20211015144513-b485636, build 52f5b61
22:03:22 ./cli/build/docker -v
22:03:22 Docker version 0.0.0-20211015144513-b485636, build b485636
22:03:22 make[1]: Leaving directory '/root/build-deb'
22:03:22    create-stamp debian/debhelper-build-stamp
22:03:22  debian/rules binary
22:03:22 dh binary --with=bash-completion --with=systemd
22:03:22    dh_testroot
22:03:22    dh_prep
22:03:22    debian/rules override_dh_auto_install
22:03:22 make[1]: Entering directory '/root/build-deb'
22:03:22 # docker-ce-cli install
22:03:22 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
22:03:22 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
22:03:22 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
22:03:22 set -e;cd /sources && \
22:03:22 	tar xzf plugin-installers.tgz; \
22:03:22 	for installer in plugins/*.installer; do \
22:03:22 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
22:03:22 		PREFIX=/usr/libexec/docker/cli-plugins \
22:03:22 			bash ${installer} install_plugin; \
22:03:22 	done
22:03:22 # docker-ce install
22:03:22 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
22:03:22 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
22:03:22 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636 debian/docker-ce/usr/bin/dockerd
22:03:22 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
22:03:22 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
22:03:22 # docker-scan-plugin install
22:03:22 # TODO change once we support scan-plugin on other architectures
22:03:22 if [ "amd64" = "amd64" ]; then \
22:03:22 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
22:03:22 fi
22:03:22 # docker-ce-rootless-extras install
22:03:22 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
22:03:22 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
22:03:22 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
22:03:22 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
22:03:22 # TODO: how can we install vpnkit?
22:03:22 make[1]: Leaving directory '/root/build-deb'
22:03:22    debian/rules override_dh_install
22:03:22 make[1]: Entering directory '/root/build-deb'
22:03:22 dh_install
22:03:22 # TODO Can we do this from within our container?
22:03:22 dh_apparmor --profile-name=docker-ce -pdocker-ce
22:03:22 make[1]: Leaving directory '/root/build-deb'
22:03:22    dh_installdocs
22:03:22    dh_installchangelogs
22:03:22    dh_installman
22:03:22    dh_bash-completion
22:03:22    dh_systemd_enable
22:03:22    debian/rules override_dh_installinit
22:03:22 make[1]: Entering directory '/root/build-deb'
22:03:22 # use "docker" as our service name, not "docker-ce"
22:03:22 dh_installinit --name=docker
22:03:22 make[1]: Leaving directory '/root/build-deb'
22:03:22    dh_systemd_start
22:03:22    dh_perl
22:03:22    dh_link
22:03:22    dh_strip_nondeterminism
22:03:22    dh_compress
22:03:22    dh_fixperms
22:03:22    dh_missing
22:03:22    debian/rules override_dh_strip
22:03:22 make[1]: Entering directory '/root/build-deb'
22:03:22 # Go has lots of problems with stripping, so just don't
22:03:22 make[1]: Leaving directory '/root/build-deb'
22:03:22    dh_makeshlibs
22:03:22    debian/rules override_dh_shlibdeps
22:03:22 make[1]: Entering directory '/root/build-deb'
22:03:22 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
22:03:24 make[1]: Leaving directory '/root/build-deb'
22:03:24    dh_installdeb
22:03:24    debian/rules override_dh_gencontrol
22:03:24 make[1]: Entering directory '/root/build-deb'
22:03:24 # Use separate version for the scan-plugin package, then generate the other control files as usual
22:03:24 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
22:03:24 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
22:03:24 if [ "amd64" = "amd64" ]; then \
22:03:24 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
22:03:24 fi
22:03:24 dh_gencontrol --remaining-packages
22:03:25 make[1]: Leaving directory '/root/build-deb'
22:03:25    dh_md5sums
22:03:26    debian/rules override_dh_builddeb
22:03:26 make[1]: Entering directory '/root/build-deb'
22:03:26 dh_builddeb -- -Zxz
22:03:26 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.deb'.
22:03:26 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.deb'.
22:03:48 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.9.0~ubuntu-hirsute_amd64.deb'.
22:04:14 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.deb'.
22:05:01 make[1]: Leaving directory '/root/build-deb'
22:05:01  dpkg-genbuildinfo
22:05:01  dpkg-genchanges  >../docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.changes
22:05:01 dpkg-genchanges: info: including full source code in upload
22:05:01  dpkg-source -I.git --after-build .
22:05:01 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
22:05:01 + destination=/build
22:05:01 + mkdir -p /build
22:05:01 + mv -v /root/docker-ce-cli_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.deb /root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute.dsc /root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute.tar.gz /root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.buildinfo /root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.changes /root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.deb /root/docker-scan-plugin_0.9.0~ubuntu-hirsute_amd64.deb /build
22:05:01 copied '/root/docker-ce-cli_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.deb'
22:05:01 removed '/root/docker-ce-cli_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.deb'
22:05:01 copied '/root/docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.deb'
22:05:01 removed '/root/docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.deb'
22:05:01 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute.dsc' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute.dsc'
22:05:01 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute.dsc'
22:05:01 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute.tar.gz' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute.tar.gz'
22:05:01 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute.tar.gz'
22:05:01 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.buildinfo'
22:05:01 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.buildinfo'
22:05:01 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.changes' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.changes'
22:05:01 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.changes'
22:05:01 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.deb' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.deb'
22:05:01 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~ubuntu-hirsute_amd64.deb'
22:05:01 copied '/root/docker-scan-plugin_0.9.0~ubuntu-hirsute_amd64.deb' -> '/build/docker-scan-plugin_0.9.0~ubuntu-hirsute_amd64.deb'
22:05:01 removed '/root/docker-scan-plugin_0.9.0~ubuntu-hirsute_amd64.deb'
22:05:04 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-hirsute"
22:05:05 == Building packages for debian-bullseye ==
22:05:05 mkdir -p "debbuild/debian-bullseye"
22:05:05 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.9-buster --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/x86_64 -f debian-bullseye/Dockerfile .
22:05:06 #1 [internal] load build definition from Dockerfile
22:05:06 #1 sha256:090c8b1194f1e29cdefbd00dcc8f7fe9c18ab75693e098a85de5cd53c77de24f
22:05:06 #1 transferring dockerfile: 922B done
22:05:06 #1 DONE 0.0s
22:05:06 
22:05:06 #2 [internal] load .dockerignore
22:05:06 #2 sha256:fba9e20dcb9c95f439ea649df19d6d7b9e8a7d26dfde2845cd7ca9d0a3438bb0
22:05:06 #2 transferring context: 2B done
22:05:06 #2 DONE 0.0s
22:05:06 
22:05:06 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
22:05:06 #4 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
22:05:06 #4 ...
22:05:06 
22:05:06 #5 [auth] library/debian:pull token for registry-1.docker.io
22:05:06 #5 sha256:e1b401efe487d4dfb9bd6a3abfbaadd03f3154f791c06b8694524d8282d25431
22:05:06 #5 DONE 0.0s
22:05:06 
22:05:06 #6 [auth] library/golang:pull token for registry-1.docker.io
22:05:06 #6 sha256:3afba97fc3d3b0090fce3b313e4aa00c7a8c5529f365cacd2b39eac17811e1fc
22:05:06 #6 DONE 0.0s
22:05:06 
22:05:06 #3 [internal] load metadata for docker.io/library/debian:bullseye
22:05:06 #3 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
22:05:06 #3 DONE 0.2s
22:05:06 
22:05:06 #4 [internal] load metadata for docker.io/library/golang:1.16.9-buster
22:05:06 #4 sha256:a4af8fea9795d61fd6bf851538a96b63ead76ea5edb8ad89130c298311053d2b
22:05:06 #4 DONE 0.2s
22:05:06 
22:05:06 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:4d6ab716de467aad58e91b1b720f0badd7478847ec7a18f66027d0f8a329a43c
22:05:06 #7 sha256:e606a43c219c45543ce58d2f3077d574711934eb1b63e83c2d10156f8b704a04
22:05:06 #7 DONE 0.0s
22:05:06 
22:05:06 #9 [internal] load build context
22:05:06 #9 sha256:582dbf94547875600c25466ce30de893f8dfbc8dffe63525b01ee52b54282779
22:05:06 #9 transferring context: 839B done
22:05:06 #9 DONE 0.0s
22:05:06 
22:05:06 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
22:05:06 #8 sha256:295d8900208c32811285f53ef9a378c2bd37a9b837dd85daa987634ff0df86fd
22:05:06 #8 CACHED
22:05:06 
22:05:06 #13 [golang 1/1] FROM docker.io/library/golang:1.16.9-buster@sha256:d93712777042a4abf73182a29649e78368b1639b6bd5df61733708916e40d517
22:05:06 #13 sha256:eec9dacd2a1ab2b24e2f6bee978aa4e7d6ab37385326cfecfefc94303bce8ca2
22:05:06 #13 CACHED
22:05:06 
22:05:06 #10 [stage-1 3/8] COPY common /root/build-deb/debian
22:05:06 #10 sha256:1cba559c1e95656252c902d69cb6fbb12b8328a20609032dc22e646faa2c42df
22:05:06 #10 DONE 0.1s
22:05:06 
22:05:06 #11 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
22:05:06 #11 sha256:f604ec6fd0ee7b93ab7189b015a5f1ce49cd7f12b6afd613bfcfeb9a41596364
22:05:07 #11 1.142 Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
22:05:07 #11 1.142 Hit:2 http://deb.debian.org/debian bullseye InRelease
22:05:07 #11 1.142 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
22:05:08 #11 1.690 Reading package lists...
22:05:09 #11 2.740 dpkg-buildpackage: info: source package docker-ce-build-deps
22:05:09 #11 2.740 dpkg-buildpackage: info: source version 1.0
22:05:09 #11 2.740 dpkg-buildpackage: info: source distribution unstable
22:05:09 #11 2.740 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
22:05:09 #11 2.773  dpkg-source --before-build .
22:05:09 #11 2.773 dpkg-buildpackage: info: host architecture amd64
22:05:09 #11 2.867  debian/rules clean
22:05:09 #11 2.868 dh clean
22:05:09 #11 2.945    dh_clean
22:05:09 #11 2.975  debian/rules binary
22:05:09 #11 2.977 dh binary
22:05:09 #11 3.040    dh_update_autotools_config
22:05:09 #11 3.067    dh_autoreconf
22:05:09 #11 3.107    create-stamp debian/debhelper-build-stamp
22:05:09 #11 3.107    dh_prep
22:05:09 #11 3.134    dh_install
22:05:09 #11 3.166    dh_installdocs
22:05:09 #11 3.202    dh_installchangelogs
22:05:09 #11 3.281    dh_perl
22:05:09 #11 3.315    dh_link
22:05:09 #11 3.346    dh_strip_nondeterminism
22:05:09 #11 3.402    dh_compress
22:05:09 #11 3.439    dh_fixperms
22:05:09 #11 3.476    dh_missing
22:05:09 #11 3.501    dh_installdeb
22:05:09 #11 3.533    dh_gencontrol
22:05:09 #11 3.643    dh_md5sums
22:05:10 #11 3.676    dh_builddeb
22:05:10 #11 3.701 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
22:05:10 #11 3.724  dpkg-genbuildinfo --build=binary
22:05:10 #11 3.856  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_amd64.changes
22:05:10 #11 3.930 dpkg-genchanges: info: binary-only upload (no source code included)
22:05:10 #11 3.933  dpkg-source --after-build .
22:05:10 #11 4.029 dpkg-buildpackage: info: binary-only upload (no source included)
22:05:10 #11 4.033 
22:05:10 #11 4.033 The package has been created.
22:05:10 #11 4.033 Attention, the package has been created in the current directory,
22:05:10 #11 4.033 not in ".." as indicated by the message above!
22:05:10 #11 4.063 Selecting previously unselected package docker-ce-build-deps.
22:05:10 #11 4.289 (Reading database ... 28620 files and directories currently installed.)
22:05:10 #11 4.290 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
22:05:10 #11 4.295 Unpacking docker-ce-build-deps (1.0) ...
22:05:11 #11 4.340 Reading package lists...
22:05:11 #11 4.825 Building dependency tree...
22:05:11 #11 4.938 Reading state information...
22:05:11 #11 4.956 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
22:05:11 #11 5.083 Starting 2 pkgProblemResolver with broken count: 0
22:05:11 #11 5.086 Done
22:05:11 #11 5.200  Done
22:05:11 #11 5.305 Starting pkgProblemResolver with broken count: 0
22:05:11 #11 5.325 Starting 2 pkgProblemResolver with broken count: 0
22:05:11 #11 5.327 Done
22:05:11 #11 5.501 The following additional packages will be installed:
22:05:11 #11 5.501   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
22:05:11 #11 5.502   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
22:05:11 #11 5.502   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
22:05:11 #11 5.502   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
22:05:11 #11 5.502   libsystemd-dev libudev-dev libuv1 pkg-config procps
22:05:11 #11 5.503 Suggested packages:
22:05:11 #11 5.503   cmake-doc ninja-build apparmor-easyprof seccomp
22:05:11 #11 5.503 Recommended packages:
22:05:11 #11 5.503   psmisc
22:05:12 #11 5.672 The following NEW packages will be installed:
22:05:12 #11 5.672   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
22:05:12 #11 5.673   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
22:05:12 #11 5.673   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
22:05:12 #11 5.673   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
22:05:12 #11 5.674   libsystemd-dev libudev-dev libuv1 pkg-config procps
22:05:12 #11 5.942 0 upgraded, 26 newly installed, 0 to remove and 0 not upgraded.
22:05:12 #11 5.942 1 not fully installed or removed.
22:05:12 #11 5.942 Need to get 11.8 MB of archives.
22:05:12 #11 5.942 After this operation, 47.8 MB of additional disk space will be used.
22:05:12 #11 5.942 Get:1 http://deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
22:05:12 #11 5.947 Get:2 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB]
22:05:12 #11 5.961 Get:3 http://deb.debian.org/debian bullseye/main amd64 libncurses6 amd64 6.2+20201114-2 [102 kB]
22:05:12 #11 5.963 Get:4 http://deb.debian.org/debian bullseye/main amd64 libprocps8 amd64 2:3.3.17-5 [63.9 kB]
22:05:12 #11 5.965 Get:5 http://deb.debian.org/debian bullseye/main amd64 procps amd64 2:3.3.17-5 [502 kB]
22:05:12 #11 5.969 Get:6 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
22:05:12 #11 5.970 Get:7 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
22:05:12 #11 5.971 Get:8 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
22:05:12 #11 5.973 Get:9 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB]
22:05:12 #11 6.034 Get:10 http://deb.debian.org/debian bullseye/main amd64 dh-apparmor all 2.13.6-10 [75.2 kB]
22:05:12 #11 6.035 Get:11 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
22:05:12 #11 6.036 Get:12 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
22:05:12 #11 6.039 Get:13 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
22:05:12 #11 6.040 Get:14 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
22:05:12 #11 6.042 Get:15 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
22:05:12 #11 6.042 Get:16 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
22:05:12 #11 6.044 Get:17 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
22:05:12 #11 6.046 Get:18 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
22:05:12 #11 6.048 Get:19 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
22:05:12 #11 6.050 Get:20 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
22:05:12 #11 6.051 Get:21 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
22:05:12 #11 6.055 Get:22 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
22:05:12 #11 6.056 Get:23 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
22:05:12 #11 6.057 Get:24 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB]
22:05:12 #11 6.058 Get:25 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
22:05:12 #11 6.060 Get:26 http://deb.debian.org/debian bullseye/main amd64 pkg-config amd64 0.29.2-1 [65.1 kB]
22:05:12 #11 6.239 debconf: delaying package configuration, since apt-utils is not installed
22:05:12 #11 6.282 Fetched 11.8 MB in 0s (31.0 MB/s)
22:05:12 #11 6.316 Selecting previously unselected package bash-completion.
22:05:12 #11 6.316 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 28624 files and directories currently installed.)
22:05:12 #11 6.334 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ...
22:05:13 #11 6.804 Unpacking bash-completion (1:2.11-2) ...
22:05:13 #11 6.949 Selecting previously unselected package cmake-data.
22:05:13 #11 6.952 Preparing to unpack .../01-cmake-data_3.18.4-2_all.deb ...
22:05:13 #11 6.959 Unpacking cmake-data (3.18.4-2) ...
22:05:13 #11 7.342 Selecting previously unselected package libncurses6:amd64.
22:05:13 #11 7.346 Preparing to unpack .../02-libncurses6_6.2+20201114-2_amd64.deb ...
22:05:13 #11 7.358 Unpacking libncurses6:amd64 (6.2+20201114-2) ...
22:05:13 #11 7.406 Selecting previously unselected package libprocps8:amd64.
22:05:13 #11 7.409 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_amd64.deb ...
22:05:13 #11 7.414 Unpacking libprocps8:amd64 (2:3.3.17-5) ...
22:05:13 #11 7.538 Selecting previously unselected package procps.
22:05:13 #11 7.541 Preparing to unpack .../04-procps_2%3a3.3.17-5_amd64.deb ...
22:05:13 #11 7.552 Unpacking procps (2:3.3.17-5) ...
22:05:13 #11 7.639 Selecting previously unselected package libjsoncpp24:amd64.
22:05:14 #11 7.642 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_amd64.deb ...
22:05:14 #11 7.646 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
22:05:14 #11 7.691 Selecting previously unselected package librhash0:amd64.
22:05:14 #11 7.695 Preparing to unpack .../06-librhash0_1.4.1-2_amd64.deb ...
22:05:14 #11 7.702 Unpacking librhash0:amd64 (1.4.1-2) ...
22:05:14 #11 7.760 Selecting previously unselected package libuv1:amd64.
22:05:14 #11 7.763 Preparing to unpack .../07-libuv1_1.40.0-2_amd64.deb ...
22:05:14 #11 7.768 Unpacking libuv1:amd64 (1.40.0-2) ...
22:05:14 #11 7.808 Selecting previously unselected package cmake.
22:05:14 #11 7.811 Preparing to unpack .../08-cmake_3.18.4-2_amd64.deb ...
22:05:14 #11 7.815 Unpacking cmake (3.18.4-2) ...
22:05:14 #11 8.349 Selecting previously unselected package dh-apparmor.
22:05:14 #11 8.352 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ...
22:05:14 #11 8.357 Unpacking dh-apparmor (2.13.6-10) ...
22:05:14 #11 8.427 Selecting previously unselected package libbtrfs0:amd64.
22:05:14 #11 8.430 Preparing to unpack .../10-libbtrfs0_5.10.1-2_amd64.deb ...
22:05:14 #11 8.435 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
22:05:14 #11 8.483 Selecting previously unselected package libbtrfs-dev:amd64.
22:05:14 #11 8.486 Preparing to unpack .../11-libbtrfs-dev_5.10.1-2_amd64.deb ...
22:05:14 #11 8.495 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
22:05:14 #11 8.561 Selecting previously unselected package dmsetup.
22:05:14 #11 8.564 Preparing to unpack .../12-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
22:05:14 #11 8.569 Unpacking dmsetup (2:1.02.175-2.1) ...
22:05:14 #11 8.617 Selecting previously unselected package libdevmapper1.02.1:amd64.
22:05:14 #11 8.620 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
22:05:14 #11 8.626 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
22:05:14 #11 8.674 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
22:05:14 #11 8.677 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
22:05:14 #11 8.682 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
22:05:14 #11 8.714 Selecting previously unselected package libudev-dev:amd64.
22:05:14 #11 8.717 Preparing to unpack .../15-libudev-dev_247.3-6_amd64.deb ...
22:05:14 #11 8.723 Unpacking libudev-dev:amd64 (247.3-6) ...
22:05:15 #11 8.775 Selecting previously unselected package libsepol1-dev:amd64.
22:05:15 #11 8.778 Preparing to unpack .../16-libsepol1-dev_3.1-1_amd64.deb ...
22:05:15 #11 8.781 Unpacking libsepol1-dev:amd64 (3.1-1) ...
22:05:15 #11 8.855 Selecting previously unselected package libpcre2-16-0:amd64.
22:05:15 #11 8.858 Preparing to unpack .../17-libpcre2-16-0_10.36-2_amd64.deb ...
22:05:15 #11 8.865 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
22:05:15 #11 8.926 Selecting previously unselected package libpcre2-32-0:amd64.
22:05:15 #11 8.929 Preparing to unpack .../18-libpcre2-32-0_10.36-2_amd64.deb ...
22:05:15 #11 8.934 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
22:05:15 #11 8.985 Selecting previously unselected package libpcre2-posix2:amd64.
22:05:15 #11 8.988 Preparing to unpack .../19-libpcre2-posix2_10.36-2_amd64.deb ...
22:05:15 #11 8.994 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
22:05:15 #11 9.033 Selecting previously unselected package libpcre2-dev:amd64.
22:05:15 #11 9.037 Preparing to unpack .../20-libpcre2-dev_10.36-2_amd64.deb ...
22:05:15 #11 9.042 Unpacking libpcre2-dev:amd64 (10.36-2) ...
22:05:15 #11 9.143 Selecting previously unselected package libselinux1-dev:amd64.
22:05:15 #11 9.146 Preparing to unpack .../21-libselinux1-dev_3.1-3_amd64.deb ...
22:05:15 #11 9.151 Unpacking libselinux1-dev:amd64 (3.1-3) ...
22:05:15 #11 9.212 Selecting previously unselected package libdevmapper-dev:amd64.
22:05:15 #11 9.216 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
22:05:15 #11 9.222 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
22:05:15 #11 9.256 Selecting previously unselected package libseccomp-dev:amd64.
22:05:15 #11 9.259 Preparing to unpack .../23-libseccomp-dev_2.5.1-1_amd64.deb ...
22:05:15 #11 9.265 Unpacking libseccomp-dev:amd64 (2.5.1-1) ...
22:05:15 #11 9.316 Selecting previously unselected package libsystemd-dev:amd64.
22:05:15 #11 9.320 Preparing to unpack .../24-libsystemd-dev_247.3-6_amd64.deb ...
22:05:15 #11 9.325 Unpacking libsystemd-dev:amd64 (247.3-6) ...
22:05:15 #11 9.433 Selecting previously unselected package pkg-config.
22:05:15 #11 9.436 Preparing to unpack .../25-pkg-config_0.29.2-1_amd64.deb ...
22:05:15 #11 9.440 Unpacking pkg-config (0.29.2-1) ...
22:05:15 #11 9.494 Setting up libseccomp-dev:amd64 (2.5.1-1) ...
22:05:15 #11 9.508 Setting up libsepol1-dev:amd64 (3.1-1) ...
22:05:15 #11 9.519 Setting up libpcre2-16-0:amd64 (10.36-2) ...
22:05:15 #11 9.530 Setting up libbtrfs0:amd64 (5.10.1-2) ...
22:05:15 #11 9.544 Setting up libpcre2-32-0:amd64 (10.36-2) ...
22:05:15 #11 9.558 Setting up libuv1:amd64 (1.40.0-2) ...
22:05:15 #11 9.572 Setting up bash-completion (1:2.11-2) ...
22:05:16 #11 10.08 Setting up libncurses6:amd64 (6.2+20201114-2) ...
22:05:16 #11 10.09 Setting up pkg-config (0.29.2-1) ...
22:05:16 #11 10.14 Setting up libudev-dev:amd64 (247.3-6) ...
22:05:16 #11 10.16 Setting up libpcre2-posix2:amd64 (10.36-2) ...
22:05:16 #11 10.17 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
22:05:16 #11 10.18 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
22:05:16 #11 10.19 Setting up librhash0:amd64 (1.4.1-2) ...
22:05:16 #11 10.20 Setting up cmake-data (3.18.4-2) ...
22:05:16 #11 10.22 Setting up dh-apparmor (2.13.6-10) ...
22:05:16 #11 10.24 Setting up libsystemd-dev:amd64 (247.3-6) ...
22:05:16 #11 10.25 Setting up libprocps8:amd64 (2:3.3.17-5) ...
22:05:16 #11 10.26 Setting up libpcre2-dev:amd64 (10.36-2) ...
22:05:16 #11 10.27 Setting up libselinux1-dev:amd64 (3.1-3) ...
22:05:16 #11 10.28 Setting up procps (2:3.3.17-5) ...
22:05:16 #11 10.33 Setting up cmake (3.18.4-2) ...
22:05:16 #11 10.34 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
22:05:16 #11 10.35 Setting up dmsetup (2:1.02.175-2.1) ...
22:05:16 #11 10.36 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
22:05:16 #11 10.38 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
22:05:16 #11 10.40 Setting up docker-ce-build-deps (1.0) ...
22:05:16 #11 10.41 Processing triggers for libc-bin (2.31-13+deb11u2) ...
22:05:16 #11 10.44 Processing triggers for man-db (2.9.4-2) ...
22:05:19 #11 DONE 12.5s
22:05:19 
22:05:19 #12 [stage-1 5/8] COPY sources/ /sources
22:05:19 #12 sha256:b697631438ff2384d8c2974f5ee19b37a7d65c6150ef97346b26296ff3a33755
22:05:19 #12 DONE 0.2s
22:05:19 
22:05:19 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
22:05:19 #14 sha256:3d6f22463e282bdcfc216b2cbc797bcecd93b0c2225e12bfdd20581577f51fa9
22:05:21 #14 DONE 2.5s
22:05:21 
22:05:21 #15 [stage-1 7/8] WORKDIR /root/build-deb
22:05:21 #15 sha256:df70229d978ca9b81e28e130ea620460756343803132098ebd9ae81fa0c13e97
22:05:21 #15 DONE 0.1s
22:05:21 
22:05:21 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
22:05:21 #16 sha256:ffc0d938830563362d50ec6c83ff5041096f7966ac0b4562121003eae9fed87a
22:05:21 #16 DONE 0.0s
22:05:21 
22:05:21 #17 exporting to image
22:05:21 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
22:05:21 #17 exporting layers
22:05:25 #17 exporting layers 2.9s done
22:05:25 #17 writing image sha256:c778e135a94b63bfdd5ac4c02f6f29df94b302199ab5e20ad318c64bd63906a5 done
22:05:25 #17 naming to docker.io/debbuild-debian-bullseye/x86_64 done
22:05:25 #17 DONE 3.0s
22:05:25 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20211015144513-b485636 -e VERSION=0.0.0-20211015144513-b485636 -e CLI_GITCOMMIT=b485636 -e ENGINE_GITCOMMIT=52f5b61 -e SCAN_VERSION=v0.9.0 -e SCAN_GITCOMMIT=b05830d -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb/debbuild/debian-bullseye:/build  debbuild-debian-bullseye/x86_64
22:05:25 + set -e
22:05:25 + mkdir -p /root/build-deb/engine
22:05:25 + tar -C /root/build-deb -xzf /sources/engine.tgz
22:05:26 + mkdir -p /root/build-deb/cli
22:05:26 + tar -C /root/build-deb -xzf /sources/cli.tgz
22:05:26 + mkdir -p /root/build-deb/scan-cli-plugin
22:05:26 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
22:05:26 + mkdir -p /go/src/github.com/docker
22:05:26 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
22:05:26 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
22:05:26 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
22:05:26 + EPOCH=5
22:05:26 + EPOCH_SEP=
22:05:26 + [[ ! -z 5 ]]
22:05:26 + EPOCH_SEP=:
22:05:26 + [[ -z 0.0.0-20211015144513-b485636 ]]
22:05:26 + echo VERSION AAA 0.0.0-20211015144513-b485636
22:05:26 VERSION AAA 0.0.0-20211015144513-b485636
22:05:26 + VERSION=0.0.0-20211015144513-b485636
22:05:26 + echo VERSION bbb 0.0.0-20211015144513-b485636
22:05:26 VERSION bbb 0.0.0-20211015144513-b485636
22:05:26 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
22:05:26 + debSource=docker-ce
22:05:26 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
22:05:26 + debMaintainer='Docker <support@docker.com>'
22:05:26 ++ date --rfc-2822
22:05:26 + debDate='Thu, 21 Oct 2021 22:05:26 +0000'
22:05:26 + cat
22:05:26 + export CLI_GITCOMMIT=b485636
22:05:26 + CLI_GITCOMMIT=b485636
22:05:26 + export ENGINE_GITCOMMIT=52f5b61
22:05:26 + ENGINE_GITCOMMIT=52f5b61
22:05:26 + export SCAN_GITCOMMIT=b05830d
22:05:26 + SCAN_GITCOMMIT=b05830d
22:05:26 + echo VERSION BBB 0.0.0-20211015144513-b485636
22:05:26 VERSION BBB 0.0.0-20211015144513-b485636
22:05:26 + dpkg-buildpackage -uc -us -I.git
22:05:26 dpkg-buildpackage: info: source package docker-ce
22:05:26 dpkg-buildpackage: info: source version 5:0.0.0-20211015144513-b485636-0~debian-bullseye
22:05:26 dpkg-buildpackage: info: source distribution bullseye
22:05:26 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
22:05:26  dpkg-source -I.git --before-build .
22:05:26 dpkg-buildpackage: info: host architecture amd64
22:05:27  debian/rules clean
22:05:27 dh clean --with=bash-completion --with=systemd
22:05:27    dh_clean
22:05:27  dpkg-source -I.git -b .
22:05:27 dpkg-source: warning: native package version may not have a revision
22:05:27 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20211015144513-b485636-0~debian'
22:05:27 dpkg-source: info: using source format '1.0'
22:05:27 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye.tar.gz
22:05:37 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye.dsc
22:05:37  debian/rules build
22:05:37 dh build --with=bash-completion --with=systemd
22:05:37    dh_update_autotools_config
22:05:37    dh_autoreconf
22:05:37    debian/rules override_dh_auto_build
22:05:37 make[1]: Entering directory '/root/build-deb'
22:05:37 # Build the daemon and dependencies
22:05:37 cd engine && DOCKER_GITCOMMIT=52f5b61 PRODUCT=docker ./hack/make.sh dynbinary
22:05:37 
22:05:37 Removing bundles/
22:05:37 
22:05:37 ---> Making bundle: dynbinary (in bundles/dynbinary)
22:05:37 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636
22:05:37 GOOS="" GOARCH="" GOARM=""
22:07:13 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636
22:07:13 
22:07:13 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
22:07:13 + RM_GOPATH=0
22:07:13 + TMP_GOPATH=/go
22:07:13 + : /usr/local/bin
22:07:13 + '[' -z /go ']'
22:07:13 + export GOPATH=/go
22:07:13 + GOPATH=/go
22:07:13 + case "$(go env GOARCH)" in
22:07:13 ++ go env GOARCH
22:07:13 + export GO_BUILDMODE=-buildmode=pie
22:07:13 + GO_BUILDMODE=-buildmode=pie
22:07:13 ++ dirname hack/dockerfile/install/install.sh
22:07:13 + dir=hack/dockerfile/install
22:07:13 + bin=tini
22:07:13 + shift
22:07:13 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
22:07:13 + . hack/dockerfile/install/tini.installer
22:07:13 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
22:07:13 + install_tini
22:07:13 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
22:07:13 + git clone https://github.com/krallin/tini.git /go/tini
22:07:13 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
22:07:13 Cloning into '/go/tini'...
22:07:13 + cd /go/tini
22:07:13 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
22:07:13 + cmake .
22:07:13 -- The C compiler identification is GNU 10.2.1
22:07:13 -- Detecting C compiler ABI info
22:07:13 -- Detecting C compiler ABI info - done
22:07:13 -- Check for working C compiler: /usr/bin/cc - skipped
22:07:13 -- Detecting C compile features
22:07:13 -- Detecting C compile features - done
22:07:13 -- Performing Test HAS_BUILTIN_FORTIFY
22:07:13 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
22:07:13 -- Configuring done
22:07:13 -- Generating done
22:07:13 -- Build files have been written to: /go/tini
22:07:13 + make tini-static
22:07:13 make[2]: Entering directory '/go/tini'
22:07:13 make[3]: Entering directory '/go/tini'
22:07:13 make[4]: Entering directory '/go/tini'
22:07:13 make[5]: Entering directory '/go/tini'
22:07:13 Scanning dependencies of target tini-static
22:07:13 make[5]: Leaving directory '/go/tini'
22:07:13 make[5]: Entering directory '/go/tini'
22:07:13 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
22:07:13 [100%] Linking C executable tini-static
22:07:13 make[5]: Leaving directory '/go/tini'
22:07:13 [100%] Built target tini-static
22:07:13 make[4]: Leaving directory '/go/tini'
22:07:13 make[3]: Leaving directory '/go/tini'
22:07:13 make[2]: Leaving directory '/go/tini'
22:07:13 + mkdir -p /usr/local/bin
22:07:13 + cp tini-static /usr/local/bin/docker-init
22:07:13 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
22:07:13 + RM_GOPATH=0
22:07:13 + TMP_GOPATH=/go
22:07:13 + : /usr/local/bin
22:07:13 + '[' -z /go ']'
22:07:13 + export GOPATH=/go
22:07:13 + GOPATH=/go
22:07:13 + case "$(go env GOARCH)" in
22:07:13 ++ go env GOARCH
22:07:13 + export GO_BUILDMODE=-buildmode=pie
22:07:13 + GO_BUILDMODE=-buildmode=pie
22:07:13 ++ dirname hack/dockerfile/install/install.sh
22:07:13 + dir=hack/dockerfile/install
22:07:13 + bin=proxy
22:07:13 + shift
22:07:13 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
22:07:13 + . hack/dockerfile/install/proxy.installer
22:07:13 ++ : 64b7a4574d1426139437d20e81c0b6d391130ec8
22:07:13 + install_proxy dynamic
22:07:13 + case "$1" in
22:07:13 + install_proxy_dynamic
22:07:13 Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8
22:07:13 + export PROXY_LDFLAGS=-linkmode=external install_proxy
22:07:13 + PROXY_LDFLAGS=-linkmode=external
22:07:13 + export BUILD_MODE=-buildmode=pie
22:07:13 + BUILD_MODE=-buildmode=pie
22:07:13 + _install_proxy
22:07:13 + echo 'Install docker-proxy version 64b7a4574d1426139437d20e81c0b6d391130ec8'
22:07:13 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
22:07:13 Cloning into '/go/src/github.com/docker/libnetwork'...
22:07:13 + cd /go/src/github.com/docker/libnetwork
22:07:13 + git checkout -q 64b7a4574d1426139437d20e81c0b6d391130ec8
22:07:13 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
22:07:13 + return
22:07:13 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
22:07:13 + RM_GOPATH=0
22:07:13 + TMP_GOPATH=/go
22:07:13 + : /usr/local/bin
22:07:13 + '[' -z /go ']'
22:07:13 + export GOPATH=/go
22:07:13 + GOPATH=/go
22:07:13 + case "$(go env GOARCH)" in
22:07:13 ++ go env GOARCH
22:07:13 + export GO_BUILDMODE=-buildmode=pie
22:07:13 + GO_BUILDMODE=-buildmode=pie
22:07:13 ++ dirname hack/dockerfile/install/install.sh
22:07:13 + dir=hack/dockerfile/install
22:07:13 + bin=rootlesskit
22:07:13 + shift
22:07:13 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
22:07:13 + . hack/dockerfile/install/rootlesskit.installer
22:07:13 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2
22:07:13 + install_rootlesskit dynamic
22:07:13 + case "$1" in
22:07:13 + install_rootlesskit_dynamic
22:07:13 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
22:07:13 + ROOTLESSKIT_LDFLAGS=-linkmode=external
22:07:13 + export BUILD_MODE=-buildmode=pie
22:07:13 + BUILD_MODE=-buildmode=pie
22:07:13 + _install_rootlesskit
22:07:13 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2'
22:07:13 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2
22:07:13 + git clone https://github.com/rootless-containers/rootlesskit.git /go/src/github.com/rootless-containers/rootlesskit
22:07:13 Cloning into '/go/src/github.com/rootless-containers/rootlesskit'...
22:07:13 + cd /go/src/github.com/rootless-containers/rootlesskit
22:07:13 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2
22:07:13 + export GO111MODULE=on
22:07:13 + GO111MODULE=on
22:07:13 + export GOPROXY=https://proxy.golang.org
22:07:13 + GOPROXY=https://proxy.golang.org
22:07:13 + for f in rootlesskit rootlesskit-docker-proxy
22:07:13 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
22:07:13 go: downloading github.com/pkg/errors v0.9.1
22:07:13 go: downloading github.com/sirupsen/logrus v1.8.1
22:07:13 go: downloading github.com/urfave/cli/v2 v2.3.0
22:07:13 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
22:07:13 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
22:07:13 go: downloading github.com/google/uuid v1.3.0
22:07:13 go: downloading github.com/moby/vpnkit v0.5.0
22:07:13 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
22:07:13 go: downloading github.com/gofrs/flock v0.8.1
22:07:13 go: downloading github.com/gorilla/mux v1.8.0
22:07:13 go: downloading github.com/moby/sys/mountinfo v0.4.1
22:07:13 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
22:07:13 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
22:07:13 go: downloading github.com/u-root/u-root v7.0.0+incompatible
22:07:13 go: downloading github.com/russross/blackfriday/v2 v2.1.0
22:07:17 + for f in rootlesskit rootlesskit-docker-proxy
22:07:17 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
22:07:18 + return
22:07:18 # Build the CLI
22:07:18 cd /go/src/github.com/docker/cli && \
22:07:18 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20211015144513-b485636 GITCOMMIT=b485636 dynbinary manpages
22:07:18 make[2]: Entering directory '/root/build-deb/cli'
22:07:18 GO_LINKMODE=dynamic ./scripts/build/binary
22:07:18 Building dynamic docker-linux-amd64
22:08:40 scripts/docs/generate-man.sh
22:09:47 Project root: /go/src/github.com/docker/cli
22:09:47 Generating man pages into /go/src/github.com/docker/cli/man/man1
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
22:09:47 2021/10/21 22:09:37 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
22:09:47 make[2]: Leaving directory '/root/build-deb/cli'
22:09:47 # Build the scan-plugin
22:09:47 # TODO change once we support scan-plugin on other architectures
22:09:47 if [ "amd64" = "amd64" ]; then \
22:09:47 	cd /go/src/github.com/docker/scan-cli-plugin \
22:09:47 	&& PLATFORM_BINARY=docker-scan COMMIT=b05830d TAG_NAME=v0.9.0 make native-build \
22:09:47 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
22:09:47 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
22:09:47 fi
22:09:47 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
22:09:47 GO111MODULE=on make -f builder.Makefile build
22:09:47 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
22:09:47 mkdir -p bin
22:09:47 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=b05830d -X github.com/docker/scan-cli-plugin/internal.Version=v0.9.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:defb5ba5517a29a78736d919d3dc0568f555980a43daefe1ac8a1e7fc0924f25" -o bin/docker-scan ./cmd/docker-scan
22:18:24 go: downloading github.com/docker/cli v20.10.9+incompatible
22:18:24 go: downloading github.com/docker/docker v20.10.9+incompatible
22:18:24 go: downloading github.com/spf13/cobra v1.2.1
22:18:24 go: downloading github.com/fvbommel/sortorder v1.0.2
22:18:24 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
22:18:24 go: downloading github.com/docker/distribution v2.7.1+incompatible
22:18:24 go: downloading github.com/docker/go-connections v0.4.0
22:18:24 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
22:18:24 go: downloading github.com/spf13/pflag v1.0.5
22:18:24 go: downloading github.com/theupdateframework/notary v0.7.0
22:18:24 go: downloading github.com/opencontainers/image-spec v1.0.1
22:18:24 go: downloading github.com/docker/go-units v0.4.0
22:18:24 go: downloading github.com/Masterminds/semver/v3 v3.1.1
22:18:24 go: downloading github.com/mitchellh/go-homedir v1.1.0
22:18:24 go: downloading github.com/morikuni/aec v1.0.0
22:18:24 go: downloading github.com/containerd/containerd v1.5.7
22:18:24 go: downloading github.com/opencontainers/go-digest v1.0.0
22:18:24 go: downloading github.com/moby/sys/mount v0.2.0
22:18:24 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
22:18:24 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
22:18:24 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
22:18:24 go: downloading google.golang.org/grpc v1.40.0
22:18:25 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
22:18:25 go: downloading github.com/docker/docker-credential-helpers v0.6.4
22:18:25 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
22:18:26 go: downloading github.com/gogo/protobuf v1.3.2
22:18:26 go: downloading github.com/opencontainers/runc v1.0.2
22:18:27 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
22:18:27 go: downloading github.com/golang/protobuf v1.5.2
22:18:28 go: downloading github.com/docker/go-metrics v0.0.1
22:18:28 go: downloading google.golang.org/protobuf v1.26.0
22:18:28 go: downloading github.com/prometheus/client_golang v1.7.1
22:18:29 go: downloading github.com/beorn7/perks v1.0.1
22:18:29 go: downloading github.com/cespare/xxhash v1.1.0
22:18:29 go: downloading github.com/cespare/xxhash/v2 v2.1.1
22:18:29 go: downloading github.com/prometheus/client_model v0.2.0
22:18:29 go: downloading github.com/prometheus/common v0.10.0
22:18:29 go: downloading github.com/prometheus/procfs v0.6.0
22:18:29 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
22:19:08 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
22:19:08 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
22:19:08 # Build the CLI plugins
22:19:08 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
22:19:08 set -e;cd /sources && \
22:19:08 	tar xzf plugin-installers.tgz; \
22:19:08 	for installer in plugins/*.installer; do \
22:19:08 		LDFLAGS='' bash ${installer} build; \
22:19:08 	done
22:19:08 Cloning into '/go/src/github.com/docker/app'...
22:19:08 Fetching origin
22:19:08 make[2]: Entering directory '/go/src/github.com/docker/app'
22:19:08 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
22:20:04 make[2]: Leaving directory '/go/src/github.com/docker/app'
22:20:04 Cloning into '/go/src/github.com/docker/buildx'...
22:20:04 Fetching origin
22:20:04 + GO111MODULE=on
22:20:04 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
22:21:25 make[1]: Leaving directory '/root/build-deb'
22:21:25    debian/rules override_dh_auto_test
22:21:25 make[1]: Entering directory '/root/build-deb'
22:21:25 ./engine/bundles/dynbinary-daemon/dockerd -v
22:21:25 Docker version 0.0.0-20211015144513-b485636, build 52f5b61
22:21:25 ./cli/build/docker -v
22:21:25 Docker version 0.0.0-20211015144513-b485636, build b485636
22:21:25 make[1]: Leaving directory '/root/build-deb'
22:21:25    create-stamp debian/debhelper-build-stamp
22:21:25  debian/rules binary
22:21:25 dh binary --with=bash-completion --with=systemd
22:21:25    dh_testroot
22:21:25    dh_prep
22:21:25    debian/rules override_dh_auto_install
22:21:25 make[1]: Entering directory '/root/build-deb'
22:21:25 # docker-ce-cli install
22:21:25 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
22:21:25 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
22:21:25 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
22:21:25 set -e;cd /sources && \
22:21:25 	tar xzf plugin-installers.tgz; \
22:21:25 	for installer in plugins/*.installer; do \
22:21:25 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
22:21:25 		PREFIX=/usr/libexec/docker/cli-plugins \
22:21:25 			bash ${installer} install_plugin; \
22:21:25 	done
22:21:25 # docker-ce install
22:21:25 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
22:21:25 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
22:21:25 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20211015144513-b485636 debian/docker-ce/usr/bin/dockerd
22:21:25 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
22:21:25 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
22:21:25 # docker-scan-plugin install
22:21:25 # TODO change once we support scan-plugin on other architectures
22:21:25 if [ "amd64" = "amd64" ]; then \
22:21:25 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
22:21:25 fi
22:21:25 # docker-ce-rootless-extras install
22:21:25 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
22:21:25 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
22:21:25 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
22:21:25 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
22:21:25 # TODO: how can we install vpnkit?
22:21:25 make[1]: Leaving directory '/root/build-deb'
22:21:25    debian/rules override_dh_install
22:21:25 make[1]: Entering directory '/root/build-deb'
22:21:25 dh_install
22:21:25 # TODO Can we do this from within our container?
22:21:25 dh_apparmor --profile-name=docker-ce -pdocker-ce
22:21:25 make[1]: Leaving directory '/root/build-deb'
22:21:25    dh_installdocs
22:21:25    dh_installchangelogs
22:21:25    dh_installman
22:21:25    dh_bash-completion
22:21:25    dh_systemd_enable
22:21:25    debian/rules override_dh_installinit
22:21:25 make[1]: Entering directory '/root/build-deb'
22:21:25 # use "docker" as our service name, not "docker-ce"
22:21:25 dh_installinit --name=docker
22:21:25 make[1]: Leaving directory '/root/build-deb'
22:21:25    dh_systemd_start
22:21:25    dh_perl
22:21:25    dh_link
22:21:25    dh_strip_nondeterminism
22:21:25    dh_compress
22:21:25    dh_fixperms
22:21:25    dh_missing
22:21:25    debian/rules override_dh_strip
22:21:25 make[1]: Entering directory '/root/build-deb'
22:21:25 # Go has lots of problems with stripping, so just don't
22:21:25 make[1]: Leaving directory '/root/build-deb'
22:21:25    dh_makeshlibs
22:21:25    debian/rules override_dh_shlibdeps
22:21:25 make[1]: Entering directory '/root/build-deb'
22:21:25 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
22:21:29 make[1]: Leaving directory '/root/build-deb'
22:21:29    dh_installdeb
22:21:29    debian/rules override_dh_gencontrol
22:21:29 make[1]: Entering directory '/root/build-deb'
22:21:29 # Use separate version for the scan-plugin package, then generate the other control files as usual
22:21:29 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
22:21:29 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
22:21:29 if [ "amd64" = "amd64" ]; then \
22:21:29 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
22:21:29 fi
22:21:29 dh_gencontrol --remaining-packages
22:21:29 make[1]: Leaving directory '/root/build-deb'
22:21:29    dh_md5sums
22:21:29    debian/rules override_dh_builddeb
22:21:29 make[1]: Entering directory '/root/build-deb'
22:21:29 dh_builddeb -- -Zxz
22:21:30 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.deb'.
22:21:30 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.deb'.
22:21:52 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.9.0~debian-bullseye_amd64.deb'.
22:22:18 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.deb'.
22:23:05 make[1]: Leaving directory '/root/build-deb'
22:23:05  dpkg-genbuildinfo
22:23:05  dpkg-genchanges  >../docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.changes
22:23:05 dpkg-genchanges: info: including full source code in upload
22:23:05  dpkg-source -I.git --after-build .
22:23:05 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
22:23:05 + destination=/build
22:23:05 + mkdir -p /build
22:23:05 + mv -v /root/docker-ce-cli_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.deb /root/docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye.dsc /root/docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye.tar.gz /root/docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.buildinfo /root/docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.changes /root/docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.deb /root/docker-scan-plugin_0.9.0~debian-bullseye_amd64.deb /build
22:23:05 copied '/root/docker-ce-cli_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.deb'
22:23:05 removed '/root/docker-ce-cli_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.deb'
22:23:05 copied '/root/docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.deb'
22:23:05 removed '/root/docker-ce-rootless-extras_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.deb'
22:23:05 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye.dsc' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye.dsc'
22:23:05 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye.dsc'
22:23:05 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye.tar.gz'
22:23:05 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye.tar.gz'
22:23:05 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.buildinfo'
22:23:05 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.buildinfo'
22:23:05 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.changes' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.changes'
22:23:05 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.changes'
22:23:05 copied '/root/docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.deb' -> '/build/docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.deb'
22:23:05 removed '/root/docker-ce_0.0.0-20211015144513-b485636-0~debian-bullseye_amd64.deb'
22:23:05 copied '/root/docker-scan-plugin_0.9.0~debian-bullseye_amd64.deb' -> '/build/docker-scan-plugin_0.9.0~debian-bullseye_amd64.deb'
22:23:05 removed '/root/docker-scan-plugin_0.9.0~debian-bullseye_amd64.deb'
22:23:07 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
22:23:08 make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/deb'
[Pipeline] sh
22:23:08 + make clean
22:23:08 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589:/v -w /v alpine chown -R 1000:1000 src
22:23:10 rm -f -r src
22:23:10 make -C rpm clean
22:23:10 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm'
22:23:10 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
22:23:10 rm -f -r rpmbuild/
22:23:10 docker builder prune -f --filter until=24h
22:23:10 Total reclaimed space: 0B
22:23:10 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/rpm'
22:23:10 make -C deb clean
22:23:10 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/deb'
22:23:10 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb:/v -w /v alpine chown -R 1000:1000 debbuild
22:23:11 rm -f -r debbuild
22:23:11 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/deb:/v -w /v alpine chown -R 1000:1000 sources
22:23:13 rm -f -r sources
22:23:13 docker builder prune -f --filter until=24h
22:23:13 Total reclaimed space: 0B
22:23:13 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/deb'
22:23:13 make -C static clean
22:23:13 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/static'
22:23:13 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-589/static:/v -w /v alpine chown -R 1000:1000 build
22:23:13 rm -f -r build
22:23:13 docker builder prune -f --filter until=24h
22:23:13 Total reclaimed space: 0B
22:23:13 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-589/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS