Skip to content
Success

Console Output

Pull request #494 opened
13:35:17 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 lining2020 for docker/docker-ce-packaging
Loading trusted files from base branch master at 5496ae015bfeeb2e5eafce3824b2f432471c018a rather than a9f1d2d66b42c9ef05a1aedb3fe3e937a68f05a0
Obtained Jenkinsfile from 5496ae015bfeeb2e5eafce3824b2f432471c018a
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
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/docker-ce-packaging_PR-494@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > 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
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"
First time build. Skipping changelog.
 > git --version # 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: rpm)
[Pipeline] { (Branch: static)
[Pipeline] stage
[Pipeline] { (Ubuntu Xenial and Focal Package)
[Pipeline] stage
[Pipeline] { (Centos 7 and 8 RPM Packages)
[Pipeline] stage
[Pipeline] { (Static Linux Binaries)
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05fc6b2e6a55a39e9) in /home/ubuntu/workspace/docker-ce-packaging_PR-494
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0b4116098b71525bf) in /home/ubuntu/workspace/docker-ce-packaging_PR-494
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-0669cb06c210990dc) in /home/ubuntu/workspace/docker-ce-packaging_PR-494
[Pipeline] {
[Pipeline] withDockerRegistry
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-494@tmp/723aaadb-1c1d-4c15-b438-8e09e21fb45d/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
13:35:25 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:35:25 chowning workspace
[Pipeline] sh
13:35:26 + pwd
13:35:26 + id -u
13:35:26 + id -g
13:35:26 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494:/workspace busybox chown -R 1000:1000 /workspace
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
[Pipeline] echo
13:35:26 Removing all docker containers
[Pipeline] sh
13:35:27 + docker container ls -aq
[Pipeline] echo
13:35:27 Docker containers have been removed
[Pipeline] echo
13:35:27 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:35:27 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
13:35:27 using credential docker-jenkins-github-credentials
13:35:27 Cloning the remote Git repository
13:35:27 Cloning with configured refspecs honoured and without tags
13:35:27 Fetching without tags
13:35:27 Merging remotes/origin/master commit 5496ae015bfeeb2e5eafce3824b2f432471c018a into PR head commit a9f1d2d66b42c9ef05a1aedb3fe3e937a68f05a0
13:35:27 Merge succeeded, producing a9f1d2d66b42c9ef05a1aedb3fe3e937a68f05a0
13:35:27 Checking out Revision a9f1d2d66b42c9ef05a1aedb3fe3e937a68f05a0 (PR-494)
13:35:27 Commit message: "fix rpmbuilding failed with btrfs disable"
13:35:27 First time build. Skipping changelog.
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-494 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
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/494/head:refs/remotes/origin/PR-494 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/494/head:refs/remotes/origin/PR-494 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/494/head:refs/remotes/origin/PR-494 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a9f1d2d66b42c9ef05a1aedb3fe3e937a68f05a0 # timeout=10
 > git merge 5496ae015bfeeb2e5eafce3824b2f432471c018a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a9f1d2d66b42c9ef05a1aedb3fe3e937a68f05a0 # timeout=10
[Pipeline] sh
13:35:28 + make REF=master checkout
13:35:28 git init src/github.com/docker/cli
13:35:28 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli/.git/
13:35:28 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:35:28 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:35:28 + SRC=src/github.com/docker/cli
13:35:28 + REF=master
13:35:28 + REF_FETCH=master
13:35:28 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
13:35:28 + awk {print $2}
13:35:28 + REF=refs/heads/master
13:35:28 + [ -n refs/heads/master ]
13:35:28 + REF_FETCH=refs/heads/master:refs/heads/master
13:35:28 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
 > git --version # timeout=10
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
13:35:30 From https://github.com/docker/cli
13:35:30  * [new branch]      master     -> master
13:35:30  * [new branch]      master     -> origin/master
13:35:30 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:35:30 git init src/github.com/docker/docker
13:35:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker/.git/
13:35:30 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:35:30 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:35:30 + SRC=src/github.com/docker/docker
13:35:30 + REF=master
13:35:30 + REF_FETCH=master
13:35:30 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
13:35:30 + awk {print $2}
13:35:30 + REF=refs/heads/master
13:35:30 + [ -n refs/heads/master ]
13:35:30 + REF_FETCH=refs/heads/master:refs/heads/master
13:35:30 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-494@tmp/ff5c1b51-0469-4d6f-823e-28dea00a4fbd/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-494@tmp/f4875188-a24f-4b59-815f-39cab0b9ccc5/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
13:35:31 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:35:31 chowning workspace
[Pipeline] sh
[Pipeline] {
[Pipeline] echo
13:35:32 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
13:35:32 chowning workspace
[Pipeline] sh
13:35:32 + pwd
13:35:32 + id -u
13:35:32 + id -g
13:35:32 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494:/workspace busybox chown -R 1000:1000 /workspace
13:35:32 Unable to find image 'busybox:latest' locally
13:35:32 latest: Pulling from library/busybox
13:35:32 61c5ed1cbdf8: Pulling fs layer
13:35:32 + pwd
13:35:32 + id -u
13:35:32 + id -g
13:35:32 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494:/workspace busybox chown -R 1000:1000 /workspace
13:35:32 Unable to find image 'busybox:latest' locally
13:35:32 latest: Pulling from library/busybox
13:35:32 61c5ed1cbdf8: Pulling fs layer
13:35:32 61c5ed1cbdf8: Verifying Checksum
13:35:32 61c5ed1cbdf8: Download complete
13:35:32 61c5ed1cbdf8: Verifying Checksum
13:35:32 61c5ed1cbdf8: Download complete
13:35:32 61c5ed1cbdf8: Pull complete
13:35:32 Digest: sha256:4f47c01fa91355af2865ac10fef5bf6ec9c7f42ad2321377c21e844427972977
13:35:32 Status: Downloaded newer image for busybox:latest
13:35:32 61c5ed1cbdf8: Pull complete
13:35:32 Digest: sha256:4f47c01fa91355af2865ac10fef5bf6ec9c7f42ad2321377c21e844427972977
13:35:32 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
13:35:33 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
13:35:34 Removing all docker containers
[Pipeline] sh
13:35:34 + docker container ls -aq
[Pipeline] echo
13:35:34 Docker containers have been removed
[Pipeline] echo
13:35:34 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:35:34 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
13:35:34 + docker container ls -aq
[Pipeline] echo
13:35:34 Docker containers have been removed
[Pipeline] echo
13:35:34 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
13:35:34 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
13:35:35 From https://github.com/docker/docker
13:35:35  * [new branch]      master     -> master
13:35:35  * [new branch]      master     -> origin/master
13:35:35 + git -C src/github.com/docker/docker checkout -q refs/heads/master
[Pipeline] sh
13:35:35 + make -C rpm centos-7 centos-8
13:35:35 make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm'
13:35:35 mkdir -p rpmbuild/SOURCES
13:35:35 docker run --rm -w /v \
13:35:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker:/engine \
13:35:35 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/SOURCES:/v \
13:35:35 	alpine \
13:35:35 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:35:35 Unable to find image 'alpine:latest' locally
13:35:35 latest: Pulling from library/alpine
13:35:35 df20fa9351a1: Already exists
13:35:35 using credential docker-jenkins-github-credentials
13:35:35 Cloning the remote Git repository
13:35:35 Cloning with configured refspecs honoured and without tags
13:35:35 using credential docker-jenkins-github-credentials
13:35:35 Cloning the remote Git repository
13:35:35 Cloning with configured refspecs honoured and without tags
13:35:35 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321
13:35:35 Status: Downloaded newer image for alpine:latest
13:35:36 Fetching without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-494 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
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/494/head:refs/remotes/origin/PR-494 +refs/heads/master:refs/remotes/origin/master # timeout=10
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-494 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
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/494/head:refs/remotes/origin/PR-494 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/494/head:refs/remotes/origin/PR-494 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/494/head:refs/remotes/origin/PR-494 +refs/heads/master:refs/remotes/origin/master # timeout=10
13:35:36 Merging remotes/origin/master commit 5496ae015bfeeb2e5eafce3824b2f432471c018a into PR head commit a9f1d2d66b42c9ef05a1aedb3fe3e937a68f05a0
13:35:36 Merge succeeded, producing a9f1d2d66b42c9ef05a1aedb3fe3e937a68f05a0
13:35:36 Checking out Revision a9f1d2d66b42c9ef05a1aedb3fe3e937a68f05a0 (PR-494)
13:35:36 Fetching without tags
13:35:36 Merging remotes/origin/master commit 5496ae015bfeeb2e5eafce3824b2f432471c018a into PR head commit a9f1d2d66b42c9ef05a1aedb3fe3e937a68f05a0
13:35:36 Merge succeeded, producing a9f1d2d66b42c9ef05a1aedb3fe3e937a68f05a0
13:35:36 Checking out Revision a9f1d2d66b42c9ef05a1aedb3fe3e937a68f05a0 (PR-494)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/494/head:refs/remotes/origin/PR-494 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/494/head:refs/remotes/origin/PR-494 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a9f1d2d66b42c9ef05a1aedb3fe3e937a68f05a0 # timeout=10
 > git merge 5496ae015bfeeb2e5eafce3824b2f432471c018a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a9f1d2d66b42c9ef05a1aedb3fe3e937a68f05a0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a9f1d2d66b42c9ef05a1aedb3fe3e937a68f05a0 # timeout=10
 > git merge 5496ae015bfeeb2e5eafce3824b2f432471c018a # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a9f1d2d66b42c9ef05a1aedb3fe3e937a68f05a0 # timeout=10
13:35:39 mkdir -p rpmbuild/SOURCES
13:35:39 docker run --rm -w /v \
13:35:39 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli:/cli \
13:35:39 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/SOURCES:/v \
13:35:39 	alpine \
13:35:39 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:35:39 Commit message: "fix rpmbuilding failed with btrfs disable"
[Pipeline] sh
13:35:40 Commit message: "fix rpmbuilding failed with btrfs disable"
13:35:40 + make REF=master checkout
13:35:40 git init src/github.com/docker/cli
13:35:40 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli/.git/
13:35:40 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:35:40 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:35:40 + SRC=src/github.com/docker/cli
13:35:40 + REF=master
13:35:40 + REF_FETCH=master
13:35:40 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
13:35:40 + awk {print $2}
13:35:40 + REF=refs/heads/master
13:35:40 + [ -n refs/heads/master ]
13:35:40 + REF_FETCH=refs/heads/master:refs/heads/master
13:35:40 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
 > git --version # timeout=10
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] sh
 > git --version # timeout=10
fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
13:35:41 + make REF=master checkout
13:35:41 git init src/github.com/docker/cli
13:35:41 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli/.git/
13:35:41 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:35:41 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:35:41 + SRC=src/github.com/docker/cli
13:35:41 + REF=master
13:35:41 + REF_FETCH=master
13:35:41 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
13:35:41 + awk {print $2}
13:35:41 + REF=refs/heads/master
13:35:41 + [ -n refs/heads/master ]
13:35:41 + REF_FETCH=refs/heads/master:refs/heads/master
13:35:41 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:35:41 mkdir -p rpmbuild/SOURCES
13:35:41 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
13:35:41 mkdir -p rpmbuild/SOURCES
13:35:41 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
13:35:41 docker run --rm -w /v \
13:35:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/plugins:/plugins \
13:35:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/SOURCES:/v \
13:35:41 	alpine \
13:35:41 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
13:35:42 From https://github.com/docker/cli
13:35:42  * [new branch]      master     -> master
13:35:42  * [new branch]      master     -> origin/master
13:35:42 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:35:42 == Building packages for centos-7 ==
13:35:42 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm:/v -w /v alpine chown -R root:root rpmbuild
13:35:42 git init src/github.com/docker/docker
13:35:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker/.git/
13:35:42 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:35:42 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:35:42 + SRC=src/github.com/docker/docker
13:35:42 + REF=master
13:35:42 + REF_FETCH=master
13:35:42 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
13:35:42 + awk {print $2}
13:35:43 + REF=refs/heads/master
13:35:43 + [ -n refs/heads/master ]
13:35:43 + REF_FETCH=refs/heads/master:refs/heads/master
13:35:43 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:35:43 From https://github.com/docker/cli
13:35:43  * [new branch]      master     -> master
13:35:43  * [new branch]      master     -> origin/master
13:35:43 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:35:43 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.13.15-buster -t rpmbuild-centos-7/x86_64 -f centos-7/Dockerfile .
13:35:43 git init src/github.com/docker/docker
13:35:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker/.git/
13:35:43 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:35:43 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:35:43 + SRC=src/github.com/docker/docker
13:35:43 + REF=master
13:35:43 + REF_FETCH=master
13:35:43 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
13:35:43 + awk {print $2}
13:35:43 #2 [internal] load .dockerignore
13:35:43 #2 transferring context: 2B done
13:35:43 #2 DONE 0.0s
13:35:43 
13:35:43 #1 [internal] load build definition from Dockerfile
13:35:43 #1 transferring dockerfile: 874B done
13:35:43 #1 DONE 0.0s
13:35:43 
13:35:43 #4 [internal] load metadata for docker.io/library/golang:1.13.15-buster
13:35:43 + REF=refs/heads/master
13:35:43 + [ -n refs/heads/master ]
13:35:43 + REF_FETCH=refs/heads/master:refs/heads/master
13:35:43 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:35:43 #4 DONE 0.3s
13:35:43 
13:35:43 #3 [internal] load metadata for docker.io/library/centos:7
13:35:43 #3 DONE 0.3s
13:35:43 
13:35:43 #8 [internal] load build context
13:35:43 #8 transferring context: 9.24kB done
13:35:43 #8 DONE 0.0s
13:35:43 
13:35:43 #5 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:19a79828ca2e505eaee...
13:35:43 #5 resolve docker.io/library/centos:7@sha256:19a79828ca2e505eaee0ff38c2f3fd9901f4826737295157cc5212b7a372cd2b done
13:35:44 #5 sha256:19a79828ca2e505eaee0ff38c2f3fd9901f4826737295157cc5212b7a372cd2b 1.20kB / 1.20kB done
13:35:44 #5 sha256:fe2347002c630d5d61bf2f28f21246ad1c21cc6fd343e70b4cf1e5102f8711a9 529B / 529B done
13:35:44 #5 sha256:7e6257c9f8d8d4cdff5e155f196d67150b871bbe8c02761026f803a704acb3e9 2.79kB / 2.79kB done
13:35:44 #5 sha256:75f829a71a1c5277a7abf55495ac8d16759691d980bf1d931795e5eb68a294c0 8.25MB / 75.86MB 0.2s
13:35:44 #5 sha256:75f829a71a1c5277a7abf55495ac8d16759691d980bf1d931795e5eb68a294c0 13.77MB / 75.86MB 0.3s
13:35:44 #5 sha256:75f829a71a1c5277a7abf55495ac8d16759691d980bf1d931795e5eb68a294c0 27.96MB / 75.86MB 0.5s
13:35:44 #5 sha256:75f829a71a1c5277a7abf55495ac8d16759691d980bf1d931795e5eb68a294c0 35.21MB / 75.86MB 0.6s
13:35:44 #5 sha256:75f829a71a1c5277a7abf55495ac8d16759691d980bf1d931795e5eb68a294c0 40.52MB / 75.86MB 0.7s
13:35:44 #5 sha256:75f829a71a1c5277a7abf55495ac8d16759691d980bf1d931795e5eb68a294c0 45.68MB / 75.86MB 0.8s
13:35:44 #5 sha256:75f829a71a1c5277a7abf55495ac8d16759691d980bf1d931795e5eb68a294c0 55.95MB / 75.86MB 1.0s
13:35:44 #5 sha256:75f829a71a1c5277a7abf55495ac8d16759691d980bf1d931795e5eb68a294c0 61.31MB / 75.86MB 1.1s
13:35:45 #5 sha256:75f829a71a1c5277a7abf55495ac8d16759691d980bf1d931795e5eb68a294c0 70.85MB / 75.86MB 1.2s
13:35:45 #5 sha256:75f829a71a1c5277a7abf55495ac8d16759691d980bf1d931795e5eb68a294c0 75.86MB / 75.86MB 1.3s
13:35:45 #5 sha256:75f829a71a1c5277a7abf55495ac8d16759691d980bf1d931795e5eb68a294c0 75.86MB / 75.86MB 1.6s done
13:35:45 #5 extracting sha256:75f829a71a1c5277a7abf55495ac8d16759691d980bf1d931795e5eb68a294c0
13:35:47 From https://github.com/docker/docker
13:35:47  * [new branch]      master     -> master
13:35:47  * [new branch]      master     -> origin/master
13:35:47 + git -C src/github.com/docker/docker checkout -q refs/heads/master
[Pipeline] sh
13:35:47 + make -C deb ubuntu-xenial ubuntu-focal
13:35:47 make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/deb'
13:35:47 mkdir -p sources
13:35:47 docker run --rm -w /v \
13:35:47 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli:/cli \
13:35:47 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb/sources:/v \
13:35:47 	alpine \
13:35:47 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:35:47 Unable to find image 'alpine:latest' locally
13:35:47 latest: Pulling from library/alpine
13:35:47 df20fa9351a1: Pulling fs layer
13:35:47 df20fa9351a1: Verifying Checksum
13:35:47 df20fa9351a1: Download complete
13:35:47 df20fa9351a1: Pull complete
13:35:47 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321
13:35:47 Status: Downloaded newer image for alpine:latest
13:35:47 From https://github.com/docker/docker
13:35:47  * [new branch]      master     -> master
13:35:47  * [new branch]      master     -> origin/master
13:35:47 + git -C src/github.com/docker/docker checkout -q refs/heads/master
[Pipeline] sh
13:35:48 + make REF=master DOCKER_BUILD_PKGS=static-linux static
13:35:48 ./scripts/checkout.sh src/github.com/docker/cli "master"
13:35:48 + SRC=src/github.com/docker/cli
13:35:48 + REF=master
13:35:48 + REF_FETCH=master
13:35:48 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
13:35:48 + awk {print $2}
13:35:48 + REF=refs/heads/master
13:35:48 + [ -n refs/heads/master ]
13:35:48 + REF_FETCH=refs/heads/master:refs/heads/master
13:35:48 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:35:48 + git -C src/github.com/docker/cli checkout -q refs/heads/master
13:35:48 ./scripts/checkout.sh src/github.com/docker/docker "master"
13:35:48 + SRC=src/github.com/docker/docker
13:35:48 + REF=master
13:35:48 + REF_FETCH=master
13:35:48 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
13:35:48 + awk {print $2}
13:35:49 + REF=refs/heads/master
13:35:49 + [ -n refs/heads/master ]
13:35:49 + REF_FETCH=refs/heads/master:refs/heads/master
13:35:49 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
13:35:49 + git -C src/github.com/docker/docker checkout -q refs/heads/master
13:35:49 for p in static-linux; do \
13:35:49 	make -C static VERSION=0.0.1-dev GO_VERSION=1.13.15 ${p}; \
13:35:49 done
13:35:49 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/static'
13:35:49 make -C /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli -f docker.Makefile VERSION=0.0.0-20200817151903-ca35f29 build
13:35:49 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli'
13:35:49 # build dockerfile from stdin so that we don't send the build-context; source is bind-mounted in the development environment
13:35:49 cat ./dockerfiles/Dockerfile.binary-native | docker build --build-arg=GO_VERSION -t docker-cli-native -
13:35:49 Sending build context to Docker daemon  2.048kB

13:35:49 Step 1/6 : ARG GO_VERSION=1.13.15
13:35:49 Step 2/6 : FROM    golang:${GO_VERSION}-alpine
13:35:50 1.13.15-alpine: Pulling from library/golang
13:35:50 df20fa9351a1: Pulling fs layer
13:35:50 ed8968b2872e: Pulling fs layer
13:35:50 a92cc7c5fd73: Pulling fs layer
13:35:50 dd0b68742591: Pulling fs layer
13:35:50 fb4ae7ba1102: Pulling fs layer
13:35:50 dd0b68742591: Waiting
13:35:50 fb4ae7ba1102: Waiting
13:35:50 a92cc7c5fd73: Verifying Checksum
13:35:50 a92cc7c5fd73: Download complete
13:35:50 ed8968b2872e: Download complete
13:35:50 fb4ae7ba1102: Verifying Checksum
13:35:50 fb4ae7ba1102: Download complete
13:35:50 df20fa9351a1: Verifying Checksum
13:35:50 df20fa9351a1: Download complete
13:35:50 df20fa9351a1: Pull complete
13:35:50 ed8968b2872e: Pull complete
13:35:50 a92cc7c5fd73: Pull complete
13:35:50 #5 extracting sha256:75f829a71a1c5277a7abf55495ac8d16759691d980bf1d931795e5eb68a294c0 5.1s
13:35:50 #5 extracting sha256:75f829a71a1c5277a7abf55495ac8d16759691d980bf1d931795e5eb68a294c0 5.3s done
13:35:51 mkdir -p sources
13:35:51 docker run --rm -w /v \
13:35:51 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker:/engine \
13:35:51 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb/sources:/v \
13:35:51 	alpine \
13:35:51 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:35:51 dd0b68742591: Verifying Checksum
13:35:51 dd0b68742591: Download complete
13:35:51 #5 DONE 7.5s
13:35:51 
13:35:51 #6 [stage-1 2/7] RUN if [ -f /etc/yum.repos.d/CentOS-Sources.repo ]; then s...
13:35:53 mkdir -p sources
13:35:53 cp ../systemd/docker.service sources/docker.service
13:35:53 mkdir -p sources
13:35:53 cp ../systemd/docker.socket sources/docker.socket
13:35:53 docker run --rm -w /v \
13:35:53 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/plugins:/plugins \
13:35:53 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb/sources:/v \
13:35:53 	alpine \
13:35:53 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
13:35:54 #6 DONE 2.5s
13:35:54 
13:35:54 #11 [golang 1/1] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f68...
13:35:54 #11 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
13:35:54 #11 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 2.3s done
13:35:54 #11 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
13:35:54 #11 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
13:35:54 #11 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 1.4s done
13:35:54 #11 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
13:35:54 #11 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.0s done
13:35:54 #11 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 1.6s done
13:35:54 #11 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 4.2s
13:35:54 == Building packages for ubuntu-xenial ==
13:35:54 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.13.15-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-xenial/x86_64 -f ubuntu-xenial/Dockerfile .
13:35:54 #1 [internal] load build definition from Dockerfile
13:35:54 #1 transferring dockerfile: 899B done
13:35:54 #1 DONE 0.0s
13:35:54 
13:35:54 #2 [internal] load .dockerignore
13:35:54 #2 transferring context: 2B done
13:35:54 #2 DONE 0.0s
13:35:54 
13:35:54 #4 [internal] load metadata for docker.io/library/golang:1.13.15-buster
13:35:54 #4 DONE 0.2s
13:35:54 
13:35:54 #3 [internal] load metadata for docker.io/library/ubuntu:xenial
13:35:54 #3 DONE 0.2s
13:35:54 
13:35:54 #5 [stage-1 1/8] FROM docker.io/library/ubuntu:xenial@sha256:0eb024b1147ab6...
13:35:54 #5 resolve docker.io/library/ubuntu:xenial@sha256:0eb024b1147ab61246cfdbdf05c128550ede262790b25a8a6fd93dd3385ab1c8 done
13:35:54 #5 sha256:cc4755a9f2f76ca73055da11f1bdc01d65ce79202a68b041c67c32770c71954b 1.15kB / 1.15kB done
13:35:54 #5 sha256:fab5e942c505d079974d0bb27608d178568973389fd6aadc72c383dee53148a1 3.40kB / 3.40kB done
13:35:54 #5 sha256:7b378fa0f9085667ced1c76c9919cde8663becf2218e8d20e2df8d0824311531 0B / 44.40MB 0.1s
13:35:54 #5 sha256:4d77b1b29f2e9b6f141b9d8f74b601f40eb998544783f4a0a3cdc384873c1a4e 529B / 529B 0.1s done
13:35:54 #5 sha256:7c793be88baee3f3204444e4d4e49c4e44c1709d40182c131cd5681c94e17227 847B / 847B 0.1s done
13:35:54 #5 sha256:ecc05c8a19c0cf83f2f44263c967c3fe81fffc4b41b592ad088fb1534c206e70 0B / 169B 0.1s
13:35:54 #5 sha256:0eb024b1147ab61246cfdbdf05c128550ede262790b25a8a6fd93dd3385ab1c8 1.42kB / 1.42kB done
13:35:55 #5 ...
13:35:55 
13:35:55 #7 [internal] load build context
13:35:55 #7 transferring context: 18.76MB 0.1s done
13:35:55 #7 DONE 0.1s
13:35:55 
13:35:55 #5 [stage-1 1/8] FROM docker.io/library/ubuntu:xenial@sha256:0eb024b1147ab6...
13:35:55 #5 sha256:7b378fa0f9085667ced1c76c9919cde8663becf2218e8d20e2df8d0824311531 11.02MB / 44.40MB 0.2s
13:35:55 #5 sha256:ecc05c8a19c0cf83f2f44263c967c3fe81fffc4b41b592ad088fb1534c206e70 169B / 169B 0.1s done
13:35:55 #5 sha256:7b378fa0f9085667ced1c76c9919cde8663becf2218e8d20e2df8d0824311531 34.53MB / 44.40MB 0.4s
13:35:55 #5 sha256:7b378fa0f9085667ced1c76c9919cde8663becf2218e8d20e2df8d0824311531 44.40MB / 44.40MB 0.5s
13:35:55 #5 sha256:7b378fa0f9085667ced1c76c9919cde8663becf2218e8d20e2df8d0824311531 44.40MB / 44.40MB 1.0s done
13:35:55 #5 extracting sha256:7b378fa0f9085667ced1c76c9919cde8663becf2218e8d20e2df8d0824311531
13:35:55 #11 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.9s done
13:35:55 #11 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a
13:35:55 #11 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
13:35:55 #11 DONE 12.1s
13:35:55 
13:35:55 #7 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
13:35:55 #7 0.895 Loaded plugins: fastestmirror, ovl
13:35:55 #7 1.107 Determining fastest mirrors
13:35:56 dd0b68742591: Pull complete
13:35:56 fb4ae7ba1102: Pull complete
13:35:56 Digest: sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd
13:35:56 Status: Downloaded newer image for golang:1.13.15-alpine
13:35:56  ---> 5863598a981a
13:35:56 Step 3/6 : RUN     apk add -U git bash coreutils gcc musl-dev
13:35:56  ---> Running in fc05b01d0234
13:35:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
13:35:57 #5 extracting sha256:7b378fa0f9085667ced1c76c9919cde8663becf2218e8d20e2df8d0824311531 1.6s done
13:35:58 #5 extracting sha256:4d77b1b29f2e9b6f141b9d8f74b601f40eb998544783f4a0a3cdc384873c1a4e done
13:35:58 #5 extracting sha256:7c793be88baee3f3204444e4d4e49c4e44c1709d40182c131cd5681c94e17227 done
13:35:58 #5 extracting sha256:ecc05c8a19c0cf83f2f44263c967c3fe81fffc4b41b592ad088fb1534c206e70 done
13:35:58 #5 DONE 3.4s
13:35:58 
13:35:58 #11 [golang 1/1] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f68...
13:35:58 #11 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
13:35:58 #11 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
13:35:58 #11 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
13:35:58 #11 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
13:35:58 #11 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.1s done
13:35:58 #11 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.3s done
13:35:58 #11 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.6s done
13:35:58 #11 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.5s done
13:35:58 #11 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.2s done
13:35:58 #11 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.4s done
13:35:58 #11 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 3.1s done
13:35:58 #11 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.7s done
13:35:58 #11 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.2s done
13:35:58 #11 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.1s
13:35:58 #11 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.2s done
13:35:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
13:35:58 #11 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0.1s
13:35:58 (1/24) Installing ncurses-terminfo-base (6.2_p20200523-r0)
13:35:58 (2/24) Installing ncurses-libs (6.2_p20200523-r0)
13:35:58 (3/24) Installing readline (8.0.4-r0)
13:35:58 (4/24) Installing bash (5.0.17-r0)
13:35:58 Executing bash-5.0.17-r0.post-install
13:35:58 (5/24) Installing libacl (2.2.53-r0)
13:35:58 (6/24) Installing libattr (2.4.48-r0)
13:35:58 (7/24) Installing coreutils (8.32-r0)
13:35:58 (8/24) Installing libgcc (9.3.0-r2)
13:35:58 (9/24) Installing libstdc++ (9.3.0-r2)
13:35:58 (10/24) Installing binutils (2.34-r1)
13:35:58 (11/24) Installing gmp (6.2.0-r0)
13:35:58 (12/24) Installing isl (0.18-r0)
13:35:58 (13/24) Installing libgomp (9.3.0-r2)
13:35:58 (14/24) Installing libatomic (9.3.0-r2)
13:35:58 (15/24) Installing libgphobos (9.3.0-r2)
13:35:58 (16/24) Installing mpfr4 (4.0.2-r4)
13:35:58 (17/24) Installing mpc1 (1.1.0-r1)
13:35:58 (18/24) Installing gcc (9.3.0-r2)
13:35:59 (19/24) Installing nghttp2-libs (1.41.0-r0)
13:35:59 (20/24) Installing libcurl (7.69.1-r0)
13:35:59 (21/24) Installing expat (2.2.9-r1)
13:35:59 (22/24) Installing pcre2 (10.35-r0)
13:35:59 (23/24) Installing git (2.26.2-r0)
13:35:59 (24/24) Installing musl-dev (1.1.24-r9)
13:35:59 Executing busybox-1.31.1-r16.trigger
13:35:59 OK: 160 MiB in 39 packages
13:35:59 #11 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 1.3s done
13:35:59 #11 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
13:36:01 #11 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 1.3s done
13:36:01 #11 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e
13:36:02 #7 7.887  * base: d36uatko69830t.cloudfront.net
13:36:02 #7 7.887  * extras: d36uatko69830t.cloudfront.net
13:36:02 #7 7.888  * updates: d36uatko69830t.cloudfront.net
13:36:03 Removing intermediate container fc05b01d0234
13:36:03  ---> ed4f57619cc4
13:36:03 Step 4/6 : ENV     CGO_ENABLED=0         DISABLE_WARN_OUTSIDE_CONTAINER=1
13:36:03  ---> Running in 5af4a132244f
13:36:03 Removing intermediate container 5af4a132244f
13:36:03  ---> d63c21370f21
13:36:03 Step 5/6 : WORKDIR /go/src/github.com/docker/cli
13:36:03  ---> Running in fd3838b21a6d
13:36:03 Removing intermediate container fd3838b21a6d
13:36:03  ---> e8d70734e526
13:36:03 Step 6/6 : CMD     ./scripts/build/binary
13:36:03  ---> Running in e0a6dcee9b4a
13:36:03 Removing intermediate container e0a6dcee9b4a
13:36:03  ---> 4dea1645a9cb
13:36:03 Successfully built 4dea1645a9cb
13:36:03 Successfully tagged docker-cli-native:latest
13:36:03 docker run --rm -e VERSION=0.0.0-20200817151903-ca35f29 -e GITCOMMIT -e PLATFORM -e TESTFLAGS -e TESTDIRS -e GOOS -e GOARCH -e GOARM -e TEST_ENGINE_VERSION= -v "/home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli":/go/src/github.com/docker/cli -v "docker-cli-dev-cache:/root/.cache/go-build"  docker-cli-native
13:36:03 #11 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 2.5s done
13:36:03 Building statically linked build/docker-linux-amd64
13:36:04 #11 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
13:36:04 #11 DONE 9.3s
13:36:04 
13:36:04 #6 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts e...
13:36:04 #6 4.567 Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
13:36:04 #6 4.688 Get:2 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
13:36:04 #6 4.691 Get:3 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [1166 kB]
13:36:04 #6 4.750 Get:4 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [12.7 kB]
13:36:04 #6 4.750 Get:5 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [637 kB]
13:36:04 #6 4.762 Get:6 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [6680 B]
13:36:04 #6 5.071 Get:7 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
13:36:04 #6 5.167 Get:8 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
13:36:04 #6 5.240 Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1558 kB]
13:36:04 #6 5.447 Get:10 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [14.1 kB]
13:36:04 #6 5.447 Get:11 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [9827 kB]
13:36:04 #6 6.004 Get:12 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [176 kB]
13:36:04 #6 6.007 Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [1525 kB]
13:36:04 #6 6.023 Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [13.1 kB]
13:36:04 #6 6.023 Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [1038 kB]
13:36:04 #6 6.083 Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [19.7 kB]
13:36:04 #6 6.083 Get:17 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [7942 B]
13:36:04 #6 6.084 Get:18 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [9084 B]
13:36:04 #6 6.897 Fetched 16.6 MB in 6s (2543 kB/s)
13:36:05 #6 6.897 Reading package lists...
13:36:06 #6 7.758 Reading package lists...
13:36:06 #6 8.569 Building dependency tree...
13:36:06 #6 8.704 Reading state information...
13:36:06 #6 8.812 The following additional packages will be installed:
13:36:06 #6 8.812   at autotools-dev binutils bsdmainutils build-essential bzip2 ca-certificates
13:36:06 #6 8.812   cpp cpp-5 dctrl-tools debhelper dh-python dh-strip-nondeterminism diffstat
13:36:06 #6 8.812   distro-info-data dpkg-dev dput fakeroot file g++ g++-5 gcc gcc-5 gettext
13:36:06 #6 8.812   gettext-base git-man groff-base hardening-includes ifupdown intltool-debian
13:36:06 #6 8.812   iproute2 isc-dhcp-client isc-dhcp-common iso-codes krb5-locales less
13:36:06 #6 8.812   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:36:06 #6 8.812   libapt-inst2.0 libapt-pkg-perl libarchive-zip-perl libasan2
13:36:06 #6 8.812   libasn1-8-heimdal libasprintf-dev libasprintf0v5 libatm1 libatomic1
13:36:06 #6 8.812   libauthen-sasl-perl libbsd0 libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl
13:36:06 #6 8.812   libcgi-pm-perl libcilkrts5 libclass-accessor-perl libclone-perl libcroco3
13:36:06 #6 8.812   libcurl3-gnutls libdata-alias-perl libdigest-hmac-perl libdistro-info-perl
13:36:06 #6 8.812   libdns-export162 libdpkg-perl libedit2 libemail-valid-perl
13:36:06 #6 8.812   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
13:36:06 #6 8.812   libfakeroot libfcgi-perl libffi6 libfile-basedir-perl libfile-fcntllock-perl
13:36:06 #6 8.812   libfile-listing-perl libfile-stripnondeterminism-perl libfont-afm-perl
13:36:06 #6 8.812   libgcc-5-dev libgdbm3 libgettextpo-dev libgettextpo0 libglib2.0-0
13:36:06 #6 8.812   libglib2.0-data libgmp10 libgnutls30 libgomp1 libgssapi-krb5-2
13:36:06 #6 8.812   libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
13:36:06 #6 8.812   libheimntlm0-heimdal libhogweed4 libhtml-form-perl libhtml-format-perl
13:36:06 #6 8.812   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:36:06 #6 8.812   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:36:06 #6 8.812   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu55
13:36:06 #6 8.812   libidn11 libio-html-perl libio-pty-perl libio-socket-inet6-perl
13:36:06 #6 8.812   libio-socket-ssl-perl libio-string-perl libipc-run-perl
13:36:06 #6 8.812   libipc-system-simple-perl libisc-export160 libisl15 libitm1 libk5crypto3
13:36:06 #6 8.812   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2
13:36:06 #6 8.812   liblist-moreutils-perl liblocale-gettext-perl liblsan0
13:36:06 #6 8.812   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic1
13:36:06 #6 8.812   libmail-sendmail-perl libmailtools-perl libmnl0 libmpc3 libmpdec2 libmpfr4
13:36:06 #6 8.812   libmpx0 libnet-dns-perl libnet-domain-tld-perl libnet-http-perl
13:36:06 #6 8.812   libnet-ip-perl libnet-smtp-ssl-perl libnet-ssleay-perl libnettle6
13:36:06 #6 8.812   libp11-kit0 libparse-debianchangelog-perl libperl5.22 libperlio-gzip-perl
13:36:06 #6 8.812   libpipeline1 libpopt0 libpython-stdlib libpython2.7-minimal
13:36:06 #6 8.812   libpython2.7-stdlib libpython3-stdlib libpython3.5-minimal
13:36:06 #6 8.812   libpython3.5-stdlib libquadmath0 libroken18-heimdal librtmp1 libsasl2-2
13:36:06 #6 8.812   libsasl2-modules libsasl2-modules-db libsocket6-perl libsqlite3-0
13:36:06 #6 8.812   libssl1.0.0 libstdc++-5-dev libsub-name-perl libsys-hostname-long-perl
13:36:06 #6 8.812   libtasn1-6 libtext-levenshtein-perl libtimedate-perl libtsan0 libubsan0
13:36:06 #6 8.812   libunistring0 liburi-perl libwind0-heimdal libwww-perl
13:36:06 #6 8.812   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
13:36:06 #6 8.812   libxext6 libxml2 libxmuu1 libxtables11 libyaml-libyaml-perl lintian
13:36:06 #6 8.812   linux-libc-dev lsb-release make man-db manpages manpages-dev mime-support
13:36:06 #6 8.813   netbase openssh-client openssl patch patchutils perl perl-modules-5.22
13:36:06 #6 8.813   po-debconf python python-apt-common python-minimal python2.7
13:36:06 #6 8.813   python2.7-minimal python3 python3-apt python3-chardet python3-debian
13:36:06 #6 8.813   python3-magic python3-minimal python3-pkg-resources python3-six python3.5
13:36:06 #6 8.813   python3.5-minimal rename rsync sgml-base shared-mime-info strace t1utils
13:36:06 #6 8.813   unzip wdiff xauth xdg-user-dirs xml-core xz-utils
13:36:06 #6 8.814 Suggested packages:
13:36:06 #6 8.814   default-mta | mail-transport-agent binutils-doc wamerican | wordlist whois
13:36:06 #6 8.814   vacation bzip2-doc cpp-doc gcc-5-locales debtags dh-make bsd-mailx | mailx
13:36:06 #6 8.814   cvs-buildpackage diffoscope devscripts-el dose-extra gnuplot
13:36:06 #6 8.814   libfile-desktopentry-perl libterm-size-perl libyaml-syck-perl
13:36:06 #6 8.814   mozilla-devscripts mutt svn-buildpackage w3m debian-keyring
13:36:06 #6 8.814   libsoap-lite-perl mini-dinstall python-bzrlib g++-multilib g++-5-multilib
13:36:06 #6 8.814   gcc-5-doc libstdc++6-5-dbg gcc-multilib autoconf automake libtool flex bison
13:36:06 #6 8.814   gdb gcc-doc gcc-5-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg
13:36:06 #6 8.814   libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg
13:36:06 #6 8.814   libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg gettext-doc autopoint
13:36:06 #6 8.814   git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk
13:36:06 #6 8.814   gitweb git-arch git-cvs git-mediawiki git-svn groff ppp rdnssd iproute2-doc
13:36:06 #6 8.814   resolvconf avahi-autoipd isc-dhcp-client-ddns apparmor isoquery
13:36:06 #6 8.814   libgssapi-perl glibc-doc gnutls-bin krb5-doc krb5-user libdata-dump-perl
13:36:06 #6 8.814   libcrypt-ssleay-perl libhtml-template-perl libxml-simple-perl
13:36:06 #6 8.814   libsasl2-modules-otp libsasl2-modules-ldap libsasl2-modules-sql
13:36:06 #6 8.814   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
13:36:06 #6 8.814   libstdc++-5-doc libauthen-ntlm-perl binutils-multiarch libtext-template-perl
13:36:06 #6 8.814   lsb make-doc www-browser ssh-askpass libpam-ssh keychain monkeysphere ed
13:36:06 #6 8.814   diffutils-doc perl-doc libterm-readline-gnu-perl
13:36:06 #6 8.814   | libterm-readline-perl-perl libmail-box-perl python-doc python-tk
13:36:06 #6 8.814   python2.7-doc binfmt-support python3-doc python3-tk python3-venv
13:36:06 #6 8.814   python3-apt-dbg python-apt-doc python3-setuptools python3.5-venv
13:36:06 #6 8.814   python3.5-doc openssh-server sgml-base-doc zip
13:36:06 #6 8.814 The following NEW packages will be installed:
13:36:06 #6 8.814   at autotools-dev binutils bsdmainutils build-essential bzip2 ca-certificates
13:36:06 #6 8.814   cpp cpp-5 curl dctrl-tools debhelper devscripts dh-python
13:36:06 #6 8.814   dh-strip-nondeterminism diffstat distro-info-data dpkg-dev dput equivs
13:36:06 #6 8.814   fakeroot file g++ g++-5 gcc gcc-5 gettext gettext-base git git-man
13:36:06 #6 8.814   groff-base hardening-includes ifupdown intltool-debian iproute2
13:36:06 #6 8.814   isc-dhcp-client isc-dhcp-common iso-codes krb5-locales less
13:36:06 #6 8.814   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:36:06 #6 8.814   libapt-inst2.0 libapt-pkg-perl libarchive-zip-perl libasan2
13:36:06 #6 8.814   libasn1-8-heimdal libasprintf-dev libasprintf0v5 libatm1 libatomic1
13:36:06 #6 8.814   libauthen-sasl-perl libbsd0 libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl
13:36:06 #6 8.814   libcgi-pm-perl libcilkrts5 libclass-accessor-perl libclone-perl libcroco3
13:36:06 #6 8.814   libcurl3-gnutls libdata-alias-perl libdigest-hmac-perl libdistro-info-perl
13:36:06 #6 8.814   libdns-export162 libdpkg-perl libedit2 libemail-valid-perl
13:36:06 #6 8.814   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
13:36:06 #6 8.814   libfakeroot libfcgi-perl libffi6 libfile-basedir-perl libfile-fcntllock-perl
13:36:06 #6 8.814   libfile-listing-perl libfile-stripnondeterminism-perl libfont-afm-perl
13:36:06 #6 8.814   libgcc-5-dev libgdbm3 libgettextpo-dev libgettextpo0 libglib2.0-0
13:36:06 #6 8.814   libglib2.0-data libgmp10 libgnutls30 libgomp1 libgssapi-krb5-2
13:36:06 #6 8.814   libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
13:36:06 #6 8.814   libheimntlm0-heimdal libhogweed4 libhtml-form-perl libhtml-format-perl
13:36:06 #6 8.814   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:36:06 #6 8.814   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:36:06 #6 8.814   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu55
13:36:06 #6 8.814   libidn11 libio-html-perl libio-pty-perl libio-socket-inet6-perl
13:36:06 #6 8.814   libio-socket-ssl-perl libio-string-perl libipc-run-perl
13:36:06 #6 8.814   libipc-system-simple-perl libisc-export160 libisl15 libitm1 libk5crypto3
13:36:06 #6 8.814   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2
13:36:06 #6 8.815   liblist-moreutils-perl liblocale-gettext-perl liblsan0
13:36:06 #6 8.815   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic1
13:36:06 #6 8.815   libmail-sendmail-perl libmailtools-perl libmnl0 libmpc3 libmpdec2 libmpfr4
13:36:06 #6 8.815   libmpx0 libnet-dns-perl libnet-domain-tld-perl libnet-http-perl
13:36:06 #6 8.815   libnet-ip-perl libnet-smtp-ssl-perl libnet-ssleay-perl libnettle6
13:36:06 #6 8.815   libp11-kit0 libparse-debianchangelog-perl libperl5.22 libperlio-gzip-perl
13:36:06 #6 8.815   libpipeline1 libpopt0 libpython-stdlib libpython2.7-minimal
13:36:06 #6 8.815   libpython2.7-stdlib libpython3-stdlib libpython3.5-minimal
13:36:06 #6 8.815   libpython3.5-stdlib libquadmath0 libroken18-heimdal librtmp1 libsasl2-2
13:36:06 #6 8.815   libsasl2-modules libsasl2-modules-db libsocket6-perl libsqlite3-0
13:36:06 #6 8.815   libssl1.0.0 libstdc++-5-dev libsub-name-perl libsys-hostname-long-perl
13:36:06 #6 8.815   libtasn1-6 libtext-levenshtein-perl libtimedate-perl libtsan0 libubsan0
13:36:06 #6 8.815   libunistring0 liburi-perl libwind0-heimdal libwww-perl
13:36:06 #6 8.815   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
13:36:06 #6 8.815   libxext6 libxml2 libxmuu1 libxtables11 libyaml-libyaml-perl lintian
13:36:06 #6 8.815   linux-libc-dev lsb-release make man-db manpages manpages-dev mime-support
13:36:06 #6 8.815   netbase openssh-client openssl patch patchutils perl perl-modules-5.22
13:36:06 #6 8.815   po-debconf python python-apt-common python-minimal python2.7
13:36:06 #6 8.815   python2.7-minimal python3 python3-apt python3-chardet python3-debian
13:36:06 #6 8.815   python3-magic python3-minimal python3-pkg-resources python3-six python3.5
13:36:06 #6 8.815   python3.5-minimal rename rsync sgml-base shared-mime-info strace t1utils
13:36:06 #6 8.815   unzip wdiff xauth xdg-user-dirs xml-core xz-utils
13:36:12 #6 13.33 0 upgraded, 234 newly installed, 0 to remove and 2 not upgraded.
13:36:12 #6 13.33 Need to get 91.0 MB of archives.
13:36:12 #6 13.33 After this operation, 383 MB of additional disk space will be used.
13:36:12 #6 13.33 Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libatm1 amd64 1:2.5.1-1.5 [24.2 kB]
13:36:12 #6 13.48 Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblocale-gettext-perl amd64 1.07-1build1 [17.1 kB]
13:36:12 #6 13.51 Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmnl0 amd64 1.0.3-5 [12.0 kB]
13:36:12 #6 13.53 Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpopt0 amd64 1.16-10 [26.0 kB]
13:36:12 #6 13.58 Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl1.0.0 amd64 1.0.2g-1ubuntu4.16 [1084 kB]
13:36:12 #6 13.88 Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython3.5-minimal amd64 3.5.2-2ubuntu0~16.04.11 [525 kB]
13:36:12 #6 13.92 Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libexpat1 amd64 2.1.0-7ubuntu0.16.04.5 [71.5 kB]
13:36:12 #6 13.92 Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3.5-minimal amd64 3.5.2-2ubuntu0~16.04.11 [1597 kB]
13:36:12 #6 14.00 Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-minimal amd64 3.5.1-3 [23.3 kB]
13:36:12 #6 14.00 Get:10 http://archive.ubuntu.com/ubuntu xenial/main amd64 mime-support all 3.59ubuntu1 [31.0 kB]
13:36:12 #6 14.00 Get:11 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmpdec2 amd64 2.4.2-1 [82.6 kB]
13:36:12 #6 14.00 Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsqlite3-0 amd64 3.11.0-1ubuntu1.5 [398 kB]
13:36:12 #6 14.02 Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython3.5-stdlib amd64 3.5.2-2ubuntu0~16.04.11 [2132 kB]
13:36:12 #6 14.12 Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3.5 amd64 3.5.2-2ubuntu0~16.04.11 [165 kB]
13:36:12 #6 14.13 Get:15 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpython3-stdlib amd64 3.5.1-3 [6818 B]
13:36:12 #6 14.13 Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 dh-python all 2.20151103ubuntu1.2 [73.9 kB]
13:36:12 #6 14.13 Get:17 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3 amd64 3.5.1-3 [8710 B]
13:36:12 #6 14.13 Get:18 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgdbm3 amd64 1.8.3-13.1 [16.9 kB]
13:36:12 #6 14.13 Get:19 http://archive.ubuntu.com/ubuntu xenial/main amd64 libffi6 amd64 3.2.1-4 [17.8 kB]
13:36:12 #6 14.13 Get:20 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-0 amd64 2.48.2-0ubuntu4.6 [1120 kB]
13:36:12 #6 14.19 Get:21 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B]
13:36:12 #6 14.19 Get:22 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxdmcp6 amd64 1:1.1.2-1.1 [11.0 kB]
13:36:12 #6 14.25 Get:23 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb1 amd64 1.11.1-1ubuntu1 [40.0 kB]
13:36:12 #6 14.25 Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-data all 2:1.6.3-1ubuntu2.1 [113 kB]
13:36:12 #6 14.25 Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-6 amd64 2:1.6.3-1ubuntu2.1 [570 kB]
13:36:12 #6 14.26 Get:26 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB]
13:36:12 #6 14.26 Get:27 http://archive.ubuntu.com/ubuntu xenial/main amd64 groff-base amd64 1.22.3-7 [1151 kB]
13:36:12 #6 14.32 Get:28 http://archive.ubuntu.com/ubuntu xenial/main amd64 bsdmainutils amd64 9.0.6ubuntu3 [174 kB]
13:36:12 #6 14.33 Get:29 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpipeline1 amd64 1.4.1-2 [24.6 kB]
13:36:12 #6 14.33 Get:30 http://archive.ubuntu.com/ubuntu xenial/main amd64 man-db amd64 2.7.5-1 [854 kB]
13:36:12 #6 14.34 Get:31 http://archive.ubuntu.com/ubuntu xenial/main amd64 sgml-base all 1.26+nmu4ubuntu1 [12.5 kB]
13:36:12 #6 14.34 Get:32 http://archive.ubuntu.com/ubuntu xenial/main amd64 libunistring0 amd64 0.9.3-5.2ubuntu1 [279 kB]
13:36:12 #6 14.39 Get:33 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 perl-modules-5.22 all 5.22.1-9ubuntu0.6 [2629 kB]
13:36:12 #6 14.52 Get:34 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libperl5.22 amd64 5.22.1-9ubuntu0.6 [3405 kB]
13:36:13 #6 14.70 Get:35 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 perl amd64 5.22.1-9ubuntu0.6 [237 kB]
13:36:13 #6 14.70 Get:36 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-minimal amd64 2.7.12-1ubuntu0~16.04.12 [338 kB]
13:36:13 #6 14.71 Get:37 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-minimal amd64 2.7.12-1ubuntu0~16.04.12 [1258 kB]
13:36:13 #6 14.76 Get:38 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-minimal amd64 2.7.12-1~16.04 [28.1 kB]
13:36:13 #6 14.77 Get:39 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-stdlib amd64 2.7.12-1ubuntu0~16.04.12 [1883 kB]
13:36:13 #6 14.86 Get:40 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7 amd64 2.7.12-1ubuntu0~16.04.12 [224 kB]
13:36:13 #6 14.86 Get:41 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-stdlib amd64 2.7.12-1~16.04 [7768 B]
13:36:13 #6 14.87 Get:42 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python amd64 2.7.12-1~16.04 [137 kB]
13:36:13 #6 14.87 Get:43 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgmp10 amd64 2:6.1.0+dfsg-2 [240 kB]
13:36:13 #6 14.88 Get:44 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmpfr4 amd64 3.1.4-1 [191 kB]
13:36:13 #6 14.89 Get:45 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmpc3 amd64 1.0.3-1 [39.7 kB]
13:36:13 #6 14.89 Get:46 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 bzip2 amd64 1.0.6-8ubuntu0.2 [32.5 kB]
13:36:13 #6 14.89 Get:47 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 distro-info-data all 0.28ubuntu0.14 [4674 B]
13:36:13 #6 14.90 Get:48 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagic1 amd64 1:5.25-2ubuntu1.4 [216 kB]
13:36:13 #6 14.93 Get:49 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 file amd64 1:5.25-2ubuntu1.4 [21.2 kB]
13:36:13 #6 14.98 Get:50 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 iproute2 amd64 4.3.0-1ubuntu3.16.04.5 [523 kB]
13:36:13 #6 15.00 Get:51 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 ifupdown amd64 0.8.10ubuntu1.4 [54.9 kB]
13:36:13 #6 15.00 Get:52 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libisc-export160 amd64 1:9.10.3.dfsg.P4-8ubuntu1.16 [154 kB]
13:36:13 #6 15.01 Get:53 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdns-export162 amd64 1:9.10.3.dfsg.P4-8ubuntu1.16 [665 kB]
13:36:13 #6 15.03 Get:54 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 isc-dhcp-client amd64 4.3.3-5ubuntu12.10 [224 kB]
13:36:13 #6 15.06 Get:55 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 isc-dhcp-common amd64 4.3.3-5ubuntu12.10 [105 kB]
13:36:13 #6 15.06 Get:56 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 less amd64 481-2.1ubuntu0.2 [110 kB]
13:36:13 #6 15.06 Get:57 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapt-inst2.0 amd64 1.2.32ubuntu0.1 [54.5 kB]
13:36:13 #6 15.06 Get:58 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libbsd0 amd64 0.8.2-1ubuntu0.1 [42.0 kB]
13:36:13 #6 15.08 Get:59 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnettle6 amd64 3.2-1ubuntu0.16.04.1 [93.5 kB]
13:36:13 #6 15.08 Get:60 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libhogweed4 amd64 3.2-1ubuntu0.16.04.1 [136 kB]
13:36:13 #6 15.09 Get:61 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libidn11 amd64 1.32-3ubuntu1.2 [46.5 kB]
13:36:13 #6 15.15 Get:62 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libp11-kit0 amd64 0.23.2-5~ubuntu16.04.1 [105 kB]
13:36:13 #6 15.16 Get:63 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-6 amd64 4.7-3ubuntu0.16.04.3 [43.5 kB]
13:36:13 #6 15.16 Get:64 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutls30 amd64 3.4.10-4ubuntu1.8 [548 kB]
13:36:13 #6 15.17 Get:65 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxtables11 amd64 1.6.0-2ubuntu3 [27.2 kB]
13:36:13 #6 15.17 Get:66 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 lsb-release all 9.20160110ubuntu0.2 [11.8 kB]
13:36:13 #6 15.17 Get:67 http://archive.ubuntu.com/ubuntu xenial/main amd64 netbase all 5.3 [12.9 kB]
13:36:13 #6 15.17 Get:68 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssl amd64 1.0.2g-1ubuntu4.16 [492 kB]
13:36:13 #6 15.23 Get:69 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 ca-certificates all 20190110~16.04.1 [146 kB]
13:36:13 #6 15.23 Get:70 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasprintf0v5 amd64 0.19.7-2ubuntu3.1 [6568 B]
13:36:13 #6 15.23 Get:71 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 gettext-base amd64 0.19.7-2ubuntu3.1 [48.0 kB]
13:36:13 #6 15.30 Get:72 http://archive.ubuntu.com/ubuntu xenial/main amd64 iso-codes all 3.65-1 [2268 kB]
13:36:13 #6 15.39 Get:73 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 krb5-locales all 1.13.2+dfsg-5ubuntu2.1 [13.6 kB]
13:36:13 #6 15.39 Get:74 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libroken18-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [41.4 kB]
13:36:13 #6 15.39 Get:75 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasn1-8-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [174 kB]
13:36:13 #6 15.39 Get:76 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkrb5support0 amd64 1.13.2+dfsg-5ubuntu2.1 [31.2 kB]
13:36:13 #6 15.40 Get:77 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libk5crypto3 amd64 1.13.2+dfsg-5ubuntu2.1 [81.3 kB]
13:36:13 #6 15.40 Get:78 http://archive.ubuntu.com/ubuntu xenial/main amd64 libkeyutils1 amd64 1.5.9-8ubuntu1 [9904 B]
13:36:13 #6 15.40 Get:79 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkrb5-3 amd64 1.13.2+dfsg-5ubuntu2.1 [273 kB]
13:36:13 #6 15.40 Get:80 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgssapi-krb5-2 amd64 1.13.2+dfsg-5ubuntu2.1 [120 kB]
13:36:13 #6 15.41 Get:81 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libhcrypto4-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [85.0 kB]
13:36:13 #6 15.46 Get:82 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libheimbase1-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [29.3 kB]
13:36:13 #6 15.46 Get:83 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwind0-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [47.8 kB]
13:36:13 #6 15.49 Get:84 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libhx509-5-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [107 kB]
13:36:13 #6 15.49 Get:85 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkrb5-26-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [202 kB]
13:36:13 #6 15.49 Get:86 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libheimntlm0-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [15.1 kB]
13:36:13 #6 15.49 Get:87 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgssapi3-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [96.1 kB]
13:36:13 #6 15.50 Get:88 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsasl2-modules-db amd64 2.1.26.dfsg1-14ubuntu0.2 [14.5 kB]
13:36:13 #6 15.50 Get:89 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsasl2-2 amd64 2.1.26.dfsg1-14ubuntu0.2 [48.7 kB]
13:36:13 #6 15.50 Get:90 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libldap-2.4-2 amd64 2.4.42+dfsg-2ubuntu3.9 [159 kB]
13:36:13 #6 15.54 Get:91 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d-1ubuntu0.1 [54.4 kB]
13:36:13 #6 15.61 Get:92 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3-gnutls amd64 7.47.0-1ubuntu2.15 [184 kB]
13:36:13 #6 15.62 Get:93 http://archive.ubuntu.com/ubuntu xenial/main amd64 libedit2 amd64 3.1-20150325-1ubuntu2 [76.5 kB]
13:36:13 #6 15.62 Get:94 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-data all 2.48.2-0ubuntu4.6 [131 kB]
13:36:13 #6 15.62 Get:95 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libicu55 amd64 55.1-7ubuntu0.5 [7650 kB]
13:36:14 #6 16.09 Get:96 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsasl2-modules amd64 2.1.26.dfsg1-14ubuntu0.2 [47.7 kB]
13:36:14 #6 16.09 Get:97 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml2 amd64 2.9.3+dfsg1-1ubuntu0.7 [698 kB]
13:36:14 #6 16.10 Get:98 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B]
13:36:14 #6 16.10 Get:99 http://archive.ubuntu.com/ubuntu xenial/main amd64 manpages all 4.04-2 [1087 kB]
13:36:14 #6 16.11 Get:100 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssh-client amd64 1:7.2p2-4ubuntu2.10 [590 kB]
13:36:14 #6 16.11 Get:101 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-apt-common all 1.1.0~beta1ubuntu0.16.04.9 [16.8 kB]
13:36:14 #6 16.26 Get:102 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-apt amd64 1.1.0~beta1ubuntu0.16.04.9 [145 kB]
13:36:14 #6 16.58 Get:103 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 rsync amd64 3.1.1-3ubuntu1.3 [329 kB]
13:36:14 #6 16.71 Get:104 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 shared-mime-info amd64 1.5-2ubuntu0.2 [405 kB]
13:36:14 #6 16.78 Get:105 http://archive.ubuntu.com/ubuntu xenial/main amd64 strace amd64 4.11-1ubuntu3 [179 kB]
13:36:14 #6 16.81 Get:106 http://archive.ubuntu.com/ubuntu xenial/main amd64 xauth amd64 1:1.0.9-1ubuntu2 [22.7 kB]
13:36:15 #6 16.81 Get:107 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 xdg-user-dirs amd64 0.15-2ubuntu6.16.04.1 [61.8 kB]
13:36:15 #6 16.81 Get:108 http://archive.ubuntu.com/ubuntu xenial/main amd64 xml-core all 0.13+nmu2 [23.3 kB]
13:36:15 #6 16.81 Get:109 http://archive.ubuntu.com/ubuntu xenial/main amd64 at amd64 3.1.18-2ubuntu1 [37.8 kB]
13:36:15 #6 16.82 Get:110 http://archive.ubuntu.com/ubuntu xenial/main amd64 autotools-dev all 20150820.1 [39.8 kB]
13:36:15 #6 16.82 Get:111 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 binutils amd64 2.26.1-1ubuntu1~16.04.8 [2312 kB]
13:36:15 #6 16.95 Get:112 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc-dev-bin amd64 2.23-0ubuntu11.2 [68.8 kB]
13:36:15 #6 16.95 Get:113 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-libc-dev amd64 4.4.0-187.217 [856 kB]
13:36:15 #6 16.98 Get:114 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dev amd64 2.23-0ubuntu11.2 [2083 kB]
13:36:15 #6 17.08 Get:115 http://archive.ubuntu.com/ubuntu xenial/main amd64 libisl15 amd64 0.16.1-1 [524 kB]
13:36:15 #6 17.11 Get:116 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cpp-5 amd64 5.4.0-6ubuntu1~16.04.12 [7783 kB]
13:36:15 #6 17.55 Get:117 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpp amd64 4:5.3.1-1ubuntu1 [27.7 kB]
13:36:15 #6 17.57 Get:118 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcc1-0 amd64 5.4.0-6ubuntu1~16.04.12 [38.8 kB]
13:36:15 #6 17.57 Get:119 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgomp1 amd64 5.4.0-6ubuntu1~16.04.12 [55.2 kB]
13:36:15 #6 17.57 Get:120 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libitm1 amd64 5.4.0-6ubuntu1~16.04.12 [27.4 kB]
13:36:15 #6 17.57 Get:121 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libatomic1 amd64 5.4.0-6ubuntu1~16.04.12 [8892 B]
13:36:15 #6 17.57 Get:122 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasan2 amd64 5.4.0-6ubuntu1~16.04.12 [265 kB]
13:36:15 #6 17.57 Get:123 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblsan0 amd64 5.4.0-6ubuntu1~16.04.12 [105 kB]
13:36:15 #6 17.57 Get:124 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtsan0 amd64 5.4.0-6ubuntu1~16.04.12 [244 kB]
13:36:15 #6 17.57 Get:125 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libubsan0 amd64 5.4.0-6ubuntu1~16.04.12 [95.3 kB]
13:36:15 #6 17.64 Get:126 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcilkrts5 amd64 5.4.0-6ubuntu1~16.04.12 [40.0 kB]
13:36:15 #6 17.65 Get:127 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmpx0 amd64 5.4.0-6ubuntu1~16.04.12 [9762 B]
13:36:15 #6 17.65 Get:128 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libquadmath0 amd64 5.4.0-6ubuntu1~16.04.12 [131 kB]
13:36:15 #6 17.65 Get:129 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcc-5-dev amd64 5.4.0-6ubuntu1~16.04.12 [2239 kB]
13:36:15 #6 17.76 Get:130 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 gcc-5 amd64 5.4.0-6ubuntu1~16.04.12 [8612 kB]
13:36:16 #6 18.21 Get:131 http://archive.ubuntu.com/ubuntu xenial/main amd64 gcc amd64 4:5.3.1-1ubuntu1 [5244 B]
13:36:16 #6 18.21 Get:132 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libstdc++-5-dev amd64 5.4.0-6ubuntu1~16.04.12 [1428 kB]
13:36:16 #6 18.22 Get:133 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 g++-5 amd64 5.4.0-6ubuntu1~16.04.12 [8430 kB]
13:36:16 #6 18.68 Get:134 http://archive.ubuntu.com/ubuntu xenial/main amd64 g++ amd64 4:5.3.1-1ubuntu1 [1504 B]
13:36:16 #6 18.68 Get:135 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB]
13:36:16 #6 18.69 Get:136 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdpkg-perl all 1.18.4ubuntu1.6 [195 kB]
13:36:16 #6 18.69 Get:137 http://archive.ubuntu.com/ubuntu xenial/main amd64 xz-utils amd64 5.1.1alpha+20120614-2ubuntu2 [78.8 kB]
13:36:16 #6 18.69 Get:138 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 patch amd64 2.7.5-1ubuntu0.16.04.2 [90.8 kB]
13:36:16 #6 18.69 Get:139 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 dpkg-dev all 1.18.4ubuntu1.6 [584 kB]
13:36:16 #6 18.70 Get:140 http://archive.ubuntu.com/ubuntu xenial/main amd64 build-essential amd64 12.1ubuntu2 [4758 B]
13:36:16 #6 18.70 Get:141 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 curl amd64 7.47.0-1ubuntu2.15 [139 kB]
13:36:16 #6 18.70 Get:142 http://archive.ubuntu.com/ubuntu xenial/main amd64 dctrl-tools amd64 2.24-2 [59.1 kB]
13:36:16 #6 18.76 Get:143 http://archive.ubuntu.com/ubuntu xenial/main amd64 libcroco3 amd64 0.6.11-1 [81.6 kB]
13:36:16 #6 18.77 Get:144 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 gettext amd64 0.19.7-2ubuntu3.1 [1082 kB]
13:36:16 #6 18.79 Get:145 http://archive.ubuntu.com/ubuntu xenial/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB]
13:36:16 #6 18.79 Get:146 http://archive.ubuntu.com/ubuntu xenial/main amd64 po-debconf all 1.0.19 [234 kB]
13:36:16 #6 18.80 Get:147 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive-zip-perl all 1.56-2ubuntu0.1 [84.7 kB]
13:36:16 #6 18.80 Get:148 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfile-stripnondeterminism-perl all 0.015-1 [10.3 kB]
13:36:16 #6 18.80 Get:149 http://archive.ubuntu.com/ubuntu xenial/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB]
13:36:16 #6 18.80 Get:150 http://archive.ubuntu.com/ubuntu xenial/main amd64 dh-strip-nondeterminism all 0.015-1 [4864 B]
13:36:16 #6 18.83 Get:151 http://archive.ubuntu.com/ubuntu xenial/main amd64 debhelper all 9.20160115ubuntu3 [739 kB]
13:36:16 #6 18.86 Get:152 http://archive.ubuntu.com/ubuntu xenial/main amd64 devscripts amd64 2.16.2ubuntu3 [848 kB]
13:36:16 #6 18.90 Get:153 http://archive.ubuntu.com/ubuntu xenial/main amd64 diffstat amd64 1.61-1 [23.6 kB]
13:36:16 #6 18.90 Get:154 http://archive.ubuntu.com/ubuntu xenial/main amd64 dput all 0.9.6.4ubuntu3 [33.1 kB]
13:36:16 #6 18.90 Get:155 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfakeroot amd64 1.20.2-1ubuntu1 [25.5 kB]
13:36:16 #6 18.92 Get:156 http://archive.ubuntu.com/ubuntu xenial/main amd64 fakeroot amd64 1.20.2-1ubuntu1 [61.8 kB]
13:36:16 #6 18.92 Get:157 http://archive.ubuntu.com/ubuntu xenial/main amd64 liberror-perl all 0.17-1.2 [19.6 kB]
13:36:16 #6 18.92 Get:158 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 git-man all 1:2.7.4-0ubuntu1.9 [736 kB]
13:36:16 #6 18.94 Get:159 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 git amd64 1:2.7.4-0ubuntu1.9 [3176 kB]
13:36:17 #6 19.11 Get:160 http://archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
13:36:17 #6 19.11 Get:161 http://archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4build1 [11.0 kB]
13:36:17 #6 19.11 Get:162 http://archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
13:36:17 #6 19.11 Get:163 http://archive.ubuntu.com/ubuntu xenial/main amd64 libapt-pkg-perl amd64 0.1.29build7 [65.3 kB]
13:36:17 #6 19.11 Get:164 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasprintf-dev amd64 0.19.7-2ubuntu3.1 [4778 B]
13:36:17 #6 19.11 Get:165 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tagset-perl all 3.20-2 [13.5 kB]
13:36:17 #6 19.11 Get:166 http://archive.ubuntu.com/ubuntu xenial/main amd64 liburi-perl all 1.71-1 [76.9 kB]
13:36:17 #6 19.11 Get:167 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-parser-perl amd64 3.72-1 [86.1 kB]
13:36:17 #6 19.11 Get:168 http://archive.ubuntu.com/ubuntu xenial/main amd64 libcgi-pm-perl all 4.26-1 [185 kB]
13:36:17 #6 19.18 Get:169 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfcgi-perl amd64 0.77-1build1 [32.3 kB]
13:36:17 #6 19.19 Get:170 http://archive.ubuntu.com/ubuntu xenial/main amd64 libcgi-fast-perl all 1:2.10-1 [10.2 kB]
13:36:17 #6 19.19 Get:171 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsub-name-perl amd64 0.14-1build1 [10.8 kB]
13:36:17 #6 19.19 Get:172 http://archive.ubuntu.com/ubuntu xenial/main amd64 libclass-accessor-perl all 0.34-1 [26.0 kB]
13:36:17 #6 19.19 Get:173 http://archive.ubuntu.com/ubuntu xenial/main amd64 libclone-perl amd64 0.38-1build1 [10.3 kB]
13:36:17 #6 19.19 Get:174 http://archive.ubuntu.com/ubuntu xenial/main amd64 libdata-alias-perl amd64 1.20-1build1 [33.9 kB]
13:36:17 #6 19.19 Get:175 http://archive.ubuntu.com/ubuntu xenial/main amd64 libdigest-hmac-perl all 1.03+dfsg-1 [12.1 kB]
13:36:17 #6 19.19 Get:176 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdistro-info-perl all 0.14ubuntu0.1 [4690 B]
13:36:17 #6 19.19 Get:177 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-ssleay-perl amd64 1.72-1build1 [259 kB]
13:36:17 #6 19.25 Get:178 http://archive.ubuntu.com/ubuntu xenial/main amd64 libio-socket-ssl-perl all 2.024-1 [159 kB]
13:36:17 #6 19.27 Get:179 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-smtp-ssl-perl all 1.03-1 [6288 B]
13:36:17 #6 19.27 Get:180 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmailtools-perl all 2.13-1 [82.6 kB]
13:36:17 #6 19.27 Get:181 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsocket6-perl amd64 0.25-1build2 [22.8 kB]
13:36:17 #6 19.27 Get:182 http://archive.ubuntu.com/ubuntu xenial/main amd64 libio-socket-inet6-perl all 2.72-2 [13.8 kB]
13:36:17 #6 19.28 Get:183 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-ip-perl all 1.26-1 [31.5 kB]
13:36:17 #6 19.28 Get:184 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-dns-perl amd64 0.81-2build1 [266 kB]
13:36:17 #6 19.28 Get:185 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-domain-tld-perl all 1.73-1 [21.4 kB]
13:36:17 #6 19.28 Get:186 http://archive.ubuntu.com/ubuntu xenial/main amd64 libemail-valid-perl all 1.198-1 [16.5 kB]
13:36:17 #6 19.33 Get:187 http://archive.ubuntu.com/ubuntu xenial/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
13:36:17 #6 19.35 Get:188 http://archive.ubuntu.com/ubuntu xenial/main amd64 libexporter-tiny-perl all 0.042-1 [28.8 kB]
13:36:17 #6 19.36 Get:189 http://archive.ubuntu.com/ubuntu xenial/main amd64 libipc-system-simple-perl all 1.25-3 [22.8 kB]
13:36:17 #6 19.36 Get:190 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfile-basedir-perl all 0.07-1 [16.9 kB]
13:36:17 #6 19.36 Get:191 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfile-fcntllock-perl amd64 0.22-3 [32.0 kB]
13:36:17 #6 19.36 Get:192 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB]
13:36:17 #6 19.36 Get:193 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
13:36:17 #6 19.36 Get:194 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfont-afm-perl all 1.20-1 [14.3 kB]
13:36:17 #6 19.36 Get:195 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgettextpo0 amd64 0.19.7-2ubuntu3.1 [125 kB]
13:36:17 #6 19.40 Get:196 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgettextpo-dev amd64 0.19.7-2ubuntu3.1 [141 kB]
13:36:17 #6 19.43 Get:197 http://archive.ubuntu.com/ubuntu xenial/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
13:36:17 #6 19.43 Get:198 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB]
13:36:17 #6 19.44 Get:199 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-message-perl all 6.11-1 [74.3 kB]
13:36:17 #6 19.44 Get:200 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-form-perl all 6.03-1 [23.5 kB]
13:36:17 #6 19.44 Get:201 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tree-perl all 5.03-2 [197 kB]
13:36:17 #6 19.44 Get:202 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-format-perl all 2.11-2 [41.3 kB]
13:36:17 #6 19.59 Get:203 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-cookies-perl all 6.01-1 [17.2 kB]
13:36:17 #6 19.73 Get:204 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-daemon-perl all 6.01-1 [17.0 kB]
13:36:17 #6 19.76 Get:205 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-negotiate-perl all 6.00-2 [13.4 kB]
13:36:18 #6 19.78 Get:206 http://archive.ubuntu.com/ubuntu xenial/main amd64 libio-pty-perl amd64 1:1.08-1.1build1 [30.2 kB]
13:36:18 #6 19.84 Get:207 http://archive.ubuntu.com/ubuntu xenial/main amd64 libio-string-perl all 1.08-3 [11.1 kB]
13:36:18 #6 19.85 Get:208 http://archive.ubuntu.com/ubuntu xenial/main amd64 libipc-run-perl all 0.94-1 [92.2 kB]
13:36:18 #6 19.92 Get:209 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblist-moreutils-perl amd64 0.413-1build1 [67.0 kB]
13:36:18 #6 19.96 Get:210 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-http-perl all 6.09-1 [24.0 kB]
13:36:18 #6 19.97 Get:211 http://archive.ubuntu.com/ubuntu xenial/main amd64 libwww-robotrules-perl all 6.01-1 [14.1 kB]
13:36:18 #6 19.98 Get:212 http://archive.ubuntu.com/ubuntu xenial/main amd64 libwww-perl all 6.15-1 [146 kB]
13:36:18 #6 20.02 Get:213 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-protocol-https-perl all 6.06-2 [8682 B]
13:36:18 #6 20.02 Get:214 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
13:36:18 #6 20.03 Get:215 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmail-sendmail-perl all 0.79.16-1 [26.5 kB]
13:36:18 #6 20.03 Get:216 http://archive.ubuntu.com/ubuntu xenial/main amd64 libparse-debianchangelog-perl all 1.2.0-8 [50.4 kB]
13:36:18 #6 20.04 Get:217 http://archive.ubuntu.com/ubuntu xenial/main amd64 libperlio-gzip-perl amd64 0.19-1build1 [14.2 kB]
13:36:18 #6 20.04 Get:218 http://archive.ubuntu.com/ubuntu xenial/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B]
13:36:18 #6 20.10 Get:219 http://archive.ubuntu.com/ubuntu xenial/main amd64 libyaml-libyaml-perl amd64 0.41-6build1 [61.2 kB]
13:36:18 #6 20.11 Get:220 http://archive.ubuntu.com/ubuntu xenial/main amd64 hardening-includes all 2.7ubuntu2 [13.6 kB]
13:36:18 #6 20.11 Get:221 http://archive.ubuntu.com/ubuntu xenial/main amd64 patchutils amd64 0.3.4-1 [70.1 kB]
13:36:18 #6 20.12 Get:222 http://archive.ubuntu.com/ubuntu xenial/main amd64 t1utils amd64 1.39-2 [53.4 kB]
13:36:18 #6 20.12 Get:223 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 lintian all 2.5.43ubuntu0.1 [626 kB]
13:36:18 #6 20.19 Get:224 http://archive.ubuntu.com/ubuntu xenial/main amd64 manpages-dev all 4.04-2 [2048 kB]
13:36:18 #6 20.30 Get:225 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-pkg-resources all 20.7.0-1 [79.0 kB]
13:36:18 #6 20.30 Get:226 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-chardet all 2.3.0-2 [96.2 kB]
13:36:18 #6 20.31 Get:227 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-six all 1.10.0-3 [11.0 kB]
13:36:18 #6 20.31 Get:228 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-debian all 0.1.27ubuntu2 [43.6 kB]
13:36:18 #6 20.31 Get:229 http://archive.ubuntu.com/ubuntu xenial/main amd64 rename all 0.20-4 [12.0 kB]
13:36:18 #6 20.31 Get:230 http://archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB]
13:36:18 #6 20.32 Get:231 http://archive.ubuntu.com/ubuntu xenial/main amd64 wdiff amd64 1.2.2-1build1 [28.8 kB]
13:36:18 #6 20.32 Get:232 http://archive.ubuntu.com/ubuntu xenial/universe amd64 equivs all 2.0.9+nmu1 [17.7 kB]
13:36:18 #6 20.32 Get:233 http://archive.ubuntu.com/ubuntu xenial/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
13:36:18 #6 20.39 Get:234 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-magic all 1:5.25-2ubuntu1.4 [5440 B]
13:36:18 #6 20.48 debconf: delaying package configuration, since apt-utils is not installed
13:36:18 #6 20.50 Fetched 91.0 MB in 11s (8047 kB/s)
13:36:18 #6 20.54 Selecting previously unselected package libatm1:amd64.
13:36:18 #6 20.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 ... 4781 files and directories currently installed.)
13:36:18 #6 20.54 Preparing to unpack .../libatm1_1%3a2.5.1-1.5_amd64.deb ...
13:36:18 #6 20.55 Unpacking libatm1:amd64 (1:2.5.1-1.5) ...
13:36:18 #6 20.57 Selecting previously unselected package liblocale-gettext-perl.
13:36:18 #6 20.57 Preparing to unpack .../liblocale-gettext-perl_1.07-1build1_amd64.deb ...
13:36:18 #6 20.57 Unpacking liblocale-gettext-perl (1.07-1build1) ...
13:36:18 #6 20.60 Selecting previously unselected package libmnl0:amd64.
13:36:18 #6 20.60 Preparing to unpack .../libmnl0_1.0.3-5_amd64.deb ...
13:36:18 #6 20.60 Unpacking libmnl0:amd64 (1.0.3-5) ...
13:36:18 #6 20.62 Selecting previously unselected package libpopt0:amd64.
13:36:18 #6 20.62 Preparing to unpack .../libpopt0_1.16-10_amd64.deb ...
13:36:18 #6 20.63 Unpacking libpopt0:amd64 (1.16-10) ...
13:36:18 #6 20.66 Selecting previously unselected package libssl1.0.0:amd64.
13:36:18 #6 20.66 Preparing to unpack .../libssl1.0.0_1.0.2g-1ubuntu4.16_amd64.deb ...
13:36:18 #6 20.66 Unpacking libssl1.0.0:amd64 (1.0.2g-1ubuntu4.16) ...
13:36:19 #6 20.76 Selecting previously unselected package libpython3.5-minimal:amd64.
13:36:19 #6 20.76 Preparing to unpack .../libpython3.5-minimal_3.5.2-2ubuntu0~16.04.11_amd64.deb ...
13:36:19 #6 20.77 Unpacking libpython3.5-minimal:amd64 (3.5.2-2ubuntu0~16.04.11) ...
13:36:19 #6 20.84 Selecting previously unselected package libexpat1:amd64.
13:36:19 #6 20.84 Preparing to unpack .../libexpat1_2.1.0-7ubuntu0.16.04.5_amd64.deb ...
13:36:19 #6 20.84 Unpacking libexpat1:amd64 (2.1.0-7ubuntu0.16.04.5) ...
13:36:19 #6 20.87 Selecting previously unselected package python3.5-minimal.
13:36:19 #6 20.87 Preparing to unpack .../python3.5-minimal_3.5.2-2ubuntu0~16.04.11_amd64.deb ...
13:36:19 #6 20.88 Unpacking python3.5-minimal (3.5.2-2ubuntu0~16.04.11) ...
13:36:19 #6 21.04 Selecting previously unselected package python3-minimal.
13:36:19 #6 21.04 Preparing to unpack .../python3-minimal_3.5.1-3_amd64.deb ...
13:36:19 #6 21.04 Unpacking python3-minimal (3.5.1-3) ...
13:36:19 #6 21.06 Selecting previously unselected package mime-support.
13:36:19 #6 21.07 Preparing to unpack .../mime-support_3.59ubuntu1_all.deb ...
13:36:19 #6 21.07 Unpacking mime-support (3.59ubuntu1) ...
13:36:19 #6 21.10 Selecting previously unselected package libmpdec2:amd64.
13:36:19 #6 21.10 Preparing to unpack .../libmpdec2_2.4.2-1_amd64.deb ...
13:36:19 #6 21.10 Unpacking libmpdec2:amd64 (2.4.2-1) ...
13:36:19 #6 21.13 Selecting previously unselected package libsqlite3-0:amd64.
13:36:19 #6 21.13 Preparing to unpack .../libsqlite3-0_3.11.0-1ubuntu1.5_amd64.deb ...
13:36:19 #6 21.13 Unpacking libsqlite3-0:amd64 (3.11.0-1ubuntu1.5) ...
13:36:19 #6 21.18 Selecting previously unselected package libpython3.5-stdlib:amd64.
13:36:19 #6 21.18 Preparing to unpack .../libpython3.5-stdlib_3.5.2-2ubuntu0~16.04.11_amd64.deb ...
13:36:19 #6 21.18 Unpacking libpython3.5-stdlib:amd64 (3.5.2-2ubuntu0~16.04.11) ...
13:36:19 #6 21.38 Selecting previously unselected package python3.5.
13:36:19 #6 21.38 Preparing to unpack .../python3.5_3.5.2-2ubuntu0~16.04.11_amd64.deb ...
13:36:19 #6 21.39 Unpacking python3.5 (3.5.2-2ubuntu0~16.04.11) ...
13:36:19 #6 21.41 Selecting previously unselected package libpython3-stdlib:amd64.
13:36:19 #6 21.42 Preparing to unpack .../libpython3-stdlib_3.5.1-3_amd64.deb ...
13:36:19 #6 21.42 Unpacking libpython3-stdlib:amd64 (3.5.1-3) ...
13:36:19 #6 21.44 Selecting previously unselected package dh-python.
13:36:19 #6 21.44 Preparing to unpack .../dh-python_2.20151103ubuntu1.2_all.deb ...
13:36:19 #6 21.45 Unpacking dh-python (2.20151103ubuntu1.2) ...
13:36:19 #6 21.46 Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
13:36:19 #6 21.57 Setting up libssl1.0.0:amd64 (1.0.2g-1ubuntu4.16) ...
13:36:19 #6 21.67 Setting up libpython3.5-minimal:amd64 (3.5.2-2ubuntu0~16.04.11) ...
13:36:19 #6 21.68 Setting up libexpat1:amd64 (2.1.0-7ubuntu0.16.04.5) ...
13:36:19 #6 21.69 Setting up python3.5-minimal (3.5.2-2ubuntu0~16.04.11) ...
13:36:20 #6 22.12 Setting up python3-minimal (3.5.1-3) ...
13:36:20 #6 22.26 Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
13:36:20 #6 22.29 Selecting previously unselected package python3.
13:36:20 #6 22.29 (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 ... 5787 files and directories currently installed.)
13:36:20 #6 22.30 Preparing to unpack .../python3_3.5.1-3_amd64.deb ...
13:36:20 #6 22.30 Unpacking python3 (3.5.1-3) ...
13:36:20 #6 22.33 Selecting previously unselected package libgdbm3:amd64.
13:36:20 #6 22.33 Preparing to unpack .../libgdbm3_1.8.3-13.1_amd64.deb ...
13:36:20 #6 22.33 Unpacking libgdbm3:amd64 (1.8.3-13.1) ...
13:36:20 #6 22.36 Selecting previously unselected package libffi6:amd64.
13:36:20 #6 22.36 Preparing to unpack .../libffi6_3.2.1-4_amd64.deb ...
13:36:20 #6 22.36 Unpacking libffi6:amd64 (3.2.1-4) ...
13:36:20 #6 22.39 Selecting previously unselected package libglib2.0-0:amd64.
13:36:20 #6 22.39 Preparing to unpack .../libglib2.0-0_2.48.2-0ubuntu4.6_amd64.deb ...
13:36:20 #6 22.39 Unpacking libglib2.0-0:amd64 (2.48.2-0ubuntu4.6) ...
13:36:20 #6 22.51 Selecting previously unselected package libxau6:amd64.
13:36:20 #6 22.51 Preparing to unpack .../libxau6_1%3a1.0.8-1_amd64.deb ...
13:36:20 #6 22.51 Unpacking libxau6:amd64 (1:1.0.8-1) ...
13:36:20 #6 22.53 Selecting previously unselected package libxdmcp6:amd64.
13:36:20 #6 22.53 Preparing to unpack .../libxdmcp6_1%3a1.1.2-1.1_amd64.deb ...
13:36:20 #6 22.54 Unpacking libxdmcp6:amd64 (1:1.1.2-1.1) ...
13:36:20 #6 22.56 Selecting previously unselected package libxcb1:amd64.
13:36:20 #6 22.56 Preparing to unpack .../libxcb1_1.11.1-1ubuntu1_amd64.deb ...
13:36:20 #6 22.56 Unpacking libxcb1:amd64 (1.11.1-1ubuntu1) ...
13:36:20 #6 22.58 Selecting previously unselected package libx11-data.
13:36:20 #6 22.58 Preparing to unpack .../libx11-data_2%3a1.6.3-1ubuntu2.1_all.deb ...
13:36:20 #6 22.59 Unpacking libx11-data (2:1.6.3-1ubuntu2.1) ...
13:36:20 #6 22.63 Selecting previously unselected package libx11-6:amd64.
13:36:20 #6 22.63 Preparing to unpack .../libx11-6_2%3a1.6.3-1ubuntu2.1_amd64.deb ...
13:36:20 #6 22.64 Unpacking libx11-6:amd64 (2:1.6.3-1ubuntu2.1) ...
13:36:20 #6 22.71 Selecting previously unselected package libxext6:amd64.
13:36:20 #6 22.71 Preparing to unpack .../libxext6_2%3a1.3.3-1_amd64.deb ...
13:36:20 #6 22.71 Unpacking libxext6:amd64 (2:1.3.3-1) ...
13:36:20 #6 22.74 Selecting previously unselected package groff-base.
13:36:20 #6 22.74 Preparing to unpack .../groff-base_1.22.3-7_amd64.deb ...
13:36:20 #6 22.74 Unpacking groff-base (1.22.3-7) ...
13:36:20 #6 22.79 Selecting previously unselected package bsdmainutils.
13:36:20 #6 22.79 Preparing to unpack .../bsdmainutils_9.0.6ubuntu3_amd64.deb ...
13:36:20 #6 22.79 Unpacking bsdmainutils (9.0.6ubuntu3) ...
13:36:20 #6 22.83 Selecting previously unselected package libpipeline1:amd64.
13:36:20 #6 22.83 Preparing to unpack .../libpipeline1_1.4.1-2_amd64.deb ...
13:36:20 #6 22.84 Unpacking libpipeline1:amd64 (1.4.1-2) ...
13:36:21 #6 22.87 Selecting previously unselected package man-db.
13:36:21 #6 22.87 Preparing to unpack .../man-db_2.7.5-1_amd64.deb ...
13:36:21 #6 22.87 Unpacking man-db (2.7.5-1) ...
13:36:21 #6 22.96 Selecting previously unselected package sgml-base.
13:36:21 #6 22.96 Preparing to unpack .../sgml-base_1.26+nmu4ubuntu1_all.deb ...
13:36:21 #6 22.97 Unpacking sgml-base (1.26+nmu4ubuntu1) ...
13:36:21 #6 22.99 Selecting previously unselected package libunistring0:amd64.
13:36:21 #6 23.00 Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ...
13:36:21 #6 23.00 Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ...
13:36:21 #6 23.09 Selecting previously unselected package perl-modules-5.22.
13:36:21 #6 23.09 Preparing to unpack .../perl-modules-5.22_5.22.1-9ubuntu0.6_all.deb ...
13:36:21 #6 23.09 Unpacking perl-modules-5.22 (5.22.1-9ubuntu0.6) ...
13:36:21 #6 23.39 Selecting previously unselected package libperl5.22:amd64.
13:36:21 #6 23.39 Preparing to unpack .../libperl5.22_5.22.1-9ubuntu0.6_amd64.deb ...
13:36:21 #6 23.40 Unpacking libperl5.22:amd64 (5.22.1-9ubuntu0.6) ...
13:36:21 #6 23.75 Selecting previously unselected package perl.
13:36:21 #6 23.75 Preparing to unpack .../perl_5.22.1-9ubuntu0.6_amd64.deb ...
13:36:21 #6 23.75 Unpacking perl (5.22.1-9ubuntu0.6) ...
13:36:21 #6 23.79 Selecting previously unselected package libpython2.7-minimal:amd64.
13:36:22 #6 23.80 Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.12_amd64.deb ...
13:36:22 #6 23.80 Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.12) ...
13:36:22 #6 23.86 Selecting previously unselected package python2.7-minimal.
13:36:22 #6 23.86 Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0~16.04.12_amd64.deb ...
13:36:22 #6 23.87 Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.12) ...
13:36:22 #6 23.99 Selecting previously unselected package python-minimal.
13:36:22 #6 24.00 Preparing to unpack .../python-minimal_2.7.12-1~16.04_amd64.deb ...
13:36:22 #6 24.00 Unpacking python-minimal (2.7.12-1~16.04) ...
13:36:22 #6 24.02 Selecting previously unselected package libpython2.7-stdlib:amd64.
13:36:22 #6 24.02 Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.12_amd64.deb ...
13:36:22 #6 24.02 Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.12) ...
13:36:22 #6 24.20 Selecting previously unselected package python2.7.
13:36:22 #6 24.20 Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.12_amd64.deb ...
13:36:22 #6 24.21 Unpacking python2.7 (2.7.12-1ubuntu0~16.04.12) ...
13:36:22 #6 24.23 Selecting previously unselected package libpython-stdlib:amd64.
13:36:22 #6 24.23 Preparing to unpack .../libpython-stdlib_2.7.12-1~16.04_amd64.deb ...
13:36:22 #6 24.24 Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ...
13:36:22 #6 24.25 Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
13:36:22 #6 24.29 Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.12) ...
13:36:22 #6 24.30 Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.12) ...
13:36:22 #6 24.54 Setting up python-minimal (2.7.12-1~16.04) ...
13:36:22 #6 24.60 Selecting previously unselected package python.
13:36:22 #6 24.60 (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 ... 9167 files and directories currently installed.)
13:36:22 #6 24.60 Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ...
13:36:22 #6 24.61 Unpacking python (2.7.12-1~16.04) ...
13:36:22 #6 24.64 Selecting previously unselected package libgmp10:amd64.
13:36:22 #6 24.64 Preparing to unpack .../libgmp10_2%3a6.1.0+dfsg-2_amd64.deb ...
13:36:22 #6 24.65 Unpacking libgmp10:amd64 (2:6.1.0+dfsg-2) ...
13:36:22 #6 24.69 Selecting previously unselected package libmpfr4:amd64.
13:36:22 #6 24.69 Preparing to unpack .../libmpfr4_3.1.4-1_amd64.deb ...
13:36:22 #6 24.70 Unpacking libmpfr4:amd64 (3.1.4-1) ...
13:36:22 #6 24.73 Selecting previously unselected package libmpc3:amd64.
13:36:22 #6 24.73 Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ...
13:36:22 #6 24.74 Unpacking libmpc3:amd64 (1.0.3-1) ...
13:36:22 #6 24.76 Selecting previously unselected package bzip2.
13:36:22 #6 24.76 Preparing to unpack .../bzip2_1.0.6-8ubuntu0.2_amd64.deb ...
13:36:22 #6 24.76 Unpacking bzip2 (1.0.6-8ubuntu0.2) ...
13:36:22 #6 24.78 Selecting previously unselected package distro-info-data.
13:36:22 #6 24.78 Preparing to unpack .../distro-info-data_0.28ubuntu0.14_all.deb ...
13:36:22 #6 24.78 Unpacking distro-info-data (0.28ubuntu0.14) ...
13:36:22 #6 24.81 Selecting previously unselected package libmagic1:amd64.
13:36:22 #6 24.81 Preparing to unpack .../libmagic1_1%3a5.25-2ubuntu1.4_amd64.deb ...
13:36:22 #6 24.81 Unpacking libmagic1:amd64 (1:5.25-2ubuntu1.4) ...
13:36:22 #6 24.85 Selecting previously unselected package file.
13:36:23 #6 24.86 Preparing to unpack .../file_1%3a5.25-2ubuntu1.4_amd64.deb ...
13:36:23 #6 24.86 Unpacking file (1:5.25-2ubuntu1.4) ...
13:36:23 #6 24.88 Selecting previously unselected package iproute2.
13:36:23 #6 24.88 Preparing to unpack .../iproute2_4.3.0-1ubuntu3.16.04.5_amd64.deb ...
13:36:23 #6 24.88 Unpacking iproute2 (4.3.0-1ubuntu3.16.04.5) ...
13:36:23 #6 24.95 Selecting previously unselected package ifupdown.
13:36:23 #6 24.96 Preparing to unpack .../ifupdown_0.8.10ubuntu1.4_amd64.deb ...
13:36:23 #6 24.96 Unpacking ifupdown (0.8.10ubuntu1.4) ...
13:36:23 #6 25.00 Selecting previously unselected package libisc-export160.
13:36:23 #6 25.00 Preparing to unpack .../libisc-export160_1%3a9.10.3.dfsg.P4-8ubuntu1.16_amd64.deb ...
13:36:23 #6 25.00 Unpacking libisc-export160 (1:9.10.3.dfsg.P4-8ubuntu1.16) ...
13:36:23 #6 25.03 Selecting previously unselected package libdns-export162.
13:36:23 #6 25.04 Preparing to unpack .../libdns-export162_1%3a9.10.3.dfsg.P4-8ubuntu1.16_amd64.deb ...
13:36:23 #6 25.04 Unpacking libdns-export162 (1:9.10.3.dfsg.P4-8ubuntu1.16) ...
13:36:23 #6 25.12 Selecting previously unselected package isc-dhcp-client.
13:36:23 #6 25.12 Preparing to unpack .../isc-dhcp-client_4.3.3-5ubuntu12.10_amd64.deb ...
13:36:23 #6 25.12 Unpacking isc-dhcp-client (4.3.3-5ubuntu12.10) ...
13:36:23 #6 25.16 Selecting previously unselected package isc-dhcp-common.
13:36:23 #6 25.16 Preparing to unpack .../isc-dhcp-common_4.3.3-5ubuntu12.10_amd64.deb ...
13:36:23 #6 25.16 Unpacking isc-dhcp-common (4.3.3-5ubuntu12.10) ...
13:36:23 #6 25.19 Selecting previously unselected package less.
13:36:23 #6 25.19 Preparing to unpack .../less_481-2.1ubuntu0.2_amd64.deb ...
13:36:23 #6 25.20 Unpacking less (481-2.1ubuntu0.2) ...
13:36:23 #6 25.23 Selecting previously unselected package libapt-inst2.0:amd64.
13:36:23 #6 25.23 Preparing to unpack .../libapt-inst2.0_1.2.32ubuntu0.1_amd64.deb ...
13:36:23 #6 25.23 Unpacking libapt-inst2.0:amd64 (1.2.32ubuntu0.1) ...
13:36:23 #6 25.27 Selecting previously unselected package libbsd0:amd64.
13:36:23 #6 25.27 Preparing to unpack .../libbsd0_0.8.2-1ubuntu0.1_amd64.deb ...
13:36:23 #6 25.27 Unpacking libbsd0:amd64 (0.8.2-1ubuntu0.1) ...
13:36:23 #6 25.30 Selecting previously unselected package libnettle6:amd64.
13:36:23 #6 25.30 Preparing to unpack .../libnettle6_3.2-1ubuntu0.16.04.1_amd64.deb ...
13:36:23 #6 25.30 Unpacking libnettle6:amd64 (3.2-1ubuntu0.16.04.1) ...
13:36:23 #6 25.33 Selecting previously unselected package libhogweed4:amd64.
13:36:23 #6 25.33 Preparing to unpack .../libhogweed4_3.2-1ubuntu0.16.04.1_amd64.deb ...
13:36:23 #6 25.33 Unpacking libhogweed4:amd64 (3.2-1ubuntu0.16.04.1) ...
13:36:23 #6 25.37 Selecting previously unselected package libidn11:amd64.
13:36:23 #6 25.37 Preparing to unpack .../libidn11_1.32-3ubuntu1.2_amd64.deb ...
13:36:23 #6 25.37 Unpacking libidn11:amd64 (1.32-3ubuntu1.2) ...
13:36:23 #6 25.40 Selecting previously unselected package libp11-kit0:amd64.
13:36:23 #6 25.40 Preparing to unpack .../libp11-kit0_0.23.2-5~ubuntu16.04.1_amd64.deb ...
13:36:23 #6 25.40 Unpacking libp11-kit0:amd64 (0.23.2-5~ubuntu16.04.1) ...
13:36:23 #6 25.43 Selecting previously unselected package libtasn1-6:amd64.
13:36:23 #6 25.44 Preparing to unpack .../libtasn1-6_4.7-3ubuntu0.16.04.3_amd64.deb ...
13:36:23 #6 25.44 Unpacking libtasn1-6:amd64 (4.7-3ubuntu0.16.04.3) ...
13:36:23 #6 25.47 Selecting previously unselected package libgnutls30:amd64.
13:36:23 #6 25.47 Preparing to unpack .../libgnutls30_3.4.10-4ubuntu1.8_amd64.deb ...
13:36:23 #6 25.47 Unpacking libgnutls30:amd64 (3.4.10-4ubuntu1.8) ...
13:36:23 #6 25.54 Selecting previously unselected package libxtables11:amd64.
13:36:23 #6 25.54 Preparing to unpack .../libxtables11_1.6.0-2ubuntu3_amd64.deb ...
13:36:23 #6 25.54 Unpacking libxtables11:amd64 (1.6.0-2ubuntu3) ...
13:36:23 #6 25.58 Selecting previously unselected package lsb-release.
13:36:23 #6 25.58 Preparing to unpack .../lsb-release_9.20160110ubuntu0.2_all.deb ...
13:36:23 #6 25.59 Unpacking lsb-release (9.20160110ubuntu0.2) ...
13:36:23 #6 25.61 Selecting previously unselected package netbase.
13:36:23 #6 25.62 Preparing to unpack .../archives/netbase_5.3_all.deb ...
13:36:23 #6 25.62 Unpacking netbase (5.3) ...
13:36:23 #6 25.65 Selecting previously unselected package openssl.
13:36:23 #6 25.65 Preparing to unpack .../openssl_1.0.2g-1ubuntu4.16_amd64.deb ...
13:36:23 #6 25.65 Unpacking openssl (1.0.2g-1ubuntu4.16) ...
13:36:23 #6 25.72 Selecting previously unselected package ca-certificates.
13:36:23 #6 25.72 Preparing to unpack .../ca-certificates_20190110~16.04.1_all.deb ...
13:36:23 #6 25.73 Unpacking ca-certificates (20190110~16.04.1) ...
13:36:23 #6 25.77 Selecting previously unselected package libasprintf0v5:amd64.
13:36:23 #6 25.77 Preparing to unpack .../libasprintf0v5_0.19.7-2ubuntu3.1_amd64.deb ...
13:36:23 #6 25.77 Unpacking libasprintf0v5:amd64 (0.19.7-2ubuntu3.1) ...
13:36:23 #6 25.79 Selecting previously unselected package gettext-base.
13:36:23 #6 25.79 Preparing to unpack .../gettext-base_0.19.7-2ubuntu3.1_amd64.deb ...
13:36:23 #6 25.79 Unpacking gettext-base (0.19.7-2ubuntu3.1) ...
13:36:23 #6 25.82 Selecting previously unselected package iso-codes.
13:36:23 #6 25.82 Preparing to unpack .../iso-codes_3.65-1_all.deb ...
13:36:23 #6 25.82 Unpacking iso-codes (3.65-1) ...
13:36:24 #6 26.08 Selecting previously unselected package krb5-locales.
13:36:24 #6 26.08 Preparing to unpack .../krb5-locales_1.13.2+dfsg-5ubuntu2.1_all.deb ...
13:36:24 #6 26.09 Unpacking krb5-locales (1.13.2+dfsg-5ubuntu2.1) ...
13:36:24 #6 26.11 Selecting previously unselected package libroken18-heimdal:amd64.
13:36:24 #6 26.11 Preparing to unpack .../libroken18-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
13:36:24 #6 26.11 Unpacking libroken18-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
13:36:24 #6 26.16 Selecting previously unselected package libasn1-8-heimdal:amd64.
13:36:24 #6 26.16 Preparing to unpack .../libasn1-8-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
13:36:24 #6 26.17 Unpacking libasn1-8-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
13:36:24 #6 26.20 Selecting previously unselected package libkrb5support0:amd64.
13:36:24 #6 26.20 Preparing to unpack .../libkrb5support0_1.13.2+dfsg-5ubuntu2.1_amd64.deb ...
13:36:24 #6 26.21 Unpacking libkrb5support0:amd64 (1.13.2+dfsg-5ubuntu2.1) ...
13:36:24 #6 26.23 Selecting previously unselected package libk5crypto3:amd64.
13:36:24 #6 26.23 Preparing to unpack .../libk5crypto3_1.13.2+dfsg-5ubuntu2.1_amd64.deb ...
13:36:24 #6 26.24 Unpacking libk5crypto3:amd64 (1.13.2+dfsg-5ubuntu2.1) ...
13:36:24 #6 26.27 Selecting previously unselected package libkeyutils1:amd64.
13:36:24 #6 26.27 Preparing to unpack .../libkeyutils1_1.5.9-8ubuntu1_amd64.deb ...
13:36:24 #6 26.27 Unpacking libkeyutils1:amd64 (1.5.9-8ubuntu1) ...
13:36:24 #6 26.30 Selecting previously unselected package libkrb5-3:amd64.
13:36:24 #6 26.30 Preparing to unpack .../libkrb5-3_1.13.2+dfsg-5ubuntu2.1_amd64.deb ...
13:36:24 #6 26.30 Unpacking libkrb5-3:amd64 (1.13.2+dfsg-5ubuntu2.1) ...
13:36:24 #6 26.35 Selecting previously unselected package libgssapi-krb5-2:amd64.
13:36:24 #6 26.35 Preparing to unpack .../libgssapi-krb5-2_1.13.2+dfsg-5ubuntu2.1_amd64.deb ...
13:36:24 #6 26.36 Unpacking libgssapi-krb5-2:amd64 (1.13.2+dfsg-5ubuntu2.1) ...
13:36:24 #6 26.39 Selecting previously unselected package libhcrypto4-heimdal:amd64.
13:36:24 #6 26.39 Preparing to unpack .../libhcrypto4-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
13:36:24 #6 26.39 Unpacking libhcrypto4-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
13:36:24 #6 26.42 Selecting previously unselected package libheimbase1-heimdal:amd64.
13:36:24 #6 26.42 Preparing to unpack .../libheimbase1-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
13:36:24 #6 26.43 Unpacking libheimbase1-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
13:36:24 #6 26.45 Selecting previously unselected package libwind0-heimdal:amd64.
13:36:24 #7 28.05 Resolving Dependencies
13:36:24 #7 28.05 --> Running transaction check
13:36:24 #7 28.05 ---> Package rpm-build.x86_64 0:4.11.3-43.el7 will be installed
13:36:24 #7 28.06 --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-43.el7.x86_64
13:36:24 #7 28.15 --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-43.el7.x86_64
13:36:24 #7 28.15 --> Processing Dependency: unzip for package: rpm-build-4.11.3-43.el7.x86_64
13:36:24 #7 28.16 --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-43.el7.x86_64
13:36:24 #7 28.16 --> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-43.el7.x86_64
13:36:24 #7 28.16 --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-43.el7.x86_64
13:36:24 #7 28.16 --> Processing Dependency: perl(Getopt::Long) for package: rpm-build-4.11.3-43.el7.x86_64
13:36:24 #7 28.16 --> Processing Dependency: perl(File::Temp) for package: rpm-build-4.11.3-43.el7.x86_64
13:36:24 #7 28.16 --> Processing Dependency: perl(File::Basename) for package: rpm-build-4.11.3-43.el7.x86_64
13:36:24 #7 28.16 --> Processing Dependency: file for package: rpm-build-4.11.3-43.el7.x86_64
13:36:24 #7 28.17 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-43.el7.x86_64
13:36:24 #7 28.17 --> Processing Dependency: /usr/bin/perl for package: rpm-build-4.11.3-43.el7.x86_64
13:36:24 #7 28.17 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-43.el7.x86_64
13:36:24 #7 28.17 ---> Package rpmlint.noarch 0:1.5-4.el7 will be installed
13:36:24 #7 28.17 --> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch
13:36:24 #7 28.17 --> Processing Dependency: /usr/bin/groff for package: rpmlint-1.5-4.el7.noarch
13:36:24 #7 28.17 --> Running transaction check
13:36:24 #7 28.17 ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
13:36:24 #7 28.17 ---> Package desktop-file-utils.x86_64 0:0.23-2.el7 will be installed
13:36:24 #7 28.17 --> Processing Dependency: emacs-filesystem for package: desktop-file-utils-0.23-2.el7.x86_64
13:36:24 #7 28.18 ---> Package elfutils.x86_64 0:0.176-4.el7 will be installed
13:36:24 #7 28.18 ---> Package file.x86_64 0:5.11-36.el7 will be installed
13:36:24 #7 28.18 ---> Package gdb.x86_64 0:7.6.1-119.el7 will be installed
13:36:24 #7 28.18 ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
13:36:24 #7 28.18 ---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed
13:36:24 #7 28.19 ---> Package perl.x86_64 4:5.16.3-295.el7 will be installed
13:36:24 #7 28.19 --> Processing Dependency: perl-libs = 4:5.16.3-295.el7 for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.19 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.19 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.20 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.20 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.20 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.20 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.20 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.20 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.20 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.20 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.20 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.20 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.20 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.20 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.20 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.21 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.21 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.21 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.21 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.21 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.21 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.21 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-295.el7.x86_64
13:36:24 #7 28.21 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
13:36:24 #7 28.21 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
13:36:24 #7 28.21 --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
13:36:24 #7 28.21 --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
13:36:24 #7 28.21 ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
13:36:24 #7 28.22 ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
13:36:24 #7 28.22 ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed
13:36:24 #7 28.22 --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
13:36:24 #7 28.22 --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
13:36:24 #7 28.22 --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
13:36:24 #7 28.22 --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
13:36:24 #7 28.22 ---> Package unzip.x86_64 0:6.0-21.el7 will be installed
13:36:24 #7 28.22 --> Running transaction check
13:36:24 #7 28.22 ---> Package dwz.x86_64 0:0.11-3.el7 will be installed
13:36:24 #7 28.22 ---> Package emacs-filesystem.noarch 1:24.3-23.el7 will be installed
13:36:24 #7 28.22 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
13:36:24 #7 28.22 ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
13:36:24 #7 28.22 ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
13:36:24 #7 28.23 ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
13:36:24 #7 28.23 ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
13:36:24 #7 28.23 ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
13:36:24 #7 28.23 --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
13:36:24 #7 28.23 --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
13:36:24 #7 28.23 ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
13:36:24 #7 28.23 --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
13:36:24 #7 28.24 --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
13:36:24 #7 28.24 ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
13:36:24 #7 28.24 ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed
13:36:24 #7 28.24 ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
13:36:24 #7 28.24 ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
13:36:24 #7 28.24 ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
13:36:24 #7 28.24 ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
13:36:24 #7 28.24 ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
13:36:24 #7 28.24 ---> Package perl-libs.x86_64 4:5.16.3-295.el7 will be installed
13:36:24 #7 28.25 ---> Package perl-macros.x86_64 4:5.16.3-295.el7 will be installed
13:36:24 #7 28.25 ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
13:36:24 #7 28.25 ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
13:36:24 #7 28.25 ---> Package python-srpm-macros.noarch 0:3-32.el7 will be installed
13:36:24 #7 28.25 ---> Package zip.x86_64 0:3.0-11.el7 will be installed
13:36:24 #7 28.25 --> Running transaction check
13:36:24 #7 28.25 ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
13:36:24 #7 28.25 ---> Package perl-Pod-Escapes.noarch 1:1.04-295.el7 will be installed
13:36:24 #7 28.25 ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
13:36:24 #7 28.26 --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
13:36:24 #7 28.26 --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
13:36:24 #7 28.26 ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
13:36:24 #7 28.26 --> Running transaction check
13:36:24 #7 28.26 ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
13:36:24 #7 28.26 ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
13:36:24 #7 28.32 --> Finished Dependency Resolution
13:36:24 #7 28.33 
13:36:24 #7 28.33 Dependencies Resolved
13:36:24 #7 28.33 
13:36:24 #7 28.33 ================================================================================
13:36:24 #7 28.33  Package                    Arch       Version                   Repository
13:36:24 #7 28.33                                                                            Size
13:36:24 #7 28.33 ================================================================================
13:36:24 #7 28.33 Installing:
13:36:24 #7 28.33  rpm-build                  x86_64     4.11.3-43.el7             base     149 k
13:36:24 #7 28.33  rpmlint                    noarch     1.5-4.el7                 base     229 k
13:36:24 #7 28.33 Installing for dependencies:
13:36:24 #7 28.33  bzip2                      x86_64     1.0.6-13.el7              base      52 k
13:36:24 #7 28.33  desktop-file-utils         x86_64     0.23-2.el7                base      67 k
13:36:24 #7 28.33  dwz                        x86_64     0.11-3.el7                base      99 k
13:36:24 #7 28.33  elfutils                   x86_64     0.176-4.el7               base     308 k
13:36:24 #7 28.33  emacs-filesystem           noarch     1:24.3-23.el7             base      58 k
13:36:24 #7 28.33  file                       x86_64     5.11-36.el7               base      57 k
13:36:24 #7 28.33  gdb                        x86_64     7.6.1-119.el7             base     2.4 M
13:36:24 #7 28.33  groff-base                 x86_64     1.22.2-8.el7              base     942 k
13:36:24 #7 28.33  patch                      x86_64     2.7.1-12.el7_7            base     111 k
13:36:24 #7 28.33  perl                       x86_64     4:5.16.3-295.el7          base     8.0 M
13:36:24 #7 28.33  perl-Carp                  noarch     1.26-244.el7              base      19 k
13:36:24 #7 28.33  perl-Encode                x86_64     2.51-7.el7                base     1.5 M
13:36:24 #7 28.33  perl-Exporter              noarch     5.68-3.el7                base      28 k
13:36:24 #7 28.33  perl-File-Path             noarch     2.09-2.el7                base      26 k
13:36:24 #7 28.33  perl-File-Temp             noarch     0.23.01-3.el7             base      56 k
13:36:24 #7 28.33  perl-Filter                x86_64     1.49-3.el7                base      76 k
13:36:24 #7 28.33  perl-Getopt-Long           noarch     2.40-3.el7                base      56 k
13:36:24 #7 28.33  perl-HTTP-Tiny             noarch     0.033-3.el7               base      38 k
13:36:24 #7 28.33  perl-PathTools             x86_64     3.40-5.el7                base      82 k
13:36:24 #7 28.33  perl-Pod-Escapes           noarch     1:1.04-295.el7            base      51 k
13:36:24 #7 28.33  perl-Pod-Perldoc           noarch     3.20-4.el7                base      87 k
13:36:24 #7 28.33  perl-Pod-Simple            noarch     1:3.28-4.el7              base     216 k
13:36:24 #7 28.33  perl-Pod-Usage             noarch     1.63-3.el7                base      27 k
13:36:24 #7 28.33  perl-Scalar-List-Utils     x86_64     1.27-248.el7              base      36 k
13:36:24 #7 28.33  perl-Socket                x86_64     2.010-5.el7               base      49 k
13:36:24 #7 28.33  perl-Storable              x86_64     2.45-3.el7                base      77 k
13:36:24 #7 28.33  perl-Text-ParseWords       noarch     3.29-4.el7                base      14 k
13:36:24 #7 28.33  perl-Thread-Queue          noarch     3.02-2.el7                base      17 k
13:36:24 #7 28.33  perl-Time-HiRes            x86_64     4:1.9725-3.el7            base      45 k
13:36:24 #7 28.33  perl-Time-Local            noarch     1.2300-2.el7              base      24 k
13:36:24 #7 28.33  perl-constant              noarch     1.27-2.el7                base      19 k
13:36:24 #7 28.33  perl-libs                  x86_64     4:5.16.3-295.el7          base     689 k
13:36:24 #7 28.33  perl-macros                x86_64     4:5.16.3-295.el7          base      44 k
13:36:24 #7 28.33  perl-parent                noarch     1:0.225-244.el7           base      12 k
13:36:24 #7 28.33  perl-podlators             noarch     2.5.1-3.el7               base     112 k
13:36:24 #7 28.33  perl-srpm-macros           noarch     1-8.el7                   base     4.6 k
13:36:24 #7 28.33  perl-threads               x86_64     1.87-4.el7                base      49 k
13:36:24 #7 28.33  perl-threads-shared        x86_64     1.43-6.el7                base      39 k
13:36:24 #7 28.33  python-srpm-macros         noarch     3-32.el7                  base     8.4 k
13:36:24 #7 28.33  redhat-rpm-config          noarch     9.1.0-88.el7.centos       base      81 k
13:36:24 #7 28.33  unzip                      x86_64     6.0-21.el7                base     171 k
13:36:24 #7 28.33  zip                        x86_64     3.0-11.el7                base     260 k
13:36:24 #7 28.33 
13:36:24 #7 28.33 Transaction Summary
13:36:24 #7 28.33 ================================================================================
13:36:24 #7 28.33 Install  2 Packages (+42 Dependent packages)
13:36:24 #7 28.33 
13:36:24 #7 28.33 Total download size: 16 M
13:36:24 #7 28.33 Installed size: 51 M
13:36:24 #7 28.34 Downloading packages:
13:36:24 #6 26.45 Preparing to unpack .../libwind0-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
13:36:24 #6 26.46 Unpacking libwind0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
13:36:24 #6 26.49 Selecting previously unselected package libhx509-5-heimdal:amd64.
13:36:24 #6 26.49 Preparing to unpack .../libhx509-5-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
13:36:24 #6 26.49 Unpacking libhx509-5-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
13:36:24 #6 26.53 Selecting previously unselected package libkrb5-26-heimdal:amd64.
13:36:24 #6 26.53 Preparing to unpack .../libkrb5-26-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
13:36:24 #6 26.53 Unpacking libkrb5-26-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
13:36:24 #6 26.57 Selecting previously unselected package libheimntlm0-heimdal:amd64.
13:36:24 #6 26.58 Preparing to unpack .../libheimntlm0-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
13:36:24 #6 26.58 Unpacking libheimntlm0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
13:36:24 #6 26.60 Selecting previously unselected package libgssapi3-heimdal:amd64.
13:36:24 #6 26.61 Preparing to unpack .../libgssapi3-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
13:36:24 #6 26.61 Unpacking libgssapi3-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
13:36:24 #6 26.64 Selecting previously unselected package libsasl2-modules-db:amd64.
13:36:24 #6 26.64 Preparing to unpack .../libsasl2-modules-db_2.1.26.dfsg1-14ubuntu0.2_amd64.deb ...
13:36:24 #6 26.64 Unpacking libsasl2-modules-db:amd64 (2.1.26.dfsg1-14ubuntu0.2) ...
13:36:24 #6 26.66 Selecting previously unselected package libsasl2-2:amd64.
13:36:24 #6 26.66 Preparing to unpack .../libsasl2-2_2.1.26.dfsg1-14ubuntu0.2_amd64.deb ...
13:36:24 #6 26.67 Unpacking libsasl2-2:amd64 (2.1.26.dfsg1-14ubuntu0.2) ...
13:36:24 #6 26.70 Selecting previously unselected package libldap-2.4-2:amd64.
13:36:24 #6 26.70 Preparing to unpack .../libldap-2.4-2_2.4.42+dfsg-2ubuntu3.9_amd64.deb ...
13:36:24 #6 26.70 Unpacking libldap-2.4-2:amd64 (2.4.42+dfsg-2ubuntu3.9) ...
13:36:24 #6 26.74 Selecting previously unselected package librtmp1:amd64.
13:36:24 #6 26.74 Preparing to unpack .../librtmp1_2.4+20151223.gitfa8646d-1ubuntu0.1_amd64.deb ...
13:36:24 #6 26.74 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d-1ubuntu0.1) ...
13:36:24 #6 26.77 Selecting previously unselected package libcurl3-gnutls:amd64.
13:36:24 #6 26.77 Preparing to unpack .../libcurl3-gnutls_7.47.0-1ubuntu2.15_amd64.deb ...
13:36:24 #6 26.77 Unpacking libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.15) ...
13:36:24 #6 26.81 Selecting previously unselected package libedit2:amd64.
13:36:24 #6 26.81 Preparing to unpack .../libedit2_3.1-20150325-1ubuntu2_amd64.deb ...
13:36:24 #6 26.82 Unpacking libedit2:amd64 (3.1-20150325-1ubuntu2) ...
13:36:24 #6 26.84 Selecting previously unselected package libglib2.0-data.
13:36:24 #6 26.84 Preparing to unpack .../libglib2.0-data_2.48.2-0ubuntu4.6_all.deb ...
13:36:24 #6 26.85 Unpacking libglib2.0-data (2.48.2-0ubuntu4.6) ...
13:36:24 #6 26.87 Selecting previously unselected package libicu55:amd64.
13:36:24 #6 26.87 Preparing to unpack .../libicu55_55.1-7ubuntu0.5_amd64.deb ...
13:36:24 #6 26.88 Unpacking libicu55:amd64 (55.1-7ubuntu0.5) ...
13:36:25 #6 27.55 Selecting previously unselected package libsasl2-modules:amd64.
13:36:25 #6 27.55 Preparing to unpack .../libsasl2-modules_2.1.26.dfsg1-14ubuntu0.2_amd64.deb ...
13:36:25 #6 27.56 Unpacking libsasl2-modules:amd64 (2.1.26.dfsg1-14ubuntu0.2) ...
13:36:25 #6 27.61 Selecting previously unselected package libxml2:amd64.
13:36:25 #6 27.61 Preparing to unpack .../libxml2_2.9.3+dfsg1-1ubuntu0.7_amd64.deb ...
13:36:25 #6 27.62 Unpacking libxml2:amd64 (2.9.3+dfsg1-1ubuntu0.7) ...
13:36:25 #6 27.70 Selecting previously unselected package libxmuu1:amd64.
13:36:25 #6 27.70 Preparing to unpack .../libxmuu1_2%3a1.1.2-2_amd64.deb ...
13:36:25 #6 27.70 Unpacking libxmuu1:amd64 (2:1.1.2-2) ...
13:36:25 #6 27.72 Selecting previously unselected package manpages.
13:36:25 #6 27.72 Preparing to unpack .../manpages_4.04-2_all.deb ...
13:36:25 #6 27.72 Unpacking manpages (4.04-2) ...
13:36:25 #6 27.82 Selecting previously unselected package openssh-client.
13:36:26 #6 27.82 Preparing to unpack .../openssh-client_1%3a7.2p2-4ubuntu2.10_amd64.deb ...
13:36:26 #6 27.82 Unpacking openssh-client (1:7.2p2-4ubuntu2.10) ...
13:36:26 #6 27.90 Selecting previously unselected package python-apt-common.
13:36:26 #6 27.90 Preparing to unpack .../python-apt-common_1.1.0~beta1ubuntu0.16.04.9_all.deb ...
13:36:26 #6 27.90 Unpacking python-apt-common (1.1.0~beta1ubuntu0.16.04.9) ...
13:36:26 #6 27.93 Selecting previously unselected package python3-apt.
13:36:26 #6 27.93 Preparing to unpack .../python3-apt_1.1.0~beta1ubuntu0.16.04.9_amd64.deb ...
13:36:26 #6 27.93 Unpacking python3-apt (1.1.0~beta1ubuntu0.16.04.9) ...
13:36:26 #6 27.97 Selecting previously unselected package rsync.
13:36:26 #6 27.97 Preparing to unpack .../rsync_3.1.1-3ubuntu1.3_amd64.deb ...
13:36:26 #6 27.97 Unpacking rsync (3.1.1-3ubuntu1.3) ...
13:36:26 #6 28.03 Selecting previously unselected package shared-mime-info.
13:36:26 #6 28.03 Preparing to unpack .../shared-mime-info_1.5-2ubuntu0.2_amd64.deb ...
13:36:26 #6 28.03 Unpacking shared-mime-info (1.5-2ubuntu0.2) ...
13:36:26 #6 28.09 Selecting previously unselected package strace.
13:36:26 #6 28.09 Preparing to unpack .../strace_4.11-1ubuntu3_amd64.deb ...
13:36:26 #6 28.09 Unpacking strace (4.11-1ubuntu3) ...
13:36:26 #6 28.13 Selecting previously unselected package xauth.
13:36:26 #6 28.13 Preparing to unpack .../xauth_1%3a1.0.9-1ubuntu2_amd64.deb ...
13:36:26 #6 28.13 Unpacking xauth (1:1.0.9-1ubuntu2) ...
13:36:26 #6 28.15 Selecting previously unselected package xdg-user-dirs.
13:36:26 #6 28.16 Preparing to unpack .../xdg-user-dirs_0.15-2ubuntu6.16.04.1_amd64.deb ...
13:36:26 #6 28.16 Unpacking xdg-user-dirs (0.15-2ubuntu6.16.04.1) ...
13:36:26 #6 28.21 Selecting previously unselected package xml-core.
13:36:26 #6 28.21 Preparing to unpack .../xml-core_0.13+nmu2_all.deb ...
13:36:26 #6 28.21 Unpacking xml-core (0.13+nmu2) ...
13:36:26 #6 28.24 Selecting previously unselected package at.
13:36:26 #6 28.24 Preparing to unpack .../at_3.1.18-2ubuntu1_amd64.deb ...
13:36:26 #6 28.25 Unpacking at (3.1.18-2ubuntu1) ...
13:36:26 #6 28.27 Selecting previously unselected package autotools-dev.
13:36:26 #6 28.27 Preparing to unpack .../autotools-dev_20150820.1_all.deb ...
13:36:26 #6 28.27 Unpacking autotools-dev (20150820.1) ...
13:36:26 #6 28.30 Selecting previously unselected package binutils.
13:36:26 #6 28.30 Preparing to unpack .../binutils_2.26.1-1ubuntu1~16.04.8_amd64.deb ...
13:36:26 #6 28.30 Unpacking binutils (2.26.1-1ubuntu1~16.04.8) ...
13:36:26 #6 28.54 Selecting previously unselected package libc-dev-bin.
13:36:26 #6 28.54 Preparing to unpack .../libc-dev-bin_2.23-0ubuntu11.2_amd64.deb ...
13:36:26 #6 28.54 Unpacking libc-dev-bin (2.23-0ubuntu11.2) ...
13:36:26 #6 28.57 Selecting previously unselected package linux-libc-dev:amd64.
13:36:26 #6 28.57 Preparing to unpack .../linux-libc-dev_4.4.0-187.217_amd64.deb ...
13:36:26 #6 28.57 Unpacking linux-libc-dev:amd64 (4.4.0-187.217) ...
13:36:26 #6 28.68 Selecting previously unselected package libc6-dev:amd64.
13:36:26 #6 28.68 Preparing to unpack .../libc6-dev_2.23-0ubuntu11.2_amd64.deb ...
13:36:26 #6 28.68 Unpacking libc6-dev:amd64 (2.23-0ubuntu11.2) ...
13:36:26 #6 28.92 Selecting previously unselected package libisl15:amd64.
13:36:26 #6 28.93 Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ...
13:36:27 #6 28.93 Unpacking libisl15:amd64 (0.16.1-1) ...
13:36:27 #6 28.99 Selecting previously unselected package cpp-5.
13:36:27 #6 28.99 Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
13:36:27 #6 29.00 Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.12) ...
13:36:27 #6 29.66 Selecting previously unselected package cpp.
13:36:27 #6 29.66 Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ...
13:36:27 #6 29.67 Unpacking cpp (4:5.3.1-1ubuntu1) ...
13:36:27 #6 29.69 Selecting previously unselected package libcc1-0:amd64.
13:36:27 #6 29.69 Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
13:36:27 #6 29.70 Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:27 #6 29.73 Selecting previously unselected package libgomp1:amd64.
13:36:27 #6 29.73 Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
13:36:27 #6 29.73 Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:27 #6 29.76 Selecting previously unselected package libitm1:amd64.
13:36:27 #6 29.76 Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
13:36:27 #6 29.77 Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:27 #6 29.79 Selecting previously unselected package libatomic1:amd64.
13:36:27 #6 29.79 Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
13:36:27 #6 29.80 Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:27 #6 29.82 Selecting previously unselected package libasan2:amd64.
13:36:27 #6 29.82 Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
13:36:27 #6 29.83 Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:27 #6 29.88 Selecting previously unselected package liblsan0:amd64.
13:36:27 #6 29.88 Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
13:36:27 #6 29.88 Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:27 #6 29.92 Selecting previously unselected package libtsan0:amd64.
13:36:27 #6 29.92 Preparing to unpack .../libtsan0_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
13:36:27 #6 29.92 Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:27 #6 30.00 Selecting previously unselected package libubsan0:amd64.
13:36:28 #6 30.00 Preparing to unpack .../libubsan0_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
13:36:28 #6 30.00 Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:28 #6 30.03 Selecting previously unselected package libcilkrts5:amd64.
13:36:28 #6 30.04 Preparing to unpack .../libcilkrts5_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
13:36:28 #6 30.04 Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:28 #6 30.07 Selecting previously unselected package libmpx0:amd64.
13:36:28 #6 30.07 Preparing to unpack .../libmpx0_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
13:36:28 #6 30.07 Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:28 #6 30.09 Selecting previously unselected package libquadmath0:amd64.
13:36:28 #6 30.10 Preparing to unpack .../libquadmath0_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
13:36:28 #6 30.10 Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:28 #6 30.13 Selecting previously unselected package libgcc-5-dev:amd64.
13:36:28 #6 30.13 Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
13:36:28 #6 30.13 Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:28 #6 30.33 Selecting previously unselected package gcc-5.
13:36:28 #6 30.33 Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
13:36:28 #6 30.33 Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.12) ...
13:36:29 #6 31.01 Selecting previously unselected package gcc.
13:36:29 #6 31.01 Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ...
13:36:29 #6 31.02 Unpacking gcc (4:5.3.1-1ubuntu1) ...
13:36:29 #6 31.04 Selecting previously unselected package libstdc++-5-dev:amd64.
13:36:29 #6 31.04 Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
13:36:29 #6 31.04 Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:29 #6 31.22 Selecting previously unselected package g++-5.
13:36:29 #6 31.22 Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
13:36:29 #6 31.23 Unpacking g++-5 (5.4.0-6ubuntu1~16.04.12) ...
13:36:30 #6 31.93 Selecting previously unselected package g++.
13:36:30 #6 31.93 Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ...
13:36:30 #6 31.93 Unpacking g++ (4:5.3.1-1ubuntu1) ...
13:36:30 #6 31.95 Selecting previously unselected package make.
13:36:30 #6 31.96 Preparing to unpack .../archives/make_4.1-6_amd64.deb ...
13:36:30 #6 31.96 Unpacking make (4.1-6) ...
13:36:30 #6 31.99 Selecting previously unselected package libdpkg-perl.
13:36:30 #6 31.99 Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.6_all.deb ...
13:36:30 #6 32.00 Unpacking libdpkg-perl (1.18.4ubuntu1.6) ...
13:36:30 #6 32.04 Selecting previously unselected package xz-utils.
13:36:30 #6 32.04 Preparing to unpack .../xz-utils_5.1.1alpha+20120614-2ubuntu2_amd64.deb ...
13:36:30 #6 32.04 Unpacking xz-utils (5.1.1alpha+20120614-2ubuntu2) ...
13:36:30 #6 32.07 Selecting previously unselected package patch.
13:36:30 #6 32.07 Preparing to unpack .../patch_2.7.5-1ubuntu0.16.04.2_amd64.deb ...
13:36:30 #6 32.08 Unpacking patch (2.7.5-1ubuntu0.16.04.2) ...
13:36:30 #6 32.11 Selecting previously unselected package dpkg-dev.
13:36:30 #6 32.11 Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.6_all.deb ...
13:36:30 #6 32.11 Unpacking dpkg-dev (1.18.4ubuntu1.6) ...
13:36:30 #6 32.18 Selecting previously unselected package build-essential.
13:36:30 #6 32.18 Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ...
13:36:30 #6 32.19 Unpacking build-essential (12.1ubuntu2) ...
13:36:30 #6 32.21 Selecting previously unselected package curl.
13:36:30 #6 32.21 Preparing to unpack .../curl_7.47.0-1ubuntu2.15_amd64.deb ...
13:36:30 #6 32.21 Unpacking curl (7.47.0-1ubuntu2.15) ...
13:36:30 #6 32.25 Selecting previously unselected package dctrl-tools.
13:36:30 #6 32.25 Preparing to unpack .../dctrl-tools_2.24-2_amd64.deb ...
13:36:30 #6 32.25 Unpacking dctrl-tools (2.24-2) ...
13:36:30 #6 32.28 Selecting previously unselected package libcroco3:amd64.
13:36:30 #6 32.28 Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ...
13:36:30 #6 32.29 Unpacking libcroco3:amd64 (0.6.11-1) ...
13:36:30 #6 32.32 Selecting previously unselected package gettext.
13:36:30 #6 32.32 Preparing to unpack .../gettext_0.19.7-2ubuntu3.1_amd64.deb ...
13:36:30 #6 32.32 Unpacking gettext (0.19.7-2ubuntu3.1) ...
13:36:30 #6 32.42 Selecting previously unselected package intltool-debian.
13:36:30 #6 32.42 Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ...
13:36:30 #6 32.43 Unpacking intltool-debian (0.35.0+20060710.4) ...
13:36:30 #6 32.45 Selecting previously unselected package po-debconf.
13:36:30 #6 32.45 Preparing to unpack .../po-debconf_1.0.19_all.deb ...
13:36:30 #6 32.45 Unpacking po-debconf (1.0.19) ...
13:36:30 #6 32.49 Selecting previously unselected package libarchive-zip-perl.
13:36:30 #6 32.50 Preparing to unpack .../libarchive-zip-perl_1.56-2ubuntu0.1_all.deb ...
13:36:30 #6 32.50 Unpacking libarchive-zip-perl (1.56-2ubuntu0.1) ...
13:36:30 #6 32.53 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:36:30 #6 32.53 Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ...
13:36:30 #6 32.53 Unpacking libfile-stripnondeterminism-perl (0.015-1) ...
13:36:30 #6 32.55 Selecting previously unselected package libtimedate-perl.
13:36:30 #6 32.55 Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ...
13:36:30 #6 32.55 Unpacking libtimedate-perl (2.3000-2) ...
13:36:30 #6 32.58 Selecting previously unselected package dh-strip-nondeterminism.
13:36:30 #6 32.58 Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ...
13:36:30 #6 32.58 Unpacking dh-strip-nondeterminism (0.015-1) ...
13:36:30 #6 32.60 Selecting previously unselected package debhelper.
13:36:30 #6 32.60 Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ...
13:36:30 #6 32.61 Unpacking debhelper (9.20160115ubuntu3) ...
13:36:30 #6 32.70 Selecting previously unselected package devscripts.
13:36:30 #6 32.70 Preparing to unpack .../devscripts_2.16.2ubuntu3_amd64.deb ...
13:36:30 #6 32.71 Unpacking devscripts (2.16.2ubuntu3) ...
13:36:30 #6 32.80 Selecting previously unselected package diffstat.
13:36:31 #7 36.58 warning: /var/cache/yum/x86_64/7/base/packages/desktop-file-utils-0.23-2.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
13:36:31 #7 36.58 Public key for desktop-file-utils-0.23-2.el7.x86_64.rpm is not installed
13:36:31 #6 32.80 Preparing to unpack .../diffstat_1.61-1_amd64.deb ...
13:36:31 #6 32.81 Unpacking diffstat (1.61-1) ...
13:36:31 #6 32.84 Selecting previously unselected package dput.
13:36:31 #6 32.84 Preparing to unpack .../dput_0.9.6.4ubuntu3_all.deb ...
13:36:31 #6 32.84 Unpacking dput (0.9.6.4ubuntu3) ...
13:36:31 #6 32.86 Selecting previously unselected package libfakeroot:amd64.
13:36:31 #6 32.87 Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ...
13:36:31 #6 32.87 Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ...
13:36:31 #6 32.89 Selecting previously unselected package fakeroot.
13:36:31 #6 32.90 Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ...
13:36:31 #6 32.90 Unpacking fakeroot (1.20.2-1ubuntu1) ...
13:36:31 #6 32.93 Selecting previously unselected package liberror-perl.
13:36:31 #6 32.93 Preparing to unpack .../liberror-perl_0.17-1.2_all.deb ...
13:36:31 #6 32.93 Unpacking liberror-perl (0.17-1.2) ...
13:36:31 #6 32.95 Selecting previously unselected package git-man.
13:36:31 #6 32.95 Preparing to unpack .../git-man_1%3a2.7.4-0ubuntu1.9_all.deb ...
13:36:31 #6 32.96 Unpacking git-man (1:2.7.4-0ubuntu1.9) ...
13:36:31 #6 33.04 Selecting previously unselected package git.
13:36:31 #6 33.04 Preparing to unpack .../git_1%3a2.7.4-0ubuntu1.9_amd64.deb ...
13:36:31 #6 33.05 Unpacking git (1:2.7.4-0ubuntu1.9) ...
13:36:31 #6 33.38 Selecting previously unselected package libalgorithm-diff-perl.
13:36:31 #6 33.38 Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ...
13:36:31 #6 33.39 Unpacking libalgorithm-diff-perl (1.19.03-1) ...
13:36:31 #6 33.41 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:36:31 #6 33.42 Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ...
13:36:31 #6 33.42 Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ...
13:36:31 #6 33.44 Selecting previously unselected package libalgorithm-merge-perl.
13:36:31 #6 33.44 Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ...
13:36:31 #6 33.45 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:36:31 #6 33.47 Selecting previously unselected package libapt-pkg-perl.
13:36:31 #6 33.47 Preparing to unpack .../libapt-pkg-perl_0.1.29build7_amd64.deb ...
13:36:31 #6 33.47 Unpacking libapt-pkg-perl (0.1.29build7) ...
13:36:31 #6 33.50 Selecting previously unselected package libasprintf-dev:amd64.
13:36:31 #6 33.50 Preparing to unpack .../libasprintf-dev_0.19.7-2ubuntu3.1_amd64.deb ...
13:36:31 #6 33.50 Unpacking libasprintf-dev:amd64 (0.19.7-2ubuntu3.1) ...
13:36:31 #6 33.52 Selecting previously unselected package libhtml-tagset-perl.
13:36:31 #6 33.52 Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ...
13:36:31 #6 33.53 Unpacking libhtml-tagset-perl (3.20-2) ...
13:36:31 #6 33.55 Selecting previously unselected package liburi-perl.
13:36:31 #6 33.55 Preparing to unpack .../liburi-perl_1.71-1_all.deb ...
13:36:31 #6 33.55 Unpacking liburi-perl (1.71-1) ...
13:36:31 #6 33.58 Selecting previously unselected package libhtml-parser-perl.
13:36:31 #6 33.58 Preparing to unpack .../libhtml-parser-perl_3.72-1_amd64.deb ...
13:36:31 #6 33.58 Unpacking libhtml-parser-perl (3.72-1) ...
13:36:31 #6 33.61 Selecting previously unselected package libcgi-pm-perl.
13:36:31 #6 33.62 Preparing to unpack .../libcgi-pm-perl_4.26-1_all.deb ...
13:36:31 #6 33.62 Unpacking libcgi-pm-perl (4.26-1) ...
13:36:31 #6 33.65 Selecting previously unselected package libfcgi-perl.
13:36:31 #6 33.65 Preparing to unpack .../libfcgi-perl_0.77-1build1_amd64.deb ...
13:36:31 #6 33.65 Unpacking libfcgi-perl (0.77-1build1) ...
13:36:31 #6 33.68 Selecting previously unselected package libcgi-fast-perl.
13:36:31 #6 33.68 Preparing to unpack .../libcgi-fast-perl_1%3a2.10-1_all.deb ...
13:36:31 #6 33.68 Unpacking libcgi-fast-perl (1:2.10-1) ...
13:36:31 #6 33.71 Selecting previously unselected package libsub-name-perl.
13:36:31 #6 33.71 Preparing to unpack .../libsub-name-perl_0.14-1build1_amd64.deb ...
13:36:31 #6 33.71 Unpacking libsub-name-perl (0.14-1build1) ...
13:36:31 #6 33.73 Selecting previously unselected package libclass-accessor-perl.
13:36:31 #6 33.73 Preparing to unpack .../libclass-accessor-perl_0.34-1_all.deb ...
13:36:31 #6 33.73 Unpacking libclass-accessor-perl (0.34-1) ...
13:36:31 #6 33.75 Selecting previously unselected package libclone-perl.
13:36:31 #6 33.75 Preparing to unpack .../libclone-perl_0.38-1build1_amd64.deb ...
13:36:31 #6 33.76 Unpacking libclone-perl (0.38-1build1) ...
13:36:31 #6 33.78 Selecting previously unselected package libdata-alias-perl.
13:36:31 #6 33.78 Preparing to unpack .../libdata-alias-perl_1.20-1build1_amd64.deb ...
13:36:31 #6 33.78 Unpacking libdata-alias-perl (1.20-1build1) ...
13:36:31 #6 33.81 Selecting previously unselected package libdigest-hmac-perl.
13:36:31 #6 33.81 Preparing to unpack .../libdigest-hmac-perl_1.03+dfsg-1_all.deb ...
13:36:31 #6 33.81 Unpacking libdigest-hmac-perl (1.03+dfsg-1) ...
13:36:31 #6 33.83 Selecting previously unselected package libdistro-info-perl.
13:36:31 #6 33.83 Preparing to unpack .../libdistro-info-perl_0.14ubuntu0.1_all.deb ...
13:36:31 #6 33.83 Unpacking libdistro-info-perl (0.14ubuntu0.1) ...
13:36:31 #6 33.85 Selecting previously unselected package libnet-ssleay-perl.
13:36:32 #6 33.86 Preparing to unpack .../libnet-ssleay-perl_1.72-1build1_amd64.deb ...
13:36:32 #6 33.86 Unpacking libnet-ssleay-perl (1.72-1build1) ...
13:36:32 #6 33.91 Selecting previously unselected package libio-socket-ssl-perl.
13:36:32 #6 33.91 Preparing to unpack .../libio-socket-ssl-perl_2.024-1_all.deb ...
13:36:32 #6 33.91 Unpacking libio-socket-ssl-perl (2.024-1) ...
13:36:32 #6 33.94 Selecting previously unselected package libnet-smtp-ssl-perl.
13:36:32 #6 33.94 Preparing to unpack .../libnet-smtp-ssl-perl_1.03-1_all.deb ...
13:36:32 #6 33.95 Unpacking libnet-smtp-ssl-perl (1.03-1) ...
13:36:32 #6 33.97 Selecting previously unselected package libmailtools-perl.
13:36:32 #6 33.97 Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ...
13:36:32 #6 33.97 Unpacking libmailtools-perl (2.13-1) ...
13:36:32 #6 34.00 Selecting previously unselected package libsocket6-perl.
13:36:32 #6 34.00 Preparing to unpack .../libsocket6-perl_0.25-1build2_amd64.deb ...
13:36:32 #6 34.01 Unpacking libsocket6-perl (0.25-1build2) ...
13:36:32 #6 34.03 Selecting previously unselected package libio-socket-inet6-perl.
13:36:32 #6 34.03 Preparing to unpack .../libio-socket-inet6-perl_2.72-2_all.deb ...
13:36:32 #6 34.03 Unpacking libio-socket-inet6-perl (2.72-2) ...
13:36:32 #6 34.05 Selecting previously unselected package libnet-ip-perl.
13:36:32 #6 34.05 Preparing to unpack .../libnet-ip-perl_1.26-1_all.deb ...
13:36:32 #6 34.06 Unpacking libnet-ip-perl (1.26-1) ...
13:36:32 #6 34.07 Selecting previously unselected package libnet-dns-perl.
13:36:32 #6 34.08 Preparing to unpack .../libnet-dns-perl_0.81-2build1_amd64.deb ...
13:36:32 #6 34.08 Unpacking libnet-dns-perl (0.81-2build1) ...
13:36:32 #6 34.12 Selecting previously unselected package libnet-domain-tld-perl.
13:36:32 #6 34.12 Preparing to unpack .../libnet-domain-tld-perl_1.73-1_all.deb ...
13:36:32 #6 34.13 Unpacking libnet-domain-tld-perl (1.73-1) ...
13:36:32 #6 34.15 Selecting previously unselected package libemail-valid-perl.
13:36:32 #6 34.15 Preparing to unpack .../libemail-valid-perl_1.198-1_all.deb ...
13:36:32 #6 34.15 Unpacking libemail-valid-perl (1.198-1) ...
13:36:32 #6 34.17 Selecting previously unselected package libencode-locale-perl.
13:36:32 #6 34.18 Preparing to unpack .../libencode-locale-perl_1.05-1_all.deb ...
13:36:32 #6 34.18 Unpacking libencode-locale-perl (1.05-1) ...
13:36:32 #6 34.20 Selecting previously unselected package libexporter-tiny-perl.
13:36:32 #6 34.20 Preparing to unpack .../libexporter-tiny-perl_0.042-1_all.deb ...
13:36:32 #6 34.20 Unpacking libexporter-tiny-perl (0.042-1) ...
13:36:32 #6 34.23 Selecting previously unselected package libipc-system-simple-perl.
13:36:32 #6 34.23 Preparing to unpack .../libipc-system-simple-perl_1.25-3_all.deb ...
13:36:32 #6 34.23 Unpacking libipc-system-simple-perl (1.25-3) ...
13:36:32 #6 34.25 Selecting previously unselected package libfile-basedir-perl.
13:36:32 #6 34.25 Preparing to unpack .../libfile-basedir-perl_0.07-1_all.deb ...
13:36:32 #6 34.26 Unpacking libfile-basedir-perl (0.07-1) ...
13:36:32 #6 34.28 Selecting previously unselected package libfile-fcntllock-perl.
13:36:32 #6 34.28 Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ...
13:36:32 #6 34.28 Unpacking libfile-fcntllock-perl (0.22-3) ...
13:36:32 #6 34.31 Selecting previously unselected package libhttp-date-perl.
13:36:32 #6 34.31 Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ...
13:36:32 #6 34.31 Unpacking libhttp-date-perl (6.02-1) ...
13:36:32 #6 34.33 Selecting previously unselected package libfile-listing-perl.
13:36:32 #6 34.33 Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ...
13:36:32 #6 34.34 Unpacking libfile-listing-perl (6.04-1) ...
13:36:32 #6 34.36 Selecting previously unselected package libfont-afm-perl.
13:36:32 #6 34.36 Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ...
13:36:32 #6 34.36 Unpacking libfont-afm-perl (1.20-1) ...
13:36:32 #6 34.39 Selecting previously unselected package libgettextpo0:amd64.
13:36:32 #6 34.39 Preparing to unpack .../libgettextpo0_0.19.7-2ubuntu3.1_amd64.deb ...
13:36:32 #6 34.39 Unpacking libgettextpo0:amd64 (0.19.7-2ubuntu3.1) ...
13:36:32 #6 34.42 Selecting previously unselected package libgettextpo-dev:amd64.
13:36:32 #6 34.42 Preparing to unpack .../libgettextpo-dev_0.19.7-2ubuntu3.1_amd64.deb ...
13:36:32 #6 34.43 Unpacking libgettextpo-dev:amd64 (0.19.7-2ubuntu3.1) ...
13:36:32 #6 34.46 Selecting previously unselected package libio-html-perl.
13:36:32 #6 34.46 Preparing to unpack .../libio-html-perl_1.001-1_all.deb ...
13:36:32 #6 34.47 Unpacking libio-html-perl (1.001-1) ...
13:36:32 #6 34.49 Selecting previously unselected package liblwp-mediatypes-perl.
13:36:32 #6 34.49 Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ...
13:36:32 #6 34.50 Unpacking liblwp-mediatypes-perl (6.02-1) ...
13:36:32 #6 34.52 Selecting previously unselected package libhttp-message-perl.
13:36:32 #6 34.52 Preparing to unpack .../libhttp-message-perl_6.11-1_all.deb ...
13:36:32 #6 34.53 Unpacking libhttp-message-perl (6.11-1) ...
13:36:32 #6 34.56 Selecting previously unselected package libhtml-form-perl.
13:36:32 #6 34.56 Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ...
13:36:32 #6 34.56 Unpacking libhtml-form-perl (6.03-1) ...
13:36:32 #6 34.58 Selecting previously unselected package libhtml-tree-perl.
13:36:32 #6 34.58 Preparing to unpack .../libhtml-tree-perl_5.03-2_all.deb ...
13:36:32 #6 34.59 Unpacking libhtml-tree-perl (5.03-2) ...
13:36:32 #6 34.63 Selecting previously unselected package libhtml-format-perl.
13:36:32 #6 34.63 Preparing to unpack .../libhtml-format-perl_2.11-2_all.deb ...
13:36:32 #6 34.63 Unpacking libhtml-format-perl (2.11-2) ...
13:36:32 #6 34.65 Selecting previously unselected package libhttp-cookies-perl.
13:36:32 #6 34.66 Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ...
13:36:32 #6 34.66 Unpacking libhttp-cookies-perl (6.01-1) ...
13:36:32 #6 34.68 Selecting previously unselected package libhttp-daemon-perl.
13:36:32 #6 34.68 Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ...
13:36:32 #6 34.68 Unpacking libhttp-daemon-perl (6.01-1) ...
13:36:32 #6 34.70 Selecting previously unselected package libhttp-negotiate-perl.
13:36:32 #6 34.70 Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ...
13:36:32 #6 34.71 Unpacking libhttp-negotiate-perl (6.00-2) ...
13:36:32 #6 34.73 Selecting previously unselected package libio-pty-perl.
13:36:32 #6 34.73 Preparing to unpack .../libio-pty-perl_1%3a1.08-1.1build1_amd64.deb ...
13:36:32 #6 34.73 Unpacking libio-pty-perl (1:1.08-1.1build1) ...
13:36:32 #6 34.75 Selecting previously unselected package libio-string-perl.
13:36:32 #6 34.76 Preparing to unpack .../libio-string-perl_1.08-3_all.deb ...
13:36:32 #6 34.76 Unpacking libio-string-perl (1.08-3) ...
13:36:32 #6 34.78 Selecting previously unselected package libipc-run-perl.
13:36:32 #6 34.78 Preparing to unpack .../libipc-run-perl_0.94-1_all.deb ...
13:36:32 #6 34.79 Unpacking libipc-run-perl (0.94-1) ...
13:36:32 #6 34.85 Selecting previously unselected package liblist-moreutils-perl.
13:36:33 #6 34.85 Preparing to unpack .../liblist-moreutils-perl_0.413-1build1_amd64.deb ...
13:36:33 #6 34.85 Unpacking liblist-moreutils-perl (0.413-1build1) ...
13:36:33 #6 34.88 Selecting previously unselected package libnet-http-perl.
13:36:33 #6 34.88 Preparing to unpack .../libnet-http-perl_6.09-1_all.deb ...
13:36:33 #6 34.88 Unpacking libnet-http-perl (6.09-1) ...
13:36:33 #6 34.91 Selecting previously unselected package libwww-robotrules-perl.
13:36:33 #6 34.91 Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ...
13:36:33 #6 34.91 Unpacking libwww-robotrules-perl (6.01-1) ...
13:36:33 #6 34.94 Selecting previously unselected package libwww-perl.
13:36:33 #6 34.94 Preparing to unpack .../libwww-perl_6.15-1_all.deb ...
13:36:33 #6 34.94 Unpacking libwww-perl (6.15-1) ...
13:36:33 #6 34.98 Selecting previously unselected package liblwp-protocol-https-perl.
13:36:33 #6 34.98 Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ...
13:36:33 #6 34.98 Unpacking liblwp-protocol-https-perl (6.06-2) ...
13:36:33 #6 35.01 Selecting previously unselected package libsys-hostname-long-perl.
13:36:33 #6 35.01 Preparing to unpack .../libsys-hostname-long-perl_1.5-1_all.deb ...
13:36:33 #6 35.01 Unpacking libsys-hostname-long-perl (1.5-1) ...
13:36:33 #6 35.03 Selecting previously unselected package libmail-sendmail-perl.
13:36:33 #6 35.04 Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ...
13:36:33 #6 35.04 Unpacking libmail-sendmail-perl (0.79.16-1) ...
13:36:33 #6 35.06 Selecting previously unselected package libparse-debianchangelog-perl.
13:36:33 #6 35.06 Preparing to unpack .../libparse-debianchangelog-perl_1.2.0-8_all.deb ...
13:36:33 #6 35.07 Unpacking libparse-debianchangelog-perl (1.2.0-8) ...
13:36:33 #6 35.09 Selecting previously unselected package libperlio-gzip-perl.
13:36:33 #6 35.10 Preparing to unpack .../libperlio-gzip-perl_0.19-1build1_amd64.deb ...
13:36:33 #6 35.10 Unpacking libperlio-gzip-perl (0.19-1build1) ...
13:36:33 #6 35.12 Selecting previously unselected package libtext-levenshtein-perl.
13:36:33 #6 35.12 Preparing to unpack .../libtext-levenshtein-perl_0.13-1_all.deb ...
13:36:33 #6 35.13 Unpacking libtext-levenshtein-perl (0.13-1) ...
13:36:33 #6 35.15 Selecting previously unselected package libyaml-libyaml-perl.
13:36:33 #6 35.15 Preparing to unpack .../libyaml-libyaml-perl_0.41-6build1_amd64.deb ...
13:36:33 #6 35.15 Unpacking libyaml-libyaml-perl (0.41-6build1) ...
13:36:33 #6 35.18 Selecting previously unselected package hardening-includes.
13:36:33 #6 35.18 Preparing to unpack .../hardening-includes_2.7ubuntu2_all.deb ...
13:36:33 #6 35.18 Unpacking hardening-includes (2.7ubuntu2) ...
13:36:33 #6 35.21 Selecting previously unselected package patchutils.
13:36:33 #6 35.21 Preparing to unpack .../patchutils_0.3.4-1_amd64.deb ...
13:36:33 #6 35.21 Unpacking patchutils (0.3.4-1) ...
13:36:33 #6 35.24 Selecting previously unselected package t1utils.
13:36:33 #6 35.24 Preparing to unpack .../t1utils_1.39-2_amd64.deb ...
13:36:33 #6 35.24 Unpacking t1utils (1.39-2) ...
13:36:33 #6 35.27 Selecting previously unselected package lintian.
13:36:33 #6 35.27 Preparing to unpack .../lintian_2.5.43ubuntu0.1_all.deb ...
13:36:33 #6 35.28 Unpacking lintian (2.5.43ubuntu0.1) ...
13:36:33 #6 35.36 Selecting previously unselected package manpages-dev.
13:36:33 #6 35.36 Preparing to unpack .../manpages-dev_4.04-2_all.deb ...
13:36:33 #6 35.36 Unpacking manpages-dev (4.04-2) ...
13:36:33 #6 35.64 Selecting previously unselected package python3-pkg-resources.
13:36:33 #6 35.64 Preparing to unpack .../python3-pkg-resources_20.7.0-1_all.deb ...
13:36:33 #6 35.65 Unpacking python3-pkg-resources (20.7.0-1) ...
13:36:33 #6 35.68 Selecting previously unselected package python3-chardet.
13:36:33 #6 35.68 Preparing to unpack .../python3-chardet_2.3.0-2_all.deb ...
13:36:33 #6 35.68 Unpacking python3-chardet (2.3.0-2) ...
13:36:33 #6 35.71 Selecting previously unselected package python3-six.
13:36:33 #6 35.72 Preparing to unpack .../python3-six_1.10.0-3_all.deb ...
13:36:33 #6 35.72 Unpacking python3-six (1.10.0-3) ...
13:36:33 #6 35.74 Selecting previously unselected package python3-debian.
13:36:33 #6 35.75 Preparing to unpack .../python3-debian_0.1.27ubuntu2_all.deb ...
13:36:33 #6 35.75 Unpacking python3-debian (0.1.27ubuntu2) ...
13:36:33 #6 35.77 Selecting previously unselected package rename.
13:36:33 #6 35.78 Preparing to unpack .../archives/rename_0.20-4_all.deb ...
13:36:33 #6 35.78 Unpacking rename (0.20-4) ...
13:36:33 #6 35.80 Selecting previously unselected package unzip.
13:36:33 #6 35.80 Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ...
13:36:33 #6 35.81 Unpacking unzip (6.0-20ubuntu1) ...
13:36:33 #6 35.84 Selecting previously unselected package wdiff.
13:36:33 #6 35.84 Preparing to unpack .../wdiff_1.2.2-1build1_amd64.deb ...
13:36:33 #6 35.84 Unpacking wdiff (1.2.2-1build1) ...
13:36:33 #6 35.87 Selecting previously unselected package equivs.
13:36:33 #6 35.87 Preparing to unpack .../equivs_2.0.9+nmu1_all.deb ...
13:36:33 #6 35.87 Unpacking equivs (2.0.9+nmu1) ...
13:36:33 #6 35.89 Selecting previously unselected package libauthen-sasl-perl.
13:36:33 #6 35.89 Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ...
13:36:33 #6 35.90 Unpacking libauthen-sasl-perl (2.1600-1) ...
13:36:33 #6 35.93 Selecting previously unselected package python3-magic.
13:36:33 #6 35.93 Preparing to unpack .../python3-magic_1%3a5.25-2ubuntu1.4_all.deb ...
13:36:33 #6 35.93 Unpacking python3-magic (1:5.25-2ubuntu1.4) ...
13:36:33 #6 35.94 Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
13:36:34 #6 35.96 Processing triggers for systemd (229-4ubuntu21.28) ...
13:36:34 #6 36.00 Setting up libatm1:amd64 (1:2.5.1-1.5) ...
13:36:34 #6 36.02 Setting up liblocale-gettext-perl (1.07-1build1) ...
13:36:34 #6 36.03 Setting up libmnl0:amd64 (1.0.3-5) ...
13:36:34 #6 36.05 Setting up libpopt0:amd64 (1.16-10) ...
13:36:34 #6 36.06 Setting up mime-support (3.59ubuntu1) ...
13:36:34 #6 36.08 Setting up libmpdec2:amd64 (2.4.2-1) ...
13:36:34 #6 36.09 Setting up libsqlite3-0:amd64 (3.11.0-1ubuntu1.5) ...
13:36:34 #6 36.10 Setting up libpython3.5-stdlib:amd64 (3.5.2-2ubuntu0~16.04.11) ...
13:36:34 #6 36.11 Setting up python3.5 (3.5.2-2ubuntu0~16.04.11) ...
13:36:35 #6 37.01 Setting up libpython3-stdlib:amd64 (3.5.1-3) ...
13:36:35 #6 37.02 Setting up libgdbm3:amd64 (1.8.3-13.1) ...
13:36:35 #6 37.03 Setting up libffi6:amd64 (3.2.1-4) ...
13:36:35 #6 37.04 Setting up libglib2.0-0:amd64 (2.48.2-0ubuntu4.6) ...
13:36:35 #6 37.05 No schema files found: doing nothing.
13:36:35 #6 37.06 Setting up libxau6:amd64 (1:1.0.8-1) ...
13:36:35 #6 37.07 Setting up libxdmcp6:amd64 (1:1.1.2-1.1) ...
13:36:35 #6 37.08 Setting up libxcb1:amd64 (1.11.1-1ubuntu1) ...
13:36:35 #6 37.09 Setting up libx11-data (2:1.6.3-1ubuntu2.1) ...
13:36:35 #6 37.10 Setting up libx11-6:amd64 (2:1.6.3-1ubuntu2.1) ...
13:36:35 #6 37.11 Setting up libxext6:amd64 (2:1.3.3-1) ...
13:36:35 #6 37.12 Setting up groff-base (1.22.3-7) ...
13:36:35 #6 37.14 Setting up bsdmainutils (9.0.6ubuntu3) ...
13:36:35 #6 37.15 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
13:36:35 #6 37.16 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
13:36:35 #6 37.16 Setting up libpipeline1:amd64 (1.4.1-2) ...
13:36:35 #6 37.17 Setting up man-db (2.7.5-1) ...
13:36:35 #6 37.25 Building database of manual pages ...
13:36:39 #7 44.94 --------------------------------------------------------------------------------
13:36:39 #7 44.94 Total                                              1.0 MB/s |  16 MB  00:16     
13:36:39 #7 44.94 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
13:36:39 #7 44.94 Importing GPG key 0xF4A80EB5:
13:36:39 #7 44.94  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
13:36:39 #7 44.94  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
13:36:39 #7 44.94  Package    : centos-release-7-8.2003.0.el7.centos.x86_64 (@CentOS)
13:36:39 #7 44.94  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
13:36:39 #7 44.98 Running transaction check
13:36:39 #7 45.01 Running transaction test
13:36:39 #7 45.05 Transaction test succeeded
13:36:39 #7 45.05 Running transaction
13:36:39 #7 45.25   Installing : groff-base-1.22.2-8.el7.x86_64                              1/44 
13:36:39 #7 45.28   Installing : bzip2-1.0.6-13.el7.x86_64                                   2/44 
13:36:39 #7 45.30   Installing : 1:perl-parent-0.225-244.el7.noarch                          3/44 
13:36:39 #7 45.32   Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                           4/44 
13:36:39 #7 45.35   Installing : perl-podlators-2.5.1-3.el7.noarch                           5/44 
13:36:39 #7 45.38   Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                          6/44 
13:36:39 #7 45.40   Installing : 1:perl-Pod-Escapes-1.04-295.el7.noarch                      7/44 
13:36:39 #7 45.42   Installing : perl-Text-ParseWords-3.29-4.el7.noarch                      8/44 
13:36:39 #7 45.68   Installing : perl-Encode-2.51-7.el7.x86_64                               9/44 
13:36:39 #7 45.70   Installing : perl-Pod-Usage-1.63-3.el7.noarch                           10/44 
13:36:39 #7 45.74   Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      11/44 
13:36:39 #7 45.76   Installing : perl-Exporter-5.68-3.el7.noarch                            12/44 
13:36:39 #7 45.79   Installing : perl-constant-1.27-2.el7.noarch                            13/44 
13:36:39 #7 45.81   Installing : perl-threads-1.87-4.el7.x86_64                             14/44 
13:36:39 #7 45.83   Installing : perl-Carp-1.26-244.el7.noarch                              15/44 
13:36:39 #7 45.86   Installing : perl-Socket-2.010-5.el7.x86_64                             16/44 
13:36:40 #7 45.95   Installing : 4:perl-libs-5.16.3-295.el7.x86_64                          17/44 
13:36:40 #7 46.49   Installing : perl-Time-Local-1.2300-2.el7.noarch                        18/44 
13:36:40 #7 46.51   Installing : 4:perl-macros-5.16.3-295.el7.x86_64                        19/44 
13:36:40 #7 46.54   Installing : perl-Storable-2.45-3.el7.x86_64                            20/44 
13:36:40 #7 46.56   Installing : perl-threads-shared-1.43-6.el7.x86_64                      21/44 
13:36:40 #7 46.59   Installing : perl-PathTools-3.40-5.el7.x86_64                           22/44 
13:36:40 #7 46.62   Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 23/44 
13:36:40 #7 46.64   Installing : perl-File-Temp-0.23.01-3.el7.noarch                        24/44 
13:36:40 #7 46.67   Installing : perl-File-Path-2.09-2.el7.noarch                           25/44 
13:36:40 #7 46.69   Installing : perl-Filter-1.49-3.el7.x86_64                              26/44 
13:36:40 #7 46.73   Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                        27/44 
13:36:41 #7 46.76   Installing : perl-Getopt-Long-2.40-3.el7.noarch                         28/44 
13:36:41 #7 47.62   Installing : 4:perl-5.16.3-295.el7.x86_64                               29/44 
13:36:41 #7 47.67   Installing : perl-Thread-Queue-3.02-2.el7.noarch                        30/44 
13:36:41 #7 47.69   Installing : file-5.11-36.el7.x86_64                                    31/44 
13:36:41 #6 43.33 Setting up sgml-base (1.26+nmu4ubuntu1) ...
13:36:41 #6 43.35 Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ...
13:36:41 #6 43.36 Setting up perl-modules-5.22 (5.22.1-9ubuntu0.6) ...
13:36:41 #6 43.37 Setting up libperl5.22:amd64 (5.22.1-9ubuntu0.6) ...
13:36:41 #6 43.38 Setting up perl (5.22.1-9ubuntu0.6) ...
13:36:41 #6 43.39 update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode
13:36:41 #6 43.40 Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.12) ...
13:36:41 #6 43.41 Setting up python2.7 (2.7.12-1ubuntu0~16.04.12) ...
13:36:42 #6 44.03 Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ...
13:36:42 #6 44.04 Setting up python (2.7.12-1~16.04) ...
13:36:42 #6 44.05 Setting up libgmp10:amd64 (2:6.1.0+dfsg-2) ...
13:36:42 #6 44.05 Setting up libmpfr4:amd64 (3.1.4-1) ...
13:36:42 #6 44.06 Setting up libmpc3:amd64 (1.0.3-1) ...
13:36:42 #6 44.07 Setting up bzip2 (1.0.6-8ubuntu0.2) ...
13:36:42 #6 44.08 Setting up distro-info-data (0.28ubuntu0.14) ...
13:36:42 #6 44.09 Setting up libmagic1:amd64 (1:5.25-2ubuntu1.4) ...
13:36:42 #6 44.10 Setting up file (1:5.25-2ubuntu1.4) ...
13:36:42 #6 44.11 Setting up iproute2 (4.3.0-1ubuntu3.16.04.5) ...
13:36:42 #6 44.14 Setting up ifupdown (0.8.10ubuntu1.4) ...
13:36:42 #6 44.21 Creating /etc/network/interfaces.
13:36:42 #7 47.74   Installing : zip-3.0-11.el7.x86_64                                      32/44 
13:36:42 #7 48.53   Installing : gdb-7.6.1-119.el7.x86_64                                   33/44 
13:36:42 #7 48.59   Installing : elfutils-0.176-4.el7.x86_64                                34/44 
13:36:42 #7 48.61   Installing : python-srpm-macros-3-32.el7.noarch                         35/44 
13:36:42 #7 48.64   Installing : unzip-6.0-21.el7.x86_64                                    36/44 
13:36:42 #7 48.67   Installing : patch-2.7.1-12.el7_7.x86_64                                37/44 
13:36:42 #7 48.70   Installing : dwz-0.11-3.el7.x86_64                                      38/44 
13:36:42 #7 48.72   Installing : perl-srpm-macros-1-8.el7.noarch                            39/44 
13:36:42 #7 48.74   Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch               40/44 
13:36:42 #7 48.76   Installing : 1:emacs-filesystem-24.3-23.el7.noarch                      41/44 
13:36:42 #7 48.79   Installing : desktop-file-utils-0.23-2.el7.x86_64                       42/44 
13:36:42 #6 44.33 Setting up libisc-export160 (1:9.10.3.dfsg.P4-8ubuntu1.16) ...
13:36:42 #6 44.34 Setting up libdns-export162 (1:9.10.3.dfsg.P4-8ubuntu1.16) ...
13:36:42 #6 44.35 Setting up isc-dhcp-client (4.3.3-5ubuntu12.10) ...
13:36:42 #6 44.37 Setting up isc-dhcp-common (4.3.3-5ubuntu12.10) ...
13:36:42 #6 44.38 Setting up less (481-2.1ubuntu0.2) ...
13:36:42 #6 44.45 Setting up libapt-inst2.0:amd64 (1.2.32ubuntu0.1) ...
13:36:42 #6 44.46 Setting up libbsd0:amd64 (0.8.2-1ubuntu0.1) ...
13:36:42 #6 44.47 Setting up libnettle6:amd64 (3.2-1ubuntu0.16.04.1) ...
13:36:42 #6 44.48 Setting up libhogweed4:amd64 (3.2-1ubuntu0.16.04.1) ...
13:36:42 #6 44.49 Setting up libidn11:amd64 (1.32-3ubuntu1.2) ...
13:36:42 #6 44.49 Setting up libp11-kit0:amd64 (0.23.2-5~ubuntu16.04.1) ...
13:36:42 #6 44.50 Setting up libtasn1-6:amd64 (4.7-3ubuntu0.16.04.3) ...
13:36:42 #6 44.51 Setting up libgnutls30:amd64 (3.4.10-4ubuntu1.8) ...
13:36:42 #6 44.52 Setting up libxtables11:amd64 (1.6.0-2ubuntu3) ...
13:36:42 #6 44.52 Setting up netbase (5.3) ...
13:36:42 #6 44.54 Setting up openssl (1.0.2g-1ubuntu4.16) ...
13:36:42 #6 44.55 Setting up ca-certificates (20190110~16.04.1) ...
13:36:42 #7 48.84   Installing : rpmlint-1.5-4.el7.noarch                                   43/44 
13:36:42 #7 48.88   Installing : rpm-build-4.11.3-43.el7.x86_64                             44/44 
13:36:42 #7 48.91   Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                           1/44 
13:36:42 #7 48.93   Verifying  : rpm-build-4.11.3-43.el7.x86_64                              2/44 
13:36:42 #7 48.94   Verifying  : perl-threads-shared-1.43-6.el7.x86_64                       3/44 
13:36:42 #7 48.95   Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                       4/44 
13:36:42 #7 48.96   Verifying  : 1:perl-Pod-Escapes-1.04-295.el7.noarch                      5/44 
13:36:42 #7 48.97   Verifying  : 1:emacs-filesystem-24.3-23.el7.noarch                       6/44 
13:36:42 #7 48.98   Verifying  : perl-Exporter-5.68-3.el7.noarch                             7/44 
13:36:42 #7 48.99   Verifying  : perl-constant-1.27-2.el7.noarch                             8/44 
13:36:42 #7 49.00   Verifying  : perl-PathTools-3.40-5.el7.x86_64                            9/44 
13:36:42 #7 49.01   Verifying  : perl-threads-1.87-4.el7.x86_64                             10/44 
13:36:42 #7 49.03   Verifying  : desktop-file-utils-0.23-2.el7.x86_64                       11/44 
13:36:42 #7 49.04   Verifying  : perl-Carp-1.26-244.el7.noarch                              12/44 
13:36:42 #7 49.05   Verifying  : perl-Socket-2.010-5.el7.x86_64                             13/44 
13:36:42 #7 49.06   Verifying  : 1:perl-parent-0.225-244.el7.noarch                         14/44 
13:36:42 #7 49.07   Verifying  : bzip2-1.0.6-13.el7.x86_64                                  15/44 
13:36:42 #7 49.09   Verifying  : perl-srpm-macros-1-8.el7.noarch                            16/44 
13:36:42 #7 49.10   Verifying  : 4:perl-libs-5.16.3-295.el7.x86_64                          17/44 
13:36:42 #7 49.12   Verifying  : groff-base-1.22.2-8.el7.x86_64                             18/44 
13:36:42 #7 49.13   Verifying  : perl-Thread-Queue-3.02-2.el7.noarch                        19/44 
13:36:42 #7 49.14   Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        20/44 
13:36:42 #7 49.16   Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        21/44 
13:36:43 #7 49.17   Verifying  : dwz-0.11-3.el7.x86_64                                      22/44 
13:36:43 #7 49.18   Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        23/44 
13:36:43 #7 49.19   Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         24/44 
13:36:43 #7 49.20   Verifying  : 4:perl-macros-5.16.3-295.el7.x86_64                        25/44 
13:36:43 #7 49.22   Verifying  : 4:perl-5.16.3-295.el7.x86_64                               26/44 
13:36:43 #7 49.23   Verifying  : patch-2.7.1-12.el7_7.x86_64                                27/44 
13:36:43 #7 49.25   Verifying  : unzip-6.0-21.el7.x86_64                                    28/44 
13:36:43 #7 49.26   Verifying  : perl-Storable-2.45-3.el7.x86_64                            29/44 
13:36:43 #7 49.28   Verifying  : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 30/44 
13:36:43 #7 49.30   Verifying  : python-srpm-macros-3-32.el7.noarch                         31/44 
13:36:43 #7 49.31   Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           32/44 
13:36:43 #7 49.32   Verifying  : elfutils-0.176-4.el7.x86_64                                33/44 
13:36:43 #7 49.34   Verifying  : perl-Encode-2.51-7.el7.x86_64                              34/44 
13:36:43 #7 49.35   Verifying  : rpmlint-1.5-4.el7.noarch                                   35/44 
13:36:43 #7 49.36   Verifying  : perl-podlators-2.5.1-3.el7.noarch                          36/44 
13:36:43 #7 49.37   Verifying  : gdb-7.6.1-119.el7.x86_64                                   37/44 
13:36:43 #6 44.92 Setting up libasprintf0v5:amd64 (0.19.7-2ubuntu3.1) ...
13:36:43 #6 44.93 Setting up gettext-base (0.19.7-2ubuntu3.1) ...
13:36:43 #6 44.94 Setting up iso-codes (3.65-1) ...
13:36:43 #6 44.95 Setting up krb5-locales (1.13.2+dfsg-5ubuntu2.1) ...
13:36:43 #6 44.96 Setting up libroken18-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
13:36:43 #6 44.96 Setting up libasn1-8-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
13:36:43 #6 44.97 Setting up libkrb5support0:amd64 (1.13.2+dfsg-5ubuntu2.1) ...
13:36:43 #6 44.98 Setting up libk5crypto3:amd64 (1.13.2+dfsg-5ubuntu2.1) ...
13:36:43 #6 44.99 Setting up libkeyutils1:amd64 (1.5.9-8ubuntu1) ...
13:36:43 #6 44.99 Setting up libkrb5-3:amd64 (1.13.2+dfsg-5ubuntu2.1) ...
13:36:43 #6 45.00 Setting up libgssapi-krb5-2:amd64 (1.13.2+dfsg-5ubuntu2.1) ...
13:36:43 #6 45.01 Setting up libhcrypto4-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
13:36:43 #6 45.06 Setting up libheimbase1-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
13:36:43 #6 45.07 Setting up libwind0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
13:36:43 #6 45.08 Setting up libhx509-5-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
13:36:43 #6 45.08 Setting up libkrb5-26-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
13:36:43 #6 45.09 Setting up libheimntlm0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
13:36:43 #6 45.10 Setting up libgssapi3-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
13:36:43 #6 45.11 Setting up libsasl2-modules-db:amd64 (2.1.26.dfsg1-14ubuntu0.2) ...
13:36:43 #6 45.12 Setting up libsasl2-2:amd64 (2.1.26.dfsg1-14ubuntu0.2) ...
13:36:43 #6 45.12 Setting up libldap-2.4-2:amd64 (2.4.42+dfsg-2ubuntu3.9) ...
13:36:43 #6 45.14 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d-1ubuntu0.1) ...
13:36:43 #6 45.15 Setting up libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.15) ...
13:36:43 #6 45.15 Setting up libedit2:amd64 (3.1-20150325-1ubuntu2) ...
13:36:43 #6 45.16 Setting up libglib2.0-data (2.48.2-0ubuntu4.6) ...
13:36:43 #7 49.39   Verifying  : perl-File-Path-2.09-2.el7.noarch                           38/44 
13:36:43 #7 49.40   Verifying  : zip-3.0-11.el7.x86_64                                      39/44 
13:36:43 #7 49.42   Verifying  : file-5.11-36.el7.x86_64                                    40/44 
13:36:43 #7 49.43   Verifying  : perl-Filter-1.49-3.el7.x86_64                              41/44 
13:36:43 #7 49.45   Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                         42/44 
13:36:43 #7 49.46   Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     43/44 
13:36:43 #7 49.47   Verifying  : redhat-rpm-config-9.1.0-88.el7.centos.noarch               44/44 
13:36:43 #7 49.51 
13:36:43 #7 49.51 Installed:
13:36:43 #7 49.51   rpm-build.x86_64 0:4.11.3-43.el7          rpmlint.noarch 0:1.5-4.el7         
13:36:43 #7 49.51 
13:36:43 #7 49.51 Dependency Installed:
13:36:43 #7 49.51   bzip2.x86_64 0:1.0.6-13.el7                                                   
13:36:43 #7 49.51   desktop-file-utils.x86_64 0:0.23-2.el7                                        
13:36:43 #7 49.51   dwz.x86_64 0:0.11-3.el7                                                       
13:36:43 #7 49.51   elfutils.x86_64 0:0.176-4.el7                                                 
13:36:43 #7 49.51   emacs-filesystem.noarch 1:24.3-23.el7                                         
13:36:43 #7 49.51   file.x86_64 0:5.11-36.el7                                                     
13:36:43 #7 49.51   gdb.x86_64 0:7.6.1-119.el7                                                    
13:36:43 #7 49.51   groff-base.x86_64 0:1.22.2-8.el7                                              
13:36:43 #7 49.51   patch.x86_64 0:2.7.1-12.el7_7                                                 
13:36:43 #7 49.51   perl.x86_64 4:5.16.3-295.el7                                                  
13:36:43 #7 49.51   perl-Carp.noarch 0:1.26-244.el7                                               
13:36:43 #7 49.51   perl-Encode.x86_64 0:2.51-7.el7                                               
13:36:43 #7 49.51   perl-Exporter.noarch 0:5.68-3.el7                                             
13:36:43 #7 49.51   perl-File-Path.noarch 0:2.09-2.el7                                            
13:36:43 #7 49.51   perl-File-Temp.noarch 0:0.23.01-3.el7                                         
13:36:43 #7 49.51   perl-Filter.x86_64 0:1.49-3.el7                                               
13:36:43 #7 49.51   perl-Getopt-Long.noarch 0:2.40-3.el7                                          
13:36:43 #7 49.51   perl-HTTP-Tiny.noarch 0:0.033-3.el7                                           
13:36:43 #7 49.51   perl-PathTools.x86_64 0:3.40-5.el7                                            
13:36:43 #7 49.51   perl-Pod-Escapes.noarch 1:1.04-295.el7                                        
13:36:43 #7 49.51   perl-Pod-Perldoc.noarch 0:3.20-4.el7                                          
13:36:43 #7 49.51   perl-Pod-Simple.noarch 1:3.28-4.el7                                           
13:36:43 #7 49.51   perl-Pod-Usage.noarch 0:1.63-3.el7                                            
13:36:43 #7 49.51   perl-Scalar-List-Utils.x86_64 0:1.27-248.el7                                  
13:36:43 #7 49.51   perl-Socket.x86_64 0:2.010-5.el7                                              
13:36:43 #7 49.51   perl-Storable.x86_64 0:2.45-3.el7                                             
13:36:43 #7 49.51   perl-Text-ParseWords.noarch 0:3.29-4.el7                                      
13:36:43 #7 49.51   perl-Thread-Queue.noarch 0:3.02-2.el7                                         
13:36:43 #7 49.51   perl-Time-HiRes.x86_64 4:1.9725-3.el7                                         
13:36:43 #7 49.51   perl-Time-Local.noarch 0:1.2300-2.el7                                         
13:36:43 #7 49.51   perl-constant.noarch 0:1.27-2.el7                                             
13:36:43 #7 49.51   perl-libs.x86_64 4:5.16.3-295.el7                                             
13:36:43 #7 49.51   perl-macros.x86_64 4:5.16.3-295.el7                                           
13:36:43 #7 49.51   perl-parent.noarch 1:0.225-244.el7                                            
13:36:43 #7 49.51   perl-podlators.noarch 0:2.5.1-3.el7                                           
13:36:43 #7 49.51   perl-srpm-macros.noarch 0:1-8.el7                                             
13:36:43 #7 49.51   perl-threads.x86_64 0:1.87-4.el7                                              
13:36:43 #7 49.51   perl-threads-shared.x86_64 0:1.43-6.el7                                       
13:36:43 #7 49.51   python-srpm-macros.noarch 0:3-32.el7                                          
13:36:43 #7 49.51   redhat-rpm-config.noarch 0:9.1.0-88.el7.centos                                
13:36:43 #7 49.51   unzip.x86_64 0:6.0-21.el7                                                     
13:36:43 #7 49.51   zip.x86_64 0:3.0-11.el7                                                       
13:36:43 #7 49.51 
13:36:43 #7 49.51 Complete!
13:36:43 #6 45.17 Setting up libicu55:amd64 (55.1-7ubuntu0.5) ...
13:36:43 #6 45.18 Setting up libsasl2-modules:amd64 (2.1.26.dfsg1-14ubuntu0.2) ...
13:36:43 #6 45.19 Setting up libxml2:amd64 (2.9.3+dfsg1-1ubuntu0.7) ...
13:36:43 #6 45.20 Setting up libxmuu1:amd64 (2:1.1.2-2) ...
13:36:43 #6 45.21 Setting up manpages (4.04-2) ...
13:36:43 #6 45.21 Setting up openssh-client (1:7.2p2-4ubuntu2.10) ...
13:36:43 #6 45.28 Setting up python-apt-common (1.1.0~beta1ubuntu0.16.04.9) ...
13:36:43 #6 45.29 Setting up rsync (3.1.1-3ubuntu1.3) ...
13:36:43 #6 45.33 invoke-rc.d: could not determine current runlevel
13:36:43 #6 45.34 invoke-rc.d: policy-rc.d denied execution of restart.
13:36:43 #6 45.34 Setting up shared-mime-info (1.5-2ubuntu0.2) ...
13:36:43 #7 DONE 50.2s
13:36:44 
13:36:44 #9 [stage-1 4/7] COPY SPECS /root/rpmbuild/SPECS
13:36:44 #9 DONE 0.0s
13:36:44 
13:36:44 #10 [stage-1 5/7] RUN yum-builddep -y /root/rpmbuild/SPECS/*.spec
13:36:44 #10 0.562 Loaded plugins: fastestmirror, ovl
13:36:45 #10 0.885 Enabling base-source repository
13:36:45 #10 0.885 Enabling extras-source repository
13:36:45 #10 0.885 Enabling updates-source repository
13:36:45 #10 0.886 Loading mirror speeds from cached hostfile
13:36:45 #10 0.886  * base: d36uatko69830t.cloudfront.net
13:36:45 #10 0.887  * extras: d36uatko69830t.cloudfront.net
13:36:45 #10 0.887  * updates: d36uatko69830t.cloudfront.net
13:36:45 #6 46.79 Setting up strace (4.11-1ubuntu3) ...
13:36:45 #6 46.80 Setting up xauth (1:1.0.9-1ubuntu2) ...
13:36:45 #6 46.81 Setting up xdg-user-dirs (0.15-2ubuntu6.16.04.1) ...
13:36:45 #6 46.83 Setting up xml-core (0.13+nmu2) ...
13:36:45 #6 46.99 Setting up at (3.1.18-2ubuntu1) ...
13:36:45 #6 47.13 invoke-rc.d: could not determine current runlevel
13:36:45 #6 47.13 invoke-rc.d: policy-rc.d denied execution of start.
13:36:45 #6 47.14 Setting up autotools-dev (20150820.1) ...
13:36:45 #6 47.15 Setting up binutils (2.26.1-1ubuntu1~16.04.8) ...
13:36:45 #6 47.15 Setting up libc-dev-bin (2.23-0ubuntu11.2) ...
13:36:45 #6 47.16 Setting up linux-libc-dev:amd64 (4.4.0-187.217) ...
13:36:45 #6 47.17 Setting up libc6-dev:amd64 (2.23-0ubuntu11.2) ...
13:36:45 #6 47.18 Setting up libisl15:amd64 (0.16.1-1) ...
13:36:45 #6 47.19 Setting up cpp-5 (5.4.0-6ubuntu1~16.04.12) ...
13:36:45 #6 47.20 Setting up cpp (4:5.3.1-1ubuntu1) ...
13:36:45 #6 47.21 Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:45 #6 47.22 Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:45 #6 47.23 Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:45 #6 47.23 Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:45 #6 47.24 Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:45 #6 47.25 Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:45 #6 47.26 Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:45 #6 47.26 Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:45 #6 47.27 Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:45 #6 47.28 Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:45 #6 47.29 Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:45 #6 47.29 Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:45 #6 47.30 Setting up gcc-5 (5.4.0-6ubuntu1~16.04.12) ...
13:36:45 #6 47.31 Setting up gcc (4:5.3.1-1ubuntu1) ...
13:36:45 #6 47.32 Setting up libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.12) ...
13:36:45 #6 47.33 Setting up g++-5 (5.4.0-6ubuntu1~16.04.12) ...
13:36:45 #6 47.34 Setting up g++ (4:5.3.1-1ubuntu1) ...
13:36:45 #6 47.36 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:36:45 #6 47.37 Setting up make (4.1-6) ...
13:36:45 #6 47.38 Setting up libdpkg-perl (1.18.4ubuntu1.6) ...
13:36:45 #6 47.38 Setting up xz-utils (5.1.1alpha+20120614-2ubuntu2) ...
13:36:45 #6 47.39 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:36:45 #6 47.40 Setting up patch (2.7.5-1ubuntu0.16.04.2) ...
13:36:45 #6 47.41 Setting up dpkg-dev (1.18.4ubuntu1.6) ...
13:36:45 #6 47.42 Setting up build-essential (12.1ubuntu2) ...
13:36:45 #6 47.43 Setting up curl (7.47.0-1ubuntu2.15) ...
13:36:45 #6 47.44 Setting up dctrl-tools (2.24-2) ...
13:36:45 #6 47.45 Setting up libcroco3:amd64 (0.6.11-1) ...
13:36:45 #6 47.46 Setting up gettext (0.19.7-2ubuntu3.1) ...
13:36:45 #6 47.47 Setting up intltool-debian (0.35.0+20060710.4) ...
13:36:45 #6 47.48 Setting up po-debconf (1.0.19) ...
13:36:45 #6 47.48 Setting up libarchive-zip-perl (1.56-2ubuntu0.1) ...
13:36:45 #6 47.49 Setting up libfile-stripnondeterminism-perl (0.015-1) ...
13:36:45 #6 47.50 Setting up libtimedate-perl (2.3000-2) ...
13:36:45 #6 47.50 Setting up diffstat (1.61-1) ...
13:36:45 #6 47.51 Setting up dput (0.9.6.4ubuntu3) ...
13:36:45 #6 47.54 Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ...
13:36:45 #6 47.55 Setting up fakeroot (1.20.2-1ubuntu1) ...
13:36:45 #6 47.56 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:36:45 #6 47.57 Setting up liberror-perl (0.17-1.2) ...
13:36:45 #6 47.57 Setting up git-man (1:2.7.4-0ubuntu1.9) ...
13:36:45 #6 47.58 Setting up git (1:2.7.4-0ubuntu1.9) ...
13:36:45 #6 47.60 Setting up libalgorithm-diff-perl (1.19.03-1) ...
13:36:45 #6 47.61 Setting up libalgorithm-diff-xs-perl (0.04-4build1) ...
13:36:45 #6 47.62 Setting up libalgorithm-merge-perl (0.08-3) ...
13:36:45 #6 47.75 Setting up libapt-pkg-perl (0.1.29build7) ...
13:36:45 #6 47.76 Setting up libasprintf-dev:amd64 (0.19.7-2ubuntu3.1) ...
13:36:45 #6 47.77 Setting up libhtml-tagset-perl (3.20-2) ...
13:36:45 #6 47.78 Setting up liburi-perl (1.71-1) ...
13:36:45 #6 47.78 Setting up libhtml-parser-perl (3.72-1) ...
13:36:45 #6 47.79 Setting up libcgi-pm-perl (4.26-1) ...
13:36:45 #6 47.80 Setting up libfcgi-perl (0.77-1build1) ...
13:36:45 #6 47.81 Setting up libcgi-fast-perl (1:2.10-1) ...
13:36:45 #6 47.82 Setting up libsub-name-perl (0.14-1build1) ...
13:36:45 #6 47.82 Setting up libclass-accessor-perl (0.34-1) ...
13:36:45 #6 47.83 Setting up libclone-perl (0.38-1build1) ...
13:36:45 #6 47.84 Setting up libdata-alias-perl (1.20-1build1) ...
13:36:45 #6 47.85 Setting up libdigest-hmac-perl (1.03+dfsg-1) ...
13:36:45 #6 47.85 Setting up libdistro-info-perl (0.14ubuntu0.1) ...
13:36:46 #6 47.86 Setting up libnet-ssleay-perl (1.72-1build1) ...
13:36:46 #6 47.87 Setting up libio-socket-ssl-perl (2.024-1) ...
13:36:46 #6 47.88 Setting up libnet-smtp-ssl-perl (1.03-1) ...
13:36:46 #6 47.88 Setting up libmailtools-perl (2.13-1) ...
13:36:46 #6 47.89 Setting up libsocket6-perl (0.25-1build2) ...
13:36:46 #6 47.90 Setting up libio-socket-inet6-perl (2.72-2) ...
13:36:46 #6 47.91 Setting up libnet-ip-perl (1.26-1) ...
13:36:46 #6 47.92 Setting up libnet-dns-perl (0.81-2build1) ...
13:36:46 #6 47.93 Setting up libnet-domain-tld-perl (1.73-1) ...
13:36:46 #6 47.93 Setting up libemail-valid-perl (1.198-1) ...
13:36:46 #6 47.94 Setting up libencode-locale-perl (1.05-1) ...
13:36:46 #6 47.95 Setting up libexporter-tiny-perl (0.042-1) ...
13:36:46 #6 47.96 Setting up libipc-system-simple-perl (1.25-3) ...
13:36:46 #6 47.96 Setting up libfile-basedir-perl (0.07-1) ...
13:36:46 #6 47.97 Setting up libfile-fcntllock-perl (0.22-3) ...
13:36:46 #6 47.98 Setting up libhttp-date-perl (6.02-1) ...
13:36:46 #6 47.99 Setting up libfile-listing-perl (6.04-1) ...
13:36:46 #6 48.00 Setting up libfont-afm-perl (1.20-1) ...
13:36:46 #6 48.01 Setting up libgettextpo0:amd64 (0.19.7-2ubuntu3.1) ...
13:36:46 #6 48.02 Setting up libgettextpo-dev:amd64 (0.19.7-2ubuntu3.1) ...
13:36:46 #6 48.03 Setting up libio-html-perl (1.001-1) ...
13:36:46 #6 48.04 Setting up liblwp-mediatypes-perl (6.02-1) ...
13:36:46 #6 48.05 Setting up libhttp-message-perl (6.11-1) ...
13:36:46 #6 48.05 Setting up libhtml-form-perl (6.03-1) ...
13:36:46 #6 48.06 Setting up libhtml-tree-perl (5.03-2) ...
13:36:46 #6 48.07 Setting up libhtml-format-perl (2.11-2) ...
13:36:46 #6 48.08 Setting up libhttp-cookies-perl (6.01-1) ...
13:36:46 #6 48.09 Setting up libhttp-daemon-perl (6.01-1) ...
13:36:46 #6 48.09 Setting up libhttp-negotiate-perl (6.00-2) ...
13:36:46 #6 48.10 Setting up libio-pty-perl (1:1.08-1.1build1) ...
13:36:46 #6 48.11 Setting up libio-string-perl (1.08-3) ...
13:36:46 #6 48.11 Setting up libipc-run-perl (0.94-1) ...
13:36:46 #6 48.12 Setting up liblist-moreutils-perl (0.413-1build1) ...
13:36:46 #6 48.13 Setting up libnet-http-perl (6.09-1) ...
13:36:46 #6 48.14 Setting up libwww-robotrules-perl (6.01-1) ...
13:36:46 #6 48.15 Setting up libsys-hostname-long-perl (1.5-1) ...
13:36:46 #6 48.15 Setting up libmail-sendmail-perl (0.79.16-1) ...
13:36:46 #6 48.16 Setting up libparse-debianchangelog-perl (1.2.0-8) ...
13:36:46 #6 48.17 Setting up libperlio-gzip-perl (0.19-1build1) ...
13:36:46 #6 48.18 Setting up libtext-levenshtein-perl (0.13-1) ...
13:36:46 #6 48.18 Setting up libyaml-libyaml-perl (0.41-6build1) ...
13:36:46 #6 48.19 Setting up hardening-includes (2.7ubuntu2) ...
13:36:46 #6 48.20 Setting up patchutils (0.3.4-1) ...
13:36:46 #6 48.21 Setting up t1utils (1.39-2) ...
13:36:46 #6 48.21 Setting up lintian (2.5.43ubuntu0.1) ...
13:36:46 #6 48.22 Setting up manpages-dev (4.04-2) ...
13:36:46 #6 48.23 Setting up rename (0.20-4) ...
13:36:46 #6 48.24 update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
13:36:46 #6 48.24 Setting up unzip (6.0-20ubuntu1) ...
13:36:46 #6 48.26 Setting up wdiff (1.2.2-1build1) ...
13:36:46 #6 48.27 Setting up libauthen-sasl-perl (2.1600-1) ...
13:36:46 #6 48.27 Setting up dh-python (2.20151103ubuntu1.2) ...
13:36:46 #6 48.42 Setting up python3 (3.5.1-3) ...
13:36:46 #6 48.72 Setting up lsb-release (9.20160110ubuntu0.2) ...
13:36:46 #6 48.73 Setting up python3-apt (1.1.0~beta1ubuntu0.16.04.9) ...
13:36:47 #6 48.88 Setting up debhelper (9.20160115ubuntu3) ...
13:36:47 #6 48.89 Setting up devscripts (2.16.2ubuntu3) ...
13:36:47 #6 49.04 Setting up liblwp-protocol-https-perl (6.06-2) ...
13:36:47 #6 49.05 Setting up python3-pkg-resources (20.7.0-1) ...
13:36:47 #6 49.23 Setting up python3-chardet (2.3.0-2) ...
13:36:47 #6 49.48 Setting up python3-six (1.10.0-3) ...
13:36:47 #6 49.62 Setting up python3-debian (0.1.27ubuntu2) ...
13:36:47 #6 49.77 Setting up equivs (2.0.9+nmu1) ...
13:36:47 #6 49.78 Setting up python3-magic (1:5.25-2ubuntu1.4) ...
13:36:47 #6 49.92 Setting up dh-strip-nondeterminism (0.015-1) ...
13:36:48 #6 49.93 Setting up libwww-perl (6.15-1) ...
13:36:48 #6 49.93 Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
13:36:48 #6 49.94 Processing triggers for systemd (229-4ubuntu21.28) ...
13:36:48 #6 49.95 Processing triggers for ca-certificates (20190110~16.04.1) ...
13:36:48 #6 49.96 Updating certificates in /etc/ssl/certs...
13:36:49 #10 5.131 Checking for new repos for mirrors
13:36:49 #10 5.156 Getting requirements for /root/rpmbuild/SPECS/docker-ce-cli.spec
13:36:49 #10 5.158  --> 1:make-3.82-24.el7.x86_64
13:36:49 #6 51.03 127 added, 0 removed; done.
13:36:49 #6 51.03 Running hooks in /etc/ca-certificates/update.d...
13:36:49 #6 51.03 done.
13:36:49 #6 51.04 Processing triggers for sgml-base (1.26+nmu4ubuntu1) ...
13:36:49 #10 5.251  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
13:36:49 #10 5.252  --> git-1.8.3.1-23.el7_8.x86_64
13:36:49 #10 5.276 Getting requirements for /root/rpmbuild/SPECS/docker-ce-rootless-extras.spec
13:36:49 #10 5.277  --> Already installed : bash-4.2.46-34.el7.x86_64
13:36:49 #10 5.302 Getting requirements for /root/rpmbuild/SPECS/docker-ce.spec
13:36:49 #10 5.303  --> Already installed : bash-4.2.46-34.el7.x86_64
13:36:49 #10 5.304  --> btrfs-progs-devel-4.9.1-1.el7.x86_64
13:36:49 #10 5.305  --> Already installed : ca-certificates-2020.2.41-70.0.el7_8.noarch
13:36:49 #10 5.305  --> cmake-2.8.12.2-2.el7.x86_64
13:36:49 #10 5.307  --> 7:device-mapper-devel-1.02.164-7.el7_8.2.x86_64
13:36:49 #10 5.308  --> gcc-4.8.5-39.el7.x86_64
13:36:49 #10 5.308  --> git-1.8.3.1-23.el7_8.x86_64
13:36:49 #10 5.311  --> glibc-static-2.17-307.el7.1.x86_64
13:36:49 #10 5.312  --> libseccomp-devel-2.3.1-4.el7.x86_64
13:36:49 #10 5.314  --> libselinux-devel-2.5-15.el7.x86_64
13:36:49 #10 5.314  --> libtool-2.4.2-22.el7_3.x86_64
13:36:49 #10 5.315  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
13:36:49 #10 5.315  --> 1:make-3.82-24.el7.x86_64
13:36:49 #10 5.316  --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
13:36:49 #10 5.317  --> Already installed : systemd-219-73.el7_8.9.x86_64
13:36:49 #10 5.318  --> selinux-policy-devel-3.13.1-266.el7_8.1.noarch
13:36:49 #10 5.320  --> systemd-devel-219-73.el7_8.9.x86_64
13:36:49 #10 5.321  --> Already installed : 2:tar-1.26-35.el7.x86_64
13:36:49 #10 5.322  --> which-2.20-7.el7.x86_64
13:36:49 #10 5.322 --> Running transaction check
13:36:49 #10 5.323 ---> Package btrfs-progs-devel.x86_64 0:4.9.1-1.el7 will be installed
13:36:49 #10 5.325 --> Processing Dependency: btrfs-progs = 4.9.1-1.el7 for package: btrfs-progs-devel-4.9.1-1.el7.x86_64
13:36:49 #10 5.437 --> Processing Dependency: libbtrfs.so.0()(64bit) for package: btrfs-progs-devel-4.9.1-1.el7.x86_64
13:36:49 #10 5.437 ---> Package cmake.x86_64 0:2.8.12.2-2.el7 will be installed
13:36:49 #10 5.444 --> Processing Dependency: libarchive.so.13()(64bit) for package: cmake-2.8.12.2-2.el7.x86_64
13:36:49 #10 5.447 ---> Package device-mapper-devel.x86_64 7:1.02.164-7.el7_8.2 will be installed
13:36:49 #10 5.449 ---> Package gcc.x86_64 0:4.8.5-39.el7 will be installed
13:36:49 #10 5.451 --> Processing Dependency: libgomp = 4.8.5-39.el7 for package: gcc-4.8.5-39.el7.x86_64
13:36:49 #10 5.454 --> Processing Dependency: cpp = 4.8.5-39.el7 for package: gcc-4.8.5-39.el7.x86_64
13:36:49 #10 5.456 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-39.el7.x86_64
13:36:49 #10 5.459 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-39.el7.x86_64
13:36:49 #10 5.461 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-39.el7.x86_64
13:36:49 #10 5.463 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-39.el7.x86_64
13:36:49 #10 5.463 ---> Package git.x86_64 0:1.8.3.1-23.el7_8 will be installed
13:36:49 #10 5.476 --> Processing Dependency: perl-Git = 1.8.3.1-23.el7_8 for package: git-1.8.3.1-23.el7_8.x86_64
13:36:49 #10 5.478 --> Processing Dependency: rsync for package: git-1.8.3.1-23.el7_8.x86_64
13:36:49 #10 5.480 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.x86_64
13:36:49 #10 5.481 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.x86_64
13:36:49 #10 5.482 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.x86_64
13:36:49 #10 5.484 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-23.el7_8.x86_64
13:36:49 #10 5.485 --> Processing Dependency: less for package: git-1.8.3.1-23.el7_8.x86_64
13:36:49 #10 5.487 ---> Package glibc-static.x86_64 0:2.17-307.el7.1 will be installed
13:36:49 #10 5.487 ---> Package libseccomp-devel.x86_64 0:2.3.1-4.el7 will be installed
13:36:49 #10 5.487 --> Processing Dependency: libseccomp(x86-64) = 2.3.1-4.el7 for package: libseccomp-devel-2.3.1-4.el7.x86_64
13:36:49 #10 5.489 --> Processing Dependency: libseccomp.so.2()(64bit) for package: libseccomp-devel-2.3.1-4.el7.x86_64
13:36:49 #10 5.489 ---> Package libselinux-devel.x86_64 0:2.5-15.el7 will be installed
13:36:49 #10 5.490 --> Processing Dependency: libsepol-devel(x86-64) >= 2.5-10 for package: libselinux-devel-2.5-15.el7.x86_64
13:36:49 #10 5.492 --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-15.el7.x86_64
13:36:49 #10 5.492 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-15.el7.x86_64
13:36:49 #10 5.495 ---> Package libtool.x86_64 0:2.4.2-22.el7_3 will be installed
13:36:49 #10 5.496 --> Processing Dependency: automake for package: libtool-2.4.2-22.el7_3.x86_64
13:36:49 #10 5.497 --> Processing Dependency: autoconf for package: libtool-2.4.2-22.el7_3.x86_64
13:36:49 #10 5.499 ---> Package libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3 will be installed
13:36:49 #10 5.499 --> Processing Dependency: libtool-ltdl = 2.4.2-22.el7_3 for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
13:36:49 #10 5.502 --> Processing Dependency: libltdl.so.7()(64bit) for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
13:36:49 #10 5.502 ---> Package make.x86_64 1:3.82-24.el7 will be installed
13:36:49 #10 5.503 ---> Package selinux-policy-devel.noarch 0:3.13.1-266.el7_8.1 will be installed
13:36:49 #10 5.503 --> Processing Dependency: selinux-policy = 3.13.1-266.el7_8.1 for package: selinux-policy-devel-3.13.1-266.el7_8.1.noarch
13:36:49 #10 5.505 --> Processing Dependency: policycoreutils-devel >= 2.5-24 for package: selinux-policy-devel-3.13.1-266.el7_8.1.noarch
13:36:49 #10 5.508 --> Processing Dependency: checkpolicy >= 2.5-8 for package: selinux-policy-devel-3.13.1-266.el7_8.1.noarch
13:36:49 #10 5.509 --> Processing Dependency: m4 for package: selinux-policy-devel-3.13.1-266.el7_8.1.noarch
13:36:49 #10 5.511 ---> Package systemd-devel.x86_64 0:219-73.el7_8.9 will be installed
13:36:49 #10 5.513 ---> Package which.x86_64 0:2.20-7.el7 will be installed
13:36:49 #10 5.513 --> Running transaction check
13:36:49 #10 5.514 ---> Package autoconf.noarch 0:2.69-11.el7 will be installed
13:36:49 #10 5.518 --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
13:36:49 #10 5.519 ---> Package automake.noarch 0:1.13.4-3.el7 will be installed
13:36:49 #10 5.521 --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch
13:36:49 #10 5.523 ---> Package btrfs-progs.x86_64 0:4.9.1-1.el7 will be installed
13:36:49 #10 5.525 --> Processing Dependency: liblzo2.so.2()(64bit) for package: btrfs-progs-4.9.1-1.el7.x86_64
13:36:49 #10 5.527 --> Processing Dependency: libext2fs.so.2()(64bit) for package: btrfs-progs-4.9.1-1.el7.x86_64
13:36:49 #10 5.529 ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed
13:36:49 #10 5.529 ---> Package cpp.x86_64 0:4.8.5-39.el7 will be installed
13:36:49 #10 5.534 ---> Package glibc-devel.x86_64 0:2.17-307.el7.1 will be installed
13:36:49 #10 5.538 --> Processing Dependency: glibc-headers = 2.17-307.el7.1 for package: glibc-devel-2.17-307.el7.1.x86_64
13:36:49 #10 5.539 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-307.el7.1.x86_64
13:36:49 #10 5.539 ---> Package less.x86_64 0:458-9.el7 will be installed
13:36:49 #10 5.540 ---> Package libarchive.x86_64 0:3.1.2-14.el7_7 will be installed
13:36:49 #10 5.543 ---> Package libgomp.x86_64 0:4.8.5-39.el7 will be installed
13:36:49 #10 5.544 ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
13:36:49 #10 5.544 ---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed
13:36:49 #10 5.545 ---> Package libsepol-devel.x86_64 0:2.5-10.el7 will be installed
13:36:49 #10 5.545 ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed
13:36:49 #10 5.545 ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed
13:36:49 #10 5.546 ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
13:36:49 #10 5.546 ---> Package openssh-clients.x86_64 0:7.4p1-21.el7 will be installed
13:36:49 #10 5.549 --> Processing Dependency: openssh = 7.4p1-21.el7 for package: openssh-clients-7.4p1-21.el7.x86_64
13:36:49 #10 5.551 --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-21.el7.x86_64
13:36:49 #10 5.553 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64
13:36:49 #10 5.553 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64
13:36:49 #10 5.555 ---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed
13:36:49 #10 5.556 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
13:36:49 #10 5.559 ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed
13:36:49 #10 5.560 ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
13:36:49 #10 5.561 ---> Package policycoreutils-devel.x86_64 0:2.5-34.el7 will be installed
13:36:49 #10 5.563 --> Processing Dependency: policycoreutils-python = 2.5-34.el7 for package: policycoreutils-devel-2.5-34.el7.x86_64
13:36:49 #10 5.564 ---> Package rsync.x86_64 0:3.1.2-10.el7 will be installed
13:36:49 #10 5.565 ---> Package selinux-policy.noarch 0:3.13.1-266.el7_8.1 will be installed
13:36:49 #10 5.566 --> Processing Dependency: policycoreutils >= 2.5-24 for package: selinux-policy-3.13.1-266.el7_8.1.noarch
13:36:49 #10 5.568 --> Running transaction check
13:36:49 #10 5.569 ---> Package e2fsprogs-libs.x86_64 0:1.42.9-17.el7 will be installed
13:36:49 #10 5.569 ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed
13:36:49 #10 5.569 --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64
13:36:49 #10 5.571 ---> Package glibc-headers.x86_64 0:2.17-307.el7.1 will be installed
13:36:49 #10 5.571 --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-307.el7.1.x86_64
13:36:49 #10 5.574 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-307.el7.1.x86_64
13:36:49 #10 5.574 ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
13:36:49 #10 5.575 ---> Package lzo.x86_64 0:2.06-8.el7 will be installed
13:36:49 #10 5.575 ---> Package openssh.x86_64 0:7.4p1-21.el7 will be installed
13:36:49 #10 5.577 ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
13:36:49 #10 5.579 ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
13:36:49 #10 5.581 ---> Package policycoreutils.x86_64 0:2.5-34.el7 will be installed
13:36:49 #10 5.583 --> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-34.el7.x86_64
13:36:49 #10 5.585 ---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be installed
13:36:49 #10 5.588 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.x86_64
13:36:49 #10 5.591 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.x86_64
13:36:49 #10 5.592 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.x86_64
13:36:49 #10 5.593 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.x86_64
13:36:49 #10 5.594 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.x86_64
13:36:49 #10 5.595 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
13:36:49 #10 5.596 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
13:36:49 #10 5.596 --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-34.el7.x86_64
13:36:49 #10 5.599 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
13:36:49 #10 5.600 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
13:36:49 #10 5.600 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
13:36:49 #10 5.600 --> Running transaction check
13:36:49 #10 5.600 ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed
13:36:49 #10 5.601 ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed
13:36:49 #10 5.601 ---> Package kernel-headers.x86_64 0:3.10.0-1127.18.2.el7 will be installed
13:36:49 #10 5.601 ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed
13:36:49 #10 5.602 ---> Package libselinux-python.x86_64 0:2.5-15.el7 will be installed
13:36:49 #10 5.603 ---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be installed
13:36:49 #10 5.603 ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed
13:36:49 #10 5.603 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
13:36:49 #10 5.603 ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed
13:36:49 #10 5.618 --> Finished Dependency Resolution
13:36:49 #10 5.643 
13:36:49 #10 5.643 Dependencies Resolved
13:36:49 #10 5.651 
13:36:49 #10 5.651 ================================================================================
13:36:49 #10 5.651  Package                   Arch      Version                   Repository  Size
13:36:49 #10 5.651 ================================================================================
13:36:49 #10 5.651 Installing:
13:36:49 #10 5.651  btrfs-progs-devel         x86_64    4.9.1-1.el7               base        47 k
13:36:49 #10 5.651  cmake                     x86_64    2.8.12.2-2.el7            base       7.1 M
13:36:49 #10 5.651  device-mapper-devel       x86_64    7:1.02.164-7.el7_8.2      updates    204 k
13:36:49 #10 5.651  gcc                       x86_64    4.8.5-39.el7              base        16 M
13:36:49 #10 5.651  git                       x86_64    1.8.3.1-23.el7_8          updates    4.4 M
13:36:49 #10 5.651  glibc-static              x86_64    2.17-307.el7.1            base       1.6 M
13:36:49 #10 5.651  libseccomp-devel          x86_64    2.3.1-4.el7               base        64 k
13:36:49 #10 5.651  libselinux-devel          x86_64    2.5-15.el7                base       187 k
13:36:49 #10 5.651  libtool                   x86_64    2.4.2-22.el7_3            base       588 k
13:36:49 #10 5.651  libtool-ltdl-devel        x86_64    2.4.2-22.el7_3            base       167 k
13:36:49 #10 5.651  make                      x86_64    1:3.82-24.el7             base       421 k
13:36:49 #10 5.651  selinux-policy-devel      noarch    3.13.1-266.el7_8.1        updates    1.7 M
13:36:49 #10 5.651  systemd-devel             x86_64    219-73.el7_8.9            updates    213 k
13:36:49 #10 5.651  which                     x86_64    2.20-7.el7                base        41 k
13:36:49 #10 5.651 Installing for dependencies:
13:36:49 #10 5.651  audit-libs-python         x86_64    2.8.5-4.el7               base        76 k
13:36:49 #10 5.651  autoconf                  noarch    2.69-11.el7               base       701 k
13:36:49 #10 5.651  automake                  noarch    1.13.4-3.el7              base       679 k
13:36:49 #10 5.651  btrfs-progs               x86_64    4.9.1-1.el7               base       678 k
13:36:49 #10 5.651  checkpolicy               x86_64    2.5-8.el7                 base       295 k
13:36:49 #10 5.651  cpp                       x86_64    4.8.5-39.el7              base       5.9 M
13:36:49 #10 5.651  e2fsprogs-libs            x86_64    1.42.9-17.el7             base       168 k
13:36:49 #10 5.651  fipscheck                 x86_64    1.4.1-6.el7               base        21 k
13:36:49 #10 5.651  fipscheck-lib             x86_64    1.4.1-6.el7               base        11 k
13:36:49 #10 5.651  glibc-devel               x86_64    2.17-307.el7.1            base       1.1 M
13:36:49 #10 5.651  glibc-headers             x86_64    2.17-307.el7.1            base       689 k
13:36:49 #10 5.651  kernel-headers            x86_64    3.10.0-1127.18.2.el7      updates    9.0 M
13:36:49 #10 5.651  less                      x86_64    458-9.el7                 base       120 k
13:36:49 #10 5.651  libarchive                x86_64    3.1.2-14.el7_7            base       319 k
13:36:49 #10 5.651  libcgroup                 x86_64    0.41-21.el7               base        66 k
13:36:49 #10 5.651  libedit                   x86_64    3.0-12.20121213cvs.el7    base        92 k
13:36:49 #10 5.651  libgomp                   x86_64    4.8.5-39.el7              base       158 k
13:36:49 #10 5.651  libmpc                    x86_64    1.0.1-3.el7               base        51 k
13:36:49 #10 5.651  libseccomp                x86_64    2.3.1-4.el7               base        56 k
13:36:49 #10 5.651  libselinux-python         x86_64    2.5-15.el7                base       236 k
13:36:49 #10 5.651  libselinux-utils          x86_64    2.5-15.el7                base       151 k
13:36:49 #10 5.651  libsemanage-python        x86_64    2.5-14.el7                base       113 k
13:36:49 #10 5.651  libsepol-devel            x86_64    2.5-10.el7                base        77 k
13:36:49 #10 5.651  libtool-ltdl              x86_64    2.4.2-22.el7_3            base        49 k
13:36:49 #10 5.651  lzo                       x86_64    2.06-8.el7                base        59 k
13:36:49 #10 5.651  m4                        x86_64    1.4.16-10.el7             base       256 k
13:36:49 #10 5.651  mpfr                      x86_64    3.1.1-4.el7               base       203 k
13:36:49 #10 5.651  openssh                   x86_64    7.4p1-21.el7              base       510 k
13:36:49 #10 5.651  openssh-clients           x86_64    7.4p1-21.el7              base       655 k
13:36:49 #10 5.651  pcre-devel                x86_64    8.32-17.el7               base       480 k
13:36:49 #10 5.651  perl-Data-Dumper          x86_64    2.145-3.el7               base        47 k
13:36:49 #10 5.651  perl-Error                noarch    1:0.17020-2.el7           base        32 k
13:36:49 #10 5.651  perl-Git                  noarch    1.8.3.1-23.el7_8          updates     56 k
13:36:49 #10 5.651  perl-TermReadKey          x86_64    2.30-20.el7               base        31 k
13:36:49 #10 5.651  perl-Test-Harness         noarch    3.28-3.el7                base       302 k
13:36:49 #10 5.651  policycoreutils           x86_64    2.5-34.el7                base       917 k
13:36:49 #10 5.651  policycoreutils-devel     x86_64    2.5-34.el7                base       335 k
13:36:49 #10 5.651  policycoreutils-python    x86_64    2.5-34.el7                base       457 k
13:36:49 #10 5.651  python-IPy                noarch    0.75-6.el7                base        32 k
13:36:49 #10 5.651  rsync                     x86_64    3.1.2-10.el7              base       404 k
13:36:49 #10 5.651  selinux-policy            noarch    3.13.1-266.el7_8.1        updates    497 k
13:36:49 #10 5.651  setools-libs              x86_64    3.3.8-4.el7               base       620 k
13:36:49 #10 5.651 
13:36:49 #10 5.651 Transaction Summary
13:36:49 #10 5.651 ================================================================================
13:36:49 #10 5.651 Install  14 Packages (+42 Dependent packages)
13:36:49 #10 5.651 
13:36:49 #10 5.653 Total download size: 59 M
13:36:49 #10 5.653 Installed size: 175 M
13:36:49 #10 5.653 Downloading packages:
13:36:52 #6 DONE 54.2s
13:36:52 
13:36:52 #8 [stage-1 3/8] COPY common /root/build-deb/debian
13:36:52 #8 DONE 0.0s
13:36:52 
13:36:52 #9 [stage-1 4/8] RUN mk-build-deps -t "apt-get -o Debug::pkgProblemResolver...
13:36:53 #9 0.997 dh_testdir
13:36:53 #9 1.010 dh_testroot
13:36:53 #9 1.021 dh_prep
13:36:53 #9 1.036 dh_testdir
13:36:53 #9 1.048 dh_testroot
13:36:53 #9 1.059 dh_install
13:36:53 #9 1.080 dh_installdocs
13:36:53 #9 1.096 dh_installchangelogs
13:36:53 #9 1.171 dh_compress
13:36:53 #9 1.196 dh_fixperms
13:36:53 #9 1.234 dh_installdeb
13:36:53 #9 1.247 dh_gencontrol
13:36:53 #9 1.351 dh_md5sums
13:36:53 #9 1.370 dh_builddeb
13:36:53 #9 1.383 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:36:53 #9 1.403 
13:36:53 #9 1.403 The package has been created.
13:36:53 #9 1.403 Attention, the package has been created in the current directory,
13:36:53 #9 1.403 not in ".." as indicated by the message above!
13:36:53 #9 1.421 Selecting previously unselected package docker-ce-build-deps.
13:36:53 #9 1.431 (Reading database ... 20355 files and directories currently installed.)
13:36:53 #9 1.431 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:36:53 #9 1.433 Unpacking docker-ce-build-deps (1.0) ...
13:36:54 #9 1.563 Reading package lists...
13:36:54 #9 2.405 Building dependency tree...
13:36:54 #9 2.537 Reading state information...
13:36:54 #9 2.547 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:36:54 #9 2.570 Starting 2 pkgProblemResolver with broken count: 0
13:36:54 #9 2.571 Done
13:36:54 #9 2.582  Done
13:36:54 #9 2.584 Starting pkgProblemResolver with broken count: 0
13:36:54 #9 2.600 Starting 2 pkgProblemResolver with broken count: 0
13:36:54 #9 2.601 Done
13:36:54 #9 2.655 The following additional packages will be installed:
13:36:55 #9 2.655   bash-completion btrfs-tools cmake cmake-data dh-apparmor dh-systemd
13:36:55 #9 2.655   libarchive13 libcurl3 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp1
13:36:55 #9 2.655   libltdl-dev libltdl7 liblzo2-2 libpcre16-3 libpcre3-dev libpcre32-3
13:36:55 #9 2.655   libpcrecpp0v5 libseccomp-dev libseccomp2 libselinux1-dev libsepol1-dev
13:36:55 #9 2.655   libsystemd-dev libtool libudev-dev pkg-config
13:36:55 #9 2.656 Suggested packages:
13:36:55 #9 2.656   codeblocks eclipse ninja-build apparmor-easyprof augeas-tools lrzip
13:36:55 #9 2.656   libtool-doc seccomp autoconf automaken gfortran | fortran95-compiler gcj-jdk
13:36:55 #9 2.656 The following NEW packages will be installed:
13:36:55 #9 2.656   bash-completion btrfs-tools cmake cmake-data dh-apparmor dh-systemd
13:36:55 #9 2.656   libarchive13 libcurl3 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp1
13:36:55 #9 2.656   libltdl-dev libltdl7 liblzo2-2 libpcre16-3 libpcre3-dev libpcre32-3
13:36:55 #9 2.657   libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
13:36:55 #9 2.657   libtool libudev-dev pkg-config
13:36:55 #9 2.657 The following packages will be upgraded:
13:36:55 #9 2.657   libseccomp2
13:36:59 #9 6.931 1 upgraded, 25 newly installed, 0 to remove and 1 not upgraded.
13:36:59 #9 6.931 1 not fully installed or removed.
13:36:59 #9 6.931 Need to get 7102 kB of archives.
13:36:59 #9 6.931 After this operation, 36.8 MB of additional disk space will be used.
13:36:59 #9 6.931 Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 bash-completion all 1:2.1-4.2ubuntu1.1 [152 kB]
13:36:59 #9 7.260 Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake-data all 3.5.1-1ubuntu3 [1121 kB]
13:36:59 #9 7.505 Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB]
13:36:59 #9 7.508 Get:4 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive13 amd64 3.1.2-11ubuntu0.16.04.8 [262 kB]
13:36:59 #9 7.527 Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3 amd64 7.47.0-1ubuntu2.15 [186 kB]
13:37:00 #9 7.539 Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjsoncpp1 amd64 1.7.2-1 [73.0 kB]
13:37:00 #9 7.545 Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake amd64 3.5.1-1ubuntu3 [2623 kB]
13:37:00 #9 7.667 Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 dh-apparmor all 2.10.95-0ubuntu2.11 [9788 B]
13:37:00 #9 7.668 Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 dh-systemd all 1.29ubuntu4 [18.0 kB]
13:37:00 #9 7.669 Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 btrfs-tools amd64 4.4-1ubuntu1.1 [521 kB]
13:37:00 #9 7.694 Get:11 http://archive.ubuntu.com/ubuntu xenial/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.110-1ubuntu10 [12.2 kB]
13:37:00 #9 7.695 Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libudev-dev amd64 229-4ubuntu21.28 [150 kB]
13:37:00 #9 7.701 Get:13 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsepol1-dev amd64 2.4-2 [249 kB]
13:37:00 #9 7.715 Get:14 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcre16-3 amd64 2:8.38-3.1 [144 kB]
13:37:00 #9 7.720 Get:15 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcre32-3 amd64 2:8.38-3.1 [136 kB]
13:37:00 #9 7.728 Get:16 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcrecpp0v5 amd64 2:8.38-3.1 [15.2 kB]
13:37:00 #9 7.740 Get:17 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcre3-dev amd64 2:8.38-3.1 [525 kB]
13:37:00 #9 7.748 Get:18 http://archive.ubuntu.com/ubuntu xenial/main amd64 libselinux1-dev amd64 2.4-3build2 [122 kB]
13:37:00 #9 7.813 Get:19 http://archive.ubuntu.com/ubuntu xenial/main amd64 libdevmapper-dev amd64 2:1.02.110-1ubuntu10 [29.6 kB]
13:37:00 #9 7.813 Get:20 http://archive.ubuntu.com/ubuntu xenial/main amd64 libltdl7 amd64 2.4.6-0.1 [38.3 kB]
13:37:00 #9 7.814 Get:21 http://archive.ubuntu.com/ubuntu xenial/main amd64 libltdl-dev amd64 2.4.6-0.1 [162 kB]
13:37:00 #9 7.816 Get:22 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.16.04.3 [41.0 kB]
13:37:00 #9 7.817 Get:23 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libseccomp-dev amd64 2.4.3-1ubuntu3.16.04.3 [65.5 kB]
13:37:00 #9 7.817 Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsystemd-dev amd64 229-4ubuntu21.28 [158 kB]
13:37:00 #9 7.819 Get:25 http://archive.ubuntu.com/ubuntu xenial/main amd64 libtool all 2.4.6-0.1 [193 kB]
13:37:00 #9 7.821 Get:26 http://archive.ubuntu.com/ubuntu xenial/main amd64 pkg-config amd64 0.29.1-0ubuntu1 [45.0 kB]
13:37:00 #9 7.888 debconf: delaying package configuration, since apt-utils is not installed
13:37:00 #9 7.910 Fetched 7102 kB in 5s (1388 kB/s)
13:37:00 #9 7.933 Selecting previously unselected package bash-completion.
13:37:00 #9 7.933 (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 ... 20359 files and directories currently installed.)
13:37:00 #9 7.943 Preparing to unpack .../bash-completion_1%3a2.1-4.2ubuntu1.1_all.deb ...
13:37:00 #9 8.201 Unpacking bash-completion (1:2.1-4.2ubuntu1.1) ...
13:37:00 #9 8.217 Replaced by files in installed package apt (1.2.32ubuntu0.1) ...
13:37:00 #9 8.277 Selecting previously unselected package cmake-data.
13:37:00 #9 8.280 Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ...
13:37:00 #9 8.284 Unpacking cmake-data (3.5.1-1ubuntu3) ...
13:37:00 #9 8.495 Selecting previously unselected package liblzo2-2:amd64.
13:37:00 #9 8.498 Preparing to unpack .../liblzo2-2_2.08-1.2_amd64.deb ...
13:37:00 #9 8.501 Unpacking liblzo2-2:amd64 (2.08-1.2) ...
13:37:00 #9 8.527 Selecting previously unselected package libarchive13:amd64.
13:37:00 #9 8.529 Preparing to unpack .../libarchive13_3.1.2-11ubuntu0.16.04.8_amd64.deb ...
13:37:00 #9 8.534 Unpacking libarchive13:amd64 (3.1.2-11ubuntu0.16.04.8) ...
13:37:00 #9 8.578 Selecting previously unselected package libcurl3:amd64.
13:37:00 #9 8.580 Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.15_amd64.deb ...
13:37:00 #9 8.583 Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.15) ...
13:37:00 #9 8.620 Selecting previously unselected package libjsoncpp1:amd64.
13:37:01 #9 8.622 Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ...
13:37:01 #9 8.625 Unpacking libjsoncpp1:amd64 (1.7.2-1) ...
13:37:01 #9 8.657 Selecting previously unselected package cmake.
13:37:01 #9 8.659 Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ...
13:37:01 #9 8.668 Unpacking cmake (3.5.1-1ubuntu3) ...
13:37:01 #9 8.924 Selecting previously unselected package dh-apparmor.
13:37:01 #9 8.926 Preparing to unpack .../dh-apparmor_2.10.95-0ubuntu2.11_all.deb ...
13:37:01 #9 8.928 Unpacking dh-apparmor (2.10.95-0ubuntu2.11) ...
13:37:01 #9 8.948 Selecting previously unselected package dh-systemd.
13:37:01 #9 8.950 Preparing to unpack .../dh-systemd_1.29ubuntu4_all.deb ...
13:37:01 #9 8.953 Unpacking dh-systemd (1.29ubuntu4) ...
13:37:01 #9 8.981 Selecting previously unselected package btrfs-tools.
13:37:01 #9 8.983 Preparing to unpack .../btrfs-tools_4.4-1ubuntu1.1_amd64.deb ...
13:37:01 #9 8.985 Unpacking btrfs-tools (4.4-1ubuntu1.1) ...
13:37:01 #9 9.059 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:37:01 #9 9.061 Preparing to unpack .../libdevmapper-event1.02.1_2%3a1.02.110-1ubuntu10_amd64.deb ...
13:37:01 #9 9.064 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.110-1ubuntu10) ...
13:37:01 #9 9.090 Selecting previously unselected package libudev-dev:amd64.
13:37:01 #9 9.092 Preparing to unpack .../libudev-dev_229-4ubuntu21.28_amd64.deb ...
13:37:01 #9 9.096 Unpacking libudev-dev:amd64 (229-4ubuntu21.28) ...
13:37:01 #9 9.131 Selecting previously unselected package libsepol1-dev:amd64.
13:37:01 #9 9.133 Preparing to unpack .../libsepol1-dev_2.4-2_amd64.deb ...
13:37:01 #9 9.136 Unpacking libsepol1-dev:amd64 (2.4-2) ...
13:37:01 #9 9.182 Selecting previously unselected package libpcre16-3:amd64.
13:37:01 #9 9.184 Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ...
13:37:01 #9 9.187 Unpacking libpcre16-3:amd64 (2:8.38-3.1) ...
13:37:01 #9 9.222 Selecting previously unselected package libpcre32-3:amd64.
13:37:01 #9 9.224 Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ...
13:37:01 #9 9.227 Unpacking libpcre32-3:amd64 (2:8.38-3.1) ...
13:37:01 #9 9.261 Selecting previously unselected package libpcrecpp0v5:amd64.
13:37:01 #9 9.263 Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ...
13:37:01 #9 9.266 Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ...
13:37:01 #9 9.287 Selecting previously unselected package libpcre3-dev:amd64.
13:37:01 #9 9.289 Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ...
13:37:01 #9 9.292 Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ...
13:37:01 #9 9.365 Selecting previously unselected package libselinux1-dev:amd64.
13:37:01 #9 9.367 Preparing to unpack .../libselinux1-dev_2.4-3build2_amd64.deb ...
13:37:01 #9 9.369 Unpacking libselinux1-dev:amd64 (2.4-3build2) ...
13:37:01 #9 9.409 Selecting previously unselected package libdevmapper-dev:amd64.
13:37:01 #9 9.411 Preparing to unpack .../libdevmapper-dev_2%3a1.02.110-1ubuntu10_amd64.deb ...
13:37:01 #9 9.413 Unpacking libdevmapper-dev:amd64 (2:1.02.110-1ubuntu10) ...
13:37:01 #9 9.437 Selecting previously unselected package libltdl7:amd64.
13:37:01 #9 9.439 Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ...
13:37:01 #9 9.441 Unpacking libltdl7:amd64 (2.4.6-0.1) ...
13:37:01 #9 9.464 Selecting previously unselected package libltdl-dev:amd64.
13:37:01 #9 9.466 Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ...
13:37:01 #9 9.468 Unpacking libltdl-dev:amd64 (2.4.6-0.1) ...
13:37:01 #9 9.509 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.16.04.3_amd64.deb ...
13:37:01 #9 9.516 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.16.04.3) over (2.4.3-1ubuntu3.16.04.2) ...
13:37:01 #9 9.632 Processing triggers for man-db (2.7.5-1) ...
13:37:03 #9 10.69 Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
13:37:03 #9 10.72 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.16.04.3) ...
13:37:03 #9 10.73 Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
13:37:03 #9 10.79 Selecting previously unselected package libseccomp-dev:amd64.
13:37:03 #9 10.79 (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 ... 23671 files and directories currently installed.)
13:37:03 #9 10.80 Preparing to unpack .../libseccomp-dev_2.4.3-1ubuntu3.16.04.3_amd64.deb ...
13:37:03 #9 10.81 Unpacking libseccomp-dev:amd64 (2.4.3-1ubuntu3.16.04.3) ...
13:37:03 #9 10.84 Selecting previously unselected package libsystemd-dev:amd64.
13:37:03 #9 10.84 Preparing to unpack .../libsystemd-dev_229-4ubuntu21.28_amd64.deb ...
13:37:03 #9 10.84 Unpacking libsystemd-dev:amd64 (229-4ubuntu21.28) ...
13:37:03 #9 10.90 Selecting previously unselected package libtool.
13:37:03 #9 10.90 Preparing to unpack .../libtool_2.4.6-0.1_all.deb ...
13:37:03 #9 10.90 Unpacking libtool (2.4.6-0.1) ...
13:37:03 #9 10.94 Selecting previously unselected package pkg-config.
13:37:03 #9 10.94 Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ...
13:37:03 #9 10.94 Unpacking pkg-config (0.29.1-0ubuntu1) ...
13:37:03 #9 10.96 Processing triggers for man-db (2.7.5-1) ...
13:37:04 #9 11.83 Setting up bash-completion (1:2.1-4.2ubuntu1.1) ...
13:37:04 #9 12.12 Setting up cmake-data (3.5.1-1ubuntu3) ...
13:37:04 #9 12.13 Setting up liblzo2-2:amd64 (2.08-1.2) ...
13:37:04 #9 12.15 Setting up libarchive13:amd64 (3.1.2-11ubuntu0.16.04.8) ...
13:37:04 #9 12.15 Setting up libcurl3:amd64 (7.47.0-1ubuntu2.15) ...
13:37:04 #9 12.16 Setting up libjsoncpp1:amd64 (1.7.2-1) ...
13:37:04 #9 12.17 Setting up cmake (3.5.1-1ubuntu3) ...
13:37:04 #9 12.19 Setting up dh-apparmor (2.10.95-0ubuntu2.11) ...
13:37:04 #9 12.19 Setting up dh-systemd (1.29ubuntu4) ...
13:37:04 #9 12.20 Setting up btrfs-tools (4.4-1ubuntu1.1) ...
13:37:04 #9 12.21 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.110-1ubuntu10) ...
13:37:04 #9 12.22 Setting up libudev-dev:amd64 (229-4ubuntu21.28) ...
13:37:04 #9 12.23 Setting up libsepol1-dev:amd64 (2.4-2) ...
13:37:04 #9 12.24 Setting up libpcre16-3:amd64 (2:8.38-3.1) ...
13:37:04 #9 12.25 Setting up libpcre32-3:amd64 (2:8.38-3.1) ...
13:37:04 #9 12.25 Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ...
13:37:04 #9 12.26 Setting up libpcre3-dev:amd64 (2:8.38-3.1) ...
13:37:04 #9 12.27 Setting up libselinux1-dev:amd64 (2.4-3build2) ...
13:37:04 #9 12.28 Setting up libdevmapper-dev:amd64 (2:1.02.110-1ubuntu10) ...
13:37:04 #9 12.28 Setting up libltdl7:amd64 (2.4.6-0.1) ...
13:37:04 #9 12.29 Setting up libltdl-dev:amd64 (2.4.6-0.1) ...
13:37:04 #9 12.30 Setting up libseccomp-dev:amd64 (2.4.3-1ubuntu3.16.04.3) ...
13:37:04 #9 12.31 Setting up libsystemd-dev:amd64 (229-4ubuntu21.28) ...
13:37:04 #9 12.31 Setting up libtool (2.4.6-0.1) ...
13:37:04 #9 12.32 Setting up pkg-config (0.29.1-0ubuntu1) ...
13:37:04 #9 12.36 Setting up docker-ce-build-deps (1.0) ...
13:37:04 #9 12.37 Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
13:37:05 #9 DONE 12.9s
13:37:05 
13:37:05 #10 [stage-1 5/8] COPY sources/ /sources
13:37:05 #10 DONE 0.1s
13:37:05 
13:37:05 #12 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
13:37:07 #12 DONE 2.0s
13:37:07 
13:37:07 #13 [stage-1 7/8] WORKDIR /root/build-deb
13:37:07 #13 DONE 0.0s
13:37:07 
13:37:07 #14 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
13:37:07 #14 DONE 0.0s
13:37:07 
13:37:07 #15 exporting to image
13:37:07 #15 exporting layers
13:37:10 #15 exporting layers 3.2s done
13:37:10 #15 writing image sha256:161a14b9535333633065dd5b129f252cf29b13bc26aa50ce4e88383cc8227bf8 done
13:37:10 #15 naming to docker.io/debbuild-ubuntu-xenial/x86_64 done
13:37:10 #15 DONE 3.2s
13:37:10 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20200817151903-ca35f29 -e VERSION=0.0.0-20200817151903-ca35f29 -e CLI_GITCOMMIT=ca35f29 -e ENGINE_GITCOMMIT=d0eff1f -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb/debbuild/ubuntu-xenial:/build  debbuild-ubuntu-xenial/x86_64
13:37:10 + set -e
13:37:10 + mkdir -p /root/build-deb/engine
13:37:10 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:37:11 + mkdir -p /root/build-deb/cli
13:37:11 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:37:11 + mkdir -p /go/src/github.com/docker
13:37:11 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:37:11 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:37:11 + EPOCH=5
13:37:11 + EPOCH_SEP=
13:37:11 + [[ ! -z 5 ]]
13:37:11 + EPOCH_SEP=:
13:37:11 + [[ -z 0.0.0-20200817151903-ca35f29 ]]
13:37:11 + echo VERSION AAA 0.0.0-20200817151903-ca35f29
13:37:11 VERSION AAA 0.0.0-20200817151903-ca35f29
13:37:11 + VERSION=0.0.0-20200817151903-ca35f29
13:37:11 + echo VERSION bbb 0.0.0-20200817151903-ca35f29
13:37:11 VERSION bbb 0.0.0-20200817151903-ca35f29
13:37:11 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:37:11 + debSource=docker-ce
13:37:11 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:37:11 + debMaintainer='Docker <support@docker.com>'
13:37:11 ++ date --rfc-2822
13:37:11 + debDate='Tue, 18 Aug 2020 13:37:11 +0000'
13:37:11 + cat
13:37:11 + export CLI_GITCOMMIT=ca35f29
13:37:11 + CLI_GITCOMMIT=ca35f29
13:37:11 + export ENGINE_GITCOMMIT=d0eff1f
13:37:11 + ENGINE_GITCOMMIT=d0eff1f
13:37:11 VERSION BBB 0.0.0-20200817151903-ca35f29
13:37:11 + echo VERSION BBB 0.0.0-20200817151903-ca35f29
13:37:11 + dpkg-buildpackage -uc -us -I.git
13:37:11 dpkg-buildpackage: source package docker-ce
13:37:11 dpkg-buildpackage: source version 5:0.0.0-20200817151903-ca35f29-0~ubuntu-xenial
13:37:11 dpkg-buildpackage: source distribution xenial
13:37:11 dpkg-buildpackage: source changed by Docker <support@docker.com>
13:37:11  dpkg-source -I.git --before-build build-deb
13:37:11 dpkg-buildpackage: host architecture amd64
13:37:11  debian/rules clean
13:37:11 dh clean --with=bash-completion --with=systemd
13:37:11    dh_testdir
13:37:11    dh_auto_clean
13:37:11    dh_clean
13:37:11  dpkg-source -I.git -b build-deb
13:37:12 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:37:12 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:37:12 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20200817151903-ca35f29-0~ubuntu'
13:37:12 dpkg-source: info: using source format '1.0'
13:37:12 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial.tar.gz
13:37:20 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial.dsc
13:37:20  debian/rules build
13:37:20 dh build --with=bash-completion --with=systemd
13:37:20    dh_testdir
13:37:20    dh_update_autotools_config
13:37:20    dh_auto_configure
13:37:20    debian/rules override_dh_auto_build
13:37:20 make[1]: Entering directory '/root/build-deb'
13:37:20 # Build the daemon and dependencies
13:37:20 cd engine && DOCKER_GITCOMMIT=d0eff1f PRODUCT=docker ./hack/make.sh dynbinary
13:37:20 
13:37:20 Removing bundles/
13:37:20 
13:37:20 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:37:20 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20200817151903-ca35f29
13:37:20 GOOS="" GOARCH="" GOARM=""
13:37:25 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli'
13:37:25 make -C /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker VERSION=0.0.0-20200817151903-ca35f29 binary
13:37:25 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker'
13:37:25 mkdir -p autogen
13:37:25 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 .
13:37:25 #2 [internal] load build definition from Dockerfile
13:37:25 #2 transferring dockerfile: 16.37kB done
13:37:25 #2 DONE 0.0s
13:37:25 
13:37:25 #1 [internal] load .dockerignore
13:37:25 #1 transferring context: 87B done
13:37:25 #1 DONE 0.0s
13:37:25 
13:37:25 #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
13:37:25 #3 DONE 0.4s
13:37:25 
13:37:25 #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
13:37:25 #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
13:37:25 #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s
13:37:25 #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
13:37:25 #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done
13:37:25 #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done
13:37:25 #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done
13:37:25 #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61
13:37:25 #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done
13:37:25 #4 DONE 0.5s
13:37:25 
13:37:25 #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
13:37:25 #5 DONE 0.2s
13:37:25 
13:37:25 #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
13:37:25 #6 DONE 0.2s
13:37:25 
13:37:25 #12 [internal] load build context
13:37:28 #12 transferring context: 51.48MB 3.4s done
13:37:29 #12 DONE 3.9s
13:37:29 
13:37:29 #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
13:37:29 #7 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
13:37:29 #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.6s done
13:37:29 #7 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
13:37:29 #7 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
13:37:29 #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.3s done
13:37:29 #7 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
13:37:29 #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s done
13:37:29 #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.2s done
13:37:29 #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.5s done
13:37:29 #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 3.9s
13:37:29 #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.2s
13:37:29 #7 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.6s done
13:37:29 #7 ...
13:37:29 
13:37:29 #26 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
13:37:29 #26 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
13:37:29 #26 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
13:37:29 #26 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
13:37:29 #26 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 3.1s done
13:37:29 #26 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.0s done
13:37:29 #26 DONE 4.5s
13:37:29 
13:37:29 #7 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
13:37:29 #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 4.5s done
13:37:30 #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.7s done
13:37:31 #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.1s
13:37:31 #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.3s done
13:37:31 #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.1s
13:37:31 #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.2s done
13:37:31 #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab
13:37:34 #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.0s done
13:37:34 #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
13:37:36 #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 2.0s done
13:37:36 #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e
13:37:36 #10 47.80 --------------------------------------------------------------------------------
13:37:36 #10 47.80 Total                                              1.4 MB/s |  59 MB  00:42     
13:37:36 #10 47.93 Running transaction check
13:37:36 #10 47.99 Running transaction test
13:37:36 #10 48.12 Transaction test succeeded
13:37:36 #10 48.12 Running transaction
13:37:36 #10 48.23   Installing : fipscheck-1.4.1-6.el7.x86_64                                1/56 
13:37:36 #10 48.25   Installing : fipscheck-lib-1.4.1-6.el7.x86_64                            2/56 
13:37:36 #10 48.81   Installing : mpfr-3.1.1-4.el7.x86_64                                     3/56 
13:37:36 #10 49.35   Installing : libmpc-1.0.1-3.el7.x86_64                                   4/56 
13:37:36 #10 49.90   Installing : m4-1.4.16-10.el7.x86_64                                     5/56 
13:37:36 #10 50.44   Installing : 1:perl-Error-0.17020-2.el7.noarch                           6/56 
13:37:36 #10 50.51   Installing : 1:make-3.82-24.el7.x86_64                                   7/56 
13:37:36 #10 51.09   Installing : checkpolicy-2.5-8.el7.x86_64                                8/56 
13:37:36 #10 51.12   Installing : lzo-2.06-8.el7.x86_64                                       9/56 
13:37:37 #10 51.69   Installing : libarchive-3.1.2-14.el7_7.x86_64                           10/56 
13:37:38 #10 52.84   Installing : cpp-4.8.5-39.el7.x86_64                                    11/56 
13:37:38 #10 53.96   Installing : openssh-7.4p1-21.el7.x86_64                                12/56 
13:37:39 #10 54.52   Installing : libcgroup-0.41-21.el7.x86_64                               13/56 
13:37:39 #10 55.09   Installing : less-458-9.el7.x86_64                                      14/56 
13:37:39 #10 55.14   Installing : rsync-3.1.2-10.el7.x86_64                                  15/56 
13:37:40 #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 4.0s done
13:37:40 #7 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a
13:37:40 #7 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
13:37:40 #7 DONE 15.2s
13:37:40 #10 55.70   Installing : libedit-3.0-12.20121213cvs.el7.x86_64                      16/56 
13:37:40 #10 56.31   Installing : openssh-clients-7.4p1-21.el7.x86_64                        17/56 
13:37:40 #10 56.37   Installing : pcre-devel-8.32-17.el7.x86_64                              18/56 
13:37:40 
13:37:40 #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
13:37:40 #10 56.40   Installing : libsepol-devel-2.5-10.el7.x86_64                           19/56 
13:37:40 #10 56.43   Installing : libselinux-devel-2.5-15.el7.x86_64                         20/56 
13:37:40 #10 56.60   Installing : audit-libs-python-2.8.5-4.el7.x86_64                       21/56 
13:37:40 #10 56.65   Installing : libselinux-python-2.5-15.el7.x86_64                        22/56 
13:37:40 #10 56.67   Installing : perl-Data-Dumper-2.145-3.el7.x86_64                        23/56 
13:37:41 #10 56.75   Installing : autoconf-2.69-11.el7.noarch                                24/56 
13:37:41 #10 57.31 install-info: No such file or directory for /usr/share/info/autoconf.info
13:37:41 #10 57.34   Installing : libsemanage-python-2.5-14.el7.x86_64                       25/56 
13:37:42 #10 57.43   Installing : setools-libs-3.3.8-4.el7.x86_64                            26/56 
13:37:42 #10 58.00   Installing : libselinux-utils-2.5-15.el7.x86_64                         27/56 
13:37:42 #10 58.11   Installing : policycoreutils-2.5-34.el7.x86_64                          28/56 
13:37:43 #10 58.13   Installing : selinux-policy-3.13.1-266.el7_8.1.noarch                   29/56 
13:37:43 #10 59.26   Installing : systemd-devel-219-73.el7_8.9.x86_64                        30/56 
13:37:44 #10 59.31   Installing : libgomp-4.8.5-39.el7.x86_64                                31/56 
13:37:44 #10 59.87   Installing : libseccomp-2.3.1-4.el7.x86_64                              32/56 
13:37:44 #10 60.42   Installing : python-IPy-0.75-6.el7.noarch                               33/56 
13:37:44 #10 60.48   Installing : policycoreutils-python-2.5-34.el7.x86_64                   34/56 
13:37:44 #8 DONE 4.4s
13:37:44 
13:37:44 #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.d...
13:37:45 #10 60.53   Installing : policycoreutils-devel-2.5-34.el7.x86_64                    35/56 
13:37:45 #9 DONE 0.5s
13:37:45 
13:37:45 #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
13:37:45 #10 61.04   Installing : selinux-policy-devel-3.13.1-266.el7_8.1.noarch             36/56 
13:37:46 #10 61.60   Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64                         37/56 
13:37:46 #10 62.17   Installing : perl-Test-Harness-3.28-3.el7.noarch                        38/56 
13:37:46 #10 62.25   Installing : automake-1.13.4-3.el7.noarch                               39/56 
13:37:46 #10 62.79 install-info: No such file or directory for /usr/share/info/automake.info.gz
13:37:46 #10 62.81   Installing : perl-TermReadKey-2.30-20.el7.x86_64                        40/56 
13:37:47 #10 1.775 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:37:47 #10 1.794 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
13:37:47 #10 1.795 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:37:47 #10 2.066 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [220 kB]
13:37:47 #10 62.84   Installing : perl-Git-1.8.3.1-23.el7_8.noarch                           41/56 
13:37:47 #10 63.39   Installing : git-1.8.3.1-23.el7_8.x86_64                                42/56 
13:37:48 #10 2.593 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
13:37:48 #10 63.65   Installing : kernel-headers-3.10.0-1127.18.2.el7.x86_64                 43/56 
13:37:48 #10 64.34   Installing : glibc-headers-2.17-307.el7.1.x86_64                        44/56 
13:37:49 #10 3.339 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
13:37:50 #10 64.48   Installing : glibc-devel-2.17-307.el7.1.x86_64                          45/56 
13:37:50 #10 66.13   Installing : gcc-4.8.5-39.el7.x86_64                                    46/56 
13:37:51 #10 66.69   Installing : e2fsprogs-libs-1.42.9-17.el7.x86_64                        47/56 
13:37:51 #10 67.33   Installing : btrfs-progs-4.9.1-1.el7.x86_64                             48/56 
13:37:51 #10 ...
13:37:51 
13:37:51 #24 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
13:37:51 #24 1.625 + RM_GOPATH=0
13:37:51 #24 1.625 + TMP_GOPATH=
13:37:51 #24 1.625 + : /build
13:37:51 #24 1.627 + '[' -z '' ']'
13:37:51 #24 1.627 ++ mktemp -d
13:37:51 #24 1.631 + export GOPATH=/tmp/tmp.GjhaaHzkDD
13:37:51 #24 1.631 + GOPATH=/tmp/tmp.GjhaaHzkDD
13:37:51 #24 1.631 + RM_GOPATH=1
13:37:51 #24 1.631 + case "$(go env GOARCH)" in
13:37:51 #24 1.631 ++ go env GOARCH
13:37:51 #24 1.633 + export GO_BUILDMODE=-buildmode=pie
13:37:51 #24 1.633 + GO_BUILDMODE=-buildmode=pie
13:37:51 #24 1.634 ++ dirname /tmp/install/install.sh
13:37:51 #24 1.635 + dir=/tmp/install
13:37:51 #24 1.635 + bin=proxy
13:37:51 #24 1.635 + shift
13:37:51 #24 1.636 + '[' '!' -f /tmp/install/proxy.installer ']'
13:37:51 #24 1.636 + . /tmp/install/proxy.installer
13:37:51 #24 1.636 ++ : 9e99af28df21367340c95a3863e31808d689c92a
13:37:51 #24 1.636 + install_proxy
13:37:51 #24 1.637 + case "$1" in
13:37:51 #24 1.637 + export CGO_ENABLED=0
13:37:51 #24 1.637 + CGO_ENABLED=0
13:37:51 #24 1.637 + _install_proxy
13:37:51 #24 1.637 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a'
13:37:51 #24 1.637 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a
13:37:51 #24 1.638 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.GjhaaHzkDD/src/github.com/docker/libnetwork
13:37:51 #24 1.639 Cloning into '/tmp/tmp.GjhaaHzkDD/src/github.com/docker/libnetwork'...
13:37:51 #10 67.36   Installing : btrfs-progs-devel-4.9.1-1.el7.x86_64                       49/56 
13:37:52 #10 67.44   Installing : libtool-2.4.2-22.el7_3.x86_64                              50/56 
13:37:52 #10 67.97 install-info: No such file or directory for /usr/share/info/libtool.info.gz
13:37:52 #10 68.18   Installing : glibc-static-2.17-307.el7.1.x86_64                         51/56 
13:37:52 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20200817151903-ca35f29
13:37:52 
13:37:52 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:37:52 + RM_GOPATH=0
13:37:52 + TMP_GOPATH=/go
13:37:52 + : /usr/local/bin
13:37:52 + '[' -z /go ']'
13:37:52 + export GOPATH=/go
13:37:52 + GOPATH=/go
13:37:52 + case "$(go env GOARCH)" in
13:37:52 ++ go env GOARCH
13:37:52 + export GO_BUILDMODE=-buildmode=pie
13:37:52 + GO_BUILDMODE=-buildmode=pie
13:37:52 ++ dirname hack/dockerfile/install/install.sh
13:37:52 + dir=hack/dockerfile/install
13:37:52 + bin=tini
13:37:52 + shift
13:37:52 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:37:52 + . hack/dockerfile/install/tini.installer
13:37:52 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
13:37:52 + install_tini
13:37:52 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
13:37:52 + git clone https://github.com/krallin/tini.git /go/tini
13:37:52 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
13:37:52 Cloning into '/go/tini'...
13:37:52 + cd /go/tini
13:37:52 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
13:37:52 + cmake .
13:37:52 -- The C compiler identification is GNU 5.4.0
13:37:52 -- Check for working C compiler: /usr/bin/x86_64-linux-gnu-gcc
13:37:52 -- Check for working C compiler: /usr/bin/x86_64-linux-gnu-gcc -- works
13:37:52 -- Detecting C compiler ABI info
13:37:52 -- Detecting C compiler ABI info - done
13:37:52 -- Detecting C compile features
13:37:52 -- Detecting C compile features - done
13:37:52 -- Performing Test HAS_BUILTIN_FORTIFY
13:37:52 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:37:52 -- Configuring done
13:37:52 -- Generating done
13:37:52 -- Build files have been written to: /go/tini
13:37:52 + make tini-static
13:37:52 make[2]: Entering directory '/go/tini'
13:37:52 make[3]: Entering directory '/go/tini'
13:37:52 make[4]: Entering directory '/go/tini'
13:37:52 make[5]: Entering directory '/go/tini'
13:37:52 Scanning dependencies of target tini-static
13:37:52 make[5]: Leaving directory '/go/tini'
13:37:52 make[5]: Entering directory '/go/tini'
13:37:52 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:37:52 [100%] Linking C executable tini-static
13:37:52 make[5]: Leaving directory '/go/tini'
13:37:52 [100%] Built target tini-static
13:37:52 make[4]: Leaving directory '/go/tini'
13:37:52 make[3]: Leaving directory '/go/tini'
13:37:52 make[2]: Leaving directory '/go/tini'
13:37:52 + mkdir -p /usr/local/bin
13:37:52 + cp tini-static /usr/local/bin/docker-init
13:37:52 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
13:37:52 + RM_GOPATH=0
13:37:52 + TMP_GOPATH=/go
13:37:52 + : /usr/local/bin
13:37:52 + '[' -z /go ']'
13:37:52 + export GOPATH=/go
13:37:52 + GOPATH=/go
13:37:52 + case "$(go env GOARCH)" in
13:37:52 ++ go env GOARCH
13:37:52 + export GO_BUILDMODE=-buildmode=pie
13:37:52 + GO_BUILDMODE=-buildmode=pie
13:37:52 ++ dirname hack/dockerfile/install/install.sh
13:37:52 + dir=hack/dockerfile/install
13:37:52 + bin=proxy
13:37:52 + shift
13:37:52 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
13:37:52 + . hack/dockerfile/install/proxy.installer
13:37:52 ++ : 9e99af28df21367340c95a3863e31808d689c92a
13:37:52 + install_proxy dynamic
13:37:52 + case "$1" in
13:37:52 + install_proxy_dynamic
13:37:52 + export PROXY_LDFLAGS=-linkmode=external install_proxy
13:37:52 + PROXY_LDFLAGS=-linkmode=external
13:37:52 + export BUILD_MODE=-buildmode=pie
13:37:52 + BUILD_MODE=-buildmode=pie
13:37:52 + _install_proxy
13:37:52 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a'
13:37:52 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
13:37:52 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a
13:37:52 Cloning into '/go/src/github.com/docker/libnetwork'...
13:37:52 #10 68.25   Installing : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                   52/56 
13:37:52 #10 68.28   Installing : libseccomp-devel-2.3.1-4.el7.x86_64                        53/56 
13:37:52 + cd /go/src/github.com/docker/libnetwork
13:37:52 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a
13:37:52 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:37:52 #24 ...
13:37:52 
13:37:52 #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
13:37:52 #10 7.433 Fetched 8374 kB in 6s (1419 kB/s)
13:37:53 + return
13:37:53 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:37:53 + RM_GOPATH=0
13:37:53 + TMP_GOPATH=/go
13:37:53 + : /usr/local/bin
13:37:53 + '[' -z /go ']'
13:37:53 + export GOPATH=/go
13:37:53 + GOPATH=/go
13:37:53 + case "$(go env GOARCH)" in
13:37:53 ++ go env GOARCH
13:37:53 + export GO_BUILDMODE=-buildmode=pie
13:37:53 + GO_BUILDMODE=-buildmode=pie
13:37:53 ++ dirname hack/dockerfile/install/install.sh
13:37:53 + dir=hack/dockerfile/install
13:37:53 + bin=rootlesskit
13:37:53 + shift
13:37:53 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:37:53 + . hack/dockerfile/install/rootlesskit.installer
13:37:53 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
13:37:53 + install_rootlesskit dynamic
13:37:53 + case "$1" in
13:37:53 + install_rootlesskit_dynamic
13:37:53 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:37:53 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:37:53 + export BUILD_MODE=-buildmode=pie
13:37:53 + BUILD_MODE=-buildmode=pie
13:37:53 + _install_rootlesskit
13:37:53 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86'
13:37:53 + git clone https://github.com/rootless-containers/rootlesskit.git /go/src/github.com/rootless-containers/rootlesskit
13:37:53 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
13:37:53 Cloning into '/go/src/github.com/rootless-containers/rootlesskit'...
13:37:53 #10 68.31   Installing : 7:device-mapper-devel-1.02.164-7.el7_8.2.x86_64            54/56 
13:37:53 #10 69.14   Installing : cmake-2.8.12.2-2.el7.x86_64                                55/56 
13:37:53 + cd /go/src/github.com/rootless-containers/rootlesskit
13:37:53 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
13:37:53 + for f in rootlesskit rootlesskit-docker-proxy
13:37:53 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
13:37:53 #10 69.21   Installing : which-2.20-7.el7.x86_64                                    56/56 
13:37:53 #10 69.74 install-info: No such file or directory for /usr/share/info/which.info.gz
13:37:53 #10 69.80   Verifying  : fipscheck-lib-1.4.1-6.el7.x86_64                            1/56 
13:37:53 #10 69.81   Verifying  : libselinux-devel-2.5-15.el7.x86_64                          2/56 
13:37:53 #10 69.82   Verifying  : policycoreutils-python-2.5-34.el7.x86_64                    3/56 
13:37:53 #10 69.83   Verifying  : e2fsprogs-libs-1.42.9-17.el7.x86_64                         4/56 
13:37:53 #10 69.85   Verifying  : kernel-headers-3.10.0-1127.18.2.el7.x86_64                  5/56 
13:37:53 #10 69.89   Verifying  : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                    6/56 
13:37:53 #10 69.90   Verifying  : mpfr-3.1.1-4.el7.x86_64                                     7/56 
13:37:53 #10 69.91   Verifying  : btrfs-progs-devel-4.9.1-1.el7.x86_64                        8/56 
13:37:53 #10 69.93   Verifying  : fipscheck-1.4.1-6.el7.x86_64                                9/56 
13:37:53 #10 69.94   Verifying  : automake-1.13.4-3.el7.noarch                               10/56 
13:37:54 #10 69.95   Verifying  : lzo-2.06-8.el7.x86_64                                      11/56 
13:37:54 #10 69.96   Verifying  : gcc-4.8.5-39.el7.x86_64                                    12/56 
13:37:54 #10 69.97   Verifying  : openssh-7.4p1-21.el7.x86_64                                13/56 
13:37:54 #10 69.98   Verifying  : git-1.8.3.1-23.el7_8.x86_64                                14/56 
13:37:54 #10 69.99   Verifying  : checkpolicy-2.5-8.el7.x86_64                               15/56 
13:37:54 #10 70.00   Verifying  : btrfs-progs-4.9.1-1.el7.x86_64                             16/56 
13:37:54 #10 70.01   Verifying  : perl-TermReadKey-2.30-20.el7.x86_64                        17/56 
13:37:54 #10 70.02   Verifying  : policycoreutils-2.5-34.el7.x86_64                          18/56 
13:37:54 #10 70.03   Verifying  : perl-Test-Harness-3.28-3.el7.noarch                        19/56 
13:37:54 #10 70.05   Verifying  : which-2.20-7.el7.x86_64                                    20/56 
13:37:54 #10 70.06   Verifying  : libtool-ltdl-2.4.2-22.el7_3.x86_64                         21/56 
13:37:54 #10 70.07   Verifying  : selinux-policy-devel-3.13.1-266.el7_8.1.noarch             22/56 
13:37:54 #10 70.08   Verifying  : python-IPy-0.75-6.el7.noarch                               23/56 
13:37:54 #10 70.09   Verifying  : libseccomp-2.3.1-4.el7.x86_64                              24/56 
13:37:54 #10 70.10   Verifying  : libgomp-4.8.5-39.el7.x86_64                                25/56 
13:37:54 #10 70.11   Verifying  : systemd-devel-219-73.el7_8.9.x86_64                        26/56 
13:37:54 #10 70.12   Verifying  : libselinux-utils-2.5-15.el7.x86_64                         27/56 
13:37:54 #10 70.14   Verifying  : 1:make-3.82-24.el7.x86_64                                  28/56 
13:37:54 #10 70.15   Verifying  : perl-Git-1.8.3.1-23.el7_8.noarch                           29/56 
13:37:54 #10 70.16   Verifying  : libtool-2.4.2-22.el7_3.x86_64                              30/56 
13:37:54 #10 70.17   Verifying  : setools-libs-3.3.8-4.el7.x86_64                            31/56 
13:37:54 #10 70.18   Verifying  : 7:device-mapper-devel-1.02.164-7.el7_8.2.x86_64            32/56 
13:37:54 #10 70.19   Verifying  : libsemanage-python-2.5-14.el7.x86_64                       33/56 
13:37:54 #10 70.20   Verifying  : libarchive-3.1.2-14.el7_7.x86_64                           34/56 
13:37:54 #10 70.21   Verifying  : perl-Data-Dumper-2.145-3.el7.x86_64                        35/56 
13:37:54 #10 70.22   Verifying  : 1:perl-Error-0.17020-2.el7.noarch                          36/56 
13:37:54 #10 70.23   Verifying  : openssh-clients-7.4p1-21.el7.x86_64                        37/56 
13:37:54 #10 70.24   Verifying  : libselinux-python-2.5-15.el7.x86_64                        38/56 
13:37:54 #10 70.25   Verifying  : libseccomp-devel-2.3.1-4.el7.x86_64                        39/56 
13:37:54 #10 70.26   Verifying  : libmpc-1.0.1-3.el7.x86_64                                  40/56 
13:37:54 #10 70.27   Verifying  : audit-libs-python-2.8.5-4.el7.x86_64                       41/56 
13:37:54 #10 70.28   Verifying  : libsepol-devel-2.5-10.el7.x86_64                           42/56 
13:37:54 #10 70.29   Verifying  : m4-1.4.16-10.el7.x86_64                                    43/56 
13:37:54 #10 70.30   Verifying  : selinux-policy-3.13.1-266.el7_8.1.noarch                   44/56 
13:37:54 #10 70.32   Verifying  : glibc-headers-2.17-307.el7.1.x86_64                        45/56 
13:37:54 #10 70.33   Verifying  : policycoreutils-devel-2.5-34.el7.x86_64                    46/56 
13:37:54 #10 70.34   Verifying  : pcre-devel-8.32-17.el7.x86_64                              47/56 
13:37:54 #10 70.35   Verifying  : glibc-static-2.17-307.el7.1.x86_64                         48/56 
13:37:54 #10 70.37   Verifying  : glibc-devel-2.17-307.el7.1.x86_64                          49/56 
13:37:54 #10 70.38   Verifying  : autoconf-2.69-11.el7.noarch                                50/56 
13:37:54 #10 70.39   Verifying  : libedit-3.0-12.20121213cvs.el7.x86_64                      51/56 
13:37:54 #10 70.40   Verifying  : cmake-2.8.12.2-2.el7.x86_64                                52/56 
13:37:54 #10 70.41   Verifying  : rsync-3.1.2-10.el7.x86_64                                  53/56 
13:37:54 #10 70.42   Verifying  : cpp-4.8.5-39.el7.x86_64                                    54/56 
13:37:54 #10 70.44   Verifying  : less-458-9.el7.x86_64                                      55/56 
13:37:54 #10 70.45   Verifying  : libcgroup-0.41-21.el7.x86_64                               56/56 
13:37:54 #10 70.51 
13:37:54 #10 70.51 Installed:
13:37:54 #10 70.51   btrfs-progs-devel.x86_64 0:4.9.1-1.el7                                        
13:37:54 #10 70.51   cmake.x86_64 0:2.8.12.2-2.el7                                                 
13:37:54 #10 70.51   device-mapper-devel.x86_64 7:1.02.164-7.el7_8.2                               
13:37:54 #10 70.51   gcc.x86_64 0:4.8.5-39.el7                                                     
13:37:54 #10 70.51   git.x86_64 0:1.8.3.1-23.el7_8                                                 
13:37:54 #10 70.51   glibc-static.x86_64 0:2.17-307.el7.1                                          
13:37:54 #10 70.51   libseccomp-devel.x86_64 0:2.3.1-4.el7                                         
13:37:54 #10 70.51   libselinux-devel.x86_64 0:2.5-15.el7                                          
13:37:54 #10 70.51   libtool.x86_64 0:2.4.2-22.el7_3                                               
13:37:54 #10 70.51   libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3                                    
13:37:54 #10 70.51   make.x86_64 1:3.82-24.el7                                                     
13:37:54 #10 70.51   selinux-policy-devel.noarch 0:3.13.1-266.el7_8.1                              
13:37:54 #10 70.51   systemd-devel.x86_64 0:219-73.el7_8.9                                         
13:37:54 #10 70.51   which.x86_64 0:2.20-7.el7                                                     
13:37:54 #10 70.51 
13:37:54 #10 70.51 Dependency Installed:
13:37:54 #10 70.51   audit-libs-python.x86_64 0:2.8.5-4.el7                                        
13:37:54 #10 70.51   autoconf.noarch 0:2.69-11.el7                                                 
13:37:54 #10 70.51   automake.noarch 0:1.13.4-3.el7                                                
13:37:54 #10 70.51   btrfs-progs.x86_64 0:4.9.1-1.el7                                              
13:37:54 #10 70.51   checkpolicy.x86_64 0:2.5-8.el7                                                
13:37:54 #10 70.51   cpp.x86_64 0:4.8.5-39.el7                                                     
13:37:54 #10 70.51   e2fsprogs-libs.x86_64 0:1.42.9-17.el7                                         
13:37:54 #10 70.51   fipscheck.x86_64 0:1.4.1-6.el7                                                
13:37:54 #10 70.51   fipscheck-lib.x86_64 0:1.4.1-6.el7                                            
13:37:54 #10 70.51   glibc-devel.x86_64 0:2.17-307.el7.1                                           
13:37:54 #10 70.51   glibc-headers.x86_64 0:2.17-307.el7.1                                         
13:37:54 #10 70.51   kernel-headers.x86_64 0:3.10.0-1127.18.2.el7                                  
13:37:54 #10 70.51   less.x86_64 0:458-9.el7                                                       
13:37:54 #10 70.51   libarchive.x86_64 0:3.1.2-14.el7_7                                            
13:37:54 #10 70.51   libcgroup.x86_64 0:0.41-21.el7                                                
13:37:54 #10 70.51   libedit.x86_64 0:3.0-12.20121213cvs.el7                                       
13:37:54 #10 70.51   libgomp.x86_64 0:4.8.5-39.el7                                                 
13:37:54 #10 70.51   libmpc.x86_64 0:1.0.1-3.el7                                                   
13:37:54 #10 70.51   libseccomp.x86_64 0:2.3.1-4.el7                                               
13:37:54 #10 70.51   libselinux-python.x86_64 0:2.5-15.el7                                         
13:37:54 #10 70.51   libselinux-utils.x86_64 0:2.5-15.el7                                          
13:37:54 #10 70.51   libsemanage-python.x86_64 0:2.5-14.el7                                        
13:37:54 #10 70.51   libsepol-devel.x86_64 0:2.5-10.el7                                            
13:37:54 #10 70.51   libtool-ltdl.x86_64 0:2.4.2-22.el7_3                                          
13:37:54 #10 70.51   lzo.x86_64 0:2.06-8.el7                                                       
13:37:54 #10 70.51   m4.x86_64 0:1.4.16-10.el7                                                     
13:37:54 #10 70.51   mpfr.x86_64 0:3.1.1-4.el7                                                     
13:37:54 #10 70.51   openssh.x86_64 0:7.4p1-21.el7                                                 
13:37:54 #10 70.51   openssh-clients.x86_64 0:7.4p1-21.el7                                         
13:37:54 #10 70.51   pcre-devel.x86_64 0:8.32-17.el7                                               
13:37:54 #10 70.51   perl-Data-Dumper.x86_64 0:2.145-3.el7                                         
13:37:54 #10 70.51   perl-Error.noarch 1:0.17020-2.el7                                             
13:37:54 #10 70.51   perl-Git.noarch 0:1.8.3.1-23.el7_8                                            
13:37:54 #10 70.51   perl-TermReadKey.x86_64 0:2.30-20.el7                                         
13:37:54 #10 70.51   perl-Test-Harness.noarch 0:3.28-3.el7                                         
13:37:54 #10 70.51   policycoreutils.x86_64 0:2.5-34.el7                                           
13:37:54 #10 70.51   policycoreutils-devel.x86_64 0:2.5-34.el7                                     
13:37:54 #10 70.51   policycoreutils-python.x86_64 0:2.5-34.el7                                    
13:37:54 #10 70.51   python-IPy.noarch 0:0.75-6.el7                                                
13:37:54 #10 70.51   rsync.x86_64 0:3.1.2-10.el7                                                   
13:37:54 #10 70.51   selinux-policy.noarch 0:3.13.1-266.el7_8.1                                    
13:37:54 #10 70.51   setools-libs.x86_64 0:3.3.8-4.el7                                             
13:37:54 #10 70.51 
13:37:54 #10 70.51 Complete!
13:37:55 #10 DONE 71.0s
13:37:55 
13:37:55 #12 [stage-1 6/7] COPY --from=golang /usr/local/go /usr/local/go
13:37:55 #10 7.433 Reading package lists...
13:37:55 #10 10.06 Reading package lists...
13:37:55 #10 ...
13:37:55 
13:37:55 #11 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
13:37:55 #11 1.765 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:37:55 #11 1.767 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
13:37:55 #11 1.784 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:37:55 #11 1.975 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [220 kB]
13:37:55 #11 2.483 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
13:37:55 #11 2.948 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
13:37:55 #11 7.106 Fetched 8374 kB in 6s (1501 kB/s)
13:37:55 #11 7.106 Reading package lists...
13:37:55 #11 9.532 Reading package lists...
13:37:55 #11 ...
13:37:55 
13:37:55 #17 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
13:37:55 #17 1.845 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:37:55 #17 1.859 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
13:37:55 #17 1.860 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:37:55 #17 2.189 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [220 kB]
13:37:55 #17 2.719 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
13:37:55 #17 3.445 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868 B]
13:37:55 #17 7.470 Fetched 8374 kB in 6s (1426 kB/s)
13:37:55 #17 7.470 Reading package lists...
13:37:55 #17 9.883 Reading package lists...
13:37:55 #17 ...
13:37:55 
13:37:55 #20 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
13:37:55 #20 1.599 + RM_GOPATH=0
13:37:55 #20 1.599 + TMP_GOPATH=
13:37:55 #20 1.599 + : /build
13:37:55 #20 1.599 + '[' -z '' ']'
13:37:55 #20 1.605 ++ mktemp -d
13:37:55 #20 1.608 + export GOPATH=/tmp/tmp.HzuHzFJyNR
13:37:55 #20 1.608 + GOPATH=/tmp/tmp.HzuHzFJyNR
13:37:55 #20 1.608 + RM_GOPATH=1
13:37:55 #20 1.608 + case "$(go env GOARCH)" in
13:37:55 #20 1.609 ++ go env GOARCH
13:37:55 #20 1.621 + export GO_BUILDMODE=-buildmode=pie
13:37:55 #20 1.621 + GO_BUILDMODE=-buildmode=pie
13:37:55 #20 1.623 ++ dirname /tmp/install/install.sh
13:37:55 #20 1.624 + dir=/tmp/install
13:37:55 #20 1.624 + bin=rootlesskit
13:37:55 #20 1.624 + shift
13:37:55 #20 1.624 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
13:37:55 #20 1.624 + . /tmp/install/rootlesskit.installer
13:37:55 #20 1.624 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
13:37:55 #20 1.624 + install_rootlesskit
13:37:55 #20 1.624 + case "$1" in
13:37:55 #20 1.624 + export CGO_ENABLED=0
13:37:55 #20 1.624 + CGO_ENABLED=0
13:37:55 #20 1.624 + _install_rootlesskit
13:37:55 #20 1.624 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86'
13:37:55 #20 1.624 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.HzuHzFJyNR/src/github.com/rootless-containers/rootlesskit
13:37:55 #20 1.624 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
13:37:55 #20 1.629 Cloning into '/tmp/tmp.HzuHzFJyNR/src/github.com/rootless-containers/rootlesskit'...
13:37:55 #20 3.787 + cd /tmp/tmp.HzuHzFJyNR/src/github.com/rootless-containers/rootlesskit
13:37:55 #20 3.787 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
13:37:55 #20 3.926 + for f in rootlesskit rootlesskit-docker-proxy
13:37:55 #20 3.926 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
13:37:56 + for f in rootlesskit rootlesskit-docker-proxy
13:37:56 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
13:37:57 #20 ...
13:37:57 
13:37:57 #11 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
13:37:57 #11 9.532 Reading package lists...
13:37:57 #12 DONE 2.2s
13:37:57 
13:37:57 #13 [stage-1 7/7] WORKDIR /root/rpmbuild
13:37:57 #13 DONE 0.0s
13:37:57 
13:37:57 #14 exporting to image
13:37:57 #14 exporting layers
13:37:57 + return
13:37:57 # Build the CLI
13:37:57 cd /go/src/github.com/docker/cli && \
13:37:57 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20200817151903-ca35f29 GITCOMMIT=ca35f29 dynbinary manpages
13:37:57 make[2]: Entering directory '/root/build-deb/cli'
13:37:57 ./scripts/build/dynbinary
13:37:57 Building dynamically linked build/docker-linux-amd64
13:37:57 #11 11.84 Building dependency tree...
13:37:58 #11 13.09 The following additional packages will be installed:
13:37:58 #11 13.10   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
13:37:58 #11 13.11 Suggested packages:
13:37:58 #11 13.11   cmake-doc ninja-build lrzip
13:37:58 #11 13.11 Recommended packages:
13:37:58 #11 13.11   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
13:37:58 #11 13.45 The following NEW packages will be installed:
13:37:58 #11 13.46   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
13:37:58 #11 13.46   vim-common xxd
13:37:59 #11 13.76 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
13:37:59 #11 13.76 Need to get 14.9 MB of archives.
13:37:59 #11 13.76 After this operation, 61.8 MB of additional disk space will be used.
13:37:59 #11 13.76 Get:1 http://deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
13:37:59 #11 13.76 Get:2 http://deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
13:37:59 #11 13.77 Get:3 http://deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
13:37:59 #11 13.82 Get:4 http://deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
13:37:59 #11 14.11 Get:5 http://deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB]
13:37:59 #11 14.14 Get:6 http://deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
13:37:59 #11 14.15 Get:7 http://deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
13:37:59 #11 14.15 Get:8 http://deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
13:37:59 #11 14.16 Get:9 http://deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
13:37:59 #11 14.16 Get:10 http://deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
13:37:59 #11 14.72 debconf: delaying package configuration, since apt-utils is not installed
13:38:00 
13:38:00 #11 ...
13:38:00 
13:38:00 #24 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
13:38:00 #24 8.264 + cd /tmp/tmp.GjhaaHzkDD/src/github.com/docker/libnetwork
13:38:00 #24 8.264 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a
13:38:00 #24 8.589 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:38:00 #24 DONE 14.8s
13:38:00 
13:38:00 #11 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
13:38:00 #11 14.79 Fetched 14.9 MB in 1s (19.4 MB/s)
13:38:00 #11 14.84 Selecting previously unselected package xxd.
13:38:00 #11 14.84 (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 ... 15410 files and directories currently installed.)
13:38:00 #11 14.87 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
13:38:00 #11 14.89 Unpacking xxd (2:8.1.0875-5) ...
13:38:00 #11 14.99 Selecting previously unselected package vim-common.
13:38:00 #11 14.99 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
13:38:00 #11 15.11 Unpacking vim-common (2:8.1.0875-5) ...
13:38:01 #11 ...
13:38:01 
13:38:01 #17 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
13:38:01 #17 9.883 Reading package lists...
13:38:01 #17 12.25 Building dependency tree...
13:38:01 #17 13.40 The following additional packages will be installed:
13:38:01 #17 13.41   libbtrfs0
13:38:01 #17 13.49 The following NEW packages will be installed:
13:38:01 #17 13.50   libbtrfs-dev libbtrfs0
13:38:01 #17 13.82 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
13:38:01 #17 13.82 Need to get 119 kB of archives.
13:38:01 #17 13.82 After this operation, 387 kB of additional disk space will be used.
13:38:01 #17 13.82 Get:1 http://deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
13:38:01 #17 13.82 Get:2 http://deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
13:38:01 #17 14.25 debconf: delaying package configuration, since apt-utils is not installed
13:38:01 #17 14.34 Fetched 119 kB in 0s (446 kB/s)
13:38:01 #17 14.45 Selecting previously unselected package libbtrfs0.
13:38:01 #17 14.45 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
13:38:01 #17 14.48 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
13:38:01 #17 14.50 Unpacking libbtrfs0 (4.20.1-2) ...
13:38:01 #17 14.61 Selecting previously unselected package libbtrfs-dev.
13:38:01 #17 14.61 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
13:38:01 #17 14.61 Unpacking libbtrfs-dev (4.20.1-2) ...
13:38:01 #17 14.91 Setting up libbtrfs0 (4.20.1-2) ...
13:38:01 #17 14.95 Setting up libbtrfs-dev (4.20.1-2) ...
13:38:01 #17 14.95 Processing triggers for libc-bin (2.28-10) ...
13:38:01 #17 DONE 15.7s
13:38:01 
13:38:01 #11 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
13:38:01 #11 15.76 Selecting previously unselected package cmake-data.
13:38:01 #11 15.76 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
13:38:01 #11 15.76 Unpacking cmake-data (3.13.4-1) ...
13:38:01 #14 exporting layers 3.6s done
13:38:01 #14 writing image sha256:1795259f53fc9592a4de1206ed8975c75bf747710ccf1619eac9fd4b756d3f12 done
13:38:01 #14 naming to docker.io/rpmbuild-centos-7/x86_64 done
13:38:01 #14 DONE 3.6s
13:38:01 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-7/x86_64 -ba --define '_gitcommit_cli ca35f29' --define '_gitcommit_engine d0eff1f' --define '_release 0' --define '_version 0.0.0.20200817151903.ca35f29' --define '_origversion 0.0.0-20200817151903-ca35f29'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec
13:38:01 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Cyn2Kj
13:38:01 + umask 022
13:38:01 + cd /root/rpmbuild/BUILD
13:38:01 + cd /root/rpmbuild/BUILD
13:38:01 + rm -rf src
13:38:01 + /usr/bin/mkdir -p src
13:38:01 + cd src
13:38:01 + /usr/bin/tar -xf -
13:38:01 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:38:01 + STATUS=0
13:38:01 + '[' 0 -ne 0 ']'
13:38:01 + /usr/bin/tar -xf -
13:38:01 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:38:02 + STATUS=0
13:38:02 + '[' 0 -ne 0 ']'
13:38:02 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:38:02 + exit 0
13:38:02 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.7kpHI1
13:38:02 + umask 022
13:38:02 + cd /root/rpmbuild/BUILD
13:38:02 + cd src
13:38:02 + export DOCKER_GITCOMMIT=d0eff1f
13:38:02 + DOCKER_GITCOMMIT=d0eff1f
13:38:02 + mkdir -p /go/src/github.com/docker
13:38:02 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:38:02 + export DOCKER_BUILDTAGS=exclude_graphdriver_btrfs
13:38:02 + DOCKER_BUILDTAGS=exclude_graphdriver_btrfs
13:38:02 + pushd /root/rpmbuild/BUILD/src/engine
13:38:02 + for component in tini '"proxy dynamic"'
13:38:02 + TMP_GOPATH=/go
13:38:02 + hack/dockerfile/install/install.sh tini
13:38:02 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
13:38:02 + RM_GOPATH=0
13:38:02 + TMP_GOPATH=/go
13:38:02 + : /usr/local/bin
13:38:02 + '[' -z /go ']'
13:38:02 + export GOPATH=/go
13:38:02 + GOPATH=/go
13:38:02 + case "$(go env GOARCH)" in
13:38:02 ++ go env GOARCH
13:38:02 + export GO_BUILDMODE=-buildmode=pie
13:38:02 + GO_BUILDMODE=-buildmode=pie
13:38:02 ++ dirname hack/dockerfile/install/install.sh
13:38:02 + dir=hack/dockerfile/install
13:38:02 + bin=tini
13:38:02 + shift
13:38:02 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:38:02 + . hack/dockerfile/install/tini.installer
13:38:02 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
13:38:02 + install_tini
13:38:02 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
13:38:02 + git clone https://github.com/krallin/tini.git /go/tini
13:38:02 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
13:38:02 Cloning into '/go/tini'...
13:38:02 #11 17.45 Selecting previously unselected package libicu63:amd64.
13:38:02 #11 17.45 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
13:38:02 #11 17.46 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
13:38:03 + cd /go/tini
13:38:03 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
13:38:03 + cmake .
13:38:03 -- The C compiler identification is GNU 4.8.5
13:38:03 -- Check for working C compiler: /usr/bin/cc
13:38:03 -- Check for working C compiler: /usr/bin/cc -- works
13:38:03 -- Detecting C compiler ABI info
13:38:03 -- Detecting C compiler ABI info - done
13:38:03 -- Performing Test HAS_BUILTIN_FORTIFY
13:38:03 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:38:03 -- Configuring done
13:38:03 -- Generating done
13:38:03 -- Build files have been written to: /go/tini
13:38:03 + make tini-static
13:38:03 Scanning dependencies of target tini-static
13:38:03 [100%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:38:03 Linking C executable tini-static
13:38:03 [100%] Built target tini-static
13:38:03 + mkdir -p /usr/local/bin
13:38:03 + cp tini-static /usr/local/bin/docker-init
13:38:03 + for component in tini '"proxy dynamic"'
13:38:03 + TMP_GOPATH=/go
13:38:03 + hack/dockerfile/install/install.sh proxy dynamic
13:38:03 + RM_GOPATH=0
13:38:03 + TMP_GOPATH=/go
13:38:03 + : /usr/local/bin
13:38:03 + '[' -z /go ']'
13:38:03 + export GOPATH=/go
13:38:03 + GOPATH=/go
13:38:03 + case "$(go env GOARCH)" in
13:38:03 ++ go env GOARCH
13:38:03 + export GO_BUILDMODE=-buildmode=pie
13:38:03 + GO_BUILDMODE=-buildmode=pie
13:38:03 ++ dirname hack/dockerfile/install/install.sh
13:38:03 + dir=hack/dockerfile/install
13:38:03 + bin=proxy
13:38:03 + shift
13:38:03 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
13:38:03 + . hack/dockerfile/install/proxy.installer
13:38:03 ++ : 9e99af28df21367340c95a3863e31808d689c92a
13:38:03 + install_proxy dynamic
13:38:03 + case "$1" in
13:38:03 + install_proxy_dynamic
13:38:03 + export PROXY_LDFLAGS=-linkmode=external install_proxy
13:38:03 + PROXY_LDFLAGS=-linkmode=external
13:38:03 + export BUILD_MODE=-buildmode=pie
13:38:03 + BUILD_MODE=-buildmode=pie
13:38:03 + _install_proxy
13:38:03 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a'
13:38:03 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
13:38:03 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a
13:38:03 Cloning into '/go/src/github.com/docker/libnetwork'...
13:38:05 #11 19.50 Selecting previously unselected package libxml2:amd64.
13:38:05 #11 19.50 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ...
13:38:05 #11 19.51 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
13:38:05 #11 19.77 Selecting previously unselected package libarchive13:amd64.
13:38:05 #11 19.78 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
13:38:05 #11 19.78 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
13:38:05 #11 19.89 Selecting previously unselected package libjsoncpp1:amd64.
13:38:05 + cd /go/src/github.com/docker/libnetwork
13:38:05 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a
13:38:05 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:38:05 #11 19.90 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
13:38:05 #11 19.91 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
13:38:05 #11 19.98 Selecting previously unselected package librhash0:amd64.
13:38:05 #11 19.99 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
13:38:05 #11 19.99 Unpacking librhash0:amd64 (1.3.8-1) ...
13:38:05 #11 20.06 Selecting previously unselected package libuv1:amd64.
13:38:05 #11 20.06 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
13:38:05 #11 20.07 Unpacking libuv1:amd64 (1.24.1-1) ...
13:38:05 #11 20.14 Selecting previously unselected package cmake.
13:38:05 #11 20.15 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
13:38:05 #11 20.15 Unpacking cmake (3.13.4-1) ...
13:38:07 #11 21.33 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
13:38:07 #11 21.35 Setting up xxd (2:8.1.0875-5) ...
13:38:07 #11 21.36 Setting up libuv1:amd64 (1.24.1-1) ...
13:38:07 #11 21.37 Setting up vim-common (2:8.1.0875-5) ...
13:38:07 #11 21.40 Setting up librhash0:amd64 (1.3.8-1) ...
13:38:07 #11 21.41 Setting up cmake-data (3.13.4-1) ...
13:38:07 #11 21.42 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
13:38:07 #11 21.43 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
13:38:07 #11 21.44 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
13:38:07 #11 21.45 Setting up cmake (3.13.4-1) ...
13:38:07 #11 21.47 Processing triggers for libc-bin (2.28-10) ...
13:38:07 #11 21.50 Processing triggers for mime-support (3.62) ...
13:38:07 #11 ...
13:38:07 
13:38:07 #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
13:38:07 #10 10.06 Reading package lists...
13:38:07 #10 12.50 Building dependency tree...
13:38:07 #10 13.62 The following additional packages will be installed:
13:38:07 #10 13.62   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
13:38:07 #10 13.62   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
13:38:07 #10 13.62   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
13:38:07 #10 13.62   libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev
13:38:07 #10 13.62 Suggested packages:
13:38:07 #10 13.62   gcc-8-locales seccomp wine64
13:38:07 #10 14.00 The following NEW packages will be installed:
13:38:07 #10 14.00   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:38:07 #10 14.00   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
13:38:07 #10 14.01   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:38:07 #10 14.01   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
13:38:07 #10 14.01   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
13:38:07 #10 14.01   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
13:38:07 #10 14.32 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
13:38:07 #10 14.32 Need to get 77.7 MB of archives.
13:38:07 #10 14.32 After this operation, 487 MB of additional disk space will be used.
13:38:07 #10 14.32 Get:1 http://deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
13:38:07 #10 14.41 Get:2 http://deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
13:38:07 #10 14.52 Get:3 http://deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
13:38:07 #10 14.54 Get:4 http://deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
13:38:07 #10 14.55 Get:5 http://deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
13:38:07 #10 14.55 Get:6 http://deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
13:38:07 #10 14.79 Get:7 http://deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
13:38:07 #10 15.03 Get:8 http://deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
13:38:07 #10 15.03 Get:9 http://deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB]
13:38:07 #10 17.17 Get:10 http://deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB]
13:38:07 #10 18.18 Get:11 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
13:38:07 #10 18.18 Get:12 http://deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
13:38:07 #10 18.18 Get:13 http://deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
13:38:07 #10 18.19 Get:14 http://deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
13:38:07 #10 18.19 Get:15 http://deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
13:38:07 #10 18.20 Get:16 http://deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB]
13:38:07 #10 18.20 Get:17 http://deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
13:38:07 #10 18.22 Get:18 http://deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
13:38:07 #10 18.23 Get:19 http://deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
13:38:07 #10 18.24 Get:20 http://deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
13:38:07 #10 18.25 Get:21 http://deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
13:38:07 #10 18.27 Get:22 http://deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
13:38:07 #10 18.29 Get:23 http://deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
13:38:07 #10 18.29 Get:24 http://deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
13:38:07 #10 18.29 Get:25 http://deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB]
13:38:07 #10 18.75 debconf: delaying package configuration, since apt-utils is not installed
13:38:07 #10 18.84 Fetched 77.7 MB in 4s (18.3 MB/s)
13:38:07 #10 18.88 Selecting previously unselected package binutils-mingw-w64-i686.
13:38:07 #10 18.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 ... 15410 files and directories currently installed.)
13:38:07 #10 18.94 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
13:38:07 #10 18.95 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:38:07 #10 19.79 Selecting previously unselected package binutils-mingw-w64-x86-64.
13:38:07 #10 19.80 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
13:38:07 #10 19.81 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:38:07 #10 20.74 Selecting previously unselected package binutils-mingw-w64.
13:38:07 #10 20.74 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
13:38:07 #10 20.75 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
13:38:07 #10 20.81 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:38:07 #10 20.81 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
13:38:07 #10 20.82 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:38:07 #10 20.91 Selecting previously unselected package dmsetup.
13:38:07 #10 20.91 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
13:38:07 #10 20.92 Unpacking dmsetup (2:1.02.155-3) ...
13:38:07 #10 21.02 Selecting previously unselected package mingw-w64-common.
13:38:07 #10 21.02 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
13:38:07 #10 21.03 Unpacking mingw-w64-common (6.0.0-3) ...
13:38:09 #10 23.85 Selecting previously unselected package mingw-w64-x86-64-dev.
13:38:09 #10 23.85 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
13:38:09 #10 23.91 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
13:38:10 #10 ...
13:38:10 
13:38:10 #11 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
13:38:10 #11 DONE 25.4s
13:38:10 
13:38:10 #13 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
13:38:10 #13 ...
13:38:10 
13:38:10 #18 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
13:38:10 #18 1.185 + RM_GOPATH=0
13:38:10 #18 1.185 + TMP_GOPATH=
13:38:10 #18 1.185 + : /build
13:38:10 #18 1.185 + '[' -z '' ']'
13:38:10 #18 1.189 ++ mktemp -d
13:38:10 #18 1.190 + export GOPATH=/tmp/tmp.IDSK17Iaja
13:38:10 #18 1.190 + GOPATH=/tmp/tmp.IDSK17Iaja
13:38:10 #18 1.190 + RM_GOPATH=1
13:38:10 #18 1.190 + case "$(go env GOARCH)" in
13:38:10 #18 1.191 ++ go env GOARCH
13:38:10 #18 1.195 + export GO_BUILDMODE=-buildmode=pie
13:38:10 #18 1.195 + GO_BUILDMODE=-buildmode=pie
13:38:10 #18 1.195 ++ dirname /tmp/install/install.sh
13:38:10 #18 1.196 + dir=/tmp/install
13:38:10 #18 1.196 + bin=containerd
13:38:10 #18 1.196 + shift
13:38:10 #18 1.197 + '[' '!' -f /tmp/install/containerd.installer ']'
13:38:10 #18 1.197 + . /tmp/install/containerd.installer
13:38:10 #18 1.197 ++ set -e
13:38:10 #18 1.197 ++ : 8fba4e9a7d01810a393d5d25a3621dc101981175
13:38:10 #18 1.197 + install_containerd
13:38:10 #18 1.198 + echo 'Install containerd version 8fba4e9a7d01810a393d5d25a3621dc101981175'
13:38:10 #18 1.198 Install containerd version 8fba4e9a7d01810a393d5d25a3621dc101981175
13:38:10 #18 1.198 + git clone https://github.com/containerd/containerd.git /tmp/tmp.IDSK17Iaja/src/github.com/containerd/containerd
13:38:10 #18 1.200 Cloning into '/tmp/tmp.IDSK17Iaja/src/github.com/containerd/containerd'...
13:38:11 #18 ...
13:38:11 
13:38:11 #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
13:38:11 #10 26.12 Selecting previously unselected package gcc-mingw-w64-base.
13:38:11 #10 26.13 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:38:11 #10 26.13 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
13:38:11 #10 26.28 Selecting previously unselected package gcc-mingw-w64-x86-64.
13:38:11 #10 26.29 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:38:11 #10 26.29 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:38:13 + return
13:38:13 + VERSION=0.0.0-20200817151903-ca35f29
13:38:13 + PRODUCT=docker
13:38:13 + hack/make.sh dynbinary
13:38:13 
13:38:13 Removing bundles/
13:38:13 
13:38:13 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:38:13 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20200817151903-ca35f29
13:38:13 GOOS="" GOARCH="" GOARM=""
13:38:17 #10 ...
13:38:17 
13:38:17 #13 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
13:38:17 #13 0.845 + RM_GOPATH=0
13:38:17 #13 0.845 + TMP_GOPATH=
13:38:17 #13 0.845 + : /build
13:38:17 #13 0.845 + '[' -z '' ']'
13:38:17 #13 0.852 ++ mktemp -d
13:38:17 #13 0.856 + export GOPATH=/tmp/tmp.hzjRnTI229
13:38:17 #13 0.856 + GOPATH=/tmp/tmp.hzjRnTI229
13:38:17 #13 0.856 + RM_GOPATH=1
13:38:17 #13 0.856 + case "$(go env GOARCH)" in
13:38:17 #13 0.857 ++ go env GOARCH
13:38:17 #13 0.865 + export GO_BUILDMODE=-buildmode=pie
13:38:17 #13 0.865 + GO_BUILDMODE=-buildmode=pie
13:38:17 #13 0.865 ++ dirname /tmp/install/install.sh
13:38:17 #13 0.866 + dir=/tmp/install
13:38:17 #13 0.866 + bin=tini
13:38:17 #13 0.867 + shift
13:38:17 #13 0.867 + '[' '!' -f /tmp/install/tini.installer ']'
13:38:17 #13 0.867 + . /tmp/install/tini.installer
13:38:17 #13 0.867 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
13:38:17 #13 0.867 + install_tini
13:38:17 #13 0.868 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
13:38:17 #13 0.868 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
13:38:17 #13 0.868 + git clone https://github.com/krallin/tini.git /tmp/tmp.hzjRnTI229/tini
13:38:17 #13 0.870 Cloning into '/tmp/tmp.hzjRnTI229/tini'...
13:38:17 #13 1.604 + cd /tmp/tmp.hzjRnTI229/tini
13:38:17 #13 1.605 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
13:38:17 #13 1.609 + cmake .
13:38:17 #13 1.901 -- The C compiler identification is GNU 8.3.0
13:38:17 #13 1.926 -- Check for working C compiler: /usr/bin/cc
13:38:17 #13 2.330 -- Check for working C compiler: /usr/bin/cc -- works
13:38:17 #13 2.331 -- Detecting C compiler ABI info
13:38:17 #13 2.675 -- Detecting C compiler ABI info - done
13:38:17 #13 2.694 -- Detecting C compile features
13:38:17 #13 3.565 -- Detecting C compile features - done
13:38:17 #13 3.587 -- Performing Test HAS_BUILTIN_FORTIFY
13:38:17 #13 3.710 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:38:17 #13 3.768 -- Configuring done
13:38:17 #13 3.780 -- Generating done
13:38:17 #13 3.785 -- Build files have been written to: /tmp/tmp.hzjRnTI229/tini
13:38:17 #13 3.794 + make tini-static
13:38:17 #13 3.908 Scanning dependencies of target tini-static
13:38:17 #13 3.924 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:38:17 #13 4.403 [100%] Linking C executable tini-static
13:38:17 #13 4.656 [100%] Built target tini-static
13:38:17 #13 4.689 + mkdir -p /build
13:38:17 #13 4.691 + cp tini-static /build/docker-init
13:38:17 #13 DONE 6.3s
13:38:17 
13:38:17 #18 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
13:38:17 #18 11.07 + cd /tmp/tmp.IDSK17Iaja/src/github.com/containerd/containerd
13:38:17 #18 11.07 + git checkout -q 8fba4e9a7d01810a393d5d25a3621dc101981175
13:38:17 #18 12.24 + export 'BUILDTAGS=netgo osusergo static_build'
13:38:17 #18 12.24 + BUILDTAGS='netgo osusergo static_build'
13:38:17 #18 12.24 + export EXTRA_FLAGS=-buildmode=pie
13:38:17 #18 12.24 + EXTRA_FLAGS=-buildmode=pie
13:38:17 #18 12.24 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
13:38:17 #18 12.24 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
13:38:17 #18 12.24 + '[' '' = dynamic ']'
13:38:17 #18 12.24 + make
13:38:17 #18 13.14 + bin/ctr
13:38:20 #18 ...
13:38:20 
13:38:20 #20 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
13:38:20 #20 34.68 + for f in rootlesskit rootlesskit-docker-proxy
13:38:20 #20 34.68 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
13:38:23 #20 DONE 37.8s
13:38:23 
13:38:23 #21 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
13:38:23 #21 DONE 0.0s
13:38:23 
13:38:23 #22 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:38:23 #22 DONE 0.0s
13:38:23 
13:38:23 #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
13:38:23 #10 35.24 Selecting previously unselected package g++-mingw-w64-x86-64.
13:38:23 #10 35.24 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
13:38:23 #10 35.25 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:38:24 scripts/docs/generate-man.sh
13:38:26 #10 40.26 Selecting previously unselected package libapparmor1:amd64.
13:38:26 #10 40.26 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
13:38:26 #10 40.27 Unpacking libapparmor1:amd64 (2.13.2-10) ...
13:38:26 #10 40.31 Selecting previously unselected package libapparmor-dev:amd64.
13:38:26 #10 40.32 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
13:38:26 #10 40.32 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
13:38:26 #10 40.39 Selecting previously unselected package libbtrfs0.
13:38:26 #10 40.40 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
13:38:26 #10 40.40 Unpacking libbtrfs0 (4.20.1-2) ...
13:38:26 #10 40.44 Selecting previously unselected package libbtrfs-dev.
13:38:26 #10 40.45 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
13:38:26 #10 40.45 Unpacking libbtrfs-dev (4.20.1-2) ...
13:38:26 #10 40.54 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:38:26 #10 40.55 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
13:38:26 #10 40.55 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
13:38:26 #10 40.59 Selecting previously unselected package libudev-dev:amd64.
13:38:26 #10 40.60 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ...
13:38:26 #10 40.61 Unpacking libudev-dev:amd64 (241-7~deb10u4) ...
13:38:26 #10 40.67 Selecting previously unselected package libsepol1-dev:amd64.
13:38:26 #10 40.68 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
13:38:26 #10 40.68 Unpacking libsepol1-dev:amd64 (2.8-1) ...
13:38:26 #10 40.80 Selecting previously unselected package libpcre16-3:amd64.
13:38:26 #10 40.80 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
13:38:26 #10 40.81 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
13:38:26 #10 40.89 Selecting previously unselected package libpcre32-3:amd64.
13:38:26 #10 40.89 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
13:38:26 #10 40.89 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
13:38:26 #10 40.95 Selecting previously unselected package libpcrecpp0v5:amd64.
13:38:26 #10 40.96 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
13:38:26 #10 40.96 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
13:38:26 #10 41.01 Selecting previously unselected package libpcre3-dev:amd64.
13:38:26 #10 41.02 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
13:38:26 #10 41.02 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
13:38:26 #10 41.16 Selecting previously unselected package libselinux1-dev:amd64.
13:38:26 #10 41.16 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
13:38:26 #10 41.17 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
13:38:26 #10 41.27 Selecting previously unselected package libdevmapper-dev:amd64.
13:38:26 #10 41.27 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
13:38:26 #10 41.28 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
13:38:26 #10 41.32 Selecting previously unselected package libseccomp-dev:amd64.
13:38:26 #10 41.32 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ...
13:38:26 #10 41.33 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
13:38:26 #10 41.38 Selecting previously unselected package libsystemd-dev:amd64.
13:38:27 #10 41.38 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ...
13:38:27 #10 41.39 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ...
13:38:27 #10 41.56 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
13:38:27 #10 41.58 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
13:38:27 #10 41.59 Setting up libapparmor1:amd64 (2.13.2-10) ...
13:38:27 #10 41.60 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:38:27 #10 41.61 Setting up libpcre16-3:amd64 (2:8.39-12) ...
13:38:27 #10 41.62 Setting up libsepol1-dev:amd64 (2.8-1) ...
13:38:27 #10 41.63 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
13:38:27 #10 41.64 Setting up libbtrfs0 (4.20.1-2) ...
13:38:27 #10 41.65 Setting up libpcre32-3:amd64 (2:8.39-12) ...
13:38:27 #10 41.66 Setting up libudev-dev:amd64 (241-7~deb10u4) ...
13:38:27 #10 41.68 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:38:27 #10 41.70 Setting up libbtrfs-dev (4.20.1-2) ...
13:38:27 #10 41.71 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
13:38:27 #10 41.72 Setting up mingw-w64-common (6.0.0-3) ...
13:38:27 #10 41.73 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ...
13:38:27 #10 41.74 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
13:38:27 #10 41.75 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
13:38:27 #10 41.76 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:38:27 #10 41.77 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
13:38:27 #10 41.78 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
13:38:27 #10 41.78 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
13:38:27 #10 41.79 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
13:38:27 #10 41.80 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
13:38:27 #10 41.80 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
13:38:27 #10 41.82 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
13:38:27 #10 41.83 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:38:27 #10 41.84 Setting up dmsetup (2:1.02.155-3) ...
13:38:27 #10 41.85 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
13:38:27 #10 41.86 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
13:38:27 #10 41.87 Processing triggers for libc-bin (2.28-10) ...
13:38:28 #10 DONE 42.6s
13:38:28 
13:38:28 #14 [binary-base 1/7] COPY --from=tini        /build/ /usr/local/bin/
13:38:28 #14 DONE 0.0s
13:38:28 
13:38:28 #15 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
13:38:28 #15 0.810 + RM_GOPATH=0
13:38:28 #15 0.810 + TMP_GOPATH=
13:38:28 #15 0.810 + : /build
13:38:28 #15 0.810 + '[' -z '' ']'
13:38:28 #15 0.815 ++ mktemp -d
13:38:28 #15 0.815 + export GOPATH=/tmp/tmp.hq8COTtRh2
13:38:28 #15 0.815 + GOPATH=/tmp/tmp.hq8COTtRh2
13:38:28 #15 0.815 + RM_GOPATH=1
13:38:28 #15 0.815 + case "$(go env GOARCH)" in
13:38:28 #15 0.815 ++ go env GOARCH
13:38:28 #15 0.817 + export GO_BUILDMODE=-buildmode=pie
13:38:28 #15 0.817 + GO_BUILDMODE=-buildmode=pie
13:38:28 #15 0.818 ++ dirname /tmp/install/install.sh
13:38:28 #15 0.819 + dir=/tmp/install
13:38:28 #15 0.819 + bin=runc
13:38:28 #15 0.819 + shift
13:38:28 #15 0.819 + '[' '!' -f /tmp/install/runc.installer ']'
13:38:28 #15 0.819 + . /tmp/install/runc.installer
13:38:28 #15 0.819 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
13:38:28 #15 0.820 + install_runc
13:38:28 #15 0.820 + grep -q '^3\.10\.0.*\.el7\.'
13:38:28 #15 0.822 + uname -r
13:38:28 #15 0.822 + RUNC_BUILDTAGS='seccomp apparmor selinux '
13:38:28 #15 0.823 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
13:38:28 #15 0.823 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
13:38:28 #15 0.823 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.hq8COTtRh2/src/github.com/opencontainers/runc
13:38:28 #15 0.825 Cloning into '/tmp/tmp.hq8COTtRh2/src/github.com/opencontainers/runc'...
13:38:31 #15 2.876 + cd /tmp/tmp.hq8COTtRh2/src/github.com/opencontainers/runc
13:38:31 #15 2.877 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
13:38:31 #15 2.978 + '[' -z '' ']'
13:38:31 #15 2.978 + target=static
13:38:31 #15 2.979 + make 'BUILDTAGS=seccomp apparmor selinux ' static
13:38:31 #15 3.289 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc .
13:38:46 Project root: /go/src/github.com/docker/cli
13:38:46 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
13:38:46 2020/08/18 13:38:43 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 WARNING: go-md2man does not handle node type HTMLSpan
13:38:46 make[2]: Leaving directory '/root/build-deb/cli'
13:38:46 # Build the CLI plugins
13:38:46 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
13:38:46 set -e;cd /sources && \
13:38:46 	tar xzf plugin-installers.tgz; \
13:38:46 	for installer in plugins/*.installer; do \
13:38:46 		LDFLAGS='' bash ${installer} build; \
13:38:46 	done
13:38:46 Cloning into '/go/src/github.com/docker/app'...
13:38:46 Fetching origin
13:38:46 make[2]: Entering directory '/go/src/github.com/docker/app'
13:38:46 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
13:38:57 #15 26.74 CGO_ENABLED=1 go build   -tags "seccomp apparmor selinux  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
13:38:57 #15 27.61 + mkdir -p /build
13:38:57 #15 27.61 + cp runc /build/runc
13:38:57 #15 DONE 28.5s
13:38:57 
13:38:57 #18 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
13:38:58 #18 ...
13:38:58 
13:38:58 #16 [binary-base 2/7] COPY --from=runc        /build/ /usr/local/bin/
13:38:58 #16 DONE 0.1s
13:38:58 
13:38:58 #18 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
13:39:04 make[2]: Leaving directory '/go/src/github.com/docker/app'
13:39:04 Cloning into '/go/src/github.com/docker/buildx'...
13:39:04 Fetching origin
13:39:04 + GOFLAGS=-mod=vendor
13:39:04 + go build -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.4.1-docker -X github.com/docker/buildx/version.Revision=bda4882a65349ca359216b135896bddc1d92461c -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
13:39:08 #18 66.92 + bin/containerd
13:39:30 make[1]: Leaving directory '/root/build-deb'
13:39:30    debian/rules override_dh_auto_test
13:39:30 make[1]: Entering directory '/root/build-deb'
13:39:30 ./engine/bundles/dynbinary-daemon/dockerd -v
13:39:30 Docker version 0.0.0-20200817151903-ca35f29, build d0eff1f
13:39:30 ./cli/build/docker -v
13:39:30 Docker version 0.0.0-20200817151903-ca35f29, build ca35f29
13:39:30 make[1]: Leaving directory '/root/build-deb'
13:39:30  debian/rules binary
13:39:30 dh binary --with=bash-completion --with=systemd
13:39:30    dh_testroot
13:39:30    dh_prep
13:39:30    debian/rules override_dh_auto_install
13:39:30 make[1]: Entering directory '/root/build-deb'
13:39:30 # docker-ce-cli install
13:39:30 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
13:39:30 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:39:30 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:39:30 set -e;cd /sources && \
13:39:30 	tar xzf plugin-installers.tgz; \
13:39:30 	for installer in plugins/*.installer; do \
13:39:30 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
13:39:30 		PREFIX=/usr/libexec/docker/cli-plugins \
13:39:30 			bash ${installer} install_plugin; \
13:39:30 	done
13:39:30 # docker-ce install
13:39:30 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:39:30 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:39:30 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20200817151903-ca35f29 debian/docker-ce/usr/bin/dockerd
13:39:30 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:39:30 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:39:30 # docker-ce-rootless-extras install
13:39:30 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:39:30 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:39:30 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:39:30 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:39:30 # TODO: how can we install vpnkit?
13:39:30 make[1]: Leaving directory '/root/build-deb'
13:39:30    debian/rules override_dh_install
13:39:30 make[1]: Entering directory '/root/build-deb'
13:39:30 dh_install
13:39:30 # TODO Can we do this from within our container?
13:39:30 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:39:30 make[1]: Leaving directory '/root/build-deb'
13:39:30    dh_installdocs
13:39:30    dh_installchangelogs
13:39:30    dh_installman
13:39:30    dh_bash-completion
13:39:30    dh_systemd_enable
13:39:30    debian/rules override_dh_installinit
13:39:30 make[1]: Entering directory '/root/build-deb'
13:39:30 # use "docker" as our service name, not "docker-ce"
13:39:30 dh_installinit --name=docker
13:39:30 make[1]: Leaving directory '/root/build-deb'
13:39:30    dh_systemd_start
13:39:30    dh_perl
13:39:30    dh_link
13:39:30    dh_strip_nondeterminism
13:39:30    dh_compress
13:39:30    dh_fixperms
13:39:30    debian/rules override_dh_strip
13:39:30 make[1]: Entering directory '/root/build-deb'
13:39:30 # Go has lots of problems with stripping, so just don't
13:39:30 make[1]: Leaving directory '/root/build-deb'
13:39:30    dh_makeshlibs
13:39:30    debian/rules override_dh_shlibdeps
13:39:30 make[1]: Entering directory '/root/build-deb'
13:39:30 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:39:34 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20200817151903-ca35f29
13:39:34 
13:39:34 + popd
13:39:34 ~/rpmbuild/BUILD/src
13:39:34 + exit 0
13:39:34 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yIax6v
13:39:34 + umask 022
13:39:34 + cd /root/rpmbuild/BUILD
13:39:34 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el7.x86_64 '!=' / ']'
13:39:34 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el7.x86_64
13:39:34 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el7.x86_64
13:39:34 + mkdir -p /root/rpmbuild/BUILDROOT
13:39:34 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el7.x86_64
13:39:34 + cd src
13:39:34 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:39:34 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20200817151903-ca35f29 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/bin/dockerd
13:39:34 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/bin/docker-proxy
13:39:34 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/bin/docker-init
13:39:34 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/lib/systemd/system/docker.service
13:39:34 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/lib/systemd/system/docker.socket
13:39:34 + /usr/lib/rpm/check-buildroot
13:39:34 + /usr/lib/rpm/redhat/brp-compress
13:39:34 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:39:34 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:39:34 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:39:34 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:39:34 + /usr/lib/rpm/redhat/brp-python-hardlink
13:39:34 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:39:34 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.N4ub40
13:39:34 + umask 022
13:39:34 + cd /root/rpmbuild/BUILD
13:39:34 + cd src
13:39:34 + engine/bundles/dynbinary-daemon/dockerd -v
13:39:34 Docker version 0.0.0-20200817151903-ca35f29, build d0eff1f
13:39:34 + exit 0
13:39:34 Processing files: docker-ce-0.0.0.20200817151903.ca35f29-0.el7.x86_64
13:39:34 Provides: docker-ce = 3:0.0.0.20200817151903.ca35f29-0.el7 docker-ce(x86-64) = 3:0.0.0.20200817151903.ca35f29-0.el7
13:39:34 Requires(interp): /bin/sh /bin/sh /bin/sh
13:39:34 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:39:34 Requires(post): /bin/sh
13:39:34 Requires(preun): /bin/sh
13:39:34 Requires(postun): /bin/sh
13:39:34 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)
13:39:34 Conflicts: docker docker-io docker-engine-cs docker-ee
13:39:34 Obsoletes: docker-ce-selinux docker-engine-selinux docker-engine
13:39:34 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el7.x86_64
13:39:34 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20200817151903.ca35f29-0.el7.src.rpm
13:39:34 #18 92.98 + bin/containerd-stress
13:39:35 #18 94.76 + bin/containerd-shim
13:39:41 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20200817151903.ca35f29-0.el7.x86_64.rpm
13:39:41 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.swM757
13:39:41 + umask 022
13:39:41 + cd /root/rpmbuild/BUILD
13:39:41 + cd src
13:39:41 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el7.x86_64
13:39:41 + exit 0
13:39:41 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ngumT9
13:39:41 + umask 022
13:39:41 + cd /root/rpmbuild/BUILD
13:39:41 + cd /root/rpmbuild/BUILD
13:39:41 + rm -rf src
13:39:41 + /usr/bin/mkdir -p src
13:39:41 + cd src
13:39:41 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:39:41 + /usr/bin/tar -xf -
13:39:41 + STATUS=0
13:39:41 + '[' 0 -ne 0 ']'
13:39:41 + /usr/bin/tar -xf -
13:39:41 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
13:39:41 + STATUS=0
13:39:41 + '[' 0 -ne 0 ']'
13:39:41 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:39:41 + exit 0
13:39:41 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YGjUfd
13:39:41 + umask 022
13:39:41 + cd /root/rpmbuild/BUILD
13:39:41 + cd src
13:39:41 + mkdir -p /go/src/github.com/docker
13:39:41 + rm -f /go/src/github.com/docker/cli
13:39:41 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:39:41 + pushd /go/src/github.com/docker/cli
13:39:41 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:39:41 + make VERSION=0.0.0-20200817151903-ca35f29 GITCOMMIT=ca35f29 dynbinary manpages
13:39:41 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:39:41 ./scripts/build/dynbinary
13:39:41 Building dynamically linked build/docker-linux-amd64
13:39:42 #18 101.3 + bin/containerd-shim-runc-v1
13:39:43 make[1]: Leaving directory '/root/build-deb'
13:39:43    dh_installdeb
13:39:43    dh_gencontrol
13:39:43 dpkg-gencontrol: warning: package docker-ce: unused substitution variable ${misc:Depends}
13:39:43    dh_md5sums
13:39:43    dh_builddeb
13:39:43 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial_amd64.deb'.
13:39:45 #18 104.3 + bin/containerd-shim-runc-v2
13:39:46 #18 105.2 + binaries
13:39:46 #18 105.2 + install -D bin/containerd /build/containerd
13:39:46 #18 105.2 + install -D bin/containerd-shim /build/containerd-shim
13:39:46 #18 105.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
13:39:46 #18 105.2 + install -D bin/ctr /build/ctr
13:39:46 #18 DONE 105.6s
13:39:47 
13:39:47 #19 [binary-base 3/7] COPY --from=containerd  /build/ /usr/local/bin/
13:39:47 #19 DONE 0.6s
13:39:48 
13:39:48 #23 [binary-base 4/7] COPY --from=rootlesskit /build/ /usr/local/bin/
13:39:48 #23 DONE 0.2s
13:39:48 
13:39:48 #25 [binary-base 5/7] COPY --from=proxy       /build/ /usr/local/bin/
13:39:48 #25 DONE 0.0s
13:39:48 
13:39:48 #27 [binary-base 6/7] COPY --from=vpnkit      /vpnkit /usr/local/bin/vpnkit....
13:39:48 #27 DONE 0.4s
13:39:48 
13:39:48 #28 [binary-base 7/7] WORKDIR /go/src/github.com/docker/docker
13:39:48 #28 DONE 0.0s
13:39:48 
13:39:48 #29 [build-binary 1/1] RUN --mount=type=cache,target=/root/.cache/go-build  ...
13:39:48 #29 0.355 
13:39:48 #29 0.415 Removing /build/bundles/
13:39:49 #29 0.416 
13:39:49 #29 0.421 ---> Making bundle: binary (in /build/bundles/binary)
13:39:49 #29 0.450 Building: /build/bundles/binary-daemon/dockerd-0.0.0-20200817151903-ca35f29
13:39:49 #29 0.450 GOOS="" GOARCH="" GOARM=""
13:40:49 scripts/docs/generate-man.sh
13:40:50 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial_amd64.deb'.
13:40:56 #29 67.59 Created binary: /build/bundles/binary-daemon/dockerd-0.0.0-20200817151903-ca35f29
13:40:56 #29 68.13 Copying nested executables into /build/bundles/binary-daemon
13:40:58 #29 69.31 
13:41:00 #29 DONE 72.0s
13:41:01 
13:41:01 #30 [binary 1/1] COPY --from=build-binary /build/bundles/ /
13:41:03 #30 DONE 2.4s
13:41:03 
13:41:03 #31 exporting to client
13:41:03 #31 copying files 33B
13:41:05 #31 copying files 219.75MB 1.3s done
13:41:05 #31 DONE 1.3s
13:41:05 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker'
13:41:05 mkdir -p build/linux/docker
13:41:05 cp /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/cli/build/docker build/linux/docker/
13:41:05 for f in dockerd containerd ctr containerd-shim containerd-shim-runc-v2 docker-init docker-proxy runc; do \
13:41:05 	cp -L /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker/bundles/binary-daemon/$f build/linux/docker/$f; \
13:41:05 done
13:41:05 tar -C build/linux -c -z -f build/linux/docker-0.0.0-20200817151903-ca35f29.tgz docker
13:41:17 # extra binaries for running rootless
13:41:17 mkdir -p build/linux/docker-rootless-extras
13:41:17 for f in rootlesskit rootlesskit-docker-proxy dockerd-rootless.sh dockerd-rootless-setuptool.sh vpnkit; do \
13:41:17 	if [ -f /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker/bundles/binary-daemon/$f ]; then \
13:41:17 		cp -L /home/ubuntu/workspace/docker-ce-packaging_PR-494/src/github.com/docker/docker/bundles/binary-daemon/$f build/linux/docker-rootless-extras/$f; \
13:41:17 	fi \
13:41:17 done
13:41:17 tar -C build/linux -c -z -f build/linux/docker-rootless-extras-0.0.0-20200817151903-ca35f29.tgz docker-rootless-extras
13:41:18 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/static'
[Pipeline] sh
13:41:18 + make clean
13:41:18 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494:/v -w /v alpine chown -R 1000:1000 src
13:41:18 Unable to find image 'alpine:latest' locally
13:41:18 latest: Pulling from library/alpine
13:41:18 df20fa9351a1: Already exists
13:41:18 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321
13:41:18 Status: Downloaded newer image for alpine:latest
13:41:25 rm -f -r src
13:41:25 make -C rpm clean
13:41:25 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm'
13:41:25 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:41:25 rm -f -r rpmbuild/
13:41:25 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm'
13:41:25 make -C deb clean
13:41:25 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/deb'
13:41:25 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:41:25 rm -f -r debbuild
13:41:25 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb:/v -w /v alpine chown -R 1000:1000 sources
13:41:25 rm -f -r sources
13:41:25 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/deb'
13:41:25 make -C static clean
13:41:25 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/static'
13:41:25 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/static:/v -w /v alpine chown -R 1000:1000 build
13:41:26 rm -f -r build
13:41:26 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
13:41:58 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial_amd64.deb'.
13:42:08  dpkg-genchanges  >../docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial_amd64.changes
13:42:08 dpkg-genchanges: including full source code in upload
13:42:08  dpkg-source -I.git --after-build build-deb
13:42:08 dpkg-buildpackage: full upload; Debian-native package (full source is included)
13:42:08 + destination=/build
13:42:08 + mkdir -p /build
13:42:08 + mv -v /root/docker-ce-cli_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial_amd64.deb /root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial.dsc /root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial.tar.gz /root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial_amd64.changes /root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial_amd64.deb /build
13:42:08 '/root/docker-ce-cli_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial_amd64.deb'
13:42:08 removed '/root/docker-ce-cli_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial_amd64.deb'
13:42:08 '/root/docker-ce-rootless-extras_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial_amd64.deb'
13:42:08 removed '/root/docker-ce-rootless-extras_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial_amd64.deb'
13:42:08 '/root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial.dsc' -> '/build/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial.dsc'
13:42:08 removed '/root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial.dsc'
13:42:08 '/root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial.tar.gz' -> '/build/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial.tar.gz'
13:42:08 removed '/root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial.tar.gz'
13:42:08 '/root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial_amd64.changes' -> '/build/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial_amd64.changes'
13:42:08 removed '/root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial_amd64.changes'
13:42:08 '/root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial_amd64.deb' -> '/build/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial_amd64.deb'
13:42:08 removed '/root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-xenial_amd64.deb'
13:42:09 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb:/v -w /v alpine chown -R 1000:1000 debbuild/ubuntu-xenial
13:42:10 == Building packages for ubuntu-focal ==
13:42:10 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.13.15-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/x86_64 -f ubuntu-focal/Dockerfile .
13:42:10 #1 [internal] load build definition from Dockerfile
13:42:10 #1 transferring dockerfile: 1.20kB done
13:42:10 #1 DONE 0.0s
13:42:10 
13:42:10 #2 [internal] load .dockerignore
13:42:10 #2 transferring context: 2B done
13:42:10 #2 DONE 0.0s
13:42:10 
13:42:10 #4 [internal] load metadata for docker.io/library/golang:1.13.15-buster
13:42:10 #4 DONE 0.1s
13:42:10 
13:42:10 #3 [internal] load metadata for docker.io/library/ubuntu:focal
13:42:10 Project root: /go/src/github.com/docker/cli
13:42:10 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
13:42:10 2020/08/18 13:41:57 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 WARNING: go-md2man does not handle node type HTMLSpan
13:42:10 + popd
13:42:10 ~/rpmbuild/BUILD/src
13:42:10 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
13:42:10 + pushd /root/rpmbuild/BUILD/src/plugins
13:42:10 + for installer in '*.installer'
13:42:10 + bash app.installer build
13:42:10 Cloning into '/go/src/github.com/docker/app'...
13:42:10 Fetching origin
13:42:10 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
13:42:10 #3 DONE 0.2s
13:42:10 
13:42:10 #12 [golang 1/1] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f68...
13:42:10 #12 CACHED
13:42:10 
13:42:10 #8 [internal] load build context
13:42:10 #8 transferring context: 791B done
13:42:10 #8 DONE 0.0s
13:42:10 
13:42:10 #5 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:5d1d5407f353843...
13:42:10 #5 resolve docker.io/library/ubuntu:focal@sha256:5d1d5407f353843ecf8b16524bc5565aa332e9e6a1297c73a92d3e754b8a636d done
13:42:10 #5 sha256:b7f616834fd07522cbfd33f0dfa848903599320b5c7191b59fe9aa7562f956a1 0B / 162B 0.0s
13:42:10 #5 sha256:5d1d5407f353843ecf8b16524bc5565aa332e9e6a1297c73a92d3e754b8a636d 1.21kB / 1.21kB done
13:42:10 #5 sha256:60f560e52264ed1cb7829a0d59b1ee7740d7580e0eb293aca2d722136edb1e24 1.15kB / 1.15kB done
13:42:10 #5 sha256:1e4467b07108685c38297025797890f0492c4ec509212e2e4b4822d367fe6bc8 3.41kB / 3.41kB done
13:42:10 #5 sha256:3ff22d22a8554f746f90a78b501da38d56a46f2ddba0dfec8b260aebaa61b3ba 191.02kB / 28.56MB 0.0s
13:42:10 #5 sha256:e7cb79d19722c46b9c0829811d7a5a0ae82c8771ab7f2f68e7d3a3ed6bd5d5d0 32.32kB / 32.32kB 0.0s done
13:42:10 #5 sha256:323d0d660b6a7da8df08a01dbc7250f38cfa2161db00c7c27c0b20be07a8236a 851B / 851B 0.0s done
13:42:10 #5 sha256:b7f616834fd07522cbfd33f0dfa848903599320b5c7191b59fe9aa7562f956a1 162B / 162B 0.1s done
13:42:10 #5 sha256:3ff22d22a8554f746f90a78b501da38d56a46f2ddba0dfec8b260aebaa61b3ba 12.37MB / 28.56MB 0.1s
13:42:11 #5 sha256:3ff22d22a8554f746f90a78b501da38d56a46f2ddba0dfec8b260aebaa61b3ba 28.56MB / 28.56MB 0.3s
13:42:11 #5 sha256:3ff22d22a8554f746f90a78b501da38d56a46f2ddba0dfec8b260aebaa61b3ba 28.56MB / 28.56MB 0.5s done
13:42:11 #5 extracting sha256:3ff22d22a8554f746f90a78b501da38d56a46f2ddba0dfec8b260aebaa61b3ba
13:42:11 #5 extracting sha256:3ff22d22a8554f746f90a78b501da38d56a46f2ddba0dfec8b260aebaa61b3ba 0.6s done
13:42:11 #5 extracting sha256:e7cb79d19722c46b9c0829811d7a5a0ae82c8771ab7f2f68e7d3a3ed6bd5d5d0
13:42:12 #5 extracting sha256:e7cb79d19722c46b9c0829811d7a5a0ae82c8771ab7f2f68e7d3a3ed6bd5d5d0 done
13:42:12 #5 extracting sha256:323d0d660b6a7da8df08a01dbc7250f38cfa2161db00c7c27c0b20be07a8236a done
13:42:12 #5 extracting sha256:b7f616834fd07522cbfd33f0dfa848903599320b5c7191b59fe9aa7562f956a1
13:42:12 #5 extracting sha256:b7f616834fd07522cbfd33f0dfa848903599320b5c7191b59fe9aa7562f956a1 done
13:42:12 #5 DONE 1.5s
13:42:12 
13:42:12 #6 [stage-1 2/9] RUN if  [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr...
13:42:12 #6 DONE 0.5s
13:42:12 
13:42:12 #7 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts e...
13:42:13 #7 0.706 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [107 kB]
13:42:13 #7 0.825 Get:2 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [39.1 kB]
13:42:13 #7 0.832 Get:3 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
13:42:13 #7 0.844 Get:4 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [64.9 kB]
13:42:13 #7 0.847 Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [1078 B]
13:42:13 #7 0.847 Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [203 kB]
13:42:13 #7 1.239 Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [111 kB]
13:42:14 #7 1.334 Get:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease [98.3 kB]
13:42:14 #7 1.430 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
13:42:14 #7 1.612 Get:10 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
13:42:14 #7 1.614 Get:11 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
13:42:14 #7 1.625 Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
13:42:14 #7 2.190 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [419 kB]
13:42:14 #7 2.197 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [17.3 kB]
13:42:14 #7 2.198 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [195 kB]
13:42:14 #7 2.207 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [39.3 kB]
13:42:14 #7 2.209 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [3216 B]
13:42:15 #7 2.838 Fetched 14.4 MB in 2s (5796 kB/s)
13:42:15 #7 2.838 Reading package lists...
13:42:16 #7 3.450 Reading package lists...
13:42:16 #7 4.028 Building dependency tree...
13:42:16 #7 4.139 Reading state information...
13:42:16 #7 4.266 The following additional packages will be installed:
13:42:16 #7 4.266   at autoconf automake autopoint autotools-dev binutils binutils-common
13:42:16 #7 4.266   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
13:42:16 #7 4.266   cpp-9 dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism diffstat
13:42:17 #7 4.267   dirmngr distro-info-data dpkg-dev dput dwz fakeroot file g++ g++-9 gcc gcc-9
13:42:17 #7 4.267   gcc-9-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
13:42:17 #7 4.267   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
13:42:17 #7 4.267   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
13:42:17 #7 4.267   libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-pkg-perl
13:42:17 #7 4.267   libarchive-cpio-perl libarchive-zip-perl libarray-intspan-perl libasan5
13:42:17 #7 4.267   libasn1-8-heimdal libassuan0 libasync-mergepoint-perl libatomic1
13:42:17 #7 4.267   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
13:42:17 #7 4.267   libbinutils libbrotli1 libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl
13:42:17 #7 4.267   libcbor0.6 libcc1-0 libclass-method-modifiers-perl libclass-xsaccessor-perl
13:42:17 #7 4.267   libclone-perl libcommon-sense-perl libconst-fast-perl
13:42:17 #7 4.267   libcontextual-return-perl libcpanel-json-xs-perl libcroco3 libcrypt-dev
13:42:17 #7 4.267   libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdata-dump-perl
13:42:17 #7 4.267   libdata-optlist-perl libdebhelper-perl libdevel-callchecker-perl
13:42:17 #7 4.267   libdevel-size-perl libdigest-bubblebabble-perl libdigest-hmac-perl
13:42:17 #7 4.267   libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2
13:42:17 #7 4.267   libelf1 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
13:42:17 #7 4.267   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:42:17 #7 4.267   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
13:42:17 #7 4.267   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:42:17 #7 4.267   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
13:42:17 #7 4.267   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:42:17 #7 4.267   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
13:42:17 #7 4.267   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
13:42:17 #7 4.267   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
13:42:17 #7 4.267   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
13:42:17 #7 4.267   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:42:17 #7 4.267   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:42:17 #7 4.267   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:42:17 #7 4.267   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
13:42:17 #7 4.267   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
13:42:17 #7 4.267   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
13:42:17 #7 4.267   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
13:42:17 #7 4.267   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
13:42:17 #7 4.267   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
13:42:17 #7 4.267   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
13:42:17 #7 4.267   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
13:42:17 #7 4.267   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
13:42:17 #7 4.267   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:42:17 #7 4.267   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
13:42:17 #7 4.267   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
13:42:17 #7 4.267   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
13:42:17 #7 4.267   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
13:42:17 #7 4.267   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
13:42:17 #7 4.267   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
13:42:17 #7 4.267   libnumber-compare-perl libnumber-range-perl libobject-id-perl
13:42:17 #7 4.267   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:42:17 #7 4.267   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
13:42:17 #7 4.267   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
13:42:17 #7 4.267   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
13:42:17 #7 4.267   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
13:42:17 #7 4.267   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
13:42:17 #7 4.267   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
13:42:17 #7 4.267   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:42:17 #7 4.267   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
13:42:17 #7 4.267   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
13:42:17 #7 4.267   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
13:42:17 #7 4.267   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
13:42:17 #7 4.267   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:42:17 #7 4.267   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:42:17 #7 4.267   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
13:42:17 #7 4.267   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
13:42:17 #7 4.267   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
13:42:17 #7 4.267   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:42:17 #7 4.267   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
13:42:17 #7 4.267   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
13:42:17 #7 4.267   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:42:17 #7 4.267   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:42:17 #7 4.267   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
13:42:17 #7 4.267   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:42:17 #7 4.267   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
13:42:17 #7 4.267   openssh-client openssl patch patchutils perl perl-modules-5.30
13:42:17 #7 4.267   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
13:42:17 #7 4.267   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:42:17 #7 4.267   python3-debian python3-gpg python3-idna python3-magic python3-minimal
13:42:17 #7 4.267   python3-pkg-resources python3-requests python3-six python3-unidiff
13:42:17 #7 4.268   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
13:42:17 #7 4.268   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
13:42:17 #7 4.268   xz-utils
13:42:17 #7 4.268 Suggested packages:
13:42:17 #7 4.268   default-mta | mail-transport-agent autoconf-archive gnu-standards
13:42:17 #7 4.268   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
13:42:17 #7 4.268   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
13:42:17 #7 4.268   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
13:42:17 #7 4.268   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
13:42:17 #7 4.268   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:42:17 #7 4.268   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
13:42:17 #7 4.268   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
13:42:17 #7 4.268   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
13:42:17 #7 4.269   mini-dinstall rsync g++-multilib g++-9-multilib gcc-9-doc gcc-multilib flex
13:42:17 #7 4.269   bison gdb gcc-doc gcc-9-multilib gettext-doc libasprintf-dev
13:42:17 #7 4.269   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
13:42:17 #7 4.269   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
13:42:17 #7 4.269   xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr gdbm-l10n
13:42:17 #7 4.269   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
13:42:17 #7 4.269   libscalar-number-perl libsasl2-modules-gssapi-mit
13:42:17 #7 4.269   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
13:42:17 #7 4.269   libsasl2-modules-sql libstdc++-9-doc libbareword-filehandles-perl
13:42:17 #7 4.269   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
13:42:17 #7 4.269   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
13:42:17 #7 4.269   libxml-sax-expatxs-perl bash-completion binutils-multiarch
13:42:17 #7 4.269   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
13:42:17 #7 4.269   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
13:42:17 #7 4.269   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
13:42:17 #7 4.269   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
13:42:17 #7 4.269   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
13:42:17 #7 4.269   python3-cryptography python3-openssl python3-socks python3.8-venv
13:42:17 #7 4.269   python3.8-doc binfmt-support readline-doc zip wdiff-doc
13:42:17 #7 4.503 The following NEW packages will be installed:
13:42:17 #7 4.503   at autoconf automake autopoint autotools-dev binutils binutils-common
13:42:17 #7 4.503   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
13:42:17 #7 4.503   cpp-9 curl dctrl-tools debhelper devscripts dh-autoreconf
13:42:17 #7 4.503   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
13:42:17 #7 4.503   equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git
13:42:17 #7 4.503   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
13:42:17 #7 4.503   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes
13:42:17 #7 4.503   krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
13:42:17 #7 4.503   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
13:42:17 #7 4.503   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
13:42:17 #7 4.503   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
13:42:17 #7 4.503   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:42:17 #7 4.503   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
13:42:17 #7 4.503   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
13:42:17 #7 4.503   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
13:42:17 #7 4.503   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
13:42:17 #7 4.503   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
13:42:17 #7 4.503   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
13:42:17 #7 4.503   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
13:42:17 #7 4.503   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
13:42:17 #7 4.503   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
13:42:17 #7 4.503   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:42:17 #7 4.503   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
13:42:17 #7 4.503   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:42:17 #7 4.503   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
13:42:17 #7 4.504   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:42:17 #7 4.504   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
13:42:17 #7 4.504   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
13:42:17 #7 4.504   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
13:42:17 #7 4.504   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
13:42:17 #7 4.504   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:42:17 #7 4.504   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:42:17 #7 4.504   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:42:17 #7 4.504   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
13:42:17 #7 4.504   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
13:42:17 #7 4.504   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
13:42:17 #7 4.504   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
13:42:17 #7 4.504   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
13:42:17 #7 4.504   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
13:42:17 #7 4.504   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
13:42:17 #7 4.504   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
13:42:17 #7 4.504   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
13:42:17 #7 4.504   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:42:17 #7 4.504   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
13:42:17 #7 4.504   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
13:42:17 #7 4.504   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
13:42:17 #7 4.504   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
13:42:17 #7 4.504   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
13:42:17 #7 4.504   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
13:42:17 #7 4.504   libnumber-compare-perl libnumber-range-perl libobject-id-perl
13:42:17 #7 4.504   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:42:17 #7 4.504   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
13:42:17 #7 4.504   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
13:42:17 #7 4.504   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
13:42:17 #7 4.504   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
13:42:17 #7 4.504   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
13:42:17 #7 4.504   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
13:42:17 #7 4.504   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:42:17 #7 4.504   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
13:42:17 #7 4.504   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
13:42:17 #7 4.504   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
13:42:17 #7 4.504   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
13:42:17 #7 4.504   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:42:17 #7 4.504   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:42:17 #7 4.504   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
13:42:17 #7 4.504   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
13:42:17 #7 4.504   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
13:42:17 #7 4.504   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:42:17 #7 4.504   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
13:42:17 #7 4.504   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
13:42:17 #7 4.504   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:42:17 #7 4.504   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:42:17 #7 4.504   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
13:42:17 #7 4.504   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:42:17 #7 4.505   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
13:42:17 #7 4.505   openssh-client openssl patch patchutils perl perl-modules-5.30
13:42:17 #7 4.505   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
13:42:17 #7 4.505   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:42:17 #7 4.505   python3-debian python3-gpg python3-idna python3-magic python3-minimal
13:42:17 #7 4.505   python3-pkg-resources python3-requests python3-six python3-unidiff
13:42:17 #7 4.505   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
13:42:17 #7 4.505   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
13:42:17 #7 4.505   xz-utils
13:42:17 #7 4.922 0 upgraded, 354 newly installed, 0 to remove and 4 not upgraded.
13:42:17 #7 4.922 Need to get 101 MB of archives.
13:42:17 #7 4.922 After this operation, 453 MB of additional disk space will be used.
13:42:17 #7 4.922 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblocale-gettext-perl amd64 1.07-4 [17.1 kB]
13:42:17 #7 5.070 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2 [1318 kB]
13:42:18 #7 5.472 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.2-1ubuntu1.2 [705 kB]
13:42:18 #7 5.518 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libexpat1 amd64 2.2.9-1build1 [73.3 kB]
13:42:18 #7 5.522 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.2-1ubuntu1.2 [1896 kB]
13:42:18 #7 5.611 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB]
13:42:18 #7 5.612 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB]
13:42:18 #7 5.613 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB]
13:42:18 #7 5.616 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB]
13:42:18 #7 5.618 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB]
13:42:18 #7 5.622 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB]
13:42:18 #7 5.649 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.2-1ubuntu1.2 [1665 kB]
13:42:18 #7 5.729 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.2-1ubuntu1.2 [364 kB]
13:42:18 #7 5.749 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B]
13:42:18 #7 5.749 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB]
13:42:18 #7 5.752 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB]
13:42:18 #7 5.752 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 bsdmainutils amd64 11.1.2ubuntu3 [181 kB]
13:42:18 #7 5.761 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libuchardet0 amd64 0.0.6-3build1 [65.2 kB]
13:42:18 #7 5.763 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 groff-base amd64 1.22.4-4build1 [847 kB]
13:42:18 #7 5.802 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB]
13:42:18 #7 5.806 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libpipeline1 amd64 1.5.2-2build1 [27.7 kB]
13:42:18 #7 5.841 Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 man-db amd64 2.9.1-1 [1112 kB]
13:42:18 #7 5.854 Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 perl-modules-5.30 all 5.30.0-9build1 [2737 kB]
13:42:18 #7 6.019 Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B]
13:42:18 #7 6.020 Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 libperl5.30 amd64 5.30.0-9build1 [3943 kB]
13:42:18 #7 6.208 Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 perl amd64 5.30.0-9build1 [224 kB]
13:42:18 #7 6.217 Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 openssl amd64 1.1.1f-1ubuntu2 [621 kB]
13:42:18 #7 6.244 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20190110ubuntu1.1 [145 kB]
13:42:18 #7 6.251 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.1 [4584 B]
13:42:18 #7 6.251 Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic-mgc amd64 1:5.38-4 [218 kB]
13:42:18 #7 6.262 Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic1 amd64 1:5.38-4 [75.9 kB]
13:42:18 #7 6.266 Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 file amd64 1:5.38-4 [23.3 kB]
13:42:18 #7 6.266 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 less amd64 551-1ubuntu0.1 [123 kB]
13:42:18 #7 6.271 Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 libelf1 amd64 0.176-1.1build1 [44.0 kB]
13:42:18 #7 6.282 Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.3-1~ubuntu20.04.1 [1284 kB]
13:42:18 #7 6.356 Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-data all 2.64.3-1~ubuntu20.04.1 [5752 B]
13:42:19 #7 6.356 Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2020a-0ubuntu0.20.04 [293 kB]
13:42:19 #7 6.364 Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 libicu66 amd64 66.1-2ubuntu2 [8520 kB]
13:42:19 #7 6.763 Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml2 amd64 2.9.10+dfsg-5 [640 kB]
13:42:19 #7 6.800 Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB]
13:42:19 #7 6.802 Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
13:42:19 #7 6.802 Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB]
13:42:19 #7 6.803 Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pkg-resources all 45.2.0-1 [130 kB]
13:42:19 #7 6.807 Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-six all 1.14.0-2 [12.1 kB]
13:42:19 #7 6.808 Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 shared-mime-info amd64 1.15-1 [430 kB]
13:42:19 #7 6.820 Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 ucf all 3.0038+nmu1 [51.6 kB]
13:42:19 #7 6.822 Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 xdg-user-dirs amd64 0.17-2ubuntu1 [48.3 kB]
13:42:19 #7 6.837 Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 xz-utils amd64 5.2.4-1 [82.5 kB]
13:42:19 #7 6.911 Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext-base amd64 0.19.8.1-10build1 [50.2 kB]
13:42:19 #7 6.912 Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 iso-codes all 4.4-1 [2695 kB]
13:42:19 #7 7.010 Get:51 http://archive.ubuntu.com/ubuntu focal/main amd64 krb5-locales all 1.17-6ubuntu4 [11.4 kB]
13:42:19 #7 7.010 Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB]
13:42:19 #7 7.013 Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB]
13:42:19 #7 7.013 Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB]
13:42:19 #7 7.014 Get:55 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5support0 amd64 1.17-6ubuntu4 [30.9 kB]
13:42:19 #7 7.015 Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 libk5crypto3 amd64 1.17-6ubuntu4 [80.2 kB]
13:42:19 #7 7.016 Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB]
13:42:19 #7 7.017 Get:58 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-3 amd64 1.17-6ubuntu4 [330 kB]
13:42:19 #7 7.066 Get:59 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4 [121 kB]
13:42:19 #7 7.131 Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB]
13:42:19 #7 7.132 Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau6 amd64 1:1.0.9-0ubuntu1 [7488 B]
13:42:19 #7 7.133 Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu1 [10.6 kB]
13:42:19 #7 7.133 Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1 amd64 1.14-2 [44.7 kB]
13:42:19 #7 7.134 Get:64 http://archive.ubuntu.com/ubuntu focal/main amd64 libx11-data all 2:1.6.9-2ubuntu1 [113 kB]
13:42:19 #7 7.138 Get:65 http://archive.ubuntu.com/ubuntu focal/main amd64 libx11-6 amd64 2:1.6.9-2ubuntu1 [573 kB]
13:42:19 #7 7.149 Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 libxext6 amd64 2:1.3.4-0ubuntu1 [29.1 kB]
13:42:19 #7 7.149 Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B]
13:42:19 #7 7.205 Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages all 5.05-1 [1314 kB]
13:42:19 #7 7.232 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.1 [672 kB]
13:42:19 #7 7.290 Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB]
13:42:19 #7 7.292 Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python-apt-common all 2.0.0ubuntu0.20.04.1 [17.4 kB]
13:42:19 #7 7.293 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-apt amd64 2.0.0ubuntu0.20.04.1 [154 kB]
13:42:19 #7 7.295 Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 libunwind8 amd64 1.2.1-9build1 [47.6 kB]
13:42:19 #7 7.296 Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 strace amd64 5.5-3ubuntu1 [380 kB]
13:42:19 #7 7.304 Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 xauth amd64 1:1.1-0ubuntu1 [25.0 kB]
13:42:19 #7 7.304 Get:76 http://archive.ubuntu.com/ubuntu focal/main amd64 libfl2 amd64 2.6.4-6.2 [11.5 kB]
13:42:19 #7 7.304 Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 at amd64 3.1.23-1ubuntu1 [38.7 kB]
13:42:19 #7 7.352 Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 libsigsegv2 amd64 2.12-2 [13.9 kB]
13:42:20 #7 7.425 Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB]
13:42:20 #7 7.432 Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB]
13:42:20 #7 7.444 Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB]
13:42:20 #7 7.446 Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB]
13:42:20 #7 7.465 Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB]
13:42:20 #7 7.480 Get:84 http://archive.ubuntu.com/ubuntu focal/main amd64 binutils-common amd64 2.34-6ubuntu1 [207 kB]
13:42:20 #7 7.504 Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 libbinutils amd64 2.34-6ubuntu1 [474 kB]
13:42:20 #7 7.521 Get:86 http://archive.ubuntu.com/ubuntu focal/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1 [47.0 kB]
13:42:20 #7 7.523 Get:87 http://archive.ubuntu.com/ubuntu focal/main amd64 libctf0 amd64 2.34-6ubuntu1 [46.6 kB]
13:42:20 #7 7.524 Get:88 http://archive.ubuntu.com/ubuntu focal/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1 [1614 kB]
13:42:20 #7 7.601 Get:89 http://archive.ubuntu.com/ubuntu focal/main amd64 binutils amd64 2.34-6ubuntu1 [3376 B]
13:42:20 #7 7.601 Get:90 http://archive.ubuntu.com/ubuntu focal/main amd64 libc-dev-bin amd64 2.31-0ubuntu9 [71.8 kB]
13:42:20 #7 7.603 Get:91 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-42.46 [1109 kB]
13:42:20 #7 7.661 Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB]
13:42:20 #7 7.664 Get:93 http://archive.ubuntu.com/ubuntu focal/main amd64 libc6-dev amd64 2.31-0ubuntu9 [2520 kB]
13:42:20 #7 7.774 Get:94 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc-9-base amd64 9.3.0-10ubuntu2 [19.3 kB]
13:42:20 #7 7.774 Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB]
13:42:20 #7 7.812 Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB]
13:42:20 #7 7.820 Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
13:42:20 #7 7.822 Get:98 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp-9 amd64 9.3.0-10ubuntu2 [7491 kB]
13:42:20 #7 8.186 Get:99 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB]
13:42:20 #7 8.186 Get:100 http://archive.ubuntu.com/ubuntu focal/main amd64 libcc1-0 amd64 10-20200411-0ubuntu1 [41.1 kB]
13:42:20 #7 8.187 Get:101 http://archive.ubuntu.com/ubuntu focal/main amd64 libgomp1 amd64 10-20200411-0ubuntu1 [101 kB]
13:42:20 #7 8.335 Get:102 http://archive.ubuntu.com/ubuntu focal/main amd64 libitm1 amd64 10-20200411-0ubuntu1 [26.3 kB]
13:42:21 #7 8.482 Get:103 http://archive.ubuntu.com/ubuntu focal/main amd64 libatomic1 amd64 10-20200411-0ubuntu1 [9284 B]
13:42:21 #7 8.490 Get:104 http://archive.ubuntu.com/ubuntu focal/main amd64 libasan5 amd64 9.3.0-10ubuntu2 [395 kB]
13:42:21 #7 8.757 Get:105 http://archive.ubuntu.com/ubuntu focal/main amd64 liblsan0 amd64 10-20200411-0ubuntu1 [144 kB]
13:42:21 #7 8.784 Get:106 http://archive.ubuntu.com/ubuntu focal/main amd64 libtsan0 amd64 10-20200411-0ubuntu1 [319 kB]
13:42:21 #7 8.834 Get:107 http://archive.ubuntu.com/ubuntu focal/main amd64 libubsan1 amd64 10-20200411-0ubuntu1 [136 kB]
13:42:21 #7 8.849 Get:108 http://archive.ubuntu.com/ubuntu focal/main amd64 libquadmath0 amd64 10-20200411-0ubuntu1 [146 kB]
13:42:21 #7 8.863 Get:109 http://archive.ubuntu.com/ubuntu focal/main amd64 libgcc-9-dev amd64 9.3.0-10ubuntu2 [2359 kB]
13:42:21 #7 8.992 Get:110 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc-9 amd64 9.3.0-10ubuntu2 [8234 kB]
13:42:21 #7 9.388 Get:111 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B]
13:42:21 #7 9.388 Get:112 http://archive.ubuntu.com/ubuntu focal/main amd64 libstdc++-9-dev amd64 9.3.0-10ubuntu2 [1711 kB]
13:42:22 #7 9.460 Get:113 http://archive.ubuntu.com/ubuntu focal/main amd64 g++-9 amd64 9.3.0-10ubuntu2 [8404 kB]
13:42:22 #7 9.858 Get:114 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B]
13:42:22 #7 9.858 Get:115 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB]
13:42:22 #7 9.860 Get:116 http://archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB]
13:42:22 #7 9.873 Get:117 http://archive.ubuntu.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB]
13:42:22 #7 9.878 Get:118 http://archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB]
13:42:22 #7 9.908 Get:119 http://archive.ubuntu.com/ubuntu focal/main amd64 build-essential amd64 12.8ubuntu1 [4624 B]
13:42:22 #7 9.908 Get:120 http://archive.ubuntu.com/ubuntu focal/main amd64 libbrotli1 amd64 1.0.7-6build1 [270 kB]
13:42:22 #7 9.918 Get:121 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB]
13:42:22 #7 9.919 Get:122 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB]
13:42:22 #7 9.933 Get:123 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB]
13:42:22 #7 9.933 Get:124 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB]
13:42:22 #7 10.01 Get:125 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB]
13:42:22 #7 10.01 Get:126 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB]
13:42:22 #7 10.01 Get:127 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB]
13:42:22 #7 10.02 Get:128 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB]
13:42:22 #7 10.02 Get:129 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB]
13:42:22 #7 10.02 Get:130 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2 [14.9 kB]
13:42:22 #7 10.02 Get:131 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2 [49.3 kB]
13:42:22 #7 10.02 Get:132 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.3 [17.0 kB]
13:42:22 #7 10.08 Get:133 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.3 [155 kB]
13:42:22 #7 10.09 Get:134 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB]
13:42:22 #7 10.15 Get:135 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB]
13:42:22 #7 10.16 Get:136 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.1 [170 kB]
13:42:22 #7 10.16 Get:137 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.1 [233 kB]
13:42:22 #7 10.16 Get:138 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.1 [162 kB]
13:42:22 #7 10.17 Get:139 http://archive.ubuntu.com/ubuntu focal/main amd64 dctrl-tools amd64 2.24-3 [61.5 kB]
13:42:22 #7 10.17 Get:140 http://archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB]
13:42:22 #7 10.17 Get:141 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB]
13:42:22 #7 10.17 Get:142 http://archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
13:42:22 #7 10.23 Get:143 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB]
13:42:22 #7 10.23 Get:144 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9532 B]
13:42:22 #7 10.30 Get:145 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
13:42:22 #7 10.30 Get:146 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5228 B]
13:42:22 #7 10.30 Get:147 http://archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB]
13:42:22 #7 10.31 Get:148 http://archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB]
13:42:22 #7 10.31 Get:149 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB]
13:42:22 #7 10.32 Get:150 http://archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
13:42:22 #7 10.32 Get:151 http://archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB]
13:42:22 #7 10.33 Get:152 http://archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB]
13:42:22 #7 10.39 Get:153 http://archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB]
13:42:22 #7 10.39 Get:154 http://archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB]
13:42:22 #7 10.45 Get:155 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB]
13:42:23 #7 10.45 Get:156 http://archive.ubuntu.com/ubuntu focal/main amd64 gpgconf amd64 2.2.19-3ubuntu2 [124 kB]
13:42:23 #7 10.45 Get:157 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB]
13:42:23 #7 10.45 Get:158 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B]
13:42:23 #7 10.45 Get:159 http://archive.ubuntu.com/ubuntu focal/main amd64 dirmngr amd64 2.2.19-3ubuntu2 [329 kB]
13:42:23 #7 10.46 Get:160 http://archive.ubuntu.com/ubuntu focal/main amd64 gnupg-l10n all 2.2.19-3ubuntu2 [51.7 kB]
13:42:23 #7 10.46 Get:161 http://archive.ubuntu.com/ubuntu focal/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2 [481 kB]
13:42:23 #7 10.52 Get:162 http://archive.ubuntu.com/ubuntu focal/main amd64 gpg amd64 2.2.19-3ubuntu2 [482 kB]
13:42:23 #7 10.53 Get:163 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB]
13:42:23 #7 10.53 Get:164 http://archive.ubuntu.com/ubuntu focal/main amd64 gpg-agent amd64 2.2.19-3ubuntu2 [232 kB]
13:42:23 #7 10.60 Get:165 http://archive.ubuntu.com/ubuntu focal/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2 [97.7 kB]
13:42:23 #7 10.60 Get:166 http://archive.ubuntu.com/ubuntu focal/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2 [90.3 kB]
13:42:23 #7 10.60 Get:167 http://archive.ubuntu.com/ubuntu focal/main amd64 gpgsm amd64 2.2.19-3ubuntu2 [217 kB]
13:42:23 #7 10.60 Get:168 http://archive.ubuntu.com/ubuntu focal/main amd64 gnupg all 2.2.19-3ubuntu2 [259 kB]
13:42:23 #7 10.61 Get:169 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
13:42:23 #7 10.61 Get:170 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-homedir-perl all 1.004-1 [37.3 kB]
13:42:23 #7 10.61 Get:171 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-pty-perl amd64 1:1.12-1 [32.4 kB]
13:42:23 #7 10.67 Get:172 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-run-perl all 20180523.0-2 [89.7 kB]
13:42:23 #7 10.67 Get:173 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
13:42:23 #7 10.67 Get:174 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-op-check-perl amd64 0.22-1build2 [10.2 kB]
13:42:23 #7 10.74 Get:175 http://archive.ubuntu.com/ubuntu focal/main amd64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
13:42:23 #7 10.74 Get:176 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu1 [14.5 kB]
13:42:23 #7 10.74 Get:177 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-classify-perl amd64 0.015-1build2 [21.1 kB]
13:42:23 #7 10.74 Get:178 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
13:42:23 #7 10.74 Get:179 http://archive.ubuntu.com/ubuntu focal/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
13:42:23 #7 10.74 Get:180 http://archive.ubuntu.com/ubuntu focal/main amd64 librole-tiny-perl all 2.001004-1 [16.5 kB]
13:42:23 #7 10.75 Get:181 http://archive.ubuntu.com/ubuntu focal/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
13:42:23 #7 10.82 Get:182 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
13:42:23 #7 10.82 Get:183 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoo-perl all 2.003006-1 [46.3 kB]
13:42:23 #7 10.82 Get:184 http://archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
13:42:23 #7 10.89 Get:185 http://archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB]
13:42:23 #7 10.89 Get:186 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
13:42:23 #7 10.89 Get:187 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
13:42:23 #7 10.89 Get:188 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
13:42:23 #7 10.89 Get:189 http://archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB]
13:42:23 #7 10.89 Get:190 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB]
13:42:23 #7 10.90 Get:191 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
13:42:23 #7 10.96 Get:192 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
13:42:23 #7 10.96 Get:193 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
13:42:23 #7 10.96 Get:194 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB]
13:42:23 #7 11.04 Get:195 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-cookies-perl all 6.08-1 [18.3 kB]
13:42:23 #7 11.04 Get:196 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
13:42:23 #7 11.04 Get:197 http://archive.ubuntu.com/ubuntu focal/main amd64 perl-openssl-defaults amd64 4 [7192 B]
13:42:23 #7 11.04 Get:198 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ssleay-perl amd64 1.88-2ubuntu1 [291 kB]
13:42:23 #7 11.04 Get:199 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-socket-ssl-perl all 2.067-1 [176 kB]
13:42:23 #7 11.05 Get:200 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-http-perl all 6.19-1 [22.8 kB]
13:42:23 #7 11.05 Get:201 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
13:42:23 #7 11.11 Get:202 http://archive.ubuntu.com/ubuntu focal/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
13:42:24 #7 11.26 Get:203 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
13:42:24 #7 11.33 Get:204 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-perl all 6.43-1 [140 kB]
13:42:24 #7 11.52 Get:205 http://archive.ubuntu.com/ubuntu focal/main amd64 patchutils amd64 0.3.4-2 [71.1 kB]
13:42:24 #7 11.57 Get:206 http://archive.ubuntu.com/ubuntu focal/main amd64 wdiff amd64 1.2.2-2build1 [29.8 kB]
13:42:24 #7 11.58 Get:207 http://archive.ubuntu.com/ubuntu focal/main amd64 devscripts amd64 2.20.2ubuntu2 [940 kB]
13:42:24 #7 11.74 Get:208 http://archive.ubuntu.com/ubuntu focal/main amd64 diffstat amd64 1.63-1 [27.2 kB]
13:42:24 #7 11.74 Get:209 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-chardet all 3.0.4-4build1 [80.4 kB]
13:42:24 #7 11.75 Get:210 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-debian all 0.1.36ubuntu1 [65.0 kB]
13:42:24 #7 11.76 Get:211 http://archive.ubuntu.com/ubuntu focal/main amd64 libgpgme11 amd64 1.13.1-7ubuntu2 [121 kB]
13:42:24 #7 11.77 Get:212 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gpg amd64 1.13.1-7ubuntu2 [165 kB]
13:42:24 #7 11.78 Get:213 http://archive.ubuntu.com/ubuntu focal/main amd64 dput all 1.0.3ubuntu1 [42.3 kB]
13:42:24 #7 11.78 Get:214 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.1 [231 kB]
13:42:24 #7 11.79 Get:215 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
13:42:24 #7 11.80 Get:216 http://archive.ubuntu.com/ubuntu focal/main amd64 git-man all 1:2.25.1-1ubuntu3 [884 kB]
13:42:24 #7 11.83 Get:217 http://archive.ubuntu.com/ubuntu focal/main amd64 git amd64 1:2.25.1-1ubuntu3 [4554 kB]
13:42:24 #7 12.05 Get:218 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
13:42:24 #7 12.05 Get:219 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB]
13:42:24 #7 12.05 Get:220 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
13:42:24 #7 12.05 Get:221 http://archive.ubuntu.com/ubuntu focal/main amd64 libapt-pkg-perl amd64 0.1.36build3 [68.5 kB]
13:42:24 #7 12.06 Get:222 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9644 B]
13:42:24 #7 12.06 Get:223 http://archive.ubuntu.com/ubuntu focal/main amd64 libarray-intspan-perl all 2.003-1 [23.3 kB]
13:42:24 #7 12.06 Get:224 http://archive.ubuntu.com/ubuntu focal/main amd64 libasync-mergepoint-perl all 0.04-2 [10.2 kB]
13:42:24 #7 12.06 Get:225 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
13:42:24 #7 12.06 Get:226 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
13:42:24 #7 12.13 Get:227 http://archive.ubuntu.com/ubuntu focal/main amd64 libvariable-magic-perl amd64 0.62-1build2 [34.4 kB]
13:42:24 #7 12.14 Get:228 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
13:42:24 #7 12.14 Get:229 http://archive.ubuntu.com/ubuntu focal/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
13:42:24 #7 12.14 Get:230 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-xsaccessor-perl amd64 1.19-3build3 [33.6 kB]
13:42:24 #7 12.14 Get:231 http://archive.ubuntu.com/ubuntu focal/main amd64 libclone-perl amd64 0.43-2 [11.0 kB]
13:42:24 #7 12.14 Get:232 http://archive.ubuntu.com/ubuntu focal/main amd64 libcommon-sense-perl amd64 3.74-2build6 [20.1 kB]
13:42:24 #7 12.14 Get:233 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-util-perl amd64 1.07-3build5 [19.7 kB]
13:42:24 #7 12.14 Get:234 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-install-perl all 0.928-1 [10.5 kB]
13:42:25 #7 12.21 Get:235 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-optlist-perl all 0.110-1 [9956 B]
13:42:25 #7 12.21 Get:236 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB]
13:42:25 #7 12.28 Get:237 http://archive.ubuntu.com/ubuntu focal/main amd64 libconst-fast-perl all 0.014-1 [7958 B]
13:42:25 #7 12.28 Get:238 http://archive.ubuntu.com/ubuntu focal/main amd64 libwant-perl amd64 0.29-1build4 [24.2 kB]
13:42:25 #7 12.28 Get:239 http://archive.ubuntu.com/ubuntu focal/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
13:42:25 #7 12.28 Get:240 http://archive.ubuntu.com/ubuntu focal/main amd64 libcpanel-json-xs-perl amd64 4.19-1build1 [109 kB]
13:42:25 #7 12.29 Get:241 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB]
13:42:25 #7 12.29 Get:242 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-bubblebabble-perl all 0.02-2 [7908 B]
13:42:25 #7 12.29 Get:243 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
13:42:25 #7 12.29 Get:244 http://archive.ubuntu.com/ubuntu focal/main amd64 libdistro-info-perl all 0.23ubuntu1 [4668 B]
13:42:25 #7 12.36 Get:245 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
13:42:25 #7 12.36 Get:246 http://archive.ubuntu.com/ubuntu focal/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
13:42:25 #7 12.43 Get:247 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ip-perl all 1.26-2 [27.4 kB]
13:42:25 #7 12.43 Get:248 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-perl all 1.22-1 [336 kB]
13:42:25 #7 12.44 Get:249 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
13:42:25 #7 12.44 Get:250 http://archive.ubuntu.com/ubuntu focal/main amd64 libemail-valid-perl all 1.202-1 [16.3 kB]
13:42:25 #7 12.44 Get:251 http://archive.ubuntu.com/ubuntu focal/main amd64 libexporter-tiny-perl all 1.002001-1 [35.5 kB]
13:42:25 #7 12.44 Get:252 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-system-simple-perl all 1.26-1 [22.8 kB]
13:42:25 #7 12.44 Get:253 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-basedir-perl all 0.08-1 [16.9 kB]
13:42:25 #7 12.44 Get:254 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
13:42:25 #7 12.50 Get:255 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB]
13:42:25 #7 12.50 Get:256 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-compare-perl all 0.03-1 [7318 B]
13:42:25 #7 12.58 Get:257 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-glob-perl all 0.10-1 [7554 B]
13:42:25 #7 12.58 Get:258 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
13:42:25 #7 12.58 Get:259 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB]
13:42:25 #7 12.58 Get:260 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-string-perl all 1.08-3 [11.1 kB]
13:42:25 #7 12.58 Get:261 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-ttf-perl all 1.06-1 [313 kB]
13:42:25 #7 12.58 Get:262 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuture-perl all 0.43-1 [77.8 kB]
13:42:25 #7 12.58 Get:263 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-stringy-perl all 2.111-3 [55.8 kB]
13:42:25 #7 12.59 Get:264 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-validate-perl amd64 1.29-3 [52.7 kB]
13:42:25 #7 12.65 Get:265 http://archive.ubuntu.com/ubuntu focal/main amd64 libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
13:42:25 #7 12.65 Get:266 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
13:42:25 #7 12.72 Get:267 http://archive.ubuntu.com/ubuntu focal/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
13:42:25 #7 12.72 Get:268 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
13:42:25 #7 12.73 Get:269 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
13:42:25 #7 12.73 Get:270 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-perl all 4.02000-2 [80.9 kB]
13:42:25 #7 12.73 Get:271 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-perl all 1.708-1 [67.8 kB]
13:42:25 #7 12.73 Get:272 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
13:42:25 #7 12.73 Get:273 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-perl all 0.38-1 [19.1 kB]
13:42:25 #7 12.73 Get:274 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-identify-perl amd64 0.14-1build2 [10.7 kB]
13:42:25 #7 12.80 Get:275 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-name-perl amd64 0.26-1 [11.5 kB]
13:42:25 #7 12.80 Get:276 http://archive.ubuntu.com/ubuntu focal/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
13:42:25 #7 12.87 Get:277 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-tiny-perl all 0.108-1 [42.6 kB]
13:42:25 #7 12.87 Get:278 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-perl all 1.008001-2 [304 kB]
13:42:25 #7 12.88 Get:279 http://archive.ubuntu.com/ubuntu focal/main amd64 libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
13:42:25 #7 12.88 Get:280 http://archive.ubuntu.com/ubuntu focal/main amd64 libhash-fieldhash-perl amd64 0.15-1build2 [16.9 kB]
13:42:25 #7 12.88 Get:281 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB]
13:42:25 #7 12.88 Get:282 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB]
13:42:25 #7 12.88 Get:283 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-daemon-perl all 6.06-1 [21.4 kB]
13:42:25 #7 12.88 Get:284 http://archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB]
13:42:25 #7 12.95 Get:285 http://archive.ubuntu.com/ubuntu focal/main amd64 libstruct-dumb-perl all 0.09-1 [10.5 kB]
13:42:25 #7 12.95 Get:286 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-perl all 0.75-1 [254 kB]
13:42:25 #7 13.02 Get:287 http://archive.ubuntu.com/ubuntu focal/main amd64 liblinux-epoll-perl amd64 0.017-1 [16.0 kB]
13:42:25 #7 13.02 Get:288 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
13:42:25 #7 13.02 Get:289 http://archive.ubuntu.com/ubuntu focal/main amd64 libtypes-serialiser-perl all 1.0-1 [12.1 kB]
13:42:25 #7 13.02 Get:290 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-xs-perl amd64 4.020-1build1 [83.7 kB]
13:42:25 #7 13.02 Get:291 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-maybexs-perl all 1.004000-1 [11.0 kB]
13:42:25 #7 13.02 Get:292 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-compare-perl all 0.53-1 [65.6 kB]
13:42:25 #7 13.02 Get:293 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-moreutils-perl amd64 0.416-1build5 [55.5 kB]
13:42:25 #7 13.02 Get:294 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
13:42:25 #7 13.09 Get:295 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-xs-perl amd64 0.58-2 [32.5 kB]
13:42:25 #7 13.09 Get:296 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl7 amd64 2.4.6-14 [38.5 kB]
13:42:25 #7 13.17 Get:297 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB]
13:42:25 #7 13.17 Get:298 http://archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
13:42:25 #7 13.17 Get:299 http://archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
13:42:25 #7 13.17 Get:300 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-aliases-perl all 0.001006-1 [7176 B]
13:42:25 #7 13.17 Get:301 http://archive.ubuntu.com/ubuntu focal/main amd64 libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
13:42:25 #7 13.17 Get:302 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-struct-perl all 0.017-1 [23.4 kB]
13:42:25 #7 13.17 Get:303 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-sec-perl amd64 1.15-1 [44.6 kB]
13:42:26 #7 13.32 Get:304 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-libidn-perl amd64 0.12.ds-3build2 [17.3 kB]
13:42:26 #7 13.46 Get:305 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-range-perl all 0.12-1 [8556 B]
13:42:26 #7 13.46 Get:306 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-xs-perl amd64 0.29-1build1 [18.4 kB]
13:42:26 #7 13.49 Get:307 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
13:42:26 #7 13.59 Get:308 http://archive.ubuntu.com/ubuntu focal/main amd64 libperl4-corelibs-perl all 0.004-2 [37.4 kB]
13:42:26 #7 13.62 Get:309 http://archive.ubuntu.com/ubuntu focal/main amd64 libperlio-gzip-perl amd64 0.19-1build5 [14.6 kB]
13:42:26 #7 13.63 Get:310 http://archive.ubuntu.com/ubuntu focal/main amd64 libpod-constants-perl all 0.19-1 [16.0 kB]
13:42:26 #7 13.65 Get:311 http://archive.ubuntu.com/ubuntu focal/main amd64 libre2-5 amd64 20200101+dfsg-1build1 [162 kB]
13:42:26 #7 13.72 Get:312 http://archive.ubuntu.com/ubuntu focal/main amd64 libre-engine-re2-perl amd64 0.13-5 [16.2 kB]
13:42:26 #7 13.73 Get:313 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadonly-perl all 2.050-2 [19.9 kB]
13:42:26 #7 13.73 Get:314 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
13:42:26 #7 13.74 Get:315 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-xs-perl amd64 0.117-1build2 [12.0 kB]
13:42:26 #7 13.74 Get:316 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
13:42:26 #7 13.75 Get:317 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
13:42:26 #7 13.76 Get:318 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2 [49.1 kB]
13:42:26 #7 13.77 Get:319 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-decoder-perl amd64 4.011+ds-1build1 [102 kB]
13:42:26 #7 13.79 Get:320 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-encoder-perl amd64 4.011+ds-1build1 [104 kB]
13:42:26 #7 13.83 Get:321 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-perl all 4.011-1 [8604 B]
13:42:26 #7 13.83 Get:322 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-key-perl amd64 1.33-2build2 [35.4 kB]
13:42:26 #7 13.84 Get:323 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-copyright-perl all 0.003006-1 [9608 B]
13:42:26 #7 13.84 Get:324 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
13:42:26 #7 13.84 Get:325 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
13:42:26 #7 13.84 Get:326 http://archive.ubuntu.com/ubuntu focal/main amd64 libterm-readkey-perl amd64 2.38-1build1 [24.6 kB]
13:42:26 #7 13.84 Get:327 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-fatal-perl all 0.014-1 [11.1 kB]
13:42:26 #7 13.90 Get:328 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-refcount-perl all 0.10-1 [11.4 kB]
13:42:26 #7 13.91 Get:329 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B]
13:42:26 #7 13.91 Get:330 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-xs-perl amd64 0.016-1 [22.9 kB]
13:42:26 #7 13.98 Get:331 http://archive.ubuntu.com/ubuntu focal/main amd64 libunicode-utf8-perl amd64 0.62-1build1 [18.1 kB]
13:42:26 #7 13.98 Get:332 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
13:42:26 #7 13.98 Get:333 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
13:42:26 #7 13.98 Get:334 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
13:42:26 #7 13.98 Get:335 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1build1 [320 kB]
13:42:26 #7 14.01 Get:336 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-parser-perl amd64 2.46-1 [193 kB]
13:42:26 #7 14.02 Get:337 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
13:42:26 #7 14.05 Get:338 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-writer-perl all 0.625-1 [24.9 kB]
13:42:26 #7 14.05 Get:339 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-libyaml-perl amd64 0.81+repack-1 [28.5 kB]
13:42:26 #7 14.05 Get:340 http://archive.ubuntu.com/ubuntu focal/main amd64 licensecheck all 3.0.45-1 [23.9 kB]
13:42:26 #7 14.12 Get:341 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-size-perl amd64 0.83-1build1 [20.0 kB]
13:42:26 #7 14.12 Get:342 http://archive.ubuntu.com/ubuntu focal/main amd64 t1utils amd64 1.41-3 [56.1 kB]
13:42:26 #7 14.12 Get:343 http://archive.ubuntu.com/ubuntu focal/main amd64 lintian all 2.62.0 [980 kB]
13:42:26 #7 14.16 Get:344 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2266 kB]
13:42:27 #7 14.29 Get:345 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-certifi all 2019.11.28-1 [149 kB]
13:42:27 #7 14.29 Get:346 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-idna all 2.8-1 [34.6 kB]
13:42:27 #7 14.29 Get:347 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-urllib3 all 1.25.8-2 [88.1 kB]
13:42:27 #7 14.30 Get:348 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
13:42:27 #7 14.30 Get:349 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-unidiff all 0.5.5-2 [9180 B]
13:42:27 #7 14.30 Get:350 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-xdg all 0.26-1ubuntu1 [36.1 kB]
13:42:27 #7 14.30 Get:351 http://archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB]
13:42:27 #7 14.31 Get:352 http://archive.ubuntu.com/ubuntu focal/universe amd64 equivs all 2.2.0 [19.7 kB]
13:42:27 #7 14.31 Get:353 http://archive.ubuntu.com/ubuntu focal/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
13:42:27 #7 14.36 Get:354 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-magic all 2:0.4.15-3 [9376 B]
13:42:27 #7 14.49 debconf: delaying package configuration, since apt-utils is not installed
13:42:27 #7 14.51 Fetched 101 MB in 10s (10.2 MB/s)
13:42:27 #7 14.52 Selecting previously unselected package liblocale-gettext-perl.
13:42:27 #7 14.52 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4120 files and directories currently installed.)
13:42:27 #7 14.53 Preparing to unpack .../liblocale-gettext-perl_1.07-4_amd64.deb ...
13:42:27 #7 14.53 Unpacking liblocale-gettext-perl (1.07-4) ...
13:42:27 #7 14.56 Selecting previously unselected package libssl1.1:amd64.
13:42:27 #7 14.56 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2_amd64.deb ...
13:42:27 #7 14.57 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2) ...
13:42:27 #7 14.69 Selecting previously unselected package libpython3.8-minimal:amd64.
13:42:27 #7 14.69 Preparing to unpack .../libpython3.8-minimal_3.8.2-1ubuntu1.2_amd64.deb ...
13:42:27 #7 14.70 Unpacking libpython3.8-minimal:amd64 (3.8.2-1ubuntu1.2) ...
13:42:27 #7 14.78 Selecting previously unselected package libexpat1:amd64.
13:42:27 #7 14.79 Preparing to unpack .../libexpat1_2.2.9-1build1_amd64.deb ...
13:42:27 #7 14.79 Unpacking libexpat1:amd64 (2.2.9-1build1) ...
13:42:27 #7 14.82 Selecting previously unselected package python3.8-minimal.
13:42:27 #7 14.82 Preparing to unpack .../python3.8-minimal_3.8.2-1ubuntu1.2_amd64.deb ...
13:42:27 #7 14.82 Unpacking python3.8-minimal (3.8.2-1ubuntu1.2) ...
13:42:27 #7 15.01 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2) ...
13:42:27 #7 15.08 Setting up libpython3.8-minimal:amd64 (3.8.2-1ubuntu1.2) ...
13:42:27 #7 15.09 Setting up libexpat1:amd64 (2.2.9-1build1) ...
13:42:27 #7 15.10 Setting up python3.8-minimal (3.8.2-1ubuntu1.2) ...
13:42:28 #7 15.64 Selecting previously unselected package python3-minimal.
13:42:28 #7 15.64 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4435 files and directories currently installed.)
13:42:28 #7 15.64 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ...
13:42:28 #7 15.65 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
13:42:28 #7 15.67 Selecting previously unselected package mime-support.
13:42:28 #7 15.68 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
13:42:28 #7 15.68 Unpacking mime-support (3.64ubuntu1) ...
13:42:28 #7 15.71 Selecting previously unselected package libmpdec2:amd64.
13:42:28 #7 15.71 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ...
13:42:28 #7 15.71 Unpacking libmpdec2:amd64 (2.4.2-3) ...
13:42:28 #7 15.74 Selecting previously unselected package readline-common.
13:42:28 #7 15.74 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
13:42:28 #7 15.74 Unpacking readline-common (8.0-4) ...
13:42:28 #7 15.77 Selecting previously unselected package libreadline8:amd64.
13:42:28 #7 15.77 Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ...
13:42:28 #7 15.77 Unpacking libreadline8:amd64 (8.0-4) ...
13:42:28 #7 15.81 Selecting previously unselected package libsqlite3-0:amd64.
13:42:28 #7 15.81 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ...
13:42:28 #7 15.81 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ...
13:42:28 #7 15.87 Selecting previously unselected package libpython3.8-stdlib:amd64.
13:42:28 #7 15.87 Preparing to unpack .../6-libpython3.8-stdlib_3.8.2-1ubuntu1.2_amd64.deb ...
13:42:28 #7 15.87 Unpacking libpython3.8-stdlib:amd64 (3.8.2-1ubuntu1.2) ...
13:42:28 #7 16.04 Selecting previously unselected package python3.8.
13:42:28 #7 16.04 Preparing to unpack .../7-python3.8_3.8.2-1ubuntu1.2_amd64.deb ...
13:42:28 #7 16.04 Unpacking python3.8 (3.8.2-1ubuntu1.2) ...
13:42:28 #7 16.07 Selecting previously unselected package libpython3-stdlib:amd64.
13:42:28 #7 16.07 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ...
13:42:28 #7 16.08 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
13:42:28 #7 16.10 Setting up python3-minimal (3.8.2-0ubuntu2) ...
13:42:28 #7 16.26 Selecting previously unselected package python3.
13:42:28 #7 16.26 (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 ... 4865 files and directories currently installed.)
13:42:28 #7 16.26 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_amd64.deb ...
13:42:28 #7 16.26 Unpacking python3 (3.8.2-0ubuntu2) ...
13:42:28 #7 16.29 Selecting previously unselected package libbsd0:amd64.
13:42:28 #7 16.29 Preparing to unpack .../001-libbsd0_0.10.0-1_amd64.deb ...
13:42:28 #7 16.30 Unpacking libbsd0:amd64 (0.10.0-1) ...
13:42:28 #7 16.32 Selecting previously unselected package bsdmainutils.
13:42:28 #7 16.32 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_amd64.deb ...
13:42:28 #7 16.33 Unpacking bsdmainutils (11.1.2ubuntu3) ...
13:42:28 #7 16.37 Selecting previously unselected package libuchardet0:amd64.
13:42:28 #7 16.37 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_amd64.deb ...
13:42:28 #7 16.37 Unpacking libuchardet0:amd64 (0.0.6-3build1) ...
13:42:28 #7 16.39 Selecting previously unselected package groff-base.
13:42:29 #7 16.39 Preparing to unpack .../004-groff-base_1.22.4-4build1_amd64.deb ...
13:42:29 #7 16.40 Unpacking groff-base (1.22.4-4build1) ...
13:42:29 #7 16.50 Selecting previously unselected package libgdbm6:amd64.
13:42:29 #7 16.50 Preparing to unpack .../005-libgdbm6_1.18.1-5_amd64.deb ...
13:42:29 #7 16.51 Unpacking libgdbm6:amd64 (1.18.1-5) ...
13:42:29 #7 16.53 Selecting previously unselected package libpipeline1:amd64.
13:42:29 #7 16.53 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_amd64.deb ...
13:42:29 #7 16.53 Unpacking libpipeline1:amd64 (1.5.2-2build1) ...
13:42:29 #7 16.57 Selecting previously unselected package man-db.
13:42:29 #7 16.57 Preparing to unpack .../007-man-db_2.9.1-1_amd64.deb ...
13:42:29 #7 16.57 Unpacking man-db (2.9.1-1) ...
13:42:29 #7 16.68 Selecting previously unselected package perl-modules-5.30.
13:42:29 #7 16.68 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9build1_all.deb ...
13:42:29 #7 16.69 Unpacking perl-modules-5.30 (5.30.0-9build1) ...
13:42:29 #7 16.97 Selecting previously unselected package libgdbm-compat4:amd64.
13:42:29 #7 16.98 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_amd64.deb ...
13:42:29 #7 16.98 Unpacking libgdbm-compat4:amd64 (1.18.1-5) ...
13:42:29 #7 17.00 Selecting previously unselected package libperl5.30:amd64.
13:42:29 #7 17.00 Preparing to unpack .../010-libperl5.30_5.30.0-9build1_amd64.deb ...
13:42:29 #7 17.01 Unpacking libperl5.30:amd64 (5.30.0-9build1) ...
13:42:30 #7 17.41 Selecting previously unselected package perl.
13:42:30 #7 17.41 Preparing to unpack .../011-perl_5.30.0-9build1_amd64.deb ...
13:42:30 #7 17.41 Unpacking perl (5.30.0-9build1) ...
13:42:30 #7 17.45 Selecting previously unselected package openssl.
13:42:30 #7 17.46 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2_amd64.deb ...
13:42:30 #7 17.46 Unpacking openssl (1.1.1f-1ubuntu2) ...
13:42:30 #7 17.54 Selecting previously unselected package ca-certificates.
13:42:30 #7 17.54 Preparing to unpack .../013-ca-certificates_20190110ubuntu1.1_all.deb ...
13:42:30 #7 17.54 Unpacking ca-certificates (20190110ubuntu1.1) ...
13:42:30 #7 17.58 Selecting previously unselected package distro-info-data.
13:42:30 #7 17.58 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.1_all.deb ...
13:42:30 #7 17.58 Unpacking distro-info-data (0.43ubuntu1.1) ...
13:42:30 #7 17.60 Selecting previously unselected package libmagic-mgc.
13:42:30 #7 17.60 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_amd64.deb ...
13:42:30 #7 17.60 Unpacking libmagic-mgc (1:5.38-4) ...
13:42:30 #7 17.66 Selecting previously unselected package libmagic1:amd64.
13:42:30 #7 17.66 Preparing to unpack .../016-libmagic1_1%3a5.38-4_amd64.deb ...
13:42:30 #7 17.66 Unpacking libmagic1:amd64 (1:5.38-4) ...
13:42:30 #7 17.69 Selecting previously unselected package file.
13:42:30 #7 17.69 Preparing to unpack .../017-file_1%3a5.38-4_amd64.deb ...
13:42:30 #7 17.69 Unpacking file (1:5.38-4) ...
13:42:30 #7 17.72 Selecting previously unselected package less.
13:42:30 #7 17.72 Preparing to unpack .../018-less_551-1ubuntu0.1_amd64.deb ...
13:42:30 #7 17.72 Unpacking less (551-1ubuntu0.1) ...
13:42:30 #7 17.76 Selecting previously unselected package libelf1:amd64.
13:42:30 #7 17.76 Preparing to unpack .../019-libelf1_0.176-1.1build1_amd64.deb ...
13:42:30 #7 17.76 Unpacking libelf1:amd64 (0.176-1.1build1) ...
13:42:30 #7 17.80 Selecting previously unselected package libglib2.0-0:amd64.
13:42:30 #7 17.80 Preparing to unpack .../020-libglib2.0-0_2.64.3-1~ubuntu20.04.1_amd64.deb ...
13:42:30 #7 17.80 Unpacking libglib2.0-0:amd64 (2.64.3-1~ubuntu20.04.1) ...
13:42:30 #7 17.92 Selecting previously unselected package libglib2.0-data.
13:42:30 #7 17.92 Preparing to unpack .../021-libglib2.0-data_2.64.3-1~ubuntu20.04.1_all.deb ...
13:42:30 #7 17.93 Unpacking libglib2.0-data (2.64.3-1~ubuntu20.04.1) ...
13:42:30 #7 17.96 Selecting previously unselected package tzdata.
13:42:30 #7 17.96 Preparing to unpack .../022-tzdata_2020a-0ubuntu0.20.04_all.deb ...
13:42:30 #7 17.96 Unpacking tzdata (2020a-0ubuntu0.20.04) ...
13:42:30 #7 18.10 Selecting previously unselected package libicu66:amd64.
13:42:30 #7 18.10 Preparing to unpack .../023-libicu66_66.1-2ubuntu2_amd64.deb ...
13:42:30 #7 18.11 Unpacking libicu66:amd64 (66.1-2ubuntu2) ...
13:42:31 #7 18.86 Selecting previously unselected package libxml2:amd64.
13:42:31 #7 18.87 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5_amd64.deb ...
13:42:31 #7 18.87 Unpacking libxml2:amd64 (2.9.10+dfsg-5) ...
13:42:31 #7 18.95 Selecting previously unselected package libyaml-0-2:amd64.
13:42:31 #7 18.95 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_amd64.deb ...
13:42:31 #7 18.95 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
13:42:31 #7 18.98 Selecting previously unselected package lsb-release.
13:42:31 #7 18.98 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
13:42:31 #7 18.98 Unpacking lsb-release (11.1.0ubuntu2) ...
13:42:31 #7 19.00 Selecting previously unselected package netbase.
13:42:31 #7 19.00 Preparing to unpack .../027-netbase_6.1_all.deb ...
13:42:31 #7 19.01 Unpacking netbase (6.1) ...
13:42:31 #7 19.03 Selecting previously unselected package python3-pkg-resources.
13:42:31 #7 19.03 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1_all.deb ...
13:42:31 #7 19.04 Unpacking python3-pkg-resources (45.2.0-1) ...
13:42:31 #7 19.07 Selecting previously unselected package python3-six.
13:42:31 #7 19.07 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
13:42:31 #7 19.08 Unpacking python3-six (1.14.0-2) ...
13:42:31 #7 19.10 Selecting previously unselected package shared-mime-info.
13:42:31 #7 19.10 Preparing to unpack .../030-shared-mime-info_1.15-1_amd64.deb ...
13:42:31 #7 19.11 Unpacking shared-mime-info (1.15-1) ...
13:42:31 #7 19.17 Selecting previously unselected package ucf.
13:42:31 #7 19.17 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
13:42:31 #7 19.17 Moving old data out of the way
13:42:31 #7 19.17 Unpacking ucf (3.0038+nmu1) ...
13:42:31 #7 19.20 Selecting previously unselected package xdg-user-dirs.
13:42:31 #7 19.21 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_amd64.deb ...
13:42:31 #7 19.21 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
13:42:31 #7 19.25 Selecting previously unselected package xz-utils.
13:42:31 #7 19.25 Preparing to unpack .../033-xz-utils_5.2.4-1_amd64.deb ...
13:42:31 #7 19.25 Unpacking xz-utils (5.2.4-1) ...
13:42:31 #7 19.28 Selecting previously unselected package gettext-base.
13:42:31 #7 19.28 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_amd64.deb ...
13:42:31 #7 19.28 Unpacking gettext-base (0.19.8.1-10build1) ...
13:42:31 #7 19.31 Selecting previously unselected package iso-codes.
13:42:31 #7 19.31 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
13:42:31 #7 19.31 Unpacking iso-codes (4.4-1) ...
13:42:32 #7 19.63 Selecting previously unselected package krb5-locales.
13:42:32 #7 19.63 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4_all.deb ...
13:42:32 #7 19.63 Unpacking krb5-locales (1.17-6ubuntu4) ...
13:42:32 #7 19.66 Selecting previously unselected package libcbor0.6:amd64.
13:42:32 #7 19.66 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ...
13:42:32 #7 19.66 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
13:42:32 #7 19.68 Selecting previously unselected package libedit2:amd64.
13:42:32 #7 19.69 Preparing to unpack .../038-libedit2_3.1-20191231-1_amd64.deb ...
13:42:32 #7 19.69 Unpacking libedit2:amd64 (3.1-20191231-1) ...
13:42:32 #7 19.72 Selecting previously unselected package libfido2-1:amd64.
13:42:32 #7 19.72 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_amd64.deb ...
13:42:32 #7 19.72 Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ...
13:42:32 #7 19.75 Selecting previously unselected package libkrb5support0:amd64.
13:42:32 #7 19.75 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4_amd64.deb ...
13:42:32 #7 19.75 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4) ...
13:42:32 #7 19.78 Selecting previously unselected package libk5crypto3:amd64.
13:42:32 #7 19.78 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4_amd64.deb ...
13:42:32 #7 19.78 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4) ...
13:42:32 #7 19.81 Selecting previously unselected package libkeyutils1:amd64.
13:42:32 #7 19.82 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1_amd64.deb ...
13:42:32 #7 19.82 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ...
13:42:32 #7 19.84 Selecting previously unselected package libkrb5-3:amd64.
13:42:32 #7 19.84 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4_amd64.deb ...
13:42:32 #7 19.85 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4) ...
13:42:32 #7 19.90 Selecting previously unselected package libgssapi-krb5-2:amd64.
13:42:32 #7 19.90 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4_amd64.deb ...
13:42:32 #7 19.90 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4) ...
13:42:32 #7 19.94 Selecting previously unselected package libpsl5:amd64.
13:42:32 #7 19.94 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_amd64.deb ...
13:42:32 #7 19.94 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ...
13:42:32 #7 19.97 Selecting previously unselected package libxau6:amd64.
13:42:32 #7 19.97 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_amd64.deb ...
13:42:32 #7 19.97 Unpacking libxau6:amd64 (1:1.0.9-0ubuntu1) ...
13:42:32 #7 20.00 Selecting previously unselected package libxdmcp6:amd64.
13:42:32 #7 20.00 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_amd64.deb ...
13:42:32 #7 20.00 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
13:42:32 #7 20.03 Selecting previously unselected package libxcb1:amd64.
13:42:32 #7 20.03 Preparing to unpack .../048-libxcb1_1.14-2_amd64.deb ...
13:42:32 #7 20.03 Unpacking libxcb1:amd64 (1.14-2) ...
13:42:32 #7 20.05 Selecting previously unselected package libx11-data.
13:42:32 #7 20.06 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1_all.deb ...
13:42:32 #7 20.06 Unpacking libx11-data (2:1.6.9-2ubuntu1) ...
13:42:32 #7 20.11 Selecting previously unselected package libx11-6:amd64.
13:42:32 #7 20.11 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1_amd64.deb ...
13:42:32 #7 20.11 Unpacking libx11-6:amd64 (2:1.6.9-2ubuntu1) ...
13:42:32 #7 20.18 Selecting previously unselected package libxext6:amd64.
13:42:32 #7 20.18 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_amd64.deb ...
13:42:32 #7 20.19 Unpacking libxext6:amd64 (2:1.3.4-0ubuntu1) ...
13:42:32 #7 20.21 Selecting previously unselected package libxmuu1:amd64.
13:42:32 #7 20.21 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ...
13:42:32 #7 20.21 Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
13:42:32 #7 20.23 Selecting previously unselected package manpages.
13:42:32 #7 20.24 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
13:42:32 #7 20.24 Unpacking manpages (5.05-1) ...
13:42:32 #7 20.35 Selecting previously unselected package openssh-client.
13:42:32 #7 20.35 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.1_amd64.deb ...
13:42:32 #7 20.36 Unpacking openssh-client (1:8.2p1-4ubuntu0.1) ...
13:42:32 #7 20.44 Selecting previously unselected package publicsuffix.
13:42:33 #7 20.44 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
13:42:33 #7 20.44 Unpacking publicsuffix (20200303.0012-1) ...
13:42:33 #7 20.47 Selecting previously unselected package python-apt-common.
13:42:33 #7 20.47 Preparing to unpack .../056-python-apt-common_2.0.0ubuntu0.20.04.1_all.deb ...
13:42:33 #7 20.48 Unpacking python-apt-common (2.0.0ubuntu0.20.04.1) ...
13:42:33 #7 20.50 Selecting previously unselected package python3-apt.
13:42:33 #7 20.50 Preparing to unpack .../057-python3-apt_2.0.0ubuntu0.20.04.1_amd64.deb ...
13:42:33 #7 20.50 Unpacking python3-apt (2.0.0ubuntu0.20.04.1) ...
13:42:33 #7 20.54 Selecting previously unselected package libunwind8:amd64.
13:42:33 #7 20.54 Preparing to unpack .../058-libunwind8_1.2.1-9build1_amd64.deb ...
13:42:33 #7 20.54 Unpacking libunwind8:amd64 (1.2.1-9build1) ...
13:42:33 #7 20.57 Selecting previously unselected package strace.
13:42:33 #7 20.57 Preparing to unpack .../059-strace_5.5-3ubuntu1_amd64.deb ...
13:42:33 #7 20.57 Unpacking strace (5.5-3ubuntu1) ...
13:42:33 #7 20.62 Selecting previously unselected package xauth.
13:42:33 #7 20.62 Preparing to unpack .../060-xauth_1%3a1.1-0ubuntu1_amd64.deb ...
13:42:33 #7 20.63 Unpacking xauth (1:1.1-0ubuntu1) ...
13:42:33 #7 20.65 Selecting previously unselected package libfl2:amd64.
13:42:33 #7 20.65 Preparing to unpack .../061-libfl2_2.6.4-6.2_amd64.deb ...
13:42:33 #7 20.66 Unpacking libfl2:amd64 (2.6.4-6.2) ...
13:42:33 #7 20.68 Selecting previously unselected package at.
13:42:33 #7 20.68 Preparing to unpack .../062-at_3.1.23-1ubuntu1_amd64.deb ...
13:42:33 #7 20.69 Unpacking at (3.1.23-1ubuntu1) ...
13:42:33 #7 20.71 Selecting previously unselected package libsigsegv2:amd64.
13:42:33 #7 20.71 Preparing to unpack .../063-libsigsegv2_2.12-2_amd64.deb ...
13:42:33 #7 20.72 Unpacking libsigsegv2:amd64 (2.12-2) ...
13:42:33 #7 20.74 Selecting previously unselected package m4.
13:42:33 #7 20.74 Preparing to unpack .../064-m4_1.4.18-4_amd64.deb ...
13:42:33 #7 20.74 Unpacking m4 (1.4.18-4) ...
13:42:33 #7 20.77 Selecting previously unselected package autoconf.
13:42:33 #7 20.77 Preparing to unpack .../065-autoconf_2.69-11.1_all.deb ...
13:42:33 #7 20.78 Unpacking autoconf (2.69-11.1) ...
13:42:33 #7 20.82 Selecting previously unselected package autotools-dev.
13:42:33 #7 20.82 Preparing to unpack .../066-autotools-dev_20180224.1_all.deb ...
13:42:33 #7 20.83 Unpacking autotools-dev (20180224.1) ...
13:42:33 #7 20.85 Selecting previously unselected package automake.
13:42:33 #7 20.85 Preparing to unpack .../067-automake_1%3a1.16.1-4ubuntu6_all.deb ...
13:42:33 #7 20.86 Unpacking automake (1:1.16.1-4ubuntu6) ...
13:42:33 #7 20.91 Selecting previously unselected package autopoint.
13:42:33 #7 20.92 Preparing to unpack .../068-autopoint_0.19.8.1-10build1_all.deb ...
13:42:33 #7 20.92 Unpacking autopoint (0.19.8.1-10build1) ...
13:42:33 #7 20.95 Selecting previously unselected package binutils-common:amd64.
13:42:33 #7 20.95 Preparing to unpack .../069-binutils-common_2.34-6ubuntu1_amd64.deb ...
13:42:33 #7 20.95 Unpacking binutils-common:amd64 (2.34-6ubuntu1) ...
13:42:33 #7 20.99 Selecting previously unselected package libbinutils:amd64.
13:42:33 #7 20.99 Preparing to unpack .../070-libbinutils_2.34-6ubuntu1_amd64.deb ...
13:42:33 #7 20.99 Unpacking libbinutils:amd64 (2.34-6ubuntu1) ...
13:42:33 #7 21.06 Selecting previously unselected package libctf-nobfd0:amd64.
13:42:33 #7 21.06 Preparing to unpack .../071-libctf-nobfd0_2.34-6ubuntu1_amd64.deb ...
13:42:33 #7 21.06 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1) ...
13:42:33 #7 21.09 Selecting previously unselected package libctf0:amd64.
13:42:33 #7 21.09 Preparing to unpack .../072-libctf0_2.34-6ubuntu1_amd64.deb ...
13:42:33 #7 21.09 Unpacking libctf0:amd64 (2.34-6ubuntu1) ...
13:42:33 #7 21.12 Selecting previously unselected package binutils-x86-64-linux-gnu.
13:42:33 #7 21.12 Preparing to unpack .../073-binutils-x86-64-linux-gnu_2.34-6ubuntu1_amd64.deb ...
13:42:33 #7 21.12 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1) ...
13:42:33 #7 21.30 Selecting previously unselected package binutils.
13:42:33 #7 21.30 Preparing to unpack .../074-binutils_2.34-6ubuntu1_amd64.deb ...
13:42:33 #7 21.31 Unpacking binutils (2.34-6ubuntu1) ...
13:42:33 #7 21.33 Selecting previously unselected package libc-dev-bin.
13:42:33 #7 21.33 Preparing to unpack .../075-libc-dev-bin_2.31-0ubuntu9_amd64.deb ...
13:42:33 #7 21.33 Unpacking libc-dev-bin (2.31-0ubuntu9) ...
13:42:33 #7 21.36 Selecting previously unselected package linux-libc-dev:amd64.
13:42:33 #7 21.37 Preparing to unpack .../076-linux-libc-dev_5.4.0-42.46_amd64.deb ...
13:42:33 #7 21.37 Unpacking linux-libc-dev:amd64 (5.4.0-42.46) ...
13:42:34 #7 21.49 Selecting previously unselected package libcrypt-dev:amd64.
13:42:34 #7 21.50 Preparing to unpack .../077-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ...
13:42:34 #7 21.50 Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
13:42:34 #7 21.53 Selecting previously unselected package libc6-dev:amd64.
13:42:34 #7 21.53 Preparing to unpack .../078-libc6-dev_2.31-0ubuntu9_amd64.deb ...
13:42:34 #7 21.53 Unpacking libc6-dev:amd64 (2.31-0ubuntu9) ...
13:42:34 #7 21.80 Selecting previously unselected package gcc-9-base:amd64.
13:42:34 #7 21.80 Preparing to unpack .../079-gcc-9-base_9.3.0-10ubuntu2_amd64.deb ...
13:42:34 #7 21.81 Unpacking gcc-9-base:amd64 (9.3.0-10ubuntu2) ...
13:42:34 #7 21.84 Selecting previously unselected package libisl22:amd64.
13:42:34 #7 21.84 Preparing to unpack .../080-libisl22_0.22.1-1_amd64.deb ...
13:42:34 #7 21.84 Unpacking libisl22:amd64 (0.22.1-1) ...
13:42:34 #7 21.91 Selecting previously unselected package libmpfr6:amd64.
13:42:34 #7 21.91 Preparing to unpack .../081-libmpfr6_4.0.2-1_amd64.deb ...
13:42:34 #7 21.92 Unpacking libmpfr6:amd64 (4.0.2-1) ...
13:42:34 #7 21.96 Selecting previously unselected package libmpc3:amd64.
13:42:34 #7 21.96 Preparing to unpack .../082-libmpc3_1.1.0-1_amd64.deb ...
13:42:34 #7 21.97 Unpacking libmpc3:amd64 (1.1.0-1) ...
13:42:34 #7 21.99 Selecting previously unselected package cpp-9.
13:42:34 #7 21.99 Preparing to unpack .../083-cpp-9_9.3.0-10ubuntu2_amd64.deb ...
13:42:34 #7 21.99 Unpacking cpp-9 (9.3.0-10ubuntu2) ...
13:42:35 #7 22.65 Selecting previously unselected package cpp.
13:42:35 #7 22.65 Preparing to unpack .../084-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ...
13:42:35 #7 22.65 Unpacking cpp (4:9.3.0-1ubuntu2) ...
13:42:35 #7 22.68 Selecting previously unselected package libcc1-0:amd64.
13:42:35 #7 22.68 Preparing to unpack .../085-libcc1-0_10-20200411-0ubuntu1_amd64.deb ...
13:42:35 #7 22.68 Unpacking libcc1-0:amd64 (10-20200411-0ubuntu1) ...
13:42:35 #7 22.72 Selecting previously unselected package libgomp1:amd64.
13:42:35 #7 22.72 Preparing to unpack .../086-libgomp1_10-20200411-0ubuntu1_amd64.deb ...
13:42:35 #7 22.72 Unpacking libgomp1:amd64 (10-20200411-0ubuntu1) ...
13:42:35 #7 22.76 Selecting previously unselected package libitm1:amd64.
13:42:35 #7 22.76 Preparing to unpack .../087-libitm1_10-20200411-0ubuntu1_amd64.deb ...
13:42:35 #7 22.76 Unpacking libitm1:amd64 (10-20200411-0ubuntu1) ...
13:42:35 #7 22.79 Selecting previously unselected package libatomic1:amd64.
13:42:35 #7 22.80 Preparing to unpack .../088-libatomic1_10-20200411-0ubuntu1_amd64.deb ...
13:42:35 #7 22.80 Unpacking libatomic1:amd64 (10-20200411-0ubuntu1) ...
13:42:35 #7 22.83 Selecting previously unselected package libasan5:amd64.
13:42:35 #7 22.83 Preparing to unpack .../089-libasan5_9.3.0-10ubuntu2_amd64.deb ...
13:42:35 #7 22.83 Unpacking libasan5:amd64 (9.3.0-10ubuntu2) ...
13:42:35 #7 22.89 Selecting previously unselected package liblsan0:amd64.
13:42:35 #7 22.89 Preparing to unpack .../090-liblsan0_10-20200411-0ubuntu1_amd64.deb ...
13:42:35 #7 22.89 Unpacking liblsan0:amd64 (10-20200411-0ubuntu1) ...
13:42:35 #7 22.93 Selecting previously unselected package libtsan0:amd64.
13:42:35 #7 22.93 Preparing to unpack .../091-libtsan0_10-20200411-0ubuntu1_amd64.deb ...
13:42:35 #7 22.94 Unpacking libtsan0:amd64 (10-20200411-0ubuntu1) ...
13:42:35 #7 22.99 Selecting previously unselected package libubsan1:amd64.
13:42:35 #7 22.99 Preparing to unpack .../092-libubsan1_10-20200411-0ubuntu1_amd64.deb ...
13:42:35 #7 22.99 Unpacking libubsan1:amd64 (10-20200411-0ubuntu1) ...
13:42:35 #7 23.03 Selecting previously unselected package libquadmath0:amd64.
13:42:35 #7 23.03 Preparing to unpack .../093-libquadmath0_10-20200411-0ubuntu1_amd64.deb ...
13:42:35 #7 23.03 Unpacking libquadmath0:amd64 (10-20200411-0ubuntu1) ...
13:42:35 #7 23.06 Selecting previously unselected package libgcc-9-dev:amd64.
13:42:35 #7 23.07 Preparing to unpack .../094-libgcc-9-dev_9.3.0-10ubuntu2_amd64.deb ...
13:42:35 #7 23.07 Unpacking libgcc-9-dev:amd64 (9.3.0-10ubuntu2) ...
13:42:35 #7 23.28 Selecting previously unselected package gcc-9.
13:42:36 #7 23.28 Preparing to unpack .../095-gcc-9_9.3.0-10ubuntu2_amd64.deb ...
13:42:36 #7 23.28 Unpacking gcc-9 (9.3.0-10ubuntu2) ...
13:42:36 #7 23.96 Selecting previously unselected package gcc.
13:42:36 #7 23.96 Preparing to unpack .../096-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ...
13:42:36 #7 23.96 Unpacking gcc (4:9.3.0-1ubuntu2) ...
13:42:36 #7 23.99 Selecting previously unselected package libstdc++-9-dev:amd64.
13:42:36 #7 23.99 Preparing to unpack .../097-libstdc++-9-dev_9.3.0-10ubuntu2_amd64.deb ...
13:42:36 #7 23.99 Unpacking libstdc++-9-dev:amd64 (9.3.0-10ubuntu2) ...
13:42:36 #7 24.19 Selecting previously unselected package g++-9.
13:42:36 #7 24.20 Preparing to unpack .../098-g++-9_9.3.0-10ubuntu2_amd64.deb ...
13:42:36 #7 24.20 Unpacking g++-9 (9.3.0-10ubuntu2) ...
13:42:37 #7 24.89 Selecting previously unselected package g++.
13:42:37 #7 24.89 Preparing to unpack .../099-g++_4%3a9.3.0-1ubuntu2_amd64.deb ...
13:42:37 #7 24.90 Unpacking g++ (4:9.3.0-1ubuntu2) ...
13:42:37 #7 24.91 Selecting previously unselected package make.
13:42:37 #7 24.92 Preparing to unpack .../100-make_4.2.1-1.2_amd64.deb ...
13:42:37 #7 24.92 Unpacking make (4.2.1-1.2) ...
13:42:37 #7 24.95 Selecting previously unselected package libdpkg-perl.
13:42:37 #7 24.95 Preparing to unpack .../101-libdpkg-perl_1.19.7ubuntu3_all.deb ...
13:42:37 #7 24.96 Unpacking libdpkg-perl (1.19.7ubuntu3) ...
13:42:37 #7 25.00 Selecting previously unselected package patch.
13:42:37 #7 25.00 Preparing to unpack .../102-patch_2.7.6-6_amd64.deb ...
13:42:37 #7 25.00 Unpacking patch (2.7.6-6) ...
13:42:37 #7 25.03 Selecting previously unselected package dpkg-dev.
13:42:37 #7 25.04 Preparing to unpack .../103-dpkg-dev_1.19.7ubuntu3_all.deb ...
13:42:37 #7 25.04 Unpacking dpkg-dev (1.19.7ubuntu3) ...
13:42:37 #7 25.11 Selecting previously unselected package build-essential.
13:42:37 #7 25.11 Preparing to unpack .../104-build-essential_12.8ubuntu1_amd64.deb ...
13:42:37 #7 25.12 Unpacking build-essential (12.8ubuntu1) ...
13:42:37 #7 25.14 Selecting previously unselected package libbrotli1:amd64.
13:42:37 #7 25.14 Preparing to unpack .../105-libbrotli1_1.0.7-6build1_amd64.deb ...
13:42:37 #7 25.15 Unpacking libbrotli1:amd64 (1.0.7-6build1) ...
13:42:37 #7 25.19 Selecting previously unselected package libroken18-heimdal:amd64.
13:42:37 #7 25.20 Preparing to unpack .../106-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
13:42:37 #7 25.20 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:42:37 #7 25.23 Selecting previously unselected package libasn1-8-heimdal:amd64.
13:42:38 #7 25.23 Preparing to unpack .../107-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
13:42:38 #7 25.23 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:42:38 #7 25.27 Selecting previously unselected package libheimbase1-heimdal:amd64.
13:42:38 #7 25.27 Preparing to unpack .../108-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
13:42:38 #7 25.27 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:42:38 #7 25.30 Selecting previously unselected package libhcrypto4-heimdal:amd64.
13:42:38 #7 25.30 Preparing to unpack .../109-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
13:42:38 #7 25.30 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:42:38 #7 25.33 Selecting previously unselected package libwind0-heimdal:amd64.
13:42:38 #7 25.34 Preparing to unpack .../110-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
13:42:38 #7 25.34 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:42:38 #7 25.37 Selecting previously unselected package libhx509-5-heimdal:amd64.
13:42:38 #7 25.37 Preparing to unpack .../111-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
13:42:38 #7 25.37 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:42:38 #7 25.40 Selecting previously unselected package libkrb5-26-heimdal:amd64.
13:42:38 #7 25.41 Preparing to unpack .../112-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
13:42:38 #7 25.41 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:42:38 #7 25.45 Selecting previously unselected package libheimntlm0-heimdal:amd64.
13:42:38 #7 25.45 Preparing to unpack .../113-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
13:42:38 #7 25.45 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:42:38 #7 25.48 Selecting previously unselected package libgssapi3-heimdal:amd64.
13:42:38 #7 25.48 Preparing to unpack .../114-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
13:42:38 #7 25.48 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:42:38 #7 25.51 Selecting previously unselected package libsasl2-modules-db:amd64.
13:42:38 #7 25.51 Preparing to unpack .../115-libsasl2-modules-db_2.1.27+dfsg-2_amd64.deb ...
13:42:38 #7 25.52 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ...
13:42:38 #7 25.54 Selecting previously unselected package libsasl2-2:amd64.
13:42:38 #7 25.54 Preparing to unpack .../116-libsasl2-2_2.1.27+dfsg-2_amd64.deb ...
13:42:38 #7 25.54 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2) ...
13:42:38 #7 25.57 Selecting previously unselected package libldap-common.
13:42:38 #7 25.57 Preparing to unpack .../117-libldap-common_2.4.49+dfsg-2ubuntu1.3_all.deb ...
13:42:38 #7 25.57 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.3) ...
13:42:38 #7 25.60 Selecting previously unselected package libldap-2.4-2:amd64.
13:42:38 #7 25.60 Preparing to unpack .../118-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.3_amd64.deb ...
13:42:38 #7 25.60 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.3) ...
13:42:38 #7 25.64 Selecting previously unselected package libnghttp2-14:amd64.
13:42:38 #7 25.64 Preparing to unpack .../119-libnghttp2-14_1.40.0-1build1_amd64.deb ...
13:42:38 #7 25.64 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ...
13:42:38 #7 25.67 Selecting previously unselected package librtmp1:amd64.
13:42:38 #7 25.67 Preparing to unpack .../120-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ...
13:42:38 #7 25.68 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
13:42:38 #7 25.71 Selecting previously unselected package libssh-4:amd64.
13:42:38 #7 25.71 Preparing to unpack .../121-libssh-4_0.9.3-2ubuntu2.1_amd64.deb ...
13:42:38 #7 25.71 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.1) ...
13:42:38 #7 25.75 Selecting previously unselected package libcurl4:amd64.
13:42:38 #7 25.75 Preparing to unpack .../122-libcurl4_7.68.0-1ubuntu2.1_amd64.deb ...
13:42:38 #7 25.75 Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.1) ...
13:42:38 #7 25.79 Selecting previously unselected package curl.
13:42:38 #7 25.80 Preparing to unpack .../123-curl_7.68.0-1ubuntu2.1_amd64.deb ...
13:42:38 #7 25.80 Unpacking curl (7.68.0-1ubuntu2.1) ...
13:42:38 #7 25.84 Selecting previously unselected package dctrl-tools.
13:42:38 #7 25.84 Preparing to unpack .../124-dctrl-tools_2.24-3_amd64.deb ...
13:42:38 #7 25.85 Unpacking dctrl-tools (2.24-3) ...
13:42:38 #7 25.87 Selecting previously unselected package libtool.
13:42:38 #7 25.87 Preparing to unpack .../125-libtool_2.4.6-14_all.deb ...
13:42:38 #7 25.87 Unpacking libtool (2.4.6-14) ...
13:42:38 #7 25.91 Selecting previously unselected package dh-autoreconf.
13:42:38 #7 25.91 Preparing to unpack .../126-dh-autoreconf_19_all.deb ...
13:42:38 #7 25.91 Unpacking dh-autoreconf (19) ...
13:42:38 #7 25.93 Selecting previously unselected package libdebhelper-perl.
13:42:38 #7 25.94 Preparing to unpack .../127-libdebhelper-perl_12.10ubuntu1_all.deb ...
13:42:38 #7 25.94 Unpacking libdebhelper-perl (12.10ubuntu1) ...
13:42:38 #7 25.97 Selecting previously unselected package libarchive-zip-perl.
13:42:38 #7 25.97 Preparing to unpack .../128-libarchive-zip-perl_1.67-2_all.deb ...
13:42:38 #7 25.97 Unpacking libarchive-zip-perl (1.67-2) ...
13:42:38 #7 26.00 Selecting previously unselected package libsub-override-perl.
13:42:38 #7 26.00 Preparing to unpack .../129-libsub-override-perl_0.09-2_all.deb ...
13:42:38 #7 26.01 Unpacking libsub-override-perl (0.09-2) ...
13:42:38 #7 26.03 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:42:38 #7 26.03 Preparing to unpack .../130-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
13:42:38 #7 26.03 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
13:42:38 #7 26.05 Selecting previously unselected package dh-strip-nondeterminism.
13:42:38 #7 26.05 Preparing to unpack .../131-dh-strip-nondeterminism_1.7.0-1_all.deb ...
13:42:38 #7 26.06 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
13:42:38 #7 26.07 Selecting previously unselected package dwz.
13:42:38 #7 26.08 Preparing to unpack .../132-dwz_0.13-5_amd64.deb ...
13:42:38 #7 26.08 Unpacking dwz (0.13-5) ...
13:42:38 #7 26.11 Selecting previously unselected package libcroco3:amd64.
13:42:38 #7 26.12 Preparing to unpack .../133-libcroco3_0.6.13-1_amd64.deb ...
13:42:38 #7 26.12 Unpacking libcroco3:amd64 (0.6.13-1) ...
13:42:38 #7 26.15 Selecting previously unselected package gettext.
13:42:38 #7 26.15 Preparing to unpack .../134-gettext_0.19.8.1-10build1_amd64.deb ...
13:42:38 #7 26.15 Unpacking gettext (0.19.8.1-10build1) ...
13:42:38 #7 26.25 Selecting previously unselected package intltool-debian.
13:42:39 #7 26.25 Preparing to unpack .../135-intltool-debian_0.35.0+20060710.5_all.deb ...
13:42:39 #7 26.25 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:42:39 #7 26.28 Selecting previously unselected package po-debconf.
13:42:39 #7 26.28 Preparing to unpack .../136-po-debconf_1.0.21_all.deb ...
13:42:39 #7 26.28 Unpacking po-debconf (1.0.21) ...
13:42:39 #7 26.32 Selecting previously unselected package debhelper.
13:42:39 #7 26.32 Preparing to unpack .../137-debhelper_12.10ubuntu1_all.deb ...
13:42:39 #7 26.33 Unpacking debhelper (12.10ubuntu1) ...
13:42:39 #7 26.42 Selecting previously unselected package libfakeroot:amd64.
13:42:39 #7 26.42 Preparing to unpack .../138-libfakeroot_1.24-1_amd64.deb ...
13:42:39 #7 26.43 Unpacking libfakeroot:amd64 (1.24-1) ...
13:42:39 #7 26.45 Selecting previously unselected package fakeroot.
13:42:39 #7 26.45 Preparing to unpack .../139-fakeroot_1.24-1_amd64.deb ...
13:42:39 #7 26.46 Unpacking fakeroot (1.24-1) ...
13:42:39 #7 26.49 Selecting previously unselected package libassuan0:amd64.
13:42:39 #7 26.49 Preparing to unpack .../140-libassuan0_2.5.3-7ubuntu2_amd64.deb ...
13:42:39 #7 26.49 Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ...
13:42:39 #7 26.51 Selecting previously unselected package gpgconf.
13:42:39 #7 26.52 Preparing to unpack .../141-gpgconf_2.2.19-3ubuntu2_amd64.deb ...
13:42:39 #7 26.52 Unpacking gpgconf (2.2.19-3ubuntu2) ...
13:42:39 #7 26.55 Selecting previously unselected package libksba8:amd64.
13:42:39 #7 26.55 Preparing to unpack .../142-libksba8_1.3.5-2_amd64.deb ...
13:42:39 #7 26.56 Unpacking libksba8:amd64 (1.3.5-2) ...
13:42:39 #7 26.59 Selecting previously unselected package libnpth0:amd64.
13:42:39 #7 26.59 Preparing to unpack .../143-libnpth0_1.6-1_amd64.deb ...
13:42:39 #7 26.59 Unpacking libnpth0:amd64 (1.6-1) ...
13:42:39 #7 26.62 Selecting previously unselected package dirmngr.
13:42:39 #7 26.62 Preparing to unpack .../144-dirmngr_2.2.19-3ubuntu2_amd64.deb ...
13:42:39 #7 26.63 Unpacking dirmngr (2.2.19-3ubuntu2) ...
13:42:39 #7 26.68 Selecting previously unselected package gnupg-l10n.
13:42:39 #7 26.68 Preparing to unpack .../145-gnupg-l10n_2.2.19-3ubuntu2_all.deb ...
13:42:39 #7 26.69 Unpacking gnupg-l10n (2.2.19-3ubuntu2) ...
13:42:39 #7 26.71 Selecting previously unselected package gnupg-utils.
13:42:39 #7 26.71 Preparing to unpack .../146-gnupg-utils_2.2.19-3ubuntu2_amd64.deb ...
13:42:39 #7 26.72 Unpacking gnupg-utils (2.2.19-3ubuntu2) ...
13:42:39 #7 26.78 Selecting previously unselected package gpg.
13:42:39 #7 26.78 Preparing to unpack .../147-gpg_2.2.19-3ubuntu2_amd64.deb ...
13:42:39 #7 26.78 Unpacking gpg (2.2.19-3ubuntu2) ...
13:42:39 #7 26.84 Selecting previously unselected package pinentry-curses.
13:42:39 #7 26.85 Preparing to unpack .../148-pinentry-curses_1.1.0-3build1_amd64.deb ...
13:42:39 #7 26.85 Unpacking pinentry-curses (1.1.0-3build1) ...
13:42:39 #7 26.88 Selecting previously unselected package gpg-agent.
13:42:39 #7 26.88 Preparing to unpack .../149-gpg-agent_2.2.19-3ubuntu2_amd64.deb ...
13:42:39 #7 26.88 Unpacking gpg-agent (2.2.19-3ubuntu2) ...
13:42:39 #7 26.92 Selecting previously unselected package gpg-wks-client.
13:42:39 #7 26.92 Preparing to unpack .../150-gpg-wks-client_2.2.19-3ubuntu2_amd64.deb ...
13:42:39 #7 26.93 Unpacking gpg-wks-client (2.2.19-3ubuntu2) ...
13:42:39 #7 26.95 Selecting previously unselected package gpg-wks-server.
13:42:39 #7 26.96 Preparing to unpack .../151-gpg-wks-server_2.2.19-3ubuntu2_amd64.deb ...
13:42:39 #7 26.96 Unpacking gpg-wks-server (2.2.19-3ubuntu2) ...
13:42:39 #7 26.98 Selecting previously unselected package gpgsm.
13:42:39 #7 26.99 Preparing to unpack .../152-gpgsm_2.2.19-3ubuntu2_amd64.deb ...
13:42:39 #7 26.99 Unpacking gpgsm (2.2.19-3ubuntu2) ...
13:42:39 #7 27.03 Selecting previously unselected package gnupg.
13:42:39 #7 27.03 Preparing to unpack .../153-gnupg_2.2.19-3ubuntu2_all.deb ...
13:42:39 #7 27.03 Unpacking gnupg (2.2.19-3ubuntu2) ...
13:42:39 #7 27.06 Selecting previously unselected package libfile-which-perl.
13:42:39 #7 27.06 Preparing to unpack .../154-libfile-which-perl_1.23-1_all.deb ...
13:42:39 #7 27.07 Unpacking libfile-which-perl (1.23-1) ...
13:42:39 #7 27.09 Selecting previously unselected package libfile-homedir-perl.
13:42:39 #7 27.09 Preparing to unpack .../155-libfile-homedir-perl_1.004-1_all.deb ...
13:42:39 #7 27.09 Unpacking libfile-homedir-perl (1.004-1) ...
13:42:39 #7 27.11 Selecting previously unselected package libio-pty-perl.
13:42:39 #7 27.11 Preparing to unpack .../156-libio-pty-perl_1%3a1.12-1_amd64.deb ...
13:42:39 #7 27.12 Unpacking libio-pty-perl (1:1.12-1) ...
13:42:39 #7 27.14 Selecting previously unselected package libipc-run-perl.
13:42:39 #7 27.14 Preparing to unpack .../157-libipc-run-perl_20180523.0-2_all.deb ...
13:42:39 #7 27.15 Unpacking libipc-run-perl (20180523.0-2) ...
13:42:39 #7 27.17 Selecting previously unselected package libclass-method-modifiers-perl.
13:42:39 #7 27.17 Preparing to unpack .../158-libclass-method-modifiers-perl_2.13-1_all.deb ...
13:42:39 #7 27.17 Unpacking libclass-method-modifiers-perl (2.13-1) ...
13:42:39 #7 27.20 Selecting previously unselected package libb-hooks-op-check-perl.
13:42:39 #7 27.20 Preparing to unpack .../159-libb-hooks-op-check-perl_0.22-1build2_amd64.deb ...
13:42:39 #7 27.20 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
13:42:39 #7 27.22 Selecting previously unselected package libdynaloader-functions-perl.
13:42:39 #7 27.22 Preparing to unpack .../160-libdynaloader-functions-perl_0.003-1_all.deb ...
13:42:39 #7 27.23 Unpacking libdynaloader-functions-perl (0.003-1) ...
13:42:39 #7 27.25 Selecting previously unselected package libdevel-callchecker-perl.
13:42:39 #7 27.25 Preparing to unpack .../161-libdevel-callchecker-perl_0.008-1ubuntu1_amd64.deb ...
13:42:39 #7 27.25 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
13:42:39 #7 27.27 Selecting previously unselected package libparams-classify-perl.
13:42:39 #7 27.27 Preparing to unpack .../162-libparams-classify-perl_0.015-1build2_amd64.deb ...
13:42:39 #7 27.27 Unpacking libparams-classify-perl (0.015-1build2) ...
13:42:39 #7 27.30 Selecting previously unselected package libmodule-runtime-perl.
13:42:39 #7 27.30 Preparing to unpack .../163-libmodule-runtime-perl_0.016-1_all.deb ...
13:42:40 #7 27.30 Unpacking libmodule-runtime-perl (0.016-1) ...
13:42:40 #7 27.32 Selecting previously unselected package libimport-into-perl.
13:42:40 #7 27.32 Preparing to unpack .../164-libimport-into-perl_1.002005-1_all.deb ...
13:42:40 #7 27.32 Unpacking libimport-into-perl (1.002005-1) ...
13:42:40 #7 27.34 Selecting previously unselected package librole-tiny-perl.
13:42:40 #7 27.34 Preparing to unpack .../165-librole-tiny-perl_2.001004-1_all.deb ...
13:42:40 #7 27.35 Unpacking librole-tiny-perl (2.001004-1) ...
13:42:40 #7 27.37 Selecting previously unselected package libstrictures-perl.
13:42:40 #7 27.37 Preparing to unpack .../166-libstrictures-perl_2.000006-1_all.deb ...
13:42:40 #7 27.37 Unpacking libstrictures-perl (2.000006-1) ...
13:42:40 #7 27.39 Selecting previously unselected package libsub-quote-perl.
13:42:40 #7 27.39 Preparing to unpack .../167-libsub-quote-perl_2.006006-1_all.deb ...
13:42:40 #7 27.41 Unpacking libsub-quote-perl (2.006006-1) ...
13:42:40 #7 27.43 Selecting previously unselected package libmoo-perl.
13:42:40 #7 27.43 Preparing to unpack .../168-libmoo-perl_2.003006-1_all.deb ...
13:42:40 #7 27.43 Unpacking libmoo-perl (2.003006-1) ...
13:42:40 #7 27.45 Selecting previously unselected package libencode-locale-perl.
13:42:40 #7 27.45 Preparing to unpack .../169-libencode-locale-perl_1.05-1_all.deb ...
13:42:40 #7 27.46 Unpacking libencode-locale-perl (1.05-1) ...
13:42:40 #7 27.48 Selecting previously unselected package libtimedate-perl.
13:42:40 #7 27.48 Preparing to unpack .../170-libtimedate-perl_2.3200-1_all.deb ...
13:42:40 #7 27.48 Unpacking libtimedate-perl (2.3200-1) ...
13:42:40 #7 27.51 Selecting previously unselected package libhttp-date-perl.
13:42:40 #7 27.51 Preparing to unpack .../171-libhttp-date-perl_6.05-1_all.deb ...
13:42:40 #7 27.51 Unpacking libhttp-date-perl (6.05-1) ...
13:42:40 #7 27.53 Selecting previously unselected package libfile-listing-perl.
13:42:40 #7 27.53 Preparing to unpack .../172-libfile-listing-perl_6.04-1_all.deb ...
13:42:40 #7 27.54 Unpacking libfile-listing-perl (6.04-1) ...
13:42:40 #7 27.55 Selecting previously unselected package libhtml-tagset-perl.
13:42:40 #7 27.56 Preparing to unpack .../173-libhtml-tagset-perl_3.20-4_all.deb ...
13:42:40 #7 27.56 Unpacking libhtml-tagset-perl (3.20-4) ...
13:42:40 #7 27.58 Selecting previously unselected package liburi-perl.
13:42:40 #7 27.58 Preparing to unpack .../174-liburi-perl_1.76-2_all.deb ...
13:42:40 #7 27.58 Unpacking liburi-perl (1.76-2) ...
13:42:40 #7 27.61 Selecting previously unselected package libhtml-parser-perl.
13:42:40 #7 27.61 Preparing to unpack .../175-libhtml-parser-perl_3.72-5_amd64.deb ...
13:42:40 #7 27.61 Unpacking libhtml-parser-perl (3.72-5) ...
13:42:40 #7 27.64 Selecting previously unselected package libhtml-tree-perl.
13:42:40 #7 27.64 Preparing to unpack .../176-libhtml-tree-perl_5.07-2_all.deb ...
13:42:40 #7 27.65 Unpacking libhtml-tree-perl (5.07-2) ...
13:42:40 #7 27.68 Selecting previously unselected package libio-html-perl.
13:42:40 #7 27.68 Preparing to unpack .../177-libio-html-perl_1.001-1_all.deb ...
13:42:40 #7 27.69 Unpacking libio-html-perl (1.001-1) ...
13:42:40 #7 27.71 Selecting previously unselected package liblwp-mediatypes-perl.
13:42:40 #7 27.71 Preparing to unpack .../178-liblwp-mediatypes-perl_6.04-1_all.deb ...
13:42:40 #7 27.71 Unpacking liblwp-mediatypes-perl (6.04-1) ...
13:42:40 #7 27.74 Selecting previously unselected package libhttp-message-perl.
13:42:40 #7 27.74 Preparing to unpack .../179-libhttp-message-perl_6.22-1_all.deb ...
13:42:40 #7 27.74 Unpacking libhttp-message-perl (6.22-1) ...
13:42:40 #7 27.77 Selecting previously unselected package libhttp-cookies-perl.
13:42:40 #7 27.77 Preparing to unpack .../180-libhttp-cookies-perl_6.08-1_all.deb ...
13:42:40 #7 27.77 Unpacking libhttp-cookies-perl (6.08-1) ...
13:42:40 #7 27.80 Selecting previously unselected package libhttp-negotiate-perl.
13:42:40 #7 27.80 Preparing to unpack .../181-libhttp-negotiate-perl_6.01-1_all.deb ...
13:42:40 #7 27.80 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:42:40 #7 27.82 Selecting previously unselected package perl-openssl-defaults:amd64.
13:42:40 #7 27.82 Preparing to unpack .../182-perl-openssl-defaults_4_amd64.deb ...
13:42:40 #7 27.83 Unpacking perl-openssl-defaults:amd64 (4) ...
13:42:40 #7 27.85 Selecting previously unselected package libnet-ssleay-perl.
13:42:40 #7 27.85 Preparing to unpack .../183-libnet-ssleay-perl_1.88-2ubuntu1_amd64.deb ...
13:42:40 #7 27.85 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
13:42:40 #7 27.90 Selecting previously unselected package libio-socket-ssl-perl.
13:42:40 #7 27.90 Preparing to unpack .../184-libio-socket-ssl-perl_2.067-1_all.deb ...
13:42:40 #7 27.91 Unpacking libio-socket-ssl-perl (2.067-1) ...
13:42:40 #7 27.94 Selecting previously unselected package libnet-http-perl.
13:42:40 #7 27.94 Preparing to unpack .../185-libnet-http-perl_6.19-1_all.deb ...
13:42:40 #7 27.95 Unpacking libnet-http-perl (6.19-1) ...
13:42:40 #7 27.97 Selecting previously unselected package liblwp-protocol-https-perl.
13:42:40 #7 27.97 Preparing to unpack .../186-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
13:42:40 #7 27.97 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
13:42:40 #7 27.99 Selecting previously unselected package libtry-tiny-perl.
13:42:40 #7 27.99 Preparing to unpack .../187-libtry-tiny-perl_0.30-1_all.deb ...
13:42:40 #7 28.00 Unpacking libtry-tiny-perl (0.30-1) ...
13:42:40 #7 28.02 Selecting previously unselected package libwww-robotrules-perl.
13:42:40 #7 28.02 Preparing to unpack .../188-libwww-robotrules-perl_6.02-1_all.deb ...
13:42:40 #7 28.02 Unpacking libwww-robotrules-perl (6.02-1) ...
13:42:40 #7 28.04 Selecting previously unselected package libwww-perl.
13:42:40 #7 28.04 Preparing to unpack .../189-libwww-perl_6.43-1_all.deb ...
13:42:40 #7 28.05 Unpacking libwww-perl (6.43-1) ...
13:42:40 #7 28.08 Selecting previously unselected package patchutils.
13:42:40 #7 28.08 Preparing to unpack .../190-patchutils_0.3.4-2_amd64.deb ...
13:42:40 #7 28.08 Unpacking patchutils (0.3.4-2) ...
13:42:40 #7 28.11 Selecting previously unselected package wdiff.
13:42:40 #7 28.11 Preparing to unpack .../191-wdiff_1.2.2-2build1_amd64.deb ...
13:42:40 #7 28.11 Unpacking wdiff (1.2.2-2build1) ...
13:42:40 #7 28.14 Selecting previously unselected package devscripts.
13:42:40 #7 28.15 Preparing to unpack .../192-devscripts_2.20.2ubuntu2_amd64.deb ...
13:42:40 #7 28.17 Unpacking devscripts (2.20.2ubuntu2) ...
13:42:40 #7 28.27 Selecting previously unselected package diffstat.
13:42:40 #7 28.27 Preparing to unpack .../193-diffstat_1.63-1_amd64.deb ...
13:42:40 #7 28.27 Unpacking diffstat (1.63-1) ...
13:42:40 #7 28.30 Selecting previously unselected package python3-chardet.
13:42:40 #7 28.30 Preparing to unpack .../194-python3-chardet_3.0.4-4build1_all.deb ...
13:42:40 #7 28.30 Unpacking python3-chardet (3.0.4-4build1) ...
13:42:40 #7 28.34 Selecting previously unselected package python3-debian.
13:42:40 #7 28.34 Preparing to unpack .../195-python3-debian_0.1.36ubuntu1_all.deb ...
13:42:40 #7 28.34 Unpacking python3-debian (0.1.36ubuntu1) ...
13:42:40 #7 28.37 Selecting previously unselected package libgpgme11:amd64.
13:42:41 #7 28.37 Preparing to unpack .../196-libgpgme11_1.13.1-7ubuntu2_amd64.deb ...
13:42:41 #7 28.37 Unpacking libgpgme11:amd64 (1.13.1-7ubuntu2) ...
13:42:41 #7 28.41 Selecting previously unselected package python3-gpg.
13:42:41 #7 28.41 Preparing to unpack .../197-python3-gpg_1.13.1-7ubuntu2_amd64.deb ...
13:42:41 #7 28.41 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
13:42:41 #7 28.46 Selecting previously unselected package dput.
13:42:41 #7 28.46 Preparing to unpack .../198-dput_1.0.3ubuntu1_all.deb ...
13:42:41 #7 28.47 Unpacking dput (1.0.3ubuntu1) ...
13:42:41 #7 28.50 Selecting previously unselected package libcurl3-gnutls:amd64.
13:42:41 #7 28.50 Preparing to unpack .../199-libcurl3-gnutls_7.68.0-1ubuntu2.1_amd64.deb ...
13:42:41 #7 28.50 Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.1) ...
13:42:41 #7 28.54 Selecting previously unselected package liberror-perl.
13:42:41 #7 28.54 Preparing to unpack .../200-liberror-perl_0.17029-1_all.deb ...
13:42:41 #7 28.55 Unpacking liberror-perl (0.17029-1) ...
13:42:41 #7 28.57 Selecting previously unselected package git-man.
13:42:41 #7 28.57 Preparing to unpack .../201-git-man_1%3a2.25.1-1ubuntu3_all.deb ...
13:42:41 #7 28.57 Unpacking git-man (1:2.25.1-1ubuntu3) ...
13:42:41 #7 28.67 Selecting previously unselected package git.
13:42:41 #7 28.67 Preparing to unpack .../202-git_1%3a2.25.1-1ubuntu3_amd64.deb ...
13:42:41 #7 28.69 Unpacking git (1:2.25.1-1ubuntu3) ...
13:42:41 #7 29.14 Selecting previously unselected package libalgorithm-diff-perl.
13:42:41 #7 29.15 Preparing to unpack .../203-libalgorithm-diff-perl_1.19.03-2_all.deb ...
13:42:41 #7 29.15 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
13:42:41 #7 29.17 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:42:41 #7 29.17 Preparing to unpack .../204-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ...
13:42:41 #7 29.17 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
13:42:41 #7 29.20 Selecting previously unselected package libalgorithm-merge-perl.
13:42:41 #7 29.20 Preparing to unpack .../205-libalgorithm-merge-perl_0.08-3_all.deb ...
13:42:41 #7 29.20 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:42:41 #7 29.22 Selecting previously unselected package libapt-pkg-perl.
13:42:41 #7 29.22 Preparing to unpack .../206-libapt-pkg-perl_0.1.36build3_amd64.deb ...
13:42:41 #7 29.23 Unpacking libapt-pkg-perl (0.1.36build3) ...
13:42:41 #7 29.25 Selecting previously unselected package libarchive-cpio-perl.
13:42:41 #7 29.25 Preparing to unpack .../207-libarchive-cpio-perl_0.10-1_all.deb ...
13:42:41 #7 29.26 Unpacking libarchive-cpio-perl (0.10-1) ...
13:42:41 #7 29.28 Selecting previously unselected package libarray-intspan-perl.
13:42:41 #7 29.28 Preparing to unpack .../208-libarray-intspan-perl_2.003-1_all.deb ...
13:42:41 #7 29.28 Unpacking libarray-intspan-perl (2.003-1) ...
13:42:41 #7 29.31 Selecting previously unselected package libasync-mergepoint-perl.
13:42:41 #7 29.31 Preparing to unpack .../209-libasync-mergepoint-perl_0.04-2_all.deb ...
13:42:41 #7 29.31 Unpacking libasync-mergepoint-perl (0.04-2) ...
13:42:41 #7 29.33 Selecting previously unselected package libmodule-implementation-perl.
13:42:41 #7 29.33 Preparing to unpack .../210-libmodule-implementation-perl_0.09-1_all.deb ...
13:42:41 #7 29.33 Unpacking libmodule-implementation-perl (0.09-1) ...
13:42:41 #7 29.35 Selecting previously unselected package libsub-exporter-progressive-perl.
13:42:41 #7 29.36 Preparing to unpack .../211-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:42:41 #7 29.36 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:42:41 #7 29.38 Selecting previously unselected package libvariable-magic-perl.
13:42:41 #7 29.38 Preparing to unpack .../212-libvariable-magic-perl_0.62-1build2_amd64.deb ...
13:42:41 #7 29.38 Unpacking libvariable-magic-perl (0.62-1build2) ...
13:42:41 #7 29.41 Selecting previously unselected package libb-hooks-endofscope-perl.
13:42:42 #7 29.41 Preparing to unpack .../213-libb-hooks-endofscope-perl_0.24-1_all.deb ...
13:42:42 #7 29.41 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
13:42:42 #7 29.43 Selecting previously unselected package libcapture-tiny-perl.
13:42:42 #7 29.44 Preparing to unpack .../214-libcapture-tiny-perl_0.48-1_all.deb ...
13:42:42 #7 29.44 Unpacking libcapture-tiny-perl (0.48-1) ...
13:42:42 #7 29.46 Selecting previously unselected package libclass-xsaccessor-perl.
13:42:42 #7 29.46 Preparing to unpack .../215-libclass-xsaccessor-perl_1.19-3build3_amd64.deb ...
13:42:42 #7 29.47 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
13:42:42 #7 29.49 Selecting previously unselected package libclone-perl.
13:42:42 #7 29.49 Preparing to unpack .../216-libclone-perl_0.43-2_amd64.deb ...
13:42:42 #7 29.50 Unpacking libclone-perl (0.43-2) ...
13:42:42 #7 29.52 Selecting previously unselected package libcommon-sense-perl.
13:42:42 #7 29.52 Preparing to unpack .../217-libcommon-sense-perl_3.74-2build6_amd64.deb ...
13:42:42 #7 29.52 Unpacking libcommon-sense-perl (3.74-2build6) ...
13:42:42 #7 29.54 Selecting previously unselected package libparams-util-perl.
13:42:42 #7 29.55 Preparing to unpack .../218-libparams-util-perl_1.07-3build5_amd64.deb ...
13:42:42 #7 29.55 Unpacking libparams-util-perl (1.07-3build5) ...
13:42:42 #7 29.57 Selecting previously unselected package libsub-install-perl.
13:42:42 #7 29.57 Preparing to unpack .../219-libsub-install-perl_0.928-1_all.deb ...
13:42:42 #7 29.58 Unpacking libsub-install-perl (0.928-1) ...
13:42:42 #7 29.60 Selecting previously unselected package libdata-optlist-perl.
13:42:42 #7 29.60 Preparing to unpack .../220-libdata-optlist-perl_0.110-1_all.deb ...
13:42:42 #7 29.60 Unpacking libdata-optlist-perl (0.110-1) ...
13:42:42 #7 29.62 Selecting previously unselected package libsub-exporter-perl.
13:42:42 #7 29.63 Preparing to unpack .../221-libsub-exporter-perl_0.987-1_all.deb ...
13:42:42 #7 29.63 Unpacking libsub-exporter-perl (0.987-1) ...
13:42:42 #7 29.65 Selecting previously unselected package libconst-fast-perl.
13:42:42 #7 29.65 Preparing to unpack .../222-libconst-fast-perl_0.014-1_all.deb ...
13:42:42 #7 29.66 Unpacking libconst-fast-perl (0.014-1) ...
13:42:42 #7 29.68 Selecting previously unselected package libwant-perl.
13:42:42 #7 29.68 Preparing to unpack .../223-libwant-perl_0.29-1build4_amd64.deb ...
13:42:42 #7 29.68 Unpacking libwant-perl (0.29-1build4) ...
13:42:42 #7 29.70 Selecting previously unselected package libcontextual-return-perl.
13:42:42 #7 29.71 Preparing to unpack .../224-libcontextual-return-perl_0.004014-2_all.deb ...
13:42:42 #7 29.71 Unpacking libcontextual-return-perl (0.004014-2) ...
13:42:42 #7 29.73 Selecting previously unselected package libcpanel-json-xs-perl.
13:42:42 #7 29.74 Preparing to unpack .../225-libcpanel-json-xs-perl_4.19-1build1_amd64.deb ...
13:42:42 #7 29.74 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
13:42:42 #7 29.77 Selecting previously unselected package libdata-dump-perl.
13:42:42 #7 29.77 Preparing to unpack .../226-libdata-dump-perl_1.23-1_all.deb ...
13:42:42 #7 29.77 Unpacking libdata-dump-perl (1.23-1) ...
13:42:42 #7 29.80 Selecting previously unselected package libdigest-bubblebabble-perl.
13:42:42 #7 29.80 Preparing to unpack .../227-libdigest-bubblebabble-perl_0.02-2_all.deb ...
13:42:42 #7 29.80 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
13:42:42 #7 29.82 Selecting previously unselected package libdigest-hmac-perl.
13:42:42 #7 29.82 Preparing to unpack .../228-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
13:42:42 #7 29.83 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
13:42:42 #7 29.85 Selecting previously unselected package libdistro-info-perl.
13:42:42 #7 29.85 Preparing to unpack .../229-libdistro-info-perl_0.23ubuntu1_all.deb ...
13:42:42 #7 29.85 Unpacking libdistro-info-perl (0.23ubuntu1) ...
13:42:42 #7 29.87 Selecting previously unselected package libnet-smtp-ssl-perl.
13:42:42 #7 29.88 Preparing to unpack .../230-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:42:42 #7 29.88 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:42:42 #7 29.90 Selecting previously unselected package libmailtools-perl.
13:42:42 #7 29.90 Preparing to unpack .../231-libmailtools-perl_2.21-1_all.deb ...
13:42:42 #7 29.90 Unpacking libmailtools-perl (2.21-1) ...
13:42:42 #7 29.93 Selecting previously unselected package libnet-ip-perl.
13:42:42 #7 29.93 Preparing to unpack .../232-libnet-ip-perl_1.26-2_all.deb ...
13:42:42 #7 29.94 Unpacking libnet-ip-perl (1.26-2) ...
13:42:42 #7 29.96 Selecting previously unselected package libnet-dns-perl.
13:42:42 #7 29.96 Preparing to unpack .../233-libnet-dns-perl_1.22-1_all.deb ...
13:42:42 #7 29.96 Unpacking libnet-dns-perl (1.22-1) ...
13:42:42 #7 30.01 Selecting previously unselected package libnet-domain-tld-perl.
13:42:42 #7 30.01 Preparing to unpack .../234-libnet-domain-tld-perl_1.75-1_all.deb ...
13:42:42 #7 30.02 Unpacking libnet-domain-tld-perl (1.75-1) ...
13:42:42 #7 30.04 Selecting previously unselected package libemail-valid-perl.
13:42:42 #7 30.04 Preparing to unpack .../235-libemail-valid-perl_1.202-1_all.deb ...
13:42:42 #7 30.04 Unpacking libemail-valid-perl (1.202-1) ...
13:42:42 #7 30.06 Selecting previously unselected package libexporter-tiny-perl.
13:42:42 #7 30.06 Preparing to unpack .../236-libexporter-tiny-perl_1.002001-1_all.deb ...
13:42:42 #7 30.07 Unpacking libexporter-tiny-perl (1.002001-1) ...
13:42:42 #7 30.09 Selecting previously unselected package libipc-system-simple-perl.
13:42:42 #7 30.09 Preparing to unpack .../237-libipc-system-simple-perl_1.26-1_all.deb ...
13:42:42 #7 30.09 Unpacking libipc-system-simple-perl (1.26-1) ...
13:42:42 #7 30.11 Selecting previously unselected package libfile-basedir-perl.
13:42:42 #7 30.12 Preparing to unpack .../238-libfile-basedir-perl_0.08-1_all.deb ...
13:42:42 #7 30.12 Unpacking libfile-basedir-perl (0.08-1) ...
13:42:42 #7 30.14 Selecting previously unselected package libfile-chdir-perl.
13:42:42 #7 30.14 Preparing to unpack .../239-libfile-chdir-perl_0.1008-1_all.deb ...
13:42:42 #7 30.15 Unpacking libfile-chdir-perl (0.1008-1) ...
13:42:42 #7 30.16 Selecting previously unselected package libfile-fcntllock-perl.
13:42:42 #7 30.17 Preparing to unpack .../240-libfile-fcntllock-perl_0.22-3build4_amd64.deb ...
13:42:42 #7 30.17 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
13:42:42 #7 30.19 Selecting previously unselected package libnumber-compare-perl.
13:42:42 #7 30.19 Preparing to unpack .../241-libnumber-compare-perl_0.03-1_all.deb ...
13:42:42 #7 30.19 Unpacking libnumber-compare-perl (0.03-1) ...
13:42:42 #7 30.21 Selecting previously unselected package libtext-glob-perl.
13:42:42 #7 30.22 Preparing to unpack .../242-libtext-glob-perl_0.10-1_all.deb ...
13:42:42 #7 30.22 Unpacking libtext-glob-perl (0.10-1) ...
13:42:42 #7 30.24 Selecting previously unselected package libfile-find-rule-perl.
13:42:42 #7 30.24 Preparing to unpack .../243-libfile-find-rule-perl_0.34-1_all.deb ...
13:42:42 #7 30.24 Unpacking libfile-find-rule-perl (0.34-1) ...
13:42:42 #7 30.26 Selecting previously unselected package libfont-afm-perl.
13:42:42 #7 30.27 Preparing to unpack .../244-libfont-afm-perl_1.20-2_all.deb ...
13:42:42 #7 30.27 Unpacking libfont-afm-perl (1.20-2) ...
13:42:42 #7 30.29 Selecting previously unselected package libio-string-perl.
13:42:42 #7 30.29 Preparing to unpack .../245-libio-string-perl_1.08-3_all.deb ...
13:42:42 #7 30.30 Unpacking libio-string-perl (1.08-3) ...
13:42:42 #7 30.32 Selecting previously unselected package libfont-ttf-perl.
13:42:42 #7 30.32 Preparing to unpack .../246-libfont-ttf-perl_1.06-1_all.deb ...
13:42:42 #7 30.32 Unpacking libfont-ttf-perl (1.06-1) ...
13:42:42 #7 30.37 Selecting previously unselected package libfuture-perl.
13:42:43 #7 30.37 Preparing to unpack .../247-libfuture-perl_0.43-1_all.deb ...
13:42:43 #7 30.37 Unpacking libfuture-perl (0.43-1) ...
13:42:43 #7 30.40 Selecting previously unselected package libio-stringy-perl.
13:42:43 #7 30.40 Preparing to unpack .../248-libio-stringy-perl_2.111-3_all.deb ...
13:42:43 #7 30.40 Unpacking libio-stringy-perl (2.111-3) ...
13:42:43 #7 30.42 Selecting previously unselected package libparams-validate-perl.
13:42:43 #7 30.43 Preparing to unpack .../249-libparams-validate-perl_1.29-3_amd64.deb ...
13:42:43 #7 30.43 Unpacking libparams-validate-perl (1.29-3) ...
13:42:43 #7 30.45 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:42:43 #7 30.46 Preparing to unpack .../250-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
13:42:43 #7 30.46 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
13:42:43 #7 30.49 Selecting previously unselected package libsort-versions-perl.
13:42:43 #7 30.49 Preparing to unpack .../251-libsort-versions-perl_1.62-1_all.deb ...
13:42:43 #7 30.50 Unpacking libsort-versions-perl (1.62-1) ...
13:42:43 #7 30.52 Selecting previously unselected package libgit-wrapper-perl.
13:42:43 #7 30.52 Preparing to unpack .../252-libgit-wrapper-perl_0.048-1_all.deb ...
13:42:43 #7 30.52 Unpacking libgit-wrapper-perl (0.048-1) ...
13:42:43 #7 30.54 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:42:43 #7 30.54 Preparing to unpack .../253-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
13:42:43 #7 30.55 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
13:42:43 #7 30.57 Selecting previously unselected package libio-prompter-perl.
13:42:43 #7 30.57 Preparing to unpack .../254-libio-prompter-perl_0.004015-1_all.deb ...
13:42:43 #7 30.57 Unpacking libio-prompter-perl (0.004015-1) ...
13:42:43 #7 30.59 Selecting previously unselected package libjson-perl.
13:42:43 #7 30.60 Preparing to unpack .../255-libjson-perl_4.02000-2_all.deb ...
13:42:43 #7 30.60 Unpacking libjson-perl (4.02000-2) ...
13:42:43 #7 30.62 Selecting previously unselected package liblog-any-perl.
13:42:43 #7 30.63 Preparing to unpack .../256-liblog-any-perl_1.708-1_all.deb ...
13:42:43 #7 30.63 Unpacking liblog-any-perl (1.708-1) ...
13:42:43 #7 30.66 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:42:43 #7 30.66 Preparing to unpack .../257-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
13:42:43 #7 30.66 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
13:42:43 #7 30.69 Selecting previously unselected package libpackage-stash-perl.
13:42:43 #7 30.69 Preparing to unpack .../258-libpackage-stash-perl_0.38-1_all.deb ...
13:42:43 #7 30.69 Unpacking libpackage-stash-perl (0.38-1) ...
13:42:43 #7 30.71 Selecting previously unselected package libsub-identify-perl.
13:42:43 #7 30.71 Preparing to unpack .../259-libsub-identify-perl_0.14-1build2_amd64.deb ...
13:42:43 #7 30.71 Unpacking libsub-identify-perl (0.14-1build2) ...
13:42:43 #7 30.73 Selecting previously unselected package libsub-name-perl.
13:42:43 #7 30.74 Preparing to unpack .../260-libsub-name-perl_0.26-1_amd64.deb ...
13:42:43 #7 30.74 Unpacking libsub-name-perl (0.26-1) ...
13:42:43 #7 30.76 Selecting previously unselected package libnamespace-clean-perl.
13:42:43 #7 30.76 Preparing to unpack .../261-libnamespace-clean-perl_0.27-1_all.deb ...
13:42:43 #7 30.76 Unpacking libnamespace-clean-perl (0.27-1) ...
13:42:43 #7 30.78 Selecting previously unselected package libpath-tiny-perl.
13:42:43 #7 30.79 Preparing to unpack .../262-libpath-tiny-perl_0.108-1_all.deb ...
13:42:43 #7 30.79 Unpacking libpath-tiny-perl (0.108-1) ...
13:42:43 #7 30.81 Selecting previously unselected package libtype-tiny-perl.
13:42:43 #7 30.81 Preparing to unpack .../263-libtype-tiny-perl_1.008001-2_all.deb ...
13:42:43 #7 30.81 Unpacking libtype-tiny-perl (1.008001-2) ...
13:42:43 #7 30.86 Selecting previously unselected package libgitlab-api-v4-perl.
13:42:43 #7 30.86 Preparing to unpack .../264-libgitlab-api-v4-perl_0.25-1_all.deb ...
13:42:43 #7 30.87 Unpacking libgitlab-api-v4-perl (0.25-1) ...
13:42:43 #7 30.89 Selecting previously unselected package libhash-fieldhash-perl.
13:42:43 #7 30.89 Preparing to unpack .../265-libhash-fieldhash-perl_0.15-1build2_amd64.deb ...
13:42:43 #7 30.90 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
13:42:43 #7 30.92 Selecting previously unselected package libhtml-form-perl.
13:42:43 #7 30.92 Preparing to unpack .../266-libhtml-form-perl_6.07-1_all.deb ...
13:42:43 #7 30.92 Unpacking libhtml-form-perl (6.07-1) ...
13:42:43 #7 30.95 Selecting previously unselected package libhtml-format-perl.
13:42:43 #7 30.95 Preparing to unpack .../267-libhtml-format-perl_2.12-1_all.deb ...
13:42:43 #7 30.95 Unpacking libhtml-format-perl (2.12-1) ...
13:42:43 #7 30.97 Selecting previously unselected package libhttp-daemon-perl.
13:42:43 #7 30.98 Preparing to unpack .../268-libhttp-daemon-perl_6.06-1_all.deb ...
13:42:43 #7 30.98 Unpacking libhttp-daemon-perl (6.06-1) ...
13:42:43 #7 31.00 Selecting previously unselected package libidn11:amd64.
13:42:43 #7 31.01 Preparing to unpack .../269-libidn11_1.33-2.2ubuntu2_amd64.deb ...
13:42:43 #7 31.01 Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ...
13:42:43 #7 31.03 Selecting previously unselected package libstruct-dumb-perl.
13:42:43 #7 31.03 Preparing to unpack .../270-libstruct-dumb-perl_0.09-1_all.deb ...
13:42:43 #7 31.04 Unpacking libstruct-dumb-perl (0.09-1) ...
13:42:43 #7 31.06 Selecting previously unselected package libio-async-perl.
13:42:43 #7 31.06 Preparing to unpack .../271-libio-async-perl_0.75-1_all.deb ...
13:42:43 #7 31.06 Unpacking libio-async-perl (0.75-1) ...
13:42:43 #7 31.10 Selecting previously unselected package liblinux-epoll-perl.
13:42:43 #7 31.10 Preparing to unpack .../272-liblinux-epoll-perl_0.017-1_amd64.deb ...
13:42:43 #7 31.11 Unpacking liblinux-epoll-perl (0.017-1) ...
13:42:43 #7 31.13 Selecting previously unselected package libio-async-loop-epoll-perl.
13:42:43 #7 31.13 Preparing to unpack .../273-libio-async-loop-epoll-perl_0.20-1_all.deb ...
13:42:43 #7 31.13 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
13:42:43 #7 31.15 Selecting previously unselected package libtypes-serialiser-perl.
13:42:43 #7 31.16 Preparing to unpack .../274-libtypes-serialiser-perl_1.0-1_all.deb ...
13:42:43 #7 31.16 Unpacking libtypes-serialiser-perl (1.0-1) ...
13:42:43 #7 31.18 Selecting previously unselected package libjson-xs-perl.
13:42:43 #7 31.18 Preparing to unpack .../275-libjson-xs-perl_4.020-1build1_amd64.deb ...
13:42:43 #7 31.18 Unpacking libjson-xs-perl (4.020-1build1) ...
13:42:43 #7 31.21 Selecting previously unselected package libjson-maybexs-perl.
13:42:43 #7 31.21 Preparing to unpack .../276-libjson-maybexs-perl_1.004000-1_all.deb ...
13:42:43 #7 31.22 Unpacking libjson-maybexs-perl (1.004000-1) ...
13:42:43 #7 31.24 Selecting previously unselected package liblist-compare-perl.
13:42:43 #7 31.24 Preparing to unpack .../277-liblist-compare-perl_0.53-1_all.deb ...
13:42:43 #7 31.24 Unpacking liblist-compare-perl (0.53-1) ...
13:42:43 #7 31.27 Selecting previously unselected package liblist-moreutils-perl.
13:42:43 #7 31.27 Preparing to unpack .../278-liblist-moreutils-perl_0.416-1build5_amd64.deb ...
13:42:43 #7 31.27 Unpacking liblist-moreutils-perl (0.416-1build5) ...
13:42:43 #7 31.30 Selecting previously unselected package liblist-someutils-perl.
13:42:43 #7 31.30 Preparing to unpack .../279-liblist-someutils-perl_0.58-1_all.deb ...
13:42:43 #7 31.30 Unpacking liblist-someutils-perl (0.58-1) ...
13:42:43 #7 31.33 Selecting previously unselected package liblist-someutils-xs-perl.
13:42:43 #7 31.33 Preparing to unpack .../280-liblist-someutils-xs-perl_0.58-2_amd64.deb ...
13:42:43 #7 31.33 Unpacking liblist-someutils-xs-perl (0.58-2) ...
13:42:43 #7 31.36 Selecting previously unselected package libltdl7:amd64.
13:42:43 #7 31.36 Preparing to unpack .../281-libltdl7_2.4.6-14_amd64.deb ...
13:42:43 #7 31.36 Unpacking libltdl7:amd64 (2.4.6-14) ...
13:42:43 #7 31.39 Selecting previously unselected package libltdl-dev:amd64.
13:42:43 #7 31.39 Preparing to unpack .../282-libltdl-dev_2.4.6-14_amd64.deb ...
13:42:43 #7 31.39 Unpacking libltdl-dev:amd64 (2.4.6-14) ...
13:42:43 #7 31.43 Selecting previously unselected package libsys-hostname-long-perl.
13:42:43 #7 31.43 Preparing to unpack .../283-libsys-hostname-long-perl_1.5-1_all.deb ...
13:42:43 #7 31.43 Unpacking libsys-hostname-long-perl (1.5-1) ...
13:42:43 #7 31.46 Selecting previously unselected package libmail-sendmail-perl.
13:42:43 #7 31.46 Preparing to unpack .../284-libmail-sendmail-perl_0.80-1_all.deb ...
13:42:43 #7 31.46 Unpacking libmail-sendmail-perl (0.80-1) ...
13:42:44 #7 31.48 Selecting previously unselected package libmoox-aliases-perl.
13:42:44 #7 31.49 Preparing to unpack .../285-libmoox-aliases-perl_0.001006-1_all.deb ...
13:42:44 #7 31.49 Unpacking libmoox-aliases-perl (0.001006-1) ...
13:42:44 #7 31.51 Selecting previously unselected package libobject-id-perl.
13:42:44 #7 31.51 Preparing to unpack .../286-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
13:42:44 #7 31.51 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
13:42:44 #7 31.54 Selecting previously unselected package libmoox-struct-perl.
13:42:44 #7 31.54 Preparing to unpack .../287-libmoox-struct-perl_0.017-1_all.deb ...
13:42:44 #7 31.54 Unpacking libmoox-struct-perl (0.017-1) ...
13:42:44 #7 31.56 Selecting previously unselected package libnet-dns-sec-perl.
13:42:44 #7 31.57 Preparing to unpack .../288-libnet-dns-sec-perl_1.15-1_amd64.deb ...
13:42:44 #7 31.57 Unpacking libnet-dns-sec-perl (1.15-1) ...
13:42:44 #7 31.59 Selecting previously unselected package libnet-libidn-perl.
13:42:44 #7 31.60 Preparing to unpack .../289-libnet-libidn-perl_0.12.ds-3build2_amd64.deb ...
13:42:44 #7 31.60 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
13:42:44 #7 31.62 Selecting previously unselected package libnumber-range-perl.
13:42:44 #7 31.62 Preparing to unpack .../290-libnumber-range-perl_0.12-1_all.deb ...
13:42:44 #7 31.63 Unpacking libnumber-range-perl (0.12-1) ...
13:42:44 #7 31.65 Selecting previously unselected package libpackage-stash-xs-perl.
13:42:44 #7 31.65 Preparing to unpack .../291-libpackage-stash-xs-perl_0.29-1build1_amd64.deb ...
13:42:44 #7 31.65 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
13:42:44 #7 31.67 Selecting previously unselected package libpath-iterator-rule-perl.
13:42:44 #7 31.68 Preparing to unpack .../292-libpath-iterator-rule-perl_1.014-1_all.deb ...
13:42:44 #7 31.68 Unpacking libpath-iterator-rule-perl (1.014-1) ...
13:42:44 #7 31.70 Selecting previously unselected package libperl4-corelibs-perl.
13:42:44 #7 31.71 Preparing to unpack .../293-libperl4-corelibs-perl_0.004-2_all.deb ...
13:42:44 #7 31.71 Unpacking libperl4-corelibs-perl (0.004-2) ...
13:42:44 #7 31.73 Selecting previously unselected package libperlio-gzip-perl.
13:42:44 #7 31.74 Preparing to unpack .../294-libperlio-gzip-perl_0.19-1build5_amd64.deb ...
13:42:44 #7 31.74 Unpacking libperlio-gzip-perl (0.19-1build5) ...
13:42:44 #7 31.76 Selecting previously unselected package libpod-constants-perl.
13:42:44 #7 31.76 Preparing to unpack .../295-libpod-constants-perl_0.19-1_all.deb ...
13:42:44 #7 31.77 Unpacking libpod-constants-perl (0.19-1) ...
13:42:44 #7 31.79 Selecting previously unselected package libre2-5:amd64.
13:42:44 #7 31.80 Preparing to unpack .../296-libre2-5_20200101+dfsg-1build1_amd64.deb ...
13:42:44 #7 31.80 Unpacking libre2-5:amd64 (20200101+dfsg-1build1) ...
13:42:44 #7 31.83 Selecting previously unselected package libre-engine-re2-perl.
13:42:44 #7 31.84 Preparing to unpack .../297-libre-engine-re2-perl_0.13-5_amd64.deb ...
13:42:44 #7 31.84 Unpacking libre-engine-re2-perl (0.13-5) ...
13:42:44 #7 31.86 Selecting previously unselected package libreadonly-perl.
13:42:44 #7 31.86 Preparing to unpack .../298-libreadonly-perl_2.050-2_all.deb ...
13:42:44 #7 31.86 Unpacking libreadonly-perl (2.050-2) ...
13:42:44 #7 31.89 Selecting previously unselected package libref-util-perl.
13:42:44 #7 31.89 Preparing to unpack .../299-libref-util-perl_0.204-1_all.deb ...
13:42:44 #7 31.89 Unpacking libref-util-perl (0.204-1) ...
13:42:44 #7 31.91 Selecting previously unselected package libref-util-xs-perl.
13:42:44 #7 31.91 Preparing to unpack .../300-libref-util-xs-perl_0.117-1build2_amd64.deb ...
13:42:44 #7 31.92 Unpacking libref-util-xs-perl (0.117-1build2) ...
13:42:44 #7 31.94 Selecting previously unselected package libregexp-pattern-license-perl.
13:42:44 #7 31.94 Preparing to unpack .../301-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
13:42:44 #7 31.94 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
13:42:44 #7 31.97 Selecting previously unselected package libregexp-pattern-perl.
13:42:44 #7 31.97 Preparing to unpack .../302-libregexp-pattern-perl_0.2.12-1_all.deb ...
13:42:44 #7 31.97 Unpacking libregexp-pattern-perl (0.2.12-1) ...
13:42:44 #7 32.00 Selecting previously unselected package libsasl2-modules:amd64.
13:42:44 #7 32.00 Preparing to unpack .../303-libsasl2-modules_2.1.27+dfsg-2_amd64.deb ...
13:42:44 #7 32.00 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2) ...
13:42:44 #7 32.03 Selecting previously unselected package libsereal-decoder-perl.
13:42:44 #7 32.03 Preparing to unpack .../304-libsereal-decoder-perl_4.011+ds-1build1_amd64.deb ...
13:42:44 #7 32.03 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
13:42:44 #7 32.06 Selecting previously unselected package libsereal-encoder-perl.
13:42:44 #7 32.06 Preparing to unpack .../305-libsereal-encoder-perl_4.011+ds-1build1_amd64.deb ...
13:42:44 #7 32.07 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
13:42:44 #7 32.09 Selecting previously unselected package libsereal-perl.
13:42:44 #7 32.10 Preparing to unpack .../306-libsereal-perl_4.011-1_all.deb ...
13:42:44 #7 32.10 Unpacking libsereal-perl (4.011-1) ...
13:42:44 #7 32.12 Selecting previously unselected package libsort-key-perl.
13:42:44 #7 32.12 Preparing to unpack .../307-libsort-key-perl_1.33-2build2_amd64.deb ...
13:42:44 #7 32.13 Unpacking libsort-key-perl (1.33-2build2) ...
13:42:44 #7 32.15 Selecting previously unselected package libstring-copyright-perl.
13:42:44 #7 32.15 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ...
13:42:44 #7 32.15 Unpacking libstring-copyright-perl (0.003006-1) ...
13:42:44 #7 32.17 Selecting previously unselected package libstring-escape-perl.
13:42:44 #7 32.18 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ...
13:42:44 #7 32.18 Unpacking libstring-escape-perl (2010.002-2) ...
13:42:44 #7 32.20 Selecting previously unselected package libstring-shellquote-perl.
13:42:44 #7 32.20 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ...
13:42:44 #7 32.21 Unpacking libstring-shellquote-perl (1.04-1) ...
13:42:44 #7 32.23 Selecting previously unselected package libterm-readkey-perl.
13:42:44 #7 32.23 Preparing to unpack .../311-libterm-readkey-perl_2.38-1build1_amd64.deb ...
13:42:44 #7 32.23 Unpacking libterm-readkey-perl (2.38-1build1) ...
13:42:44 #7 32.26 Selecting previously unselected package libtest-fatal-perl.
13:42:45 #7 32.26 Preparing to unpack .../312-libtest-fatal-perl_0.014-1_all.deb ...
13:42:45 #7 32.26 Unpacking libtest-fatal-perl (0.014-1) ...
13:42:45 #7 32.28 Selecting previously unselected package libtest-refcount-perl.
13:42:45 #7 32.29 Preparing to unpack .../313-libtest-refcount-perl_0.10-1_all.deb ...
13:42:45 #7 32.29 Unpacking libtest-refcount-perl (0.10-1) ...
13:42:45 #7 32.31 Selecting previously unselected package libtext-levenshtein-perl.
13:42:45 #7 32.31 Preparing to unpack .../314-libtext-levenshtein-perl_0.13-1_all.deb ...
13:42:45 #7 32.31 Unpacking libtext-levenshtein-perl (0.13-1) ...
13:42:45 #7 32.34 Selecting previously unselected package libtype-tiny-xs-perl.
13:42:45 #7 32.34 Preparing to unpack .../315-libtype-tiny-xs-perl_0.016-1_amd64.deb ...
13:42:45 #7 32.34 Unpacking libtype-tiny-xs-perl (0.016-1) ...
13:42:45 #7 32.37 Selecting previously unselected package libunicode-utf8-perl.
13:42:45 #7 32.37 Preparing to unpack .../316-libunicode-utf8-perl_0.62-1build1_amd64.deb ...
13:42:45 #7 32.37 Unpacking libunicode-utf8-perl (0.62-1build1) ...
13:42:45 #7 32.39 Selecting previously unselected package libxml-namespacesupport-perl.
13:42:45 #7 32.40 Preparing to unpack .../317-libxml-namespacesupport-perl_1.12-1_all.deb ...
13:42:45 #7 32.40 Unpacking libxml-namespacesupport-perl (1.12-1) ...
13:42:45 #7 32.42 Selecting previously unselected package libxml-sax-base-perl.
13:42:45 #7 32.42 Preparing to unpack .../318-libxml-sax-base-perl_1.09-1_all.deb ...
13:42:45 #7 32.43 Unpacking libxml-sax-base-perl (1.09-1) ...
13:42:45 #7 32.46 Selecting previously unselected package libxml-sax-perl.
13:42:45 #7 32.46 Preparing to unpack .../319-libxml-sax-perl_1.02+dfsg-1_all.deb ...
13:42:45 #7 32.46 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
13:42:45 #7 32.49 Selecting previously unselected package libxml-libxml-perl.
13:42:45 #7 32.49 Preparing to unpack .../320-libxml-libxml-perl_2.0134+dfsg-1build1_amd64.deb ...
13:42:45 #7 32.50 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
13:42:45 #7 32.55 Selecting previously unselected package libxml-parser-perl.
13:42:45 #7 32.55 Preparing to unpack .../321-libxml-parser-perl_2.46-1_amd64.deb ...
13:42:45 #7 32.55 Unpacking libxml-parser-perl (2.46-1) ...
13:42:45 #7 32.59 Selecting previously unselected package libxml-sax-expat-perl.
13:42:45 #7 32.59 Preparing to unpack .../322-libxml-sax-expat-perl_0.51-1_all.deb ...
13:42:45 #7 32.59 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:42:45 #7 32.62 Selecting previously unselected package libxml-writer-perl.
13:42:45 #7 32.62 Preparing to unpack .../323-libxml-writer-perl_0.625-1_all.deb ...
13:42:45 #7 32.62 Unpacking libxml-writer-perl (0.625-1) ...
13:42:45 #7 32.64 Selecting previously unselected package libyaml-libyaml-perl.
13:42:45 #7 32.64 Preparing to unpack .../324-libyaml-libyaml-perl_0.81+repack-1_amd64.deb ...
13:42:45 #7 32.65 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
13:42:45 #7 32.67 Selecting previously unselected package licensecheck.
13:42:45 #7 32.67 Preparing to unpack .../325-licensecheck_3.0.45-1_all.deb ...
13:42:45 #7 32.67 Unpacking licensecheck (3.0.45-1) ...
13:42:45 #7 32.69 Selecting previously unselected package libdevel-size-perl.
13:42:45 #7 32.70 Preparing to unpack .../326-libdevel-size-perl_0.83-1build1_amd64.deb ...
13:42:45 #7 32.70 Unpacking libdevel-size-perl (0.83-1build1) ...
13:42:45 #7 32.72 Selecting previously unselected package t1utils.
13:42:45 #7 32.72 Preparing to unpack .../327-t1utils_1.41-3_amd64.deb ...
13:42:45 #7 32.72 Unpacking t1utils (1.41-3) ...
13:42:45 #7 32.76 Selecting previously unselected package lintian.
13:42:45 #7 32.76 Preparing to unpack .../328-lintian_2.62.0_all.deb ...
13:42:45 #7 32.76 Unpacking lintian (2.62.0) ...
13:42:45 #7 32.97 Selecting previously unselected package manpages-dev.
13:42:45 #7 32.97 Preparing to unpack .../329-manpages-dev_5.05-1_all.deb ...
13:42:45 #7 32.97 Unpacking manpages-dev (5.05-1) ...
13:42:45 #7 33.20 Selecting previously unselected package python3-certifi.
13:42:45 #7 33.20 Preparing to unpack .../330-python3-certifi_2019.11.28-1_all.deb ...
13:42:45 #7 33.21 Unpacking python3-certifi (2019.11.28-1) ...
13:42:45 #7 33.24 Selecting previously unselected package python3-idna.
13:42:46 #7 33.25 Preparing to unpack .../331-python3-idna_2.8-1_all.deb ...
13:42:46 #7 33.25 Unpacking python3-idna (2.8-1) ...
13:42:46 #7 33.28 Selecting previously unselected package python3-urllib3.
13:42:46 #7 33.28 Preparing to unpack .../332-python3-urllib3_1.25.8-2_all.deb ...
13:42:46 #7 33.28 Unpacking python3-urllib3 (1.25.8-2) ...
13:42:46 #7 33.31 Selecting previously unselected package python3-requests.
13:42:46 #7 33.31 Preparing to unpack .../333-python3-requests_2.22.0-2ubuntu1_all.deb ...
13:42:46 #7 33.32 Unpacking python3-requests (2.22.0-2ubuntu1) ...
13:42:46 #7 33.34 Selecting previously unselected package python3-unidiff.
13:42:46 #7 33.35 Preparing to unpack .../334-python3-unidiff_0.5.5-2_all.deb ...
13:42:46 #7 33.35 Unpacking python3-unidiff (0.5.5-2) ...
13:42:46 #7 33.38 Selecting previously unselected package python3-xdg.
13:42:46 #7 33.38 Preparing to unpack .../335-python3-xdg_0.26-1ubuntu1_all.deb ...
13:42:46 #7 33.39 Unpacking python3-xdg (0.26-1ubuntu1) ...
13:42:46 #7 33.41 Selecting previously unselected package unzip.
13:42:46 #7 33.41 Preparing to unpack .../336-unzip_6.0-25ubuntu1_amd64.deb ...
13:42:46 #7 33.42 Unpacking unzip (6.0-25ubuntu1) ...
13:42:46 #7 33.45 Selecting previously unselected package equivs.
13:42:46 #7 33.45 Preparing to unpack .../337-equivs_2.2.0_all.deb ...
13:42:46 #7 33.46 Unpacking equivs (2.2.0) ...
13:42:46 #7 33.48 Selecting previously unselected package libauthen-sasl-perl.
13:42:46 #7 33.48 Preparing to unpack .../338-libauthen-sasl-perl_2.1600-1_all.deb ...
13:42:46 #7 33.48 Unpacking libauthen-sasl-perl (2.1600-1) ...
13:42:46 #7 33.51 Selecting previously unselected package python3-magic.
13:42:46 #7 33.51 Preparing to unpack .../339-python3-magic_2%3a0.4.15-3_all.deb ...
13:42:46 #7 33.52 Unpacking python3-magic (2:0.4.15-3) ...
13:42:46 #7 33.55 Setting up libapt-pkg-perl (0.1.36build3) ...
13:42:46 #7 33.56 Setting up libksba8:amd64 (1.3.5-2) ...
13:42:46 #7 33.57 Setting up libpipeline1:amd64 (1.5.2-2build1) ...
13:42:46 #7 33.57 Setting up wdiff (1.2.2-2build1) ...
13:42:46 #7 33.58 Setting up libxau6:amd64 (1:1.0.9-0ubuntu1) ...
13:42:46 #7 33.59 Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ...
13:42:46 #7 33.60 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ...
13:42:46 #7 33.60 Setting up perl-modules-5.30 (5.30.0-9build1) ...
13:42:46 #7 33.61 Setting up mime-support (3.64ubuntu1) ...
13:42:46 #7 33.63 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
13:42:46 #7 33.65 Setting up libmagic-mgc (1:5.38-4) ...
13:42:46 #7 33.66 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
13:42:46 #7 33.67 Setting up libglib2.0-0:amd64 (2.64.3-1~ubuntu20.04.1) ...
13:42:46 #7 33.67 No schema files found: doing nothing.
13:42:46 #7 33.68 Setting up distro-info-data (0.43ubuntu1.1) ...
13:42:46 #7 33.69 Setting up manpages (5.05-1) ...
13:42:46 #7 33.70 Setting up unzip (6.0-25ubuntu1) ...
13:42:46 #7 33.71 Setting up libbrotli1:amd64 (1.0.7-6build1) ...
13:42:46 #7 33.72 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ...
13:42:46 #7 33.73 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2) ...
13:42:46 #7 33.74 Setting up binutils-common:amd64 (2.34-6ubuntu1) ...
13:42:46 #7 33.75 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ...
13:42:46 #7 33.75 Setting up libmagic1:amd64 (1:5.38-4) ...
13:42:46 #7 33.77 Setting up less (551-1ubuntu0.1) ...
13:42:46 #7 33.78 Setting up perl-openssl-defaults:amd64 (4) ...
13:42:46 #7 33.79 Setting up linux-libc-dev:amd64 (5.4.0-42.46) ...
13:42:46 #7 33.80 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1) ...
13:42:46 #7 33.81 Setting up gettext-base (0.19.8.1-10build1) ...
13:42:46 #7 33.81 Setting up libnpth0:amd64 (1.6-1) ...
13:42:46 #7 33.82 Setting up krb5-locales (1.17-6ubuntu4) ...
13:42:46 #7 33.83 Setting up file (1:5.38-4) ...
13:42:46 #7 33.84 Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ...
13:42:46 #7 33.84 Setting up libgomp1:amd64 (10-20200411-0ubuntu1) ...
13:42:46 #7 33.85 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
13:42:46 #7 33.86 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.3) ...
13:42:46 #7 33.87 Setting up libunwind8:amd64 (1.2.1-9build1) ...
13:42:46 #7 33.88 Setting up libfakeroot:amd64 (1.24-1) ...
13:42:46 #7 33.89 Setting up libkrb5support0:amd64 (1.17-6ubuntu4) ...
13:42:46 #7 33.89 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ...
13:42:46 #7 33.90 Setting up tzdata (2020a-0ubuntu0.20.04) ...
13:42:46 #7 33.99 
13:42:46 #7 33.99 Current default time zone: 'Etc/UTC'
13:42:46 #7 33.99 Local time is now:      Tue Aug 18 13:42:46 UTC 2020.
13:42:46 #7 33.99 Universal Time is now:  Tue Aug 18 13:42:46 UTC 2020.
13:42:46 #7 33.99 Run 'dpkg-reconfigure tzdata' if you wish to change it.
13:42:46 #7 33.99 
13:42:46 #7 34.01 Setting up fakeroot (1.24-1) ...
13:42:46 #7 34.01 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:42:46 #7 34.01 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
13:42:46 #7 34.01 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
13:42:46 #7 34.01 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
13:42:46 #7 34.01 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
13:42:46 #7 34.01 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
13:42:46 #7 34.01 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
13:42:46 #7 34.01 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
13:42:46 #7 34.01 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
13:42:46 #7 34.02 Setting up autotools-dev (20180224.1) ...
13:42:46 #7 34.03 Setting up libglib2.0-data (2.64.3-1~ubuntu20.04.1) ...
13:42:46 #7 34.04 Setting up libx11-data (2:1.6.9-2ubuntu1) ...
13:42:46 #7 34.04 Setting up make (4.2.1-1.2) ...
13:42:46 #7 34.05 Setting up libmpfr6:amd64 (4.0.2-1) ...
13:42:46 #7 34.06 Setting up gnupg-l10n (2.2.19-3ubuntu2) ...
13:42:46 #7 34.07 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
13:42:46 #7 34.08 Setting up libidn11:amd64 (1.33-2.2ubuntu2) ...
13:42:46 #7 34.08 Setting up strace (5.5-3ubuntu1) ...
13:42:46 #7 34.09 Setting up libsigsegv2:amd64 (2.12-2) ...
13:42:46 #7 34.10 Setting up xz-utils (5.2.4-1) ...
13:42:46 #7 34.11 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:42:46 #7 34.11 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
13:42:46 #7 34.11 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
13:42:46 #7 34.11 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
13:42:46 #7 34.11 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
13:42:46 #7 34.11 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
13:42:46 #7 34.11 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
13:42:46 #7 34.11 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
13:42:46 #7 34.11 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
13:42:46 #7 34.11 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
13:42:46 #7 34.11 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
13:42:46 #7 34.11 Setting up t1utils (1.41-3) ...
13:42:46 #7 34.12 Setting up libquadmath0:amd64 (10-20200411-0ubuntu1) ...
13:42:46 #7 34.13 Setting up diffstat (1.63-1) ...
13:42:46 #7 34.13 Setting up libmpc3:amd64 (1.1.0-1) ...
13:42:46 #7 34.14 Setting up libatomic1:amd64 (10-20200411-0ubuntu1) ...
13:42:46 #7 34.15 Setting up patch (2.7.6-6) ...
13:42:46 #7 34.16 Setting up autopoint (0.19.8.1-10build1) ...
13:42:46 #7 34.17 Setting up libfl2:amd64 (2.6.4-6.2) ...
13:42:46 #7 34.18 Setting up ucf (3.0038+nmu1) ...
13:42:47 #7 34.26 Setting up libk5crypto3:amd64 (1.17-6ubuntu4) ...
13:42:47 #7 34.27 Setting up libltdl7:amd64 (2.4.6-14) ...
13:42:47 #7 34.28 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2) ...
13:42:47 #7 34.28 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:42:47 #7 34.29 Setting up libubsan1:amd64 (10-20200411-0ubuntu1) ...
13:42:47 #7 34.30 Setting up python-apt-common (2.0.0ubuntu0.20.04.1) ...
13:42:47 #7 34.31 Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
13:42:47 #7 34.32 Setting up libuchardet0:amd64 (0.0.6-3build1) ...
13:42:47 #7 34.32 Setting up libre2-5:amd64 (20200101+dfsg-1build1) ...
13:42:47 #7 34.33 Setting up git-man (1:2.25.1-1ubuntu3) ...
13:42:47 #7 34.34 Setting up libisl22:amd64 (0.22.1-1) ...
13:42:47 #7 34.35 Setting up netbase (6.1) ...
13:42:47 #7 34.37 Setting up libkrb5-3:amd64 (1.17-6ubuntu4) ...
13:42:47 #7 34.38 Setting up libmpdec2:amd64 (2.4.2-3) ...
13:42:47 #7 34.38 Setting up libbinutils:amd64 (2.34-6ubuntu1) ...
13:42:47 #7 34.39 Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ...
13:42:47 #7 34.40 Setting up libc-dev-bin (2.31-0ubuntu9) ...
13:42:47 #7 34.41 Setting up openssl (1.1.1f-1ubuntu2) ...
13:42:47 #7 34.42 Setting up libbsd0:amd64 (0.10.0-1) ...
13:42:47 #7 34.44 Setting up libelf1:amd64 (0.176-1.1build1) ...
13:42:47 #7 34.44 Setting up readline-common (8.0-4) ...
13:42:47 #7 34.46 Setting up publicsuffix (20200303.0012-1) ...
13:42:47 #7 34.46 Setting up libcc1-0:amd64 (10-20200411-0ubuntu1) ...
13:42:47 #7 34.47 Setting up iso-codes (4.4-1) ...
13:42:47 #7 34.48 Setting up liblocale-gettext-perl (1.07-4) ...
13:42:47 #7 34.49 Setting up liblsan0:amd64 (10-20200411-0ubuntu1) ...
13:42:47 #7 34.50 Setting up dctrl-tools (2.24-3) ...
13:42:47 #7 34.51 Setting up libitm1:amd64 (10-20200411-0ubuntu1) ...
13:42:47 #7 34.52 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:42:47 #7 34.52 Setting up libgdbm6:amd64 (1.18.1-5) ...
13:42:47 #7 34.53 Setting up gcc-9-base:amd64 (9.3.0-10ubuntu2) ...
13:42:47 #7 34.54 Setting up libtsan0:amd64 (10-20200411-0ubuntu1) ...
13:42:47 #7 34.55 Setting up libctf0:amd64 (2.34-6ubuntu1) ...
13:42:47 #7 34.56 Setting up pinentry-curses (1.1.0-3build1) ...
13:42:47 #7 34.57 Setting up manpages-dev (5.05-1) ...
13:42:47 #7 34.57 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
13:42:47 #7 34.58 Setting up libxcb1:amd64 (1.14-2) ...
13:42:47 #7 34.59 Setting up at (3.1.23-1ubuntu1) ...
13:42:47 #7 34.72 invoke-rc.d: could not determine current runlevel
13:42:47 #7 34.72 invoke-rc.d: policy-rc.d denied execution of start.
13:42:47 #7 34.73 Setting up libicu66:amd64 (66.1-2ubuntu2) ...
13:42:47 #7 34.74 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:42:47 #7 34.74 Setting up libedit2:amd64 (3.1-20191231-1) ...
13:42:47 #7 34.75 Setting up libreadline8:amd64 (8.0-4) ...
13:42:47 #7 34.76 Setting up m4 (1.4.18-4) ...
13:42:47 #7 34.77 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:42:47 #7 34.77 Setting up ca-certificates (20190110ubuntu1.1) ...
13:42:47 #7 35.10 Updating certificates in /etc/ssl/certs...
13:42:48 #7 35.49 127 added, 0 removed; done.
13:42:48 #7 35.52 Setting up libasan5:amd64 (9.3.0-10ubuntu2) ...
13:42:48 #7 35.53 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:42:48 #7 35.53 Setting up bsdmainutils (11.1.2ubuntu3) ...
13:42:48 #7 35.55 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
13:42:48 #7 35.55 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
13:42:48 #7 35.55 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
13:42:48 #7 35.55 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
13:42:48 #7 35.56 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4) ...
13:42:48 #7 35.56 Setting up libgdbm-compat4:amd64 (1.18.1-5) ...
13:42:48 #7 35.58 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.1) ...
13:42:48 #7 35.59 Setting up dwz (0.13-5) ...
13:42:48 #7 35.59 Setting up groff-base (1.22.4-4build1) ...
13:42:48 #7 35.61 Setting up gpgconf (2.2.19-3ubuntu2) ...
13:42:48 #7 35.61 Setting up cpp-9 (9.3.0-10ubuntu2) ...
13:42:48 #7 35.62 Setting up libperl5.30:amd64 (5.30.0-9build1) ...
13:42:48 #7 35.63 Setting up libc6-dev:amd64 (2.31-0ubuntu9) ...
13:42:48 #7 35.64 Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1) ...
13:42:48 #7 35.65 Setting up libpython3.8-stdlib:amd64 (3.8.2-1ubuntu1.2) ...
13:42:48 #7 35.66 Setting up python3.8 (3.8.2-1ubuntu1.2) ...
13:42:48 #7 36.25 Setting up libxml2:amd64 (2.9.10+dfsg-5) ...
13:42:48 #7 36.26 Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
13:42:48 #7 36.27 Setting up gpg (2.2.19-3ubuntu2) ...
13:42:49 #7 36.28 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
13:42:49 #7 36.29 Setting up gnupg-utils (2.2.19-3ubuntu2) ...
13:42:49 #7 36.30 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1) ...
13:42:49 #7 36.30 Setting up gpg-agent (2.2.19-3ubuntu2) ...
13:42:49 #7 36.74 Setting up openssh-client (1:8.2p1-4ubuntu0.1) ...
13:42:49 #7 36.82 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:42:49 #7 36.83 Setting up gpgsm (2.2.19-3ubuntu2) ...
13:42:49 + for installer in '*.installer'
13:42:49 + bash buildx.installer build
13:42:49 Cloning into '/go/src/github.com/docker/buildx'...
13:42:49 #7 36.84 Setting up libxext6:amd64 (2:1.3.4-0ubuntu1) ...
13:42:49 #7 36.84 Setting up python3 (3.8.2-0ubuntu2) ...
13:42:49 #7 37.10 Setting up binutils (2.34-6ubuntu1) ...
13:42:49 #7 37.11 Setting up python3-xdg (0.26-1ubuntu1) ...
13:42:49 #7 37.25 Setting up man-db (2.9.1-1) ...
13:42:49 #7 37.33 Building database of manual pages ...
13:42:49 Fetching origin
13:42:50 + GOFLAGS=-mod=vendor
13:42:50 + go build -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.4.1-docker -X github.com/docker/buildx/version.Revision=bda4882a65349ca359216b135896bddc1d92461c -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
13:42:50 #7 37.63 Setting up libgpgme11:amd64 (1.13.1-7ubuntu2) ...
13:42:50 #7 37.64 Setting up python3-six (1.14.0-2) ...
13:42:50 #7 37.76 Setting up libgcc-9-dev:amd64 (9.3.0-10ubuntu2) ...
13:42:50 #7 37.77 Setting up perl (5.30.0-9build1) ...
13:42:50 #7 37.78 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
13:42:50 #7 37.79 Setting up python3-gpg (1.13.1-7ubuntu2) ...
13:42:50 #7 37.94 Setting up libdata-dump-perl (1.23-1) ...
13:42:50 #7 37.95 Setting up python3-certifi (2019.11.28-1) ...
13:42:50 #7 38.06 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
13:42:50 #7 38.07 Setting up libref-util-perl (0.204-1) ...
13:42:50 #7 38.07 Setting up libipc-system-simple-perl (1.26-1) ...
13:42:50 #7 38.08 Setting up libnet-domain-tld-perl (1.75-1) ...
13:42:50 #7 38.09 Setting up libxml-writer-perl (0.625-1) ...
13:42:50 #7 38.10 Setting up libhash-fieldhash-perl (0.15-1build2) ...
13:42:50 #7 38.11 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
13:42:50 #7 38.12 Setting up shared-mime-info (1.15-1) ...
13:42:52 #7 39.71 Setting up liblinux-epoll-perl (0.017-1) ...
13:42:52 #7 39.71 Setting up libvariable-magic-perl (0.62-1build2) ...
13:42:52 #7 39.72 Setting up python3-idna (2.8-1) ...
13:42:52 #7 39.90 Setting up libio-html-perl (1.001-1) ...
13:42:52 #7 39.91 Setting up libcroco3:amd64 (0.6.13-1) ...
13:42:52 #7 39.91 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
13:42:52 #7 39.93 Setting up libtest-refcount-perl (0.10-1) ...
13:42:52 #7 39.94 Setting up libparams-util-perl (1.07-3build5) ...
13:42:52 #7 39.95 Setting up libdpkg-perl (1.19.7ubuntu3) ...
13:42:52 #7 39.96 Setting up autoconf (2.69-11.1) ...
13:42:52 #7 39.97 Setting up python3-urllib3 (1.25.8-2) ...
13:42:52 #7 40.11 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:42:52 #7 40.12 Setting up libarray-intspan-perl (2.003-1) ...
13:42:52 #7 40.13 Setting up libcapture-tiny-perl (0.48-1) ...
13:42:52 #7 40.13 Setting up libtimedate-perl (2.3200-1) ...
13:42:52 #7 40.14 Setting up gpg-wks-server (2.2.19-3ubuntu2) ...
13:42:52 #7 40.15 Setting up libsub-name-perl (0.26-1) ...
13:42:52 #7 40.16 Setting up libtype-tiny-xs-perl (0.016-1) ...
13:42:52 #7 40.17 Setting up libfile-chdir-perl (0.1008-1) ...
13:42:52 #7 40.17 Setting up xauth (1:1.1-0ubuntu1) ...
13:42:52 #7 40.18 Setting up cpp (4:9.3.0-1ubuntu2) ...
13:42:52 #7 40.19 Setting up libpath-tiny-perl (0.108-1) ...
13:42:52 #7 40.20 Setting up libarchive-cpio-perl (0.10-1) ...
13:42:52 #7 40.21 Setting up libjson-perl (4.02000-2) ...
13:42:52 #7 40.22 Setting up libsub-override-perl (0.09-2) ...
13:42:52 #7 40.22 Setting up python3-unidiff (0.5.5-2) ...
13:42:52 #7 40.34 Setting up libstrictures-perl (2.000006-1) ...
13:42:53 #7 40.35 Setting up libsub-quote-perl (2.006006-1) ...
13:42:53 #7 40.35 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
13:42:53 #7 40.36 Setting up libsort-versions-perl (1.62-1) ...
13:42:53 #7 40.37 Setting up libexporter-tiny-perl (1.002001-1) ...
13:42:53 #7 40.38 Setting up libre-engine-re2-perl (0.13-5) ...
13:42:53 #7 40.39 Setting up libterm-readkey-perl (2.38-1build1) ...
13:42:53 #7 40.40 Setting up lsb-release (11.1.0ubuntu2) ...
13:42:53 #7 40.41 Setting up libnet-ip-perl (1.26-2) ...
13:42:53 #7 40.42 Setting up python3-magic (2:0.4.15-3) ...
13:42:53 #7 40.53 Setting up libperlio-gzip-perl (0.19-1build5) ...
13:42:53 #7 40.54 Setting up libsys-hostname-long-perl (1.5-1) ...
13:42:53 #7 40.55 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
13:42:53 #7 40.56 Setting up liburi-perl (1.76-2) ...
13:42:53 #7 40.57 Setting up libdigest-bubblebabble-perl (0.02-2) ...
13:42:53 #7 40.58 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:42:53 #7 40.58 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
13:42:53 #7 40.59 Setting up python3-pkg-resources (45.2.0-1) ...
13:42:53 #7 40.77 Setting up automake (1:1.16.1-4ubuntu6) ...
13:42:53 #7 40.77 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:42:53 #7 40.77 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
13:42:53 #7 40.77 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
13:42:53 #7 40.78 Setting up libasync-mergepoint-perl (0.04-2) ...
13:42:53 #7 40.79 Setting up libstring-escape-perl (2010.002-2) ...
13:42:53 #7 40.79 Setting up gcc-9 (9.3.0-10ubuntu2) ...
13:42:53 #7 40.80 Setting up libhttp-date-perl (6.05-1) ...
13:42:53 #7 40.81 Setting up libfile-which-perl (1.23-1) ...
13:42:53 #7 40.82 Setting up libfile-basedir-perl (0.08-1) ...
13:42:53 #7 40.83 Setting up gettext (0.19.8.1-10build1) ...
13:42:53 #7 40.83 Setting up libnumber-range-perl (0.12-1) ...
13:42:53 #7 40.84 Setting up libunicode-utf8-perl (0.62-1build1) ...
13:42:53 #7 40.85 Setting up libstruct-dumb-perl (0.09-1) ...
13:42:53 #7 40.86 Setting up libfile-listing-perl (6.04-1) ...
13:42:53 #7 40.87 Setting up libstdc++-9-dev:amd64 (9.3.0-10ubuntu2) ...
13:42:53 #7 40.88 Setting up libregexp-pattern-perl (0.2.12-1) ...
13:42:53 #7 40.89 Setting up libfont-afm-perl (1.20-2) ...
13:42:53 #7 40.90 Setting up libwant-perl (0.29-1build4) ...
13:42:53 #7 40.90 Setting up libdynaloader-functions-perl (0.003-1) ...
13:42:53 #7 40.91 Setting up libtext-glob-perl (0.10-1) ...
13:42:53 #7 40.92 Setting up libclass-method-modifiers-perl (2.13-1) ...
13:42:53 #7 40.93 Setting up liblist-compare-perl (0.53-1) ...
13:42:53 #7 40.94 Setting up libref-util-xs-perl (0.117-1build2) ...
13:42:53 #7 40.95 Setting up libio-pty-perl (1:1.12-1) ...
13:42:53 #7 40.95 Setting up libtool (2.4.6-14) ...
13:42:53 #7 40.97 Setting up libfile-fcntllock-perl (0.22-3build4) ...
13:42:53 #7 40.98 Setting up libsort-key-perl (1.33-2build2) ...
13:42:53 #7 40.99 Setting up libclone-perl (0.43-2) ...
13:42:53 #7 41.00 Setting up libalgorithm-diff-perl (1.19.03-2) ...
13:42:53 #7 41.01 Setting up libarchive-zip-perl (1.67-2) ...
13:42:53 #7 41.02 Setting up libsub-identify-perl (0.14-1build2) ...
13:42:53 #7 41.03 Setting up libdistro-info-perl (0.23ubuntu1) ...
13:42:53 #7 41.04 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
13:42:53 #7 41.04 Setting up python3-apt (2.0.0ubuntu0.20.04.1) ...
13:42:53 #7 41.18 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
13:42:53 #7 41.19 Setting up libio-stringy-perl (2.111-3) ...
13:42:53 #7 41.20 Setting up liblist-moreutils-perl (0.416-1build5) ...
13:42:53 #7 41.21 Setting up libhtml-tagset-perl (3.20-4) ...
13:42:53 #7 41.22 Setting up liblog-any-perl (1.708-1) ...
13:42:53 #7 41.23 Setting up libauthen-sasl-perl (2.1600-1) ...
13:42:53 #7 41.24 Setting up libdevel-size-perl (0.83-1build1) ...
13:42:53 #7 41.24 Setting up libdebhelper-perl (12.10ubuntu1) ...
13:42:53 #7 41.25 Setting up libpod-constants-perl (0.19-1) ...
13:42:53 #7 41.26 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
13:42:53 #7 41.27 Setting up libperl4-corelibs-perl (0.004-2) ...
13:42:53 #7 41.27 Setting up libfuture-perl (0.43-1) ...
13:42:53 #7 41.28 Setting up liblwp-mediatypes-perl (6.04-1) ...
13:42:53 #7 41.30 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
13:42:54 #7 41.31 Setting up libtry-tiny-perl (0.30-1) ...
13:42:54 #7 41.32 Setting up libtype-tiny-perl (1.008001-2) ...
13:42:54 #7 41.33 Setting up libtest-fatal-perl (0.014-1) ...
13:42:54 #7 41.33 Setting up libcommon-sense-perl (3.74-2build6) ...
13:42:54 #7 41.34 Setting up libxml-namespacesupport-perl (1.12-1) ...
13:42:54 #7 41.35 Setting up libnet-http-perl (6.19-1) ...
13:42:54 #7 41.36 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
13:42:54 #7 41.37 Setting up libencode-locale-perl (1.05-1) ...
13:42:54 #7 41.38 Setting up libtext-levenshtein-perl (0.13-1) ...
13:42:54 #7 41.38 Setting up libnet-dns-perl (1.22-1) ...
13:42:54 #7 41.39 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
13:42:54 #7 41.40 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
13:42:54 #7 41.41 Setting up libstring-shellquote-perl (1.04-1) ...
13:42:54 #7 41.42 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:42:54 #7 41.43 Setting up libsub-install-perl (0.928-1) ...
13:42:54 #7 41.44 Setting up gcc (4:9.3.0-1ubuntu2) ...
13:42:54 #7 41.45 Setting up dpkg-dev (1.19.7ubuntu3) ...
13:42:54 #7 41.47 Setting up libnumber-compare-perl (0.03-1) ...
13:42:54 #7 41.48 Setting up intltool-debian (0.35.0+20060710.5) ...
13:42:54 #7 41.48 Setting up libio-async-perl (0.75-1) ...
13:42:54 #7 41.49 Setting up liberror-perl (0.17029-1) ...
13:42:54 #7 41.50 Setting up patchutils (0.3.4-2) ...
13:42:54 #7 41.51 Setting up libmail-sendmail-perl (0.80-1) ...
13:42:54 #7 41.51 Setting up libltdl-dev:amd64 (2.4.6-14) ...
13:42:54 #7 41.52 Setting up libjson-maybexs-perl (1.004000-1) ...
13:42:54 #7 41.53 Setting up libxml-sax-base-perl (1.09-1) ...
13:42:54 #7 41.54 Setting up libio-string-perl (1.08-3) ...
13:42:54 #7 41.54 Setting up libreadonly-perl (2.050-2) ...
13:42:54 #7 41.55 Setting up python3-chardet (3.0.4-4build1) ...
13:42:54 #7 41.76 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
13:42:54 #7 41.77 Setting up libfile-find-rule-perl (0.34-1) ...
13:42:54 #7 41.78 Setting up libstring-copyright-perl (0.003006-1) ...
13:42:54 #7 41.79 Setting up python3-debian (0.1.36ubuntu1) ...
13:42:54 #7 41.92 Setting up python3-requests (2.22.0-2ubuntu1) ...
13:42:54 #7 42.05 Setting up libdata-optlist-perl (0.110-1) ...
13:42:54 #7 42.06 Setting up libipc-run-perl (20180523.0-2) ...
13:42:54 #7 42.07 Setting up g++-9 (9.3.0-10ubuntu2) ...
13:42:54 #7 42.08 Setting up libcontextual-return-perl (0.004014-2) ...
13:42:54 #7 42.08 Setting up libwww-robotrules-perl (6.02-1) ...
13:42:54 #7 42.09 Setting up libtypes-serialiser-perl (1.0-1) ...
13:42:54 #7 42.10 Setting up g++ (4:9.3.0-1ubuntu2) ...
13:42:54 #7 42.12 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:42:54 #7 42.12 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
13:42:54 #7 42.13 Setting up libhtml-parser-perl (3.72-5) ...
13:42:54 #7 42.13 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
13:42:54 #7 42.14 Setting up librole-tiny-perl (2.001004-1) ...
13:42:54 #7 42.15 Setting up build-essential (12.8ubuntu1) ...
13:42:54 #7 42.16 Setting up libfont-ttf-perl (1.06-1) ...
13:42:54 #7 42.16 Setting up libfile-homedir-perl (1.004-1) ...
13:42:54 #7 42.17 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
13:42:54 #7 42.18 Setting up libio-socket-ssl-perl (2.067-1) ...
13:42:54 #7 42.19 Setting up libsub-exporter-perl (0.987-1) ...
13:42:54 #7 42.20 Setting up libalgorithm-merge-perl (0.08-3) ...
13:42:54 #7 42.21 Setting up libhttp-message-perl (6.22-1) ...
13:42:54 #7 42.22 Setting up libhtml-form-perl (6.07-1) ...
13:42:54 #7 42.22 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
13:42:54 #7 42.23 Setting up libjson-xs-perl (4.020-1build1) ...
13:42:54 #7 42.24 Setting up libhttp-negotiate-perl (6.01-1) ...
13:42:54 #7 42.25 Setting up libio-prompter-perl (0.004015-1) ...
13:42:54 #7 42.25 Setting up libhttp-cookies-perl (6.08-1) ...
13:42:54 #7 42.26 Setting up po-debconf (1.0.21) ...
13:42:54 #7 42.27 Setting up libhtml-tree-perl (5.07-2) ...
13:42:54 #7 42.28 Setting up libparams-classify-perl (0.015-1build2) ...
13:42:54 #7 42.28 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.3) ...
13:42:54 #7 42.29 Setting up libpath-iterator-rule-perl (1.014-1) ...
13:42:54 #7 42.30 Setting up libnet-dns-sec-perl (1.15-1) ...
13:42:54 #7 42.31 Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.1) ...
13:42:54 #7 42.31 Setting up libsereal-perl (4.011-1) ...
13:42:54 #7 42.32 Setting up libhtml-format-perl (2.12-1) ...
13:42:54 #7 42.33 Setting up libxml-sax-perl (1.02+dfsg-1) ...
13:42:54 #7 42.38 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:42:55 #7 42.44 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:42:55 #7 42.56 
13:42:55 #7 42.56 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:42:55 #7 42.58 Setting up dput (1.0.3ubuntu1) ...
13:42:55 #7 42.72 Setting up libio-async-loop-epoll-perl (0.20-1) ...
13:42:55 #7 42.72 Setting up dirmngr (2.2.19-3ubuntu2) ...
13:42:55 #7 42.84 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:42:55 #7 42.85 Setting up libmodule-runtime-perl (0.016-1) ...
13:42:55 #7 42.86 Setting up libmailtools-perl (2.21-1) ...
13:42:55 #7 42.87 Setting up git (1:2.25.1-1ubuntu3) ...
13:42:55 #7 42.89 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
13:42:55 #7 42.93 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:42:55 #7 43.00 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:42:55 #7 43.06 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:42:55 #7 43.18 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:42:55 #7 43.21 Setting up dh-strip-nondeterminism (1.7.0-1) ...
13:42:55 #7 43.21 Setting up libconst-fast-perl (0.014-1) ...
13:42:55 #7 43.22 Setting up libhttp-daemon-perl (6.06-1) ...
13:42:55 #7 43.23 Setting up libgit-wrapper-perl (0.048-1) ...
13:42:55 #7 43.24 Setting up libcurl4:amd64 (7.68.0-1ubuntu2.1) ...
13:42:55 #7 43.26 Setting up curl (7.68.0-1ubuntu2.1) ...
13:42:55 #7 43.26 Setting up gpg-wks-client (2.2.19-3ubuntu2) ...
13:42:55 #7 43.27 Setting up libmodule-implementation-perl (0.09-1) ...
13:42:55 #7 43.28 Setting up libemail-valid-perl (1.202-1) ...
13:42:55 #7 43.29 Setting up libpackage-stash-perl (0.38-1) ...
13:42:55 #7 43.30 Setting up libimport-into-perl (1.002005-1) ...
13:42:55 #7 43.30 Setting up libmoo-perl (2.003006-1) ...
13:42:55 #7 43.31 Setting up liblist-someutils-perl (0.58-1) ...
13:42:55 #7 43.32 Setting up liblist-someutils-xs-perl (0.58-2) ...
13:42:55 #7 43.33 Setting up gnupg (2.2.19-3ubuntu2) ...
13:42:55 #7 43.34 Setting up libmoox-aliases-perl (0.001006-1) ...
13:42:55 #7 43.34 Setting up libparams-validate-perl (1.29-3) ...
13:42:56 #7 43.35 Setting up libb-hooks-endofscope-perl (0.24-1) ...
13:42:56 #7 43.36 Setting up libnamespace-clean-perl (0.27-1) ...
13:42:56 #7 43.37 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
13:42:56 #7 43.38 Setting up libgitlab-api-v4-perl (0.25-1) ...
13:42:56 #7 43.39 Setting up libmoox-struct-perl (0.017-1) ...
13:42:56 #7 43.39 Setting up lintian (2.62.0) ...
13:42:56 #7 43.40 Setting up licensecheck (3.0.45-1) ...
13:42:56 #7 43.41 Setting up dh-autoreconf (19) ...
13:42:56 #7 43.42 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
13:42:56 #7 43.43 Setting up libwww-perl (6.43-1) ...
13:42:56 #7 43.44 Setting up debhelper (12.10ubuntu1) ...
13:42:56 #7 43.45 Setting up devscripts (2.20.2ubuntu2) ...
13:42:56 #7 43.58 Setting up equivs (2.2.0) ...
13:42:56 #7 43.59 Setting up libxml-parser-perl (2.46-1) ...
13:42:56 #7 43.60 Setting up libxml-sax-expat-perl (0.51-1) ...
13:42:56 #7 43.64 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:42:56 #7 43.68 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:42:56 #7 43.80 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:42:56 #7 43.83 Processing triggers for libc-bin (2.31-0ubuntu9) ...
13:42:56 #7 43.85 Processing triggers for ca-certificates (20190110ubuntu1.1) ...
13:42:56 #7 43.85 Updating certificates in /etc/ssl/certs...
13:42:56 #7 44.17 0 added, 0 removed; done.
13:42:56 #7 44.17 Running hooks in /etc/ca-certificates/update.d...
13:42:56 #7 44.17 done.
13:42:57 #7 DONE 44.9s
13:42:57 
13:42:57 #9 [stage-1 4/9] COPY common /root/build-deb/debian
13:42:57 #9 DONE 0.0s
13:42:57 
13:42:57 #10 [stage-1 5/9] RUN mk-build-deps -t "apt-get -o Debug::pkgProblemResolver...
13:42:58 #10 0.975 dh_testdir
13:42:58 #10 0.995 dh_testroot
13:42:58 #10 1.014 dh_prep
13:42:58 #10 1.035 dh_testdir
13:42:58 #10 1.053 dh_testroot
13:42:58 #10 1.071 dh_install
13:42:58 #10 1.097 dh_installdocs
13:42:58 #10 1.128 dh_installchangelogs
13:42:58 #10 1.197 dh_compress
13:42:58 #10 1.231 dh_fixperms
13:42:58 #10 1.269 dh_installdeb
13:42:58 #10 1.295 dh_gencontrol
13:42:59 #10 1.403 dh_md5sums
13:42:59 #10 1.433 dh_builddeb
13:42:59 #10 1.453 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:42:59 #10 1.472 
13:42:59 #10 1.472 The package has been created.
13:42:59 #10 1.472 Attention, the package has been created in the current directory,
13:42:59 #10 1.472 not in ".." as indicated by the message above!
13:42:59 #10 1.489 Selecting previously unselected package docker-ce-build-deps.
13:42:59 #10 1.502 (Reading database ... 26304 files and directories currently installed.)
13:42:59 #10 1.503 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:42:59 #10 1.505 Unpacking docker-ce-build-deps (1.0) ...
13:42:59 #10 1.568 Reading package lists...
13:42:59 #10 2.157 Building dependency tree...
13:42:59 #10 2.275 Reading state information...
13:42:59 #10 2.288 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:42:59 #10 2.317 Starting 2 pkgProblemResolver with broken count: 0
13:42:59 #10 2.318 Done
13:42:59 #10 2.333  Done
13:42:59 #10 2.339 Starting pkgProblemResolver with broken count: 0
13:42:59 #10 2.356 Starting 2 pkgProblemResolver with broken count: 0
13:42:59 #10 2.358 Done
13:43:00 #10 2.430 The following additional packages will be installed:
13:43:00 #10 2.430   bash-completion cmake cmake-data dh-apparmor dh-systemd libarchive13
13:43:00 #10 2.430   libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1
13:43:00 #10 2.430   libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
13:43:00 #10 2.430   libpcre2-posix2 librhash0 libseccomp-dev libseccomp2 libselinux1-dev
13:43:00 #10 2.430   libsepol1-dev libsystemd-dev libsystemd0 libudev-dev libudev1 libuv1
13:43:00 #10 2.430   pkg-config
13:43:00 #10 2.431 Suggested packages:
13:43:00 #10 2.431   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
13:43:00 #10 2.431 Recommended packages:
13:43:00 #10 2.431   dmsetup
13:43:00 #10 2.466 The following NEW packages will be installed:
13:43:00 #10 2.466   bash-completion cmake cmake-data dh-apparmor dh-systemd libarchive13
13:43:00 #10 2.466   libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1
13:43:00 #10 2.466   libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
13:43:00 #10 2.466   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
13:43:00 #10 2.467   libsystemd-dev libudev-dev libuv1 pkg-config
13:43:00 #10 2.467 The following packages will be upgraded:
13:43:00 #10 2.467   libseccomp2 libsystemd0 libudev1
13:43:00 #10 2.875 3 upgraded, 24 newly installed, 0 to remove and 1 not upgraded.
13:43:00 #10 2.875 1 not fully installed or removed.
13:43:00 #10 2.875 Need to get 8918 kB of archives.
13:43:00 #10 2.875 After this operation, 41.4 MB of additional disk space will be used.
13:43:00 #10 2.875 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 bash-completion all 1:2.10-1ubuntu1 [178 kB]
13:43:00 #10 3.224 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake-data all 3.16.3-1ubuntu1 [1612 kB]
13:43:01 #10 3.482 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive13 amd64 3.4.0-2ubuntu1 [327 kB]
13:43:01 #10 3.502 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libjsoncpp1 amd64 1.7.4-3.1ubuntu2 [75.6 kB]
13:43:01 #10 3.507 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 librhash0 amd64 1.3.9-1 [113 kB]
13:43:01 #10 3.514 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libuv1 amd64 1.34.2-1ubuntu1 [80.4 kB]
13:43:01 #10 3.518 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake amd64 3.16.3-1ubuntu1 [3669 kB]
13:43:01 #10 3.686 Get:8 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
13:43:01 #10 3.686 Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 dh-systemd all 12.10ubuntu1 [2680 B]
13:43:01 #10 3.687 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtrfs0 amd64 5.4.1-2 [175 kB]
13:43:01 #10 3.689 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtrfs-dev amd64 5.4.1-2 [227 kB]
13:43:01 #10 3.699 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev1 amd64 245.4-4ubuntu3.2 [78.9 kB]
13:43:01 #10 3.703 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB]
13:43:01 #10 3.710 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.167-1ubuntu1 [11.9 kB]
13:43:01 #10 3.711 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev-dev amd64 245.4-4ubuntu3.2 [19.7 kB]
13:43:01 #10 3.711 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libsepol1-dev amd64 3.0-1 [325 kB]
13:43:01 #10 3.759 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-16-0 amd64 10.34-7 [181 kB]
13:43:01 #10 3.761 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-32-0 amd64 10.34-7 [169 kB]
13:43:01 #10 3.831 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-posix2 amd64 10.34-7 [5992 B]
13:43:01 #10 3.831 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-dev amd64 10.34-7 [670 kB]
13:43:01 #10 3.840 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libselinux1-dev amd64 3.0-1build2 [151 kB]
13:43:01 #10 3.842 Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-dev amd64 2:1.02.167-1ubuntu1 [35.8 kB]
13:43:01 #10 3.843 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.20.04.3 [42.4 kB]
13:43:01 #10 3.843 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libseccomp-dev amd64 2.4.3-1ubuntu3.20.04.3 [68.2 kB]
13:43:01 #10 3.844 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.2 [271 kB]
13:43:01 #10 3.849 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.2 [246 kB]
13:43:01 #10 3.903 Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB]
13:43:01 #10 4.040 debconf: delaying package configuration, since apt-utils is not installed
13:43:01 #10 4.068 Fetched 8918 kB in 1s (6225 kB/s)
13:43:01 #10 4.091 Selecting previously unselected package bash-completion.
13:43:01 #10 4.091 (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 ... 26308 files and directories currently installed.)
13:43:01 #10 4.104 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
13:43:02 #10 4.690 Unpacking bash-completion (1:2.10-1ubuntu1) ...
13:43:02 #10 4.779 Selecting previously unselected package cmake-data.
13:43:02 #10 4.782 Preparing to unpack .../01-cmake-data_3.16.3-1ubuntu1_all.deb ...
13:43:02 #10 4.785 Unpacking cmake-data (3.16.3-1ubuntu1) ...
13:43:02 #10 5.055 Selecting previously unselected package libarchive13:amd64.
13:43:02 #10 5.058 Preparing to unpack .../02-libarchive13_3.4.0-2ubuntu1_amd64.deb ...
13:43:02 #10 5.064 Unpacking libarchive13:amd64 (3.4.0-2ubuntu1) ...
13:43:02 #10 5.114 Selecting previously unselected package libjsoncpp1:amd64.
13:43:02 #10 5.116 Preparing to unpack .../03-libjsoncpp1_1.7.4-3.1ubuntu2_amd64.deb ...
13:43:02 #10 5.119 Unpacking libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
13:43:02 #10 5.148 Selecting previously unselected package librhash0:amd64.
13:43:02 #10 5.151 Preparing to unpack .../04-librhash0_1.3.9-1_amd64.deb ...
13:43:02 #10 5.153 Unpacking librhash0:amd64 (1.3.9-1) ...
13:43:02 #10 5.188 Selecting previously unselected package libuv1:amd64.
13:43:02 #10 5.191 Preparing to unpack .../05-libuv1_1.34.2-1ubuntu1_amd64.deb ...
13:43:02 #10 5.194 Unpacking libuv1:amd64 (1.34.2-1ubuntu1) ...
13:43:02 #10 5.221 Selecting previously unselected package cmake.
13:43:02 #10 5.223 Preparing to unpack .../06-cmake_3.16.3-1ubuntu1_amd64.deb ...
13:43:02 #10 5.226 Unpacking cmake (3.16.3-1ubuntu1) ...
13:43:03 #10 5.577 Selecting previously unselected package dh-apparmor.
13:43:03 #10 5.579 Preparing to unpack .../07-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
13:43:03 #10 5.582 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
13:43:03 #10 5.604 Selecting previously unselected package dh-systemd.
13:43:03 #10 5.606 Preparing to unpack .../08-dh-systemd_12.10ubuntu1_all.deb ...
13:43:03 #10 5.609 Unpacking dh-systemd (12.10ubuntu1) ...
13:43:03 #10 5.633 Selecting previously unselected package libbtrfs0:amd64.
13:43:03 #10 5.635 Preparing to unpack .../09-libbtrfs0_5.4.1-2_amd64.deb ...
13:43:03 #10 5.638 Unpacking libbtrfs0:amd64 (5.4.1-2) ...
13:43:03 #10 5.675 Selecting previously unselected package libbtrfs-dev:amd64.
13:43:03 #10 5.677 Preparing to unpack .../10-libbtrfs-dev_5.4.1-2_amd64.deb ...
13:43:03 #10 5.680 Unpacking libbtrfs-dev:amd64 (5.4.1-2) ...
13:43:03 #10 5.727 Preparing to unpack .../11-libudev1_245.4-4ubuntu3.2_amd64.deb ...
13:43:03 #10 5.734 Unpacking libudev1:amd64 (245.4-4ubuntu3.2) over (245.4-4ubuntu3.1) ...
13:43:03 #10 5.781 Setting up libudev1:amd64 (245.4-4ubuntu3.2) ...
13:43:03 #10 5.814 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:43:03 #10 5.814 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29897 files and directories currently installed.)
13:43:03 #10 5.828 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
13:43:03 #10 5.831 Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
13:43:03 #10 5.867 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:43:03 #10 5.870 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
13:43:03 #10 5.872 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
13:43:03 #10 5.893 Selecting previously unselected package libudev-dev:amd64.
13:43:03 #10 5.895 Preparing to unpack .../02-libudev-dev_245.4-4ubuntu3.2_amd64.deb ...
13:43:03 #10 5.897 Unpacking libudev-dev:amd64 (245.4-4ubuntu3.2) ...
13:43:03 #10 5.920 Selecting previously unselected package libsepol1-dev:amd64.
13:43:03 #10 5.923 Preparing to unpack .../03-libsepol1-dev_3.0-1_amd64.deb ...
13:43:03 #10 5.925 Unpacking libsepol1-dev:amd64 (3.0-1) ...
13:43:03 #10 5.980 Selecting previously unselected package libpcre2-16-0:amd64.
13:43:03 #10 5.983 Preparing to unpack .../04-libpcre2-16-0_10.34-7_amd64.deb ...
13:43:03 #10 5.986 Unpacking libpcre2-16-0:amd64 (10.34-7) ...
13:43:03 #10 6.025 Selecting previously unselected package libpcre2-32-0:amd64.
13:43:03 #10 6.027 Preparing to unpack .../05-libpcre2-32-0_10.34-7_amd64.deb ...
13:43:03 #10 6.030 Unpacking libpcre2-32-0:amd64 (10.34-7) ...
13:43:03 #10 6.068 Selecting previously unselected package libpcre2-posix2:amd64.
13:43:03 #10 6.071 Preparing to unpack .../06-libpcre2-posix2_10.34-7_amd64.deb ...
13:43:03 #10 6.074 Unpacking libpcre2-posix2:amd64 (10.34-7) ...
13:43:03 #10 6.093 Selecting previously unselected package libpcre2-dev:amd64.
13:43:03 #10 6.096 Preparing to unpack .../07-libpcre2-dev_10.34-7_amd64.deb ...
13:43:03 #10 6.098 Unpacking libpcre2-dev:amd64 (10.34-7) ...
13:43:03 #10 6.177 Selecting previously unselected package libselinux1-dev:amd64.
13:43:03 #10 6.179 Preparing to unpack .../08-libselinux1-dev_3.0-1build2_amd64.deb ...
13:43:03 #10 6.182 Unpacking libselinux1-dev:amd64 (3.0-1build2) ...
13:43:03 #10 6.218 Selecting previously unselected package libdevmapper-dev:amd64.
13:43:03 #10 6.221 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.167-1ubuntu1_amd64.deb ...
13:43:03 #10 6.223 Unpacking libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
13:43:03 #10 6.253 Preparing to unpack .../10-libseccomp2_2.4.3-1ubuntu3.20.04.3_amd64.deb ...
13:43:03 #10 6.261 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.20.04.3) over (2.4.3-1ubuntu3.20.04.2) ...
13:43:03 #10 6.307 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.20.04.3) ...
13:43:03 #10 6.337 Selecting previously unselected package libseccomp-dev:amd64.
13:43:04 #10 6.337 (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 ... 30389 files and directories currently installed.)
13:43:04 #10 6.351 Preparing to unpack .../libseccomp-dev_2.4.3-1ubuntu3.20.04.3_amd64.deb ...
13:43:04 #10 6.355 Unpacking libseccomp-dev:amd64 (2.4.3-1ubuntu3.20.04.3) ...
13:43:04 #10 6.389 Preparing to unpack .../libsystemd0_245.4-4ubuntu3.2_amd64.deb ...
13:43:04 #10 6.395 Unpacking libsystemd0:amd64 (245.4-4ubuntu3.2) over (245.4-4ubuntu3.1) ...
13:43:04 #10 6.459 Setting up libsystemd0:amd64 (245.4-4ubuntu3.2) ...
13:43:04 #10 6.489 Selecting previously unselected package libsystemd-dev:amd64.
13:43:04 #10 6.489 (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 ... 30424 files and directories currently installed.)
13:43:04 #10 6.504 Preparing to unpack .../libsystemd-dev_245.4-4ubuntu3.2_amd64.deb ...
13:43:04 #10 6.506 Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.2) ...
13:43:04 #10 6.561 Selecting previously unselected package pkg-config.
13:43:04 #10 6.564 Preparing to unpack .../pkg-config_0.29.1-0ubuntu4_amd64.deb ...
13:43:04 #10 6.567 Unpacking pkg-config (0.29.1-0ubuntu4) ...
13:43:04 #10 6.600 Setting up libseccomp-dev:amd64 (2.4.3-1ubuntu3.20.04.3) ...
13:43:04 #10 6.609 Setting up libarchive13:amd64 (3.4.0-2ubuntu1) ...
13:43:04 #10 6.617 Setting up libsepol1-dev:amd64 (3.0-1) ...
13:43:04 #10 6.626 Setting up libpcre2-16-0:amd64 (10.34-7) ...
13:43:04 #10 6.635 Setting up libbtrfs0:amd64 (5.4.1-2) ...
13:43:04 #10 6.642 Setting up libpcre2-32-0:amd64 (10.34-7) ...
13:43:04 #10 6.651 Setting up libuv1:amd64 (1.34.2-1ubuntu1) ...
13:43:04 #10 6.660 Setting up bash-completion (1:2.10-1ubuntu1) ...
13:43:04 #10 7.276 Setting up pkg-config (0.29.1-0ubuntu4) ...
13:43:04 #10 7.318 Setting up libudev-dev:amd64 (245.4-4ubuntu3.2) ...
13:43:04 #10 7.325 Setting up libpcre2-posix2:amd64 (10.34-7) ...
13:43:04 #10 7.332 Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
13:43:04 #10 7.341 Setting up libbtrfs-dev:amd64 (5.4.1-2) ...
13:43:04 #10 7.349 Setting up librhash0:amd64 (1.3.9-1) ...
13:43:04 #10 7.357 Setting up cmake-data (3.16.3-1ubuntu1) ...
13:43:04 #10 7.367 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
13:43:04 #10 7.375 Setting up dh-systemd (12.10ubuntu1) ...
13:43:04 #10 7.383 Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.2) ...
13:43:05 #10 7.391 Setting up libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
13:43:05 #10 7.399 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
13:43:05 #10 7.407 Setting up libpcre2-dev:amd64 (10.34-7) ...
13:43:05 #10 7.414 Setting up libselinux1-dev:amd64 (3.0-1build2) ...
13:43:05 #10 7.422 Setting up libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
13:43:05 #10 7.430 Setting up cmake (3.16.3-1ubuntu1) ...
13:43:05 #10 7.438 Setting up docker-ce-build-deps (1.0) ...
13:43:05 #10 7.447 Processing triggers for man-db (2.9.1-1) ...
13:43:05 #10 7.469 Processing triggers for libc-bin (2.31-0ubuntu9) ...
13:43:05 #10 DONE 7.6s
13:43:05 
13:43:05 #11 [stage-1 6/9] COPY sources/ /sources
13:43:05 #11 DONE 0.0s
13:43:05 
13:43:05 #13 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
13:43:06 #13 DONE 1.2s
13:43:06 
13:43:06 #14 [stage-1 8/9] WORKDIR /root/build-deb
13:43:06 #14 DONE 0.0s
13:43:06 
13:43:06 #15 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
13:43:06 #15 DONE 0.0s
13:43:06 
13:43:06 #16 exporting to image
13:43:06 #16 exporting layers
13:43:09 #16 exporting layers 3.1s done
13:43:09 #16 writing image sha256:30bbd349062fc40e276641206ae02ded720971c4034fe6d67828e65a8ef25dcd done
13:43:09 #16 naming to docker.io/debbuild-ubuntu-focal/x86_64 done
13:43:09 #16 DONE 3.1s
13:43:09 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20200817151903-ca35f29 -e VERSION=0.0.0-20200817151903-ca35f29 -e CLI_GITCOMMIT=ca35f29 -e ENGINE_GITCOMMIT=d0eff1f -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb/debbuild/ubuntu-focal:/build  debbuild-ubuntu-focal/x86_64
13:43:09 + set -e
13:43:09 + mkdir -p /root/build-deb/engine
13:43:09 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:43:10 + mkdir -p /root/build-deb/cli
13:43:10 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:43:10 + mkdir -p /go/src/github.com/docker
13:43:10 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:43:10 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:43:10 + EPOCH=5
13:43:10 + EPOCH_SEP=
13:43:10 + [[ ! -z 5 ]]
13:43:10 + EPOCH_SEP=:
13:43:10 + [[ -z 0.0.0-20200817151903-ca35f29 ]]
13:43:10 + echo VERSION AAA 0.0.0-20200817151903-ca35f29
13:43:10 + VERSION=0.0.0-20200817151903-ca35f29
13:43:10 + echo VERSION bbb 0.0.0-20200817151903-ca35f29
13:43:10 VERSION AAA 0.0.0-20200817151903-ca35f29
13:43:10 VERSION bbb 0.0.0-20200817151903-ca35f29
13:43:10 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:43:10 + debSource=docker-ce
13:43:10 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:43:10 + debMaintainer='Docker <support@docker.com>'
13:43:10 ++ date --rfc-2822
13:43:10 + debDate='Tue, 18 Aug 2020 13:43:10 +0000'
13:43:10 + cat
13:43:10 + export CLI_GITCOMMIT=ca35f29
13:43:10 + CLI_GITCOMMIT=ca35f29
13:43:10 + export ENGINE_GITCOMMIT=d0eff1f
13:43:10 + ENGINE_GITCOMMIT=d0eff1f
13:43:10 VERSION BBB 0.0.0-20200817151903-ca35f29
13:43:10 + echo VERSION BBB 0.0.0-20200817151903-ca35f29
13:43:10 + dpkg-buildpackage -uc -us -I.git
13:43:10 dpkg-buildpackage: info: source package docker-ce
13:43:10 dpkg-buildpackage: info: source version 5:0.0.0-20200817151903-ca35f29-0~ubuntu-focal
13:43:10 dpkg-buildpackage: info: source distribution focal
13:43:10 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:43:10  dpkg-source -I.git --before-build .
13:43:10 dpkg-buildpackage: info: host architecture amd64
13:43:10  debian/rules clean
13:43:10 dh clean --with=bash-completion --with=systemd
13:43:11    dh_clean
13:43:11  dpkg-source -I.git -b .
13:43:11 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:43:11 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:43:11 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20200817151903-ca35f29-0~ubuntu'
13:43:11 dpkg-source: info: using source format '1.0'
13:43:11 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal.tar.gz
13:43:19 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal.dsc
13:43:19  debian/rules build
13:43:19 dh build --with=bash-completion --with=systemd
13:43:19    dh_update_autotools_config
13:43:19    debian/rules override_dh_auto_build
13:43:19 make[1]: Entering directory '/root/build-deb'
13:43:19 # Build the daemon and dependencies
13:43:19 cd engine && DOCKER_GITCOMMIT=d0eff1f PRODUCT=docker ./hack/make.sh dynbinary
13:43:19 
13:43:19 Removing bundles/
13:43:19 
13:43:19 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:43:19 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20200817151903-ca35f29
13:43:19 GOOS="" GOARCH="" GOARM=""
13:43:51 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20200817151903-ca35f29
13:43:51 
13:43:51 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:43:51 + RM_GOPATH=0
13:43:51 + TMP_GOPATH=/go
13:43:51 + : /usr/local/bin
13:43:51 + '[' -z /go ']'
13:43:51 + export GOPATH=/go
13:43:51 + GOPATH=/go
13:43:51 + case "$(go env GOARCH)" in
13:43:51 ++ go env GOARCH
13:43:51 + export GO_BUILDMODE=-buildmode=pie
13:43:51 + GO_BUILDMODE=-buildmode=pie
13:43:51 ++ dirname hack/dockerfile/install/install.sh
13:43:51 + dir=hack/dockerfile/install
13:43:51 + bin=tini
13:43:51 + shift
13:43:51 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:43:51 + . hack/dockerfile/install/tini.installer
13:43:51 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
13:43:51 + install_tini
13:43:51 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
13:43:51 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
13:43:51 + git clone https://github.com/krallin/tini.git /go/tini
13:43:51 Cloning into '/go/tini'...
13:43:51 + cd /go/tini
13:43:51 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
13:43:51 + cmake .
13:43:51 -- The C compiler identification is GNU 9.3.0
13:43:51 -- Check for working C compiler: /usr/bin/cc
13:43:51 -- Check for working C compiler: /usr/bin/cc -- works
13:43:51 -- Detecting C compiler ABI info
13:43:51 -- Detecting C compiler ABI info - done
13:43:51 -- Detecting C compile features
13:43:51 -- Detecting C compile features - done
13:43:51 -- Performing Test HAS_BUILTIN_FORTIFY
13:43:51 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:43:51 -- Configuring done
13:43:51 -- Generating done
13:43:51 -- Build files have been written to: /go/tini
13:43:51 + make tini-static
13:43:51 make[2]: Entering directory '/go/tini'
13:43:51 make[3]: Entering directory '/go/tini'
13:43:51 make[4]: Entering directory '/go/tini'
13:43:51 make[5]: Entering directory '/go/tini'
13:43:51 Scanning dependencies of target tini-static
13:43:51 make[5]: Leaving directory '/go/tini'
13:43:51 make[5]: Entering directory '/go/tini'
13:43:51 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:43:51 [100%] Linking C executable tini-static
13:43:51 make[5]: Leaving directory '/go/tini'
13:43:51 [100%] Built target tini-static
13:43:51 make[4]: Leaving directory '/go/tini'
13:43:51 make[3]: Leaving directory '/go/tini'
13:43:51 make[2]: Leaving directory '/go/tini'
13:43:51 + mkdir -p /usr/local/bin
13:43:51 + cp tini-static /usr/local/bin/docker-init
13:43:51 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
13:43:51 + RM_GOPATH=0
13:43:51 + TMP_GOPATH=/go
13:43:51 + : /usr/local/bin
13:43:51 + '[' -z /go ']'
13:43:51 + export GOPATH=/go
13:43:51 + GOPATH=/go
13:43:51 + case "$(go env GOARCH)" in
13:43:51 ++ go env GOARCH
13:43:51 + export GO_BUILDMODE=-buildmode=pie
13:43:51 + GO_BUILDMODE=-buildmode=pie
13:43:51 ++ dirname hack/dockerfile/install/install.sh
13:43:51 + dir=hack/dockerfile/install
13:43:51 + bin=proxy
13:43:51 + shift
13:43:51 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
13:43:51 + . hack/dockerfile/install/proxy.installer
13:43:51 ++ : 9e99af28df21367340c95a3863e31808d689c92a
13:43:51 + install_proxy dynamic
13:43:51 + case "$1" in
13:43:51 + install_proxy_dynamic
13:43:51 + export PROXY_LDFLAGS=-linkmode=external install_proxy
13:43:51 + PROXY_LDFLAGS=-linkmode=external
13:43:51 + export BUILD_MODE=-buildmode=pie
13:43:51 + BUILD_MODE=-buildmode=pie
13:43:51 + _install_proxy
13:43:51 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a
13:43:51 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a'
13:43:51 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
13:43:51 Cloning into '/go/src/github.com/docker/libnetwork'...
13:43:51 + cd /go/src/github.com/docker/libnetwork
13:43:51 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a
13:43:51 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:43:51 + return
13:43:51 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:43:51 + RM_GOPATH=0
13:43:51 + TMP_GOPATH=/go
13:43:51 + : /usr/local/bin
13:43:51 + '[' -z /go ']'
13:43:51 + export GOPATH=/go
13:43:51 + GOPATH=/go
13:43:51 + case "$(go env GOARCH)" in
13:43:51 ++ go env GOARCH
13:43:51 + export GO_BUILDMODE=-buildmode=pie
13:43:51 + GO_BUILDMODE=-buildmode=pie
13:43:51 ++ dirname hack/dockerfile/install/install.sh
13:43:51 + dir=hack/dockerfile/install
13:43:51 + bin=rootlesskit
13:43:51 + shift
13:43:51 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:43:51 + . hack/dockerfile/install/rootlesskit.installer
13:43:51 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
13:43:51 + install_rootlesskit dynamic
13:43:51 + case "$1" in
13:43:51 + install_rootlesskit_dynamic
13:43:51 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:43:51 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:43:51 + export BUILD_MODE=-buildmode=pie
13:43:51 + BUILD_MODE=-buildmode=pie
13:43:51 + _install_rootlesskit
13:43:51 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
13:43:51 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86'
13:43:51 + git clone https://github.com/rootless-containers/rootlesskit.git /go/src/github.com/rootless-containers/rootlesskit
13:43:51 Cloning into '/go/src/github.com/rootless-containers/rootlesskit'...
13:43:51 + cd /go/src/github.com/rootless-containers/rootlesskit
13:43:51 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
13:43:51 + for f in rootlesskit rootlesskit-docker-proxy
13:43:51 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
13:43:54 + for f in rootlesskit rootlesskit-docker-proxy
13:43:54 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
13:43:55 + return
13:43:55 # Build the CLI
13:43:55 cd /go/src/github.com/docker/cli && \
13:43:55 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20200817151903-ca35f29 GITCOMMIT=ca35f29 dynbinary manpages
13:43:55 make[2]: Entering directory '/root/build-deb/cli'
13:43:55 ./scripts/build/dynbinary
13:43:55 Building dynamically linked build/docker-linux-amd64
13:43:57 ~/rpmbuild/BUILD/src
13:43:57 + popd
13:43:57 + exit 0
13:43:57 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.jmJunr
13:43:57 + umask 022
13:43:57 + cd /root/rpmbuild/BUILD
13:43:57 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64 '!=' / ']'
13:43:57 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64
13:43:57 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64
13:43:57 + mkdir -p /root/rpmbuild/BUILDROOT
13:43:57 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64
13:43:57 + cd src
13:43:57 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/bin
13:43:57 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/bin/docker
13:43:57 + pushd /root/rpmbuild/BUILD/src/plugins
13:43:57 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
13:43:57 + for installer in '*.installer'
13:43:57 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64
13:43:57 + PREFIX=/usr/libexec/docker/cli-plugins
13:43:57 + bash app.installer install_plugin
13:43:57 + for installer in '*.installer'
13:43:57 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64
13:43:57 + PREFIX=/usr/libexec/docker/cli-plugins
13:43:57 + bash buildx.installer install_plugin
13:43:57 ~/rpmbuild/BUILD/src
13:43:57 + popd
13:43:57 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/share/bash-completion/completions
13:43:57 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/share/zsh/vendor-completions
13:43:57 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/share/fish/vendor_completions.d
13:43:57 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/share/bash-completion/completions/docker
13:43:57 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/share/zsh/vendor-completions/_docker
13:43:57 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/share/fish/vendor_completions.d/docker.fish
13:43:57 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/share/man/man1
13:43:57 + 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.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.20200817151903.ca35f29-0.el7.x86_64/usr/share/man/man1
13:43:57 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/share/man/man5
13:43:57 + 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.20200817151903.ca35f29-0.el7.x86_64/usr/share/man/man5
13:43:57 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/share/man/man8
13:43:57 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/share/man/man8
13:43:57 + mkdir -p build-docs
13:43:57 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:43:57 + cp cli/LICENSE build-docs/LICENSE
13:43:57 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:43:57 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:43:57 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:43:57 + cp cli/NOTICE build-docs/NOTICE
13:43:57 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:43:57 + cp cli/README.md build-docs/README.md
13:43:57 + /usr/lib/rpm/check-buildroot
13:43:57 + /usr/lib/rpm/redhat/brp-compress
13:43:57 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:43:57 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:43:57 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:43:57 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:43:57 + /usr/lib/rpm/redhat/brp-python-hardlink
13:43:57 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:43:57 Processing files: docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64
13:43:57 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kBs5cK
13:43:57 + umask 022
13:43:57 + cd /root/rpmbuild/BUILD
13:43:57 + cd src
13:43:57 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20200817151903.ca35f29
13:43:57 + export DOCDIR
13:43:57 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20200817151903.ca35f29
13:43:57 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20200817151903.ca35f29
13:43:57 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20200817151903.ca35f29
13:43:57 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20200817151903.ca35f29
13:43:57 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20200817151903.ca35f29
13:43:57 + exit 0
13:43:57 Provides: docker-ce-cli = 1:0.0.0.20200817151903.ca35f29-0.el7 docker-ce-cli(x86-64) = 1:0.0.0.20200817151903.ca35f29-0.el7
13:43:57 Requires(interp): /bin/sh
13:43:57 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:43:57 Requires(post): /bin/sh
13:43:57 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)
13:43:57 Conflicts: docker docker-io docker-engine-cs docker-ee docker-ee-cli
13:43:57 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64
13:43:58 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.src.rpm
13:44:13 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64.rpm
13:44:13 + umask 022
13:44:13 + cd /root/rpmbuild/BUILD
13:44:13 + cd src
13:44:13 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el7.x86_64
13:44:13 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5aqYyq
13:44:13 + exit 0
13:44:13 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.a0Bfdp
13:44:13 + umask 022
13:44:13 + cd /root/rpmbuild/BUILD
13:44:13 + cd /root/rpmbuild/BUILD
13:44:13 + rm -rf src
13:44:13 + /usr/bin/mkdir -p src
13:44:13 + cd src
13:44:13 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:44:13 + /usr/bin/tar -xf -
13:44:13 + STATUS=0
13:44:13 + '[' 0 -ne 0 ']'
13:44:13 + /usr/bin/tar -xf -
13:44:13 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:44:13 + STATUS=0
13:44:13 + '[' 0 -ne 0 ']'
13:44:13 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:44:13 + exit 0
13:44:13 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Xc4T7q
13:44:13 + umask 022
13:44:13 + cd /root/rpmbuild/BUILD
13:44:13 + cd src
13:44:13 + export DOCKER_GITCOMMIT=d0eff1f
13:44:13 + DOCKER_GITCOMMIT=d0eff1f
13:44:13 + mkdir -p /go/src/github.com/docker
13:44:13 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:44:13 + TMP_GOPATH=/go
13:44:13 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:44:13 + RM_GOPATH=0
13:44:13 + TMP_GOPATH=/go
13:44:13 + : /usr/local/bin
13:44:13 + '[' -z /go ']'
13:44:13 + export GOPATH=/go
13:44:13 + GOPATH=/go
13:44:13 + case "$(go env GOARCH)" in
13:44:13 ++ go env GOARCH
13:44:13 + export GO_BUILDMODE=-buildmode=pie
13:44:13 + GO_BUILDMODE=-buildmode=pie
13:44:13 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:44:13 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:44:13 + bin=rootlesskit
13:44:13 + shift
13:44:13 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:44:13 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:44:13 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
13:44:13 + install_rootlesskit dynamic
13:44:13 + case "$1" in
13:44:13 + install_rootlesskit_dynamic
13:44:13 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:44:13 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:44:13 + export BUILD_MODE=-buildmode=pie
13:44:13 + BUILD_MODE=-buildmode=pie
13:44:13 + _install_rootlesskit
13:44:13 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86'
13:44:13 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
13:44:13 + git clone https://github.com/rootless-containers/rootlesskit.git /go/src/github.com/rootless-containers/rootlesskit
13:44:13 Cloning into '/go/src/github.com/rootless-containers/rootlesskit'...
13:44:14 + cd /go/src/github.com/rootless-containers/rootlesskit
13:44:14 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
13:44:14 + for f in rootlesskit rootlesskit-docker-proxy
13:44:14 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
13:44:19 + for f in rootlesskit rootlesskit-docker-proxy
13:44:19 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
13:44:20 + return
13:44:20 + exit 0
13:44:20 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.QIZSoN
13:44:20 + umask 022
13:44:20 + cd /root/rpmbuild/BUILD
13:44:20 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el7.x86_64 '!=' / ']'
13:44:20 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el7.x86_64
13:44:20 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el7.x86_64
13:44:20 + mkdir -p /root/rpmbuild/BUILDROOT
13:44:20 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el7.x86_64
13:44:20 + cd src
13:44:20 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/bin/dockerd-rootless.sh
13:44:20 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/bin/dockerd-rootless-setuptool.sh
13:44:20 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/bin/rootlesskit
13:44:20 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el7.x86_64/usr/bin/rootlesskit-docker-proxy
13:44:20 + /usr/lib/rpm/check-buildroot
13:44:20 + /usr/lib/rpm/redhat/brp-compress
13:44:20 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
13:44:20 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:44:20 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
13:44:20 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
13:44:20 + /usr/lib/rpm/redhat/brp-python-hardlink
13:44:20 + /usr/lib/rpm/redhat/brp-java-repack-jars
13:44:20 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jlCGV9
13:44:20 + umask 022
13:44:20 + cd /root/rpmbuild/BUILD
13:44:20 + cd src
13:44:20 + /usr/local/bin/rootlesskit -v
13:44:20 rootlesskit version 0.10.0
13:44:20 + exit 0
13:44:20 Processing files: docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el7.x86_64
13:44:21 Provides: docker-ce-rootless-extras = 0:0.0.0.20200817151903.ca35f29-0.el7 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20200817151903.ca35f29-0.el7
13:44:21 Requires(interp): /bin/sh /bin/sh /bin/sh
13:44:21 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:44:21 Requires(post): /bin/sh
13:44:21 Requires(preun): /bin/sh
13:44:21 Requires(postun): /bin/sh
13:44:21 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)
13:44:21 Conflicts: rootlesskit
13:44:21 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el7.x86_64
13:44:21 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el7.src.rpm
13:44:21 scripts/docs/generate-man.sh
13:44:24 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el7.x86_64.rpm
13:44:24 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.GYD3hs
13:44:24 + umask 022
13:44:24 + cd /root/rpmbuild/BUILD
13:44:24 + cd src
13:44:24 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el7.x86_64
13:44:24 + exit 0
13:44:28 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:44:28 == Building packages for centos-8 ==
13:44:28 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm:/v -w /v alpine chown -R root:root rpmbuild
13:44:29 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.13.15-buster -t rpmbuild-centos-8/x86_64 -f centos-8/Dockerfile .
13:44:29 #2 [internal] load .dockerignore
13:44:29 #2 DONE 0.0s
13:44:29 
13:44:29 #1 [internal] load build definition from Dockerfile
13:44:29 #1 transferring dockerfile: 1.29kB done
13:44:29 #1 DONE 0.0s
13:44:29 
13:44:29 #2 [internal] load .dockerignore
13:44:29 #2 transferring context: 2B done
13:44:29 #2 DONE 0.0s
13:44:29 
13:44:29 #4 [internal] load metadata for docker.io/library/centos:8
13:44:29 #4 DONE 0.3s
13:44:29 
13:44:29 #3 [internal] load metadata for docker.io/library/golang:1.13.15-buster
13:44:29 #3 DONE 0.2s
13:44:29 
13:44:29 #13 [golang 1/1] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f68...
13:44:29 #13 CACHED
13:44:29 
13:44:29 #10 [internal] load build context
13:44:29 #10 transferring context: 167B done
13:44:29 #10 DONE 0.0s
13:44:29 
13:44:29 #5 [stage-1 1/9] FROM docker.io/library/centos:8@sha256:76d24f3ba3317fa9457...
13:44:29 #5 resolve docker.io/library/centos:8@sha256:76d24f3ba3317fa945743bb3746fbaf3a0b752f10b10376960de01da70685fbd done
13:44:29 #5 sha256:76d24f3ba3317fa945743bb3746fbaf3a0b752f10b10376960de01da70685fbd 762B / 762B done
13:44:29 #5 sha256:fc4a234b91cc4b542bac8a6ad23b2ddcee60ae68fc4dbd4a52efb5f1b0baad71 529B / 529B done
13:44:29 #5 sha256:0d120b6ccaa8c5e149176798b3501d4dd1885f961922497cd0abef155c869566 2.18kB / 2.18kB done
13:44:29 #5 sha256:3c72a8ed68140139e483fe7368ae4d9651422749e91483557cbd5ecf99a96110 3.45MB / 74.87MB 0.1s
13:44:29 #5 sha256:3c72a8ed68140139e483fe7368ae4d9651422749e91483557cbd5ecf99a96110 14.50MB / 74.87MB 0.2s
13:44:29 #5 sha256:3c72a8ed68140139e483fe7368ae4d9651422749e91483557cbd5ecf99a96110 24.53MB / 74.87MB 0.3s
13:44:30 #5 sha256:3c72a8ed68140139e483fe7368ae4d9651422749e91483557cbd5ecf99a96110 34.08MB / 74.87MB 0.4s
13:44:30 #5 sha256:3c72a8ed68140139e483fe7368ae4d9651422749e91483557cbd5ecf99a96110 54.55MB / 74.87MB 0.6s
13:44:30 #5 sha256:3c72a8ed68140139e483fe7368ae4d9651422749e91483557cbd5ecf99a96110 64.50MB / 74.87MB 0.7s
13:44:30 #5 sha256:3c72a8ed68140139e483fe7368ae4d9651422749e91483557cbd5ecf99a96110 74.27MB / 74.87MB 0.8s
13:44:31 #5 sha256:3c72a8ed68140139e483fe7368ae4d9651422749e91483557cbd5ecf99a96110 74.87MB / 74.87MB 1.3s done
13:44:31 #5 extracting sha256:3c72a8ed68140139e483fe7368ae4d9651422749e91483557cbd5ecf99a96110
13:44:34 #5 extracting sha256:3c72a8ed68140139e483fe7368ae4d9651422749e91483557cbd5ecf99a96110 3.0s done
13:44:34 #5 DONE 4.5s
13:44:34 
13:44:34 #6 [stage-1 2/9] RUN if [ -f /etc/yum.repos.d/CentOS-Sources.repo ]; then s...
13:44:35 #6 DONE 0.9s
13:44:35 
13:44:35 #7 [stage-1 3/9] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosoffici...
13:44:35 #7 DONE 0.7s
13:44:35 
13:44:35 #8 [stage-1 4/9] RUN yum install -y rpm-build rpmlint yum-utils
13:44:37 #8 1.544 CentOS-8 - AppStream                            6.4 MB/s | 5.8 MB     00:00    
13:44:39 #8 3.449 CentOS-8 - Base                                 2.8 MB/s | 2.2 MB     00:00    
13:44:40 #8 4.649 CentOS-8 - Extras                                10 kB/s | 7.3 kB     00:00    
13:44:41 #8 5.235 Dependencies resolved.
13:44:41 #8 5.242 ================================================================================
13:44:41 #8 5.242  Package                      Arch     Version                Repository   Size
13:44:41 #8 5.242 ================================================================================
13:44:41 #8 5.242 Installing:
13:44:41 #8 5.242  rpm-build                    x86_64   4.14.2-37.el8          AppStream   171 k
13:44:41 #8 5.242  rpmlint                      noarch   1.10-13.2.el8          AppStream   192 k
13:44:41 #8 5.242  yum-utils                    noarch   4.0.12-3.el8           BaseOS       66 k
13:44:41 #8 5.242 Installing dependencies:
13:44:41 #8 5.242  bzip2                        x86_64   1.0.6-26.el8           BaseOS       60 k
13:44:41 #8 5.242  desktop-file-utils           x86_64   0.23-8.el8             AppStream    80 k
13:44:41 #8 5.242  diffutils                    x86_64   3.6-6.el8              BaseOS      358 k
13:44:41 #8 5.242  dnf-plugins-core             noarch   4.0.12-3.el8           BaseOS       64 k
13:44:41 #8 5.242  dwz                          x86_64   0.12-9.el8             AppStream   109 k
13:44:41 #8 5.242  efi-srpm-macros              noarch   3-2.el8                AppStream    22 k
13:44:41 #8 5.242  elfutils                     x86_64   0.178-7.el8            BaseOS      540 k
13:44:41 #8 5.242  emacs-filesystem             noarch   1:26.1-5.el8           BaseOS       69 k
13:44:41 #8 5.242  file                         x86_64   5.33-13.el8            BaseOS       76 k
13:44:41 #8 5.242  gc                           x86_64   7.6.4-3.el8            AppStream   109 k
13:44:41 #8 5.242  gdb-headless                 x86_64   8.2-11.el8             AppStream   3.7 M
13:44:41 #8 5.242  ghc-srpm-macros              noarch   1.4.2-7.el8            AppStream   9.3 k
13:44:41 #8 5.242  go-srpm-macros               noarch   2-16.el8               AppStream    14 k
13:44:41 #8 5.242  groff-base                   x86_64   1.22.3-18.el8          BaseOS      1.0 M
13:44:41 #8 5.242  guile                        x86_64   5:2.0.14-7.el8         AppStream   3.5 M
13:44:41 #8 5.242  libatomic_ops                x86_64   7.6.2-3.el8            AppStream    38 k
13:44:41 #8 5.242  libbabeltrace                x86_64   1.5.4-2.el8            AppStream   201 k
13:44:41 #8 5.242  libipt                       x86_64   1.6.1-8.el8            AppStream    50 k
13:44:41 #8 5.242  libpkgconf                   x86_64   1.4.2-1.el8            BaseOS       35 k
13:44:41 #8 5.242  libtool-ltdl                 x86_64   2.4.6-25.el8           BaseOS       58 k
13:44:41 #8 5.242  ocaml-srpm-macros            noarch   5-4.el8                AppStream   9.4 k
13:44:41 #8 5.242  openblas-srpm-macros         noarch   2-2.el8                AppStream   7.9 k
13:44:41 #8 5.242  patch                        x86_64   2.7.6-11.el8           BaseOS      138 k
13:44:41 #8 5.242  perl-Carp                    noarch   1.42-396.el8           BaseOS       30 k
13:44:41 #8 5.242  perl-Errno                   x86_64   1.28-416.el8           BaseOS       76 k
13:44:41 #8 5.242  perl-Exporter                noarch   5.72-396.el8           BaseOS       34 k
13:44:41 #8 5.242  perl-File-Path               noarch   2.15-2.el8             BaseOS       38 k
13:44:41 #8 5.242  perl-IO                      x86_64   1.38-416.el8           BaseOS      141 k
13:44:41 #8 5.242  perl-PathTools               x86_64   3.74-1.el8             BaseOS       90 k
13:44:41 #8 5.242  perl-Scalar-List-Utils       x86_64   3:1.49-2.el8           BaseOS       68 k
13:44:41 #8 5.242  perl-Socket                  x86_64   4:2.027-3.el8          BaseOS       59 k
13:44:41 #8 5.242  perl-Text-Tabs+Wrap          noarch   2013.0523-395.el8      BaseOS       24 k
13:44:41 #8 5.242  perl-Unicode-Normalize       x86_64   1.25-396.el8           BaseOS       82 k
13:44:41 #8 5.242  perl-constant                noarch   1.33-396.el8           BaseOS       25 k
13:44:41 #8 5.242  perl-interpreter             x86_64   4:5.26.3-416.el8       BaseOS      6.3 M
13:44:41 #8 5.242  perl-libs                    x86_64   4:5.26.3-416.el8       BaseOS      1.6 M
13:44:41 #8 5.242  perl-macros                  x86_64   4:5.26.3-416.el8       BaseOS       72 k
13:44:41 #8 5.242  perl-parent                  noarch   1:0.237-1.el8          BaseOS       20 k
13:44:41 #8 5.242  perl-srpm-macros             noarch   1-25.el8               AppStream    11 k
13:44:41 #8 5.242  perl-threads                 x86_64   1:2.21-2.el8           BaseOS       61 k
13:44:41 #8 5.242  perl-threads-shared          x86_64   1.58-2.el8             BaseOS       48 k
13:44:41 #8 5.242  pkgconf                      x86_64   1.4.2-1.el8            BaseOS       38 k
13:44:41 #8 5.242  pkgconf-m4                   noarch   1.4.2-1.el8            BaseOS       17 k
13:44:41 #8 5.242  pkgconf-pkg-config           x86_64   1.4.2-1.el8            BaseOS       15 k
13:44:41 #8 5.242  python-srpm-macros           noarch   3-38.el8               AppStream    14 k
13:44:41 #8 5.242  python3-dateutil             noarch   1:2.6.1-6.el8          BaseOS      251 k
13:44:41 #8 5.242  python3-dnf-plugins-core     noarch   4.0.12-3.el8           BaseOS      203 k
13:44:41 #8 5.242  python3-rpm-macros           noarch   3-38.el8               AppStream    13 k
13:44:41 #8 5.242  python3-six                  noarch   1.11.0-8.el8           BaseOS       38 k
13:44:41 #8 5.242  qt5-srpm-macros              noarch   5.12.5-3.el8           AppStream    10 k
13:44:41 #8 5.242  redhat-rpm-config            noarch   122-1.el8              AppStream    83 k
13:44:41 #8 5.242  rust-srpm-macros             noarch   5-2.el8                AppStream   9.2 k
13:44:41 #8 5.242  unzip                        x86_64   6.0-43.el8             BaseOS      195 k
13:44:41 #8 5.242  zip                          x86_64   3.0-23.el8             BaseOS      270 k
13:44:41 #8 5.242  zstd                         x86_64   1.4.2-2.el8            AppStream   385 k
13:44:41 #8 5.242 Installing weak dependencies:
13:44:41 #8 5.242  elfutils-debuginfod-client   x86_64   0.178-7.el8            AppStream    62 k
13:44:41 #8 5.242 
13:44:41 #8 5.242 Transaction Summary
13:44:41 #8 5.242 ================================================================================
13:44:41 #8 5.242 Install  59 Packages
13:44:41 #8 5.242 
13:44:41 #8 5.245 Total download size: 21 M
13:44:41 #8 5.246 Installed size: 59 M
13:44:41 #8 5.246 Downloading Packages:
13:44:41 #8 6.133 (1/59): efi-srpm-macros-3-2.el8.noarch.rpm      107 kB/s |  22 kB     00:00    
13:44:41 #8 6.135 (2/59): desktop-file-utils-0.23-8.el8.x86_64.rp 386 kB/s |  80 kB     00:00    
13:44:41 #8 6.136 (3/59): dwz-0.12-9.el8.x86_64.rpm               521 kB/s | 109 kB     00:00    
13:44:41 #8 6.138 (4/59): elfutils-debuginfod-client-0.178-7.el8.  15 MB/s |  62 kB     00:00    
13:44:41 #8 6.139 (5/59): gc-7.6.4-3.el8.x86_64.rpm                28 MB/s | 109 kB     00:00    
13:44:41 #8 6.141 (6/59): go-srpm-macros-2-16.el8.noarch.rpm      7.8 MB/s |  14 kB     00:00    
13:44:41 #8 6.143 (7/59): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm  2.1 MB/s | 9.3 kB     00:00    
13:44:41 #8 6.146 (8/59): libatomic_ops-7.6.2-3.el8.x86_64.rpm     12 MB/s |  38 kB     00:00    
13:44:41 #8 6.153 (9/59): libbabeltrace-1.5.4-2.el8.x86_64.rpm     29 MB/s | 201 kB     00:00    
13:44:41 #8 6.157 (10/59): libipt-1.6.1-8.el8.x86_64.rpm           15 MB/s |  50 kB     00:00    
13:44:41 #8 6.160 (11/59): ocaml-srpm-macros-5-4.el8.noarch.rpm   3.5 MB/s | 9.4 kB     00:00    
13:44:41 #8 6.163 (12/59): openblas-srpm-macros-2-2.el8.noarch.rp 3.3 MB/s | 7.9 kB     00:00    
13:44:41 #8 6.165 (13/59): perl-srpm-macros-1-25.el8.noarch.rpm   5.2 MB/s |  11 kB     00:00    
13:44:41 #8 6.168 (14/59): python-srpm-macros-3-38.el8.noarch.rpm 6.8 MB/s |  14 kB     00:00    
13:44:41 #8 6.170 (15/59): python3-rpm-macros-3-38.el8.noarch.rpm 5.8 MB/s |  13 kB     00:00    
13:44:41 #8 6.172 (16/59): qt5-srpm-macros-5.12.5-3.el8.noarch.rp 5.7 MB/s |  10 kB     00:00    
13:44:41 #8 6.176 (17/59): redhat-rpm-config-122-1.el8.noarch.rpm  28 MB/s |  83 kB     00:00    
13:44:41 #8 6.225 (18/59): gdb-headless-8.2-11.el8.x86_64.rpm      42 MB/s | 3.7 MB     00:00    
13:44:41 #8 6.227 (19/59): rpm-build-4.14.2-37.el8.x86_64.rpm     3.3 MB/s | 171 kB     00:00    
13:44:41 #8 6.270 (20/59): guile-2.0.14-7.el8.x86_64.rpm           28 MB/s | 3.5 MB     00:00    
13:44:42 #8 6.270 (21/59): rust-srpm-macros-5-2.el8.noarch.rpm    213 kB/s | 9.2 kB     00:00    
13:44:42 #8 6.273 (22/59): bzip2-1.0.6-26.el8.x86_64.rpm           20 MB/s |  60 kB     00:00    
13:44:42 #8 6.278 (23/59): zstd-1.4.2-2.el8.x86_64.rpm             50 MB/s | 385 kB     00:00    
13:44:42 #8 6.280 (24/59): dnf-plugins-core-4.0.12-3.el8.noarch.r  27 MB/s |  64 kB     00:00    
13:44:42 #8 6.287 (25/59): diffutils-3.6-6.el8.x86_64.rpm          27 MB/s | 358 kB     00:00    
13:44:42 #8 6.289 (26/59): elfutils-0.178-7.el8.x86_64.rpm         58 MB/s | 540 kB     00:00    
13:44:42 #8 6.293 (27/59): file-5.33-13.el8.x86_64.rpm             24 MB/s |  76 kB     00:00    
13:44:42 #8 6.293 (28/59): emacs-filesystem-26.1-5.el8.noarch.rpm  11 MB/s |  69 kB     00:00    
13:44:42 #8 6.296 (29/59): libpkgconf-1.4.2-1.el8.x86_64.rpm       16 MB/s |  35 kB     00:00    
13:44:42 #8 6.299 (30/59): libtool-ltdl-2.4.6-25.el8.x86_64.rpm    23 MB/s |  58 kB     00:00    
13:44:42 #8 6.302 (31/59): patch-2.7.6-11.el8.x86_64.rpm           42 MB/s | 138 kB     00:00    
13:44:42 #8 6.308 (32/59): groff-base-1.22.3-18.el8.x86_64.rpm     68 MB/s | 1.0 MB     00:00    
13:44:42 #8 6.309 (33/59): perl-Carp-1.42-396.el8.noarch.rpm      4.7 MB/s |  30 kB     00:00    
13:44:42 #8 6.311 (34/59): perl-Errno-1.28-416.el8.x86_64.rpm      28 MB/s |  76 kB     00:00    
13:44:42 #8 6.312 (35/59): perl-Exporter-5.72-396.el8.noarch.rpm   12 MB/s |  34 kB     00:00    
13:44:42 #8 6.313 (36/59): perl-File-Path-2.15-2.el8.noarch.rpm    18 MB/s |  38 kB     00:00    
13:44:42 #8 6.316 (37/59): perl-PathTools-3.74-1.el8.x86_64.rpm    33 MB/s |  90 kB     00:00    
13:44:42 #8 6.318 (38/59): perl-IO-1.38-416.el8.x86_64.rpm         22 MB/s | 141 kB     00:00    
13:44:42 #8 6.321 (39/59): perl-Socket-2.027-3.el8.x86_64.rpm      20 MB/s |  59 kB     00:00    
13:44:42 #8 6.322 (40/59): perl-Scalar-List-Utils-1.49-2.el8.x86_  13 MB/s |  68 kB     00:00    
13:44:42 #8 6.326 (41/59): perl-Unicode-Normalize-1.25-396.el8.x8  19 MB/s |  82 kB     00:00    
13:44:42 #8 6.329 (42/59): perl-constant-1.33-396.el8.noarch.rpm   11 MB/s |  25 kB     00:00    
13:44:42 #8 6.442 (43/59): perl-interpreter-5.26.3-416.el8.x86_64  56 MB/s | 6.3 MB     00:00    
13:44:42 #8 6.443 [MIRROR] perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch.rpm: Status code: 404 for http://d36uatko69830t.cloudfront.net/centos/8/BaseOS/x86_64/os/Packages/perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch.rpm (IP: 13.249.43.41)
13:44:42 #8 6.475 (44/59): perl-libs-5.26.3-416.el8.x86_64.rpm     49 MB/s | 1.6 MB     00:00    
13:44:42 #8 6.478 (45/59): perl-macros-5.26.3-416.el8.x86_64.rpm   23 MB/s |  72 kB     00:00    
13:44:42 #8 6.482 (46/59): perl-parent-0.237-1.el8.noarch.rpm     6.5 MB/s |  20 kB     00:00    
13:44:42 #8 6.486 (47/59): perl-threads-2.21-2.el8.x86_64.rpm      14 MB/s |  61 kB     00:00    
13:44:42 #8 6.492 (48/59): perl-threads-shared-1.58-2.el8.x86_64. 7.9 MB/s |  48 kB     00:00    
13:44:42 #8 6.495 (49/59): pkgconf-1.4.2-1.el8.x86_64.rpm          18 MB/s |  38 kB     00:00    
13:44:42 #8 6.497 (50/59): pkgconf-m4-1.4.2-1.el8.noarch.rpm      7.4 MB/s |  17 kB     00:00    
13:44:42 #8 6.499 (51/59): pkgconf-pkg-config-1.4.2-1.el8.x86_64. 7.7 MB/s |  15 kB     00:00    
13:44:42 #8 6.503 (52/59): python3-dateutil-2.6.1-6.el8.noarch.rp  62 MB/s | 251 kB     00:00    
13:44:42 #8 6.507 (53/59): python3-dnf-plugins-core-4.0.12-3.el8.  58 MB/s | 203 kB     00:00    
13:44:42 #8 6.510 (54/59): python3-six-1.11.0-8.el8.noarch.rpm     14 MB/s |  38 kB     00:00    
13:44:42 #8 6.515 (55/59): unzip-6.0-43.el8.x86_64.rpm             40 MB/s | 195 kB     00:00    
13:44:42 #8 6.518 (56/59): yum-utils-4.0.12-3.el8.noarch.rpm       18 MB/s |  66 kB     00:00    
13:44:42 #8 6.523 (57/59): zip-3.0-23.el8.x86_64.rpm               63 MB/s | 270 kB     00:00    
13:44:42 #8 6.596 (58/59): rpmlint-1.10-13.2.el8.noarch.rpm       518 kB/s | 192 kB     00:00    
13:44:42 #8 6.876 (59/59): perl-Text-Tabs+Wrap-2013.0523-395.el8.  43 kB/s |  24 kB     00:00    
13:44:42 #8 6.877 --------------------------------------------------------------------------------
13:44:42 #8 6.878 Total                                            13 MB/s |  21 MB     00:01     
13:44:42 #8 6.937 Running transaction check
13:44:42 #8 6.994 Transaction check succeeded.
13:44:42 #8 6.994 Running transaction test
13:44:42 #8 7.227 Transaction test succeeded.
13:44:42 #8 7.227 Running transaction
13:44:43 Project root: /go/src/github.com/docker/cli
13:44:43 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
13:44:43 2020/08/18 13:44:40 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 WARNING: go-md2man does not handle node type HTMLSpan
13:44:43 make[2]: Leaving directory '/root/build-deb/cli'
13:44:43 # Build the CLI plugins
13:44:43 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
13:44:43 set -e;cd /sources && \
13:44:43 	tar xzf plugin-installers.tgz; \
13:44:43 	for installer in plugins/*.installer; do \
13:44:43 		LDFLAGS='' bash ${installer} build; \
13:44:43 	done
13:44:43 Cloning into '/go/src/github.com/docker/app'...
13:44:43 Fetching origin
13:44:43 make[2]: Entering directory '/go/src/github.com/docker/app'
13:44:43 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
13:44:44 #8 8.234   Preparing        :                                                        1/1 
13:44:44 #8 8.264   Installing       : perl-Exporter-5.72-396.el8.noarch                     1/59 
13:44:44 #8 8.475   Installing       : perl-libs-4:5.26.3-416.el8.x86_64                     2/59 
13:44:44 #8 8.507   Installing       : perl-Carp-1.42-396.el8.noarch                         3/59 
13:44:44 #8 8.527   Installing       : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64            4/59 
13:44:44 #8 8.559   Installing       : unzip-6.0-43.el8.x86_64                               5/59 
13:44:44 #8 8.579   Installing       : file-5.33-13.el8.x86_64                               6/59 
13:44:44 #8 8.604   Installing       : bzip2-1.0.6-26.el8.x86_64                             7/59 
13:44:44 #8 8.650   Installing       : zip-3.0-23.el8.x86_64                                 8/59 
13:44:44 #8 8.669   Installing       : perl-macros-4:5.26.3-416.el8.x86_64                   9/59 
13:44:44 #8 8.682   Installing       : perl-parent-1:0.237-1.el8.noarch                     10/59 
13:44:44 #8 8.696   Installing       : perl-Errno-1.28-416.el8.x86_64                       11/59 
13:44:44 #8 8.715   Installing       : perl-Socket-4:2.027-3.el8.x86_64                     12/59 
13:44:44 #8 8.782   Installing       : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         13/59 
13:44:44 #8 8.807   Installing       : perl-Unicode-Normalize-1.25-396.el8.x86_64           14/59 
13:44:44 #8 8.828   Installing       : perl-File-Path-2.15-2.el8.noarch                     15/59 
13:44:44 #8 8.850   Installing       : perl-IO-1.38-416.el8.x86_64                          16/59 
13:44:44 #8 8.874   Installing       : perl-PathTools-3.74-1.el8.x86_64                     17/59 
13:44:44 #8 8.892   Installing       : perl-constant-1.33-396.el8.noarch                    18/59 
13:44:44 #8 8.909   Installing       : perl-threads-1:2.21-2.el8.x86_64                     19/59 
13:44:45 #8 8.929   Installing       : perl-threads-shared-1.58-2.el8.x86_64                20/59 
13:44:45 #8 9.478   Installing       : perl-interpreter-4:5.26.3-416.el8.x86_64             21/59 
13:44:45 #8 9.517   Installing       : python3-six-1.11.0-8.el8.noarch                      22/59 
13:44:45 #8 9.557   Installing       : python3-dateutil-1:2.6.1-6.el8.noarch                23/59 
13:44:45 #8 9.589   Installing       : python3-dnf-plugins-core-4.0.12-3.el8.noarch         24/59 
13:44:45 #8 9.609   Installing       : dnf-plugins-core-4.0.12-3.el8.noarch                 25/59 
13:44:45 #8 9.622   Installing       : pkgconf-m4-1.4.2-1.el8.noarch                        26/59 
13:44:45 #8 9.646   Installing       : patch-2.7.6-11.el8.x86_64                            27/59 
13:44:45 #8 9.686   Installing       : libtool-ltdl-2.4.6-25.el8.x86_64                     28/59 
13:44:45 #8 9.708   Running scriptlet: libtool-ltdl-2.4.6-25.el8.x86_64                     28/59 
13:44:45 #8 9.732   Installing       : libpkgconf-1.4.2-1.el8.x86_64                        29/59 
13:44:45 #8 9.751   Installing       : pkgconf-1.4.2-1.el8.x86_64                           30/59 
13:44:45 #8 9.766   Installing       : pkgconf-pkg-config-1.4.2-1.el8.x86_64                31/59 
13:44:45 #8 9.904   Installing       : groff-base-1.22.3-18.el8.x86_64                      32/59 
13:44:45 #8 9.930   Installing       : emacs-filesystem-1:26.1-5.el8.noarch                 33/59 
13:44:45 #8 9.953   Installing       : desktop-file-utils-0.23-8.el8.x86_64                 34/59 
13:44:45 #8 10.01   Installing       : diffutils-3.6-6.el8.x86_64                           35/59 
13:44:45 #8 10.03   Running scriptlet: diffutils-3.6-6.el8.x86_64                           35/59 
13:44:45 #8 10.08   Installing       : zstd-1.4.2-2.el8.x86_64                              36/59 
13:44:45 #8 10.09   Installing       : rust-srpm-macros-5-2.el8.noarch                      37/59 
13:44:45 #8 10.11   Installing       : qt5-srpm-macros-5.12.5-3.el8.noarch                  38/59 
13:44:45 #8 10.11   Installing       : python3-rpm-macros-3-38.el8.noarch                   39/59 
13:44:45 #8 10.13   Installing       : python-srpm-macros-3-38.el8.noarch                   40/59 
13:44:45 #8 10.14   Installing       : perl-srpm-macros-1-25.el8.noarch                     41/59 
13:44:45 #8 10.15   Installing       : openblas-srpm-macros-2-2.el8.noarch                  42/59 
13:44:45 #8 10.16   Installing       : ocaml-srpm-macros-5-4.el8.noarch                     43/59 
13:44:45 #8 10.18   Installing       : libipt-1.6.1-8.el8.x86_64                            44/59 
13:44:45 #8 10.21   Installing       : libbabeltrace-1.5.4-2.el8.x86_64                     45/59 
13:44:46 #8 10.22   Running scriptlet: libbabeltrace-1.5.4-2.el8.x86_64                     45/59 
13:44:46 #8 10.25   Installing       : libatomic_ops-7.6.2-3.el8.x86_64                     46/59 
13:44:46 #8 10.27   Installing       : gc-7.6.4-3.el8.x86_64                                47/59 
13:44:46 #8 10.66   Installing       : guile-5:2.0.14-7.el8.x86_64                          48/59 
13:44:46 #8 10.69   Running scriptlet: guile-5:2.0.14-7.el8.x86_64                          48/59 
13:44:46 #8 11.11   Installing       : gdb-headless-8.2-11.el8.x86_64                       49/59 
13:44:46 #8 11.18   Installing       : go-srpm-macros-2-16.el8.noarch                       50/59 
13:44:46 #8 11.19   Installing       : ghc-srpm-macros-1.4.2-7.el8.noarch                   51/59 
13:44:47 #8 11.20   Installing       : elfutils-debuginfod-client-0.178-7.el8.x86_64        52/59 
13:44:47 #8 11.29   Installing       : elfutils-0.178-7.el8.x86_64                          53/59 
13:44:47 #8 11.31   Installing       : efi-srpm-macros-3-2.el8.noarch                       54/59 
13:44:47 #8 11.34   Installing       : dwz-0.12-9.el8.x86_64                                55/59 
13:44:47 #8 11.35   Installing       : redhat-rpm-config-122-1.el8.noarch                   56/59 
13:44:47 #8 11.38   Installing       : rpm-build-4.14.2-37.el8.x86_64                       57/59 
13:44:47 #8 11.42   Installing       : rpmlint-1.10-13.2.el8.noarch                         58/59 
13:44:47 #8 11.44   Installing       : yum-utils-4.0.12-3.el8.noarch                        59/59 
13:44:47 #8 11.46   Running scriptlet: guile-5:2.0.14-7.el8.x86_64                          59/59 
13:44:47 #8 11.46   Running scriptlet: yum-utils-4.0.12-3.el8.noarch                        59/59 
13:44:47 #8 11.56   Verifying        : desktop-file-utils-0.23-8.el8.x86_64                  1/59 
13:44:47 #8 11.56   Verifying        : dwz-0.12-9.el8.x86_64                                 2/59 
13:44:47 #8 11.56   Verifying        : efi-srpm-macros-3-2.el8.noarch                        3/59 
13:44:47 #8 11.56   Verifying        : elfutils-debuginfod-client-0.178-7.el8.x86_64         4/59 
13:44:47 #8 11.56   Verifying        : gc-7.6.4-3.el8.x86_64                                 5/59 
13:44:47 #8 11.56   Verifying        : gdb-headless-8.2-11.el8.x86_64                        6/59 
13:44:47 #8 11.56   Verifying        : ghc-srpm-macros-1.4.2-7.el8.noarch                    7/59 
13:44:47 #8 11.56   Verifying        : go-srpm-macros-2-16.el8.noarch                        8/59 
13:44:47 #8 11.56   Verifying        : guile-5:2.0.14-7.el8.x86_64                           9/59 
13:44:47 #8 11.56   Verifying        : libatomic_ops-7.6.2-3.el8.x86_64                     10/59 
13:44:47 #8 11.56   Verifying        : libbabeltrace-1.5.4-2.el8.x86_64                     11/59 
13:44:47 #8 11.56   Verifying        : libipt-1.6.1-8.el8.x86_64                            12/59 
13:44:47 #8 11.56   Verifying        : ocaml-srpm-macros-5-4.el8.noarch                     13/59 
13:44:47 #8 11.56   Verifying        : openblas-srpm-macros-2-2.el8.noarch                  14/59 
13:44:47 #8 11.56   Verifying        : perl-srpm-macros-1-25.el8.noarch                     15/59 
13:44:47 #8 11.56   Verifying        : python-srpm-macros-3-38.el8.noarch                   16/59 
13:44:47 #8 11.56   Verifying        : python3-rpm-macros-3-38.el8.noarch                   17/59 
13:44:47 #8 11.56   Verifying        : qt5-srpm-macros-5.12.5-3.el8.noarch                  18/59 
13:44:47 #8 11.56   Verifying        : redhat-rpm-config-122-1.el8.noarch                   19/59 
13:44:47 #8 11.56   Verifying        : rpm-build-4.14.2-37.el8.x86_64                       20/59 
13:44:47 #8 11.56   Verifying        : rpmlint-1.10-13.2.el8.noarch                         21/59 
13:44:47 #8 11.56   Verifying        : rust-srpm-macros-5-2.el8.noarch                      22/59 
13:44:47 #8 11.56   Verifying        : zstd-1.4.2-2.el8.x86_64                              23/59 
13:44:47 #8 11.56   Verifying        : bzip2-1.0.6-26.el8.x86_64                            24/59 
13:44:47 #8 11.56   Verifying        : diffutils-3.6-6.el8.x86_64                           25/59 
13:44:47 #8 11.56   Verifying        : dnf-plugins-core-4.0.12-3.el8.noarch                 26/59 
13:44:47 #8 11.56   Verifying        : elfutils-0.178-7.el8.x86_64                          27/59 
13:44:47 #8 11.56   Verifying        : emacs-filesystem-1:26.1-5.el8.noarch                 28/59 
13:44:47 #8 11.56   Verifying        : file-5.33-13.el8.x86_64                              29/59 
13:44:47 #8 11.56   Verifying        : groff-base-1.22.3-18.el8.x86_64                      30/59 
13:44:47 #8 11.56   Verifying        : libpkgconf-1.4.2-1.el8.x86_64                        31/59 
13:44:47 #8 11.56   Verifying        : libtool-ltdl-2.4.6-25.el8.x86_64                     32/59 
13:44:47 #8 11.56   Verifying        : patch-2.7.6-11.el8.x86_64                            33/59 
13:44:47 #8 11.56   Verifying        : perl-Carp-1.42-396.el8.noarch                        34/59 
13:44:47 #8 11.56   Verifying        : perl-Errno-1.28-416.el8.x86_64                       35/59 
13:44:47 #8 11.56   Verifying        : perl-Exporter-5.72-396.el8.noarch                    36/59 
13:44:47 #8 11.56   Verifying        : perl-File-Path-2.15-2.el8.noarch                     37/59 
13:44:47 #8 11.56   Verifying        : perl-IO-1.38-416.el8.x86_64                          38/59 
13:44:47 #8 11.56   Verifying        : perl-PathTools-3.74-1.el8.x86_64                     39/59 
13:44:47 #8 11.56   Verifying        : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64           40/59 
13:44:47 #8 11.56   Verifying        : perl-Socket-4:2.027-3.el8.x86_64                     41/59 
13:44:47 #8 11.56   Verifying        : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         42/59 
13:44:47 #8 11.56   Verifying        : perl-Unicode-Normalize-1.25-396.el8.x86_64           43/59 
13:44:47 #8 11.56   Verifying        : perl-constant-1.33-396.el8.noarch                    44/59 
13:44:47 #8 11.56   Verifying        : perl-interpreter-4:5.26.3-416.el8.x86_64             45/59 
13:44:47 #8 11.56   Verifying        : perl-libs-4:5.26.3-416.el8.x86_64                    46/59 
13:44:47 #8 11.56   Verifying        : perl-macros-4:5.26.3-416.el8.x86_64                  47/59 
13:44:47 #8 11.56   Verifying        : perl-parent-1:0.237-1.el8.noarch                     48/59 
13:44:47 #8 11.56   Verifying        : perl-threads-1:2.21-2.el8.x86_64                     49/59 
13:44:47 #8 11.56   Verifying        : perl-threads-shared-1.58-2.el8.x86_64                50/59 
13:44:47 #8 11.56   Verifying        : pkgconf-1.4.2-1.el8.x86_64                           51/59 
13:44:47 #8 11.56   Verifying        : pkgconf-m4-1.4.2-1.el8.noarch                        52/59 
13:44:47 #8 11.57   Verifying        : pkgconf-pkg-config-1.4.2-1.el8.x86_64                53/59 
13:44:47 #8 11.57   Verifying        : python3-dateutil-1:2.6.1-6.el8.noarch                54/59 
13:44:47 #8 11.57   Verifying        : python3-dnf-plugins-core-4.0.12-3.el8.noarch         55/59 
13:44:47 #8 11.57   Verifying        : python3-six-1.11.0-8.el8.noarch                      56/59 
13:44:47 #8 11.57   Verifying        : unzip-6.0-43.el8.x86_64                              57/59 
13:44:47 #8 11.57   Verifying        : yum-utils-4.0.12-3.el8.noarch                        58/59 
13:44:47 #8 11.57   Verifying        : zip-3.0-23.el8.x86_64                                59/59 
13:44:47 #8 11.78 
13:44:47 #8 11.78 Installed:
13:44:47 #8 11.78   bzip2-1.0.6-26.el8.x86_64                                                     
13:44:47 #8 11.78   desktop-file-utils-0.23-8.el8.x86_64                                          
13:44:47 #8 11.78   diffutils-3.6-6.el8.x86_64                                                    
13:44:47 #8 11.78   dnf-plugins-core-4.0.12-3.el8.noarch                                          
13:44:47 #8 11.78   dwz-0.12-9.el8.x86_64                                                         
13:44:47 #8 11.78   efi-srpm-macros-3-2.el8.noarch                                                
13:44:47 #8 11.78   elfutils-0.178-7.el8.x86_64                                                   
13:44:47 #8 11.78   elfutils-debuginfod-client-0.178-7.el8.x86_64                                 
13:44:47 #8 11.78   emacs-filesystem-1:26.1-5.el8.noarch                                          
13:44:47 #8 11.78   file-5.33-13.el8.x86_64                                                       
13:44:47 #8 11.78   gc-7.6.4-3.el8.x86_64                                                         
13:44:47 #8 11.78   gdb-headless-8.2-11.el8.x86_64                                                
13:44:47 #8 11.78   ghc-srpm-macros-1.4.2-7.el8.noarch                                            
13:44:47 #8 11.78   go-srpm-macros-2-16.el8.noarch                                                
13:44:47 #8 11.78   groff-base-1.22.3-18.el8.x86_64                                               
13:44:47 #8 11.78   guile-5:2.0.14-7.el8.x86_64                                                   
13:44:47 #8 11.78   libatomic_ops-7.6.2-3.el8.x86_64                                              
13:44:47 #8 11.78   libbabeltrace-1.5.4-2.el8.x86_64                                              
13:44:47 #8 11.78   libipt-1.6.1-8.el8.x86_64                                                     
13:44:47 #8 11.78   libpkgconf-1.4.2-1.el8.x86_64                                                 
13:44:47 #8 11.78   libtool-ltdl-2.4.6-25.el8.x86_64                                              
13:44:47 #8 11.78   ocaml-srpm-macros-5-4.el8.noarch                                              
13:44:47 #8 11.78   openblas-srpm-macros-2-2.el8.noarch                                           
13:44:47 #8 11.78   patch-2.7.6-11.el8.x86_64                                                     
13:44:47 #8 11.78   perl-Carp-1.42-396.el8.noarch                                                 
13:44:47 #8 11.78   perl-Errno-1.28-416.el8.x86_64                                                
13:44:47 #8 11.78   perl-Exporter-5.72-396.el8.noarch                                             
13:44:47 #8 11.78   perl-File-Path-2.15-2.el8.noarch                                              
13:44:47 #8 11.78   perl-IO-1.38-416.el8.x86_64                                                   
13:44:47 #8 11.78   perl-PathTools-3.74-1.el8.x86_64                                              
13:44:47 #8 11.78   perl-Scalar-List-Utils-3:1.49-2.el8.x86_64                                    
13:44:47 #8 11.78   perl-Socket-4:2.027-3.el8.x86_64                                              
13:44:47 #8 11.78   perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch                                  
13:44:47 #8 11.78   perl-Unicode-Normalize-1.25-396.el8.x86_64                                    
13:44:47 #8 11.78   perl-constant-1.33-396.el8.noarch                                             
13:44:47 #8 11.78   perl-interpreter-4:5.26.3-416.el8.x86_64                                      
13:44:47 #8 11.78   perl-libs-4:5.26.3-416.el8.x86_64                                             
13:44:47 #8 11.78   perl-macros-4:5.26.3-416.el8.x86_64                                           
13:44:47 #8 11.78   perl-parent-1:0.237-1.el8.noarch                                              
13:44:47 #8 11.78   perl-srpm-macros-1-25.el8.noarch                                              
13:44:47 #8 11.78   perl-threads-1:2.21-2.el8.x86_64                                              
13:44:47 #8 11.78   perl-threads-shared-1.58-2.el8.x86_64                                         
13:44:47 #8 11.78   pkgconf-1.4.2-1.el8.x86_64                                                    
13:44:47 #8 11.78   pkgconf-m4-1.4.2-1.el8.noarch                                                 
13:44:47 #8 11.78   pkgconf-pkg-config-1.4.2-1.el8.x86_64                                         
13:44:47 #8 11.78   python-srpm-macros-3-38.el8.noarch                                            
13:44:47 #8 11.78   python3-dateutil-1:2.6.1-6.el8.noarch                                         
13:44:47 #8 11.78   python3-dnf-plugins-core-4.0.12-3.el8.noarch                                  
13:44:47 #8 11.78   python3-rpm-macros-3-38.el8.noarch                                            
13:44:47 #8 11.78   python3-six-1.11.0-8.el8.noarch                                               
13:44:47 #8 11.78   qt5-srpm-macros-5.12.5-3.el8.noarch                                           
13:44:47 #8 11.78   redhat-rpm-config-122-1.el8.noarch                                            
13:44:47 #8 11.78   rpm-build-4.14.2-37.el8.x86_64                                                
13:44:47 #8 11.78   rpmlint-1.10-13.2.el8.noarch                                                  
13:44:47 #8 11.78   rust-srpm-macros-5-2.el8.noarch                                               
13:44:47 #8 11.78   unzip-6.0-43.el8.x86_64                                                       
13:44:47 #8 11.78   yum-utils-4.0.12-3.el8.noarch                                                 
13:44:47 #8 11.78   zip-3.0-23.el8.x86_64                                                         
13:44:47 #8 11.78   zstd-1.4.2-2.el8.x86_64                                                       
13:44:47 #8 11.78 
13:44:47 #8 11.78 Complete!
13:44:47 #8 DONE 12.1s
13:44:47 
13:44:47 #9 [stage-1 5/9] RUN yum-config-manager --set-enabled PowerTools
13:44:48 #9 DONE 0.7s
13:44:48 
13:44:48 #11 [stage-1 6/9] COPY SPECS /root/rpmbuild/SPECS
13:44:48 #11 DONE 0.1s
13:44:48 
13:44:48 #12 [stage-1 7/9] RUN yum-builddep --define '_without_btrfs 1' -y /root/rpmb...
13:44:50 #12 1.322 CentOS-8 - PowerTools                           2.8 MB/s | 1.9 MB     00:00    
13:44:50 #12 1.722 Last metadata expiration check: 0:00:01 ago on Tue Aug 18 13:44:49 2020.
13:44:50 #12 2.280 Package bash-4.4.19-10.el8.x86_64 is already installed.
13:44:50 #12 2.281 Package bash-4.4.19-10.el8.x86_64 is already installed.
13:44:50 #12 2.282 Package ca-certificates-2019.2.32-80.0.el8_1.noarch is already installed.
13:44:50 #12 2.283 Package pkgconf-pkg-config-1.4.2-1.el8.x86_64 is already installed.
13:44:50 #12 2.283 Package systemd-239-31.el8_2.2.x86_64 is already installed.
13:44:50 #12 2.284 Package tar-2:1.30-4.el8.x86_64 is already installed.
13:44:51 #12 2.390 Dependencies resolved.
13:44:51 #12 2.401 =========================================================================================
13:44:51 #12 2.401  Package                        Arch    Version                         Repository   Size
13:44:51 #12 2.401 =========================================================================================
13:44:51 #12 2.401 Installing:
13:44:51 #12 2.401  cmake                          x86_64  3.11.4-7.el8                    AppStream   8.1 M
13:44:51 #12 2.401  device-mapper-devel            x86_64  8:1.02.169-3.el8                PowerTools  279 k
13:44:51 #12 2.401  gcc                            x86_64  8.3.1-5.el8.0.2                 AppStream    23 M
13:44:51 #12 2.401  git                            x86_64  2.18.4-2.el8_2                  AppStream   186 k
13:44:51 #12 2.401  glibc-static                   x86_64  2.28-101.el8                    PowerTools  2.0 M
13:44:51 #12 2.401  libseccomp-devel               x86_64  2.4.1-1.el8                     AppStream    83 k
13:44:51 #12 2.401  libselinux-devel               x86_64  2.9-3.el8                       BaseOS      199 k
13:44:51 #12 2.401  libtool                        x86_64  2.4.6-25.el8                    AppStream   709 k
13:44:51 #12 2.401  libtool-ltdl-devel             x86_64  2.4.6-25.el8                    AppStream   184 k
13:44:51 #12 2.401  make                           x86_64  1:4.2.1-10.el8                  BaseOS      498 k
13:44:51 #12 2.401  selinux-policy-devel           noarch  3.14.3-41.el8_2.5               BaseOS      1.5 M
13:44:51 #12 2.401  systemd-devel                  x86_64  239-31.el8_2.2                  BaseOS      365 k
13:44:51 #12 2.401  which                          x86_64  2.21-12.el8                     BaseOS       49 k
13:44:51 #12 2.401 Upgrading:
13:44:51 #12 2.401  ca-certificates                noarch  2020.2.41-80.0.el8_2            BaseOS      391 k
13:44:51 #12 2.401 Installing dependencies:
13:44:51 #12 2.401  annobin                        x86_64  8.90-1.el8.0.1                  AppStream   201 k
13:44:51 #12 2.401  autoconf                       noarch  2.69-27.el8                     AppStream   710 k
13:44:51 #12 2.401  automake                       noarch  1.16.1-6.el8                    AppStream   713 k
13:44:51 #12 2.401  checkpolicy                    x86_64  2.9-1.el8                       BaseOS      348 k
13:44:51 #12 2.401  cmake-data                     noarch  3.11.4-7.el8                    AppStream   1.3 M
13:44:51 #12 2.401  cmake-filesystem               x86_64  3.11.4-7.el8                    AppStream    40 k
13:44:51 #12 2.401  cmake-rpm-macros               noarch  3.11.4-7.el8                    AppStream    39 k
13:44:51 #12 2.401  cpp                            x86_64  8.3.1-5.el8.0.2                 AppStream    10 M
13:44:51 #12 2.401  fipscheck                      x86_64  1.5.0-4.el8                     BaseOS       28 k
13:44:51 #12 2.401  fipscheck-lib                  x86_64  1.5.0-4.el8                     BaseOS       16 k
13:44:51 #12 2.401  git-core                       x86_64  2.18.4-2.el8_2                  AppStream   4.0 M
13:44:51 #12 2.401  git-core-doc                   noarch  2.18.4-2.el8_2                  AppStream   2.3 M
13:44:51 #12 2.401  glibc-devel                    x86_64  2.28-101.el8                    BaseOS      1.0 M
13:44:51 #12 2.401  glibc-headers                  x86_64  2.28-101.el8                    BaseOS      473 k
13:44:51 #12 2.401  isl                            x86_64  0.16.1-6.el8                    AppStream   841 k
13:44:51 #12 2.401  kernel-headers                 x86_64  4.18.0-193.14.2.el8_2           BaseOS      4.0 M
13:44:51 #12 2.401  libedit                        x86_64  3.1-23.20170329cvs.el8          BaseOS      102 k
13:44:51 #12 2.401  libgomp                        x86_64  8.3.1-5.el8.0.2                 BaseOS      203 k
13:44:51 #12 2.401  libmpc                         x86_64  1.0.2-9.el8                     AppStream    59 k
13:44:51 #12 2.401  libsecret                      x86_64  0.18.6-1.el8                    BaseOS      163 k
13:44:51 #12 2.401  libselinux-utils               x86_64  2.9-3.el8                       BaseOS      244 k
13:44:51 #12 2.401  libsepol-devel                 x86_64  2.9-1.el8                       BaseOS       86 k
13:44:51 #12 2.401  libuv                          x86_64  1:1.23.1-1.el8                  AppStream   134 k
13:44:51 #12 2.401  libxcrypt-devel                x86_64  4.1.1-4.el8                     BaseOS       25 k
13:44:51 #12 2.401  libxcrypt-static               x86_64  4.1.1-4.el8                     PowerTools   53 k
13:44:51 #12 2.401  m4                             x86_64  1.4.18-7.el8                    BaseOS      223 k
13:44:51 #12 2.401  ncurses                        x86_64  6.1-7.20180224.el8              BaseOS      387 k
13:44:51 #12 2.401  openssh                        x86_64  8.0p1-4.el8_1                   BaseOS      496 k
13:44:51 #12 2.401  openssh-clients                x86_64  8.0p1-4.el8_1                   BaseOS      704 k
13:44:51 #12 2.401  openssl                        x86_64  1:1.1.1c-15.el8                 BaseOS      697 k
13:44:51 #12 2.401  pcre2-devel                    x86_64  10.32-1.el8                     BaseOS      605 k
13:44:51 #12 2.401  pcre2-utf16                    x86_64  10.32-1.el8                     BaseOS      228 k
13:44:51 #12 2.401  pcre2-utf32                    x86_64  10.32-1.el8                     BaseOS      220 k
13:44:51 #12 2.401  perl-Data-Dumper               x86_64  2.167-399.el8                   BaseOS       58 k
13:44:51 #12 2.401  perl-Digest                    noarch  1.17-395.el8                    AppStream    27 k
13:44:51 #12 2.401  perl-Digest-MD5                x86_64  2.55-396.el8                    AppStream    37 k
13:44:51 #12 2.401  perl-Encode                    x86_64  4:2.97-3.el8                    BaseOS      1.5 M
13:44:51 #12 2.401  perl-Error                     noarch  1:0.17025-2.el8                 AppStream    46 k
13:44:51 #12 2.401  perl-File-Temp                 noarch  0.230.600-1.el8                 BaseOS       63 k
13:44:51 #12 2.401  perl-Getopt-Long               noarch  1:2.50-4.el8                    BaseOS       63 k
13:44:51 #12 2.401  perl-Git                       noarch  2.18.4-2.el8_2                  AppStream    77 k
13:44:51 #12 2.401  perl-HTTP-Tiny                 noarch  0.074-1.el8                     BaseOS       58 k
13:44:51 #12 2.401  perl-MIME-Base64               x86_64  3.15-396.el8                    BaseOS       31 k
13:44:51 #12 2.401  perl-Net-SSLeay                x86_64  1.88-1.el8                      AppStream   379 k
13:44:51 #12 2.401  perl-Pod-Escapes               noarch  1:1.07-395.el8                  BaseOS       20 k
13:44:51 #12 2.401  perl-Pod-Perldoc               noarch  3.28-396.el8                    BaseOS       86 k
13:44:51 #12 2.401  perl-Pod-Simple                noarch  1:3.35-395.el8                  BaseOS      213 k
13:44:51 #12 2.401  perl-Pod-Usage                 noarch  4:1.69-395.el8                  BaseOS       34 k
13:44:51 #12 2.401  perl-Storable                  x86_64  1:3.11-3.el8                    BaseOS       98 k
13:44:51 #12 2.401  perl-Term-ANSIColor            noarch  4.06-396.el8                    BaseOS       46 k
13:44:51 #12 2.401  perl-Term-Cap                  noarch  1.17-395.el8                    BaseOS       23 k
13:44:51 #12 2.401  perl-TermReadKey               x86_64  2.37-7.el8                      AppStream    40 k
13:44:51 #12 2.401  perl-Text-ParseWords           noarch  3.30-395.el8                    BaseOS       18 k
13:44:51 #12 2.401  perl-Thread-Queue              noarch  3.13-1.el8                      AppStream    24 k
13:44:51 #12 2.401  perl-Time-Local                noarch  1:1.280-1.el8                   BaseOS       34 k
13:44:51 #12 2.401  perl-URI                       noarch  1.73-3.el8                      AppStream   116 k
13:44:51 #12 2.401  perl-libnet                    noarch  3.11-3.el8                      AppStream   121 k
13:44:51 #12 2.401  perl-podlators                 noarch  4.11-1.el8                      BaseOS      118 k
13:44:51 #12 2.401  policycoreutils                x86_64  2.9-9.el8                       BaseOS      377 k
13:44:51 #12 2.401  policycoreutils-devel          x86_64  2.9-9.el8                       BaseOS      292 k
13:44:51 #12 2.401  policycoreutils-python-utils   noarch  2.9-9.el8                       BaseOS      251 k
13:44:51 #12 2.401  python3-audit                  x86_64  3.0-0.17.20191104git1c2f876.el8 BaseOS       86 k
13:44:51 #12 2.401  python3-libselinux             x86_64  2.9-3.el8                       BaseOS      283 k
13:44:51 #12 2.401  python3-libsemanage            x86_64  2.9-2.el8                       BaseOS      127 k
13:44:51 #12 2.401  python3-policycoreutils        noarch  2.9-9.el8                       BaseOS      2.2 M
13:44:51 #12 2.401  python3-setools                x86_64  4.2.2-2.el8                     BaseOS      601 k
13:44:51 #12 2.401  rpm-plugin-selinux             x86_64  4.14.2-37.el8                   BaseOS       75 k
13:44:51 #12 2.401  selinux-policy                 noarch  3.14.3-41.el8_2.5               BaseOS      614 k
13:44:51 #12 2.401  selinux-policy-minimum         noarch  3.14.3-41.el8_2.5               BaseOS       13 M
13:44:51 #12 2.401 Installing weak dependencies:
13:44:51 #12 2.401  perl-IO-Socket-IP              noarch  0.39-5.el8                      AppStream    47 k
13:44:51 #12 2.401  perl-IO-Socket-SSL             noarch  2.066-4.el8                     AppStream   297 k
13:44:51 #12 2.401  perl-Mozilla-CA                noarch  20160104-7.el8                  AppStream    15 k
13:44:51 #12 2.401 
13:44:51 #12 2.401 Transaction Summary
13:44:51 #12 2.401 =========================================================================================
13:44:51 #12 2.401 Install  85 Packages
13:44:51 #12 2.401 Upgrade   1 Package
13:44:51 #12 2.401 
13:44:51 #12 2.405 Total download size: 90 M
13:44:51 #12 2.406 Downloading Packages:
13:44:52 #12 3.587 (1/86): annobin-8.90-1.el8.0.1.x86_64.rpm       965 kB/s | 201 kB     00:00    
13:44:52 #12 3.594 (2/86): automake-1.16.1-6.el8.noarch.rpm        3.2 MB/s | 713 kB     00:00    
13:44:52 #12 3.598 (3/86): autoconf-2.69-27.el8.noarch.rpm         3.2 MB/s | 710 kB     00:00    
13:44:52 #12 3.600 (4/86): cmake-filesystem-3.11.4-7.el8.x86_64.rp  17 MB/s |  40 kB     00:00    
13:44:52 #12 3.604 (5/86): cmake-rpm-macros-3.11.4-7.el8.noarch.rp  12 MB/s |  39 kB     00:00    
13:44:52 #12 3.614 (6/86): cmake-data-3.11.4-7.el8.noarch.rpm       67 MB/s | 1.3 MB     00:00    
13:44:52 #12 3.782 (7/86): cmake-3.11.4-7.el8.x86_64.rpm            42 MB/s | 8.1 MB     00:00    
13:44:52 #12 3.787 (8/86): git-2.18.4-2.el8_2.x86_64.rpm            38 MB/s | 186 kB     00:00    
13:44:52 #12 3.958 (9/86): cpp-8.3.1-5.el8.0.2.x86_64.rpm           29 MB/s |  10 MB     00:00    
13:44:52 #12 3.992 (10/86): git-core-2.18.4-2.el8_2.x86_64.rpm      20 MB/s | 4.0 MB     00:00    
13:44:52 #12 4.008 (11/86): git-core-doc-2.18.4-2.el8_2.noarch.rpm  45 MB/s | 2.3 MB     00:00    
13:44:52 #12 4.012 (12/86): isl-0.16.1-6.el8.x86_64.rpm             40 MB/s | 841 kB     00:00    
13:44:52 #12 4.013 (13/86): libmpc-1.0.2-9.el8.x86_64.rpm           12 MB/s |  59 kB     00:00    
13:44:52 #12 4.023 (14/86): libtool-2.4.6-25.el8.x86_64.rpm         73 MB/s | 709 kB     00:00    
13:44:52 #12 4.026 (15/86): libseccomp-devel-2.4.1-1.el8.x86_64.rp 6.0 MB/s |  83 kB     00:00    
13:44:52 #12 4.031 (16/86): libtool-ltdl-devel-2.4.6-25.el8.x86_64  25 MB/s | 184 kB     00:00    
13:44:52 #12 4.032 (17/86): libuv-1.23.1-1.el8.x86_64.rpm           25 MB/s | 134 kB     00:00    
13:44:52 #12 4.033 (18/86): perl-Digest-1.17-395.el8.noarch.rpm     13 MB/s |  27 kB     00:00    
13:44:52 #12 4.034 (19/86): perl-Digest-MD5-2.55-396.el8.x86_64.rp  16 MB/s |  37 kB     00:00    
13:44:52 #12 4.036 (20/86): perl-Error-0.17025-2.el8.noarch.rpm     21 MB/s |  46 kB     00:00    
13:44:52 #12 4.038 (21/86): perl-Git-2.18.4-2.el8_2.noarch.rpm      26 MB/s |  77 kB     00:00    
13:44:52 #12 4.038 (22/86): perl-IO-Socket-IP-0.39-5.el8.noarch.rp  18 MB/s |  47 kB     00:00    
13:44:52 #12 4.043 (23/86): perl-Mozilla-CA-20160104-7.el8.noarch. 3.6 MB/s |  15 kB     00:00    
13:44:52 #12 4.045 (24/86): perl-IO-Socket-SSL-2.066-4.el8.noarch.  42 MB/s | 297 kB     00:00    
13:44:52 #12 4.048 (25/86): perl-TermReadKey-2.37-7.el8.x86_64.rpm  15 MB/s |  40 kB     00:00    
13:44:52 #12 4.050 (26/86): perl-Net-SSLeay-1.88-1.el8.x86_64.rpm   56 MB/s | 379 kB     00:00    
13:44:52 #12 4.051 (27/86): perl-Thread-Queue-3.13-1.el8.noarch.rp 9.7 MB/s |  24 kB     00:00    
13:44:52 #12 4.053 (28/86): perl-URI-1.73-3.el8.noarch.rpm          36 MB/s | 116 kB     00:00    
13:44:52 #12 4.055 (29/86): perl-libnet-3.11-3.el8.noarch.rpm       28 MB/s | 121 kB     00:00    
13:44:52 #12 4.058 (30/86): fipscheck-1.5.0-4.el8.x86_64.rpm       9.8 MB/s |  28 kB     00:00    
13:44:52 #12 4.060 (31/86): checkpolicy-2.9-1.el8.x86_64.rpm        54 MB/s | 348 kB     00:00    
13:44:52 #12 4.061 (32/86): fipscheck-lib-1.5.0-4.el8.x86_64.rpm   5.6 MB/s |  16 kB     00:00    
13:44:52 #12 4.070 (33/86): glibc-headers-2.28-101.el8.x86_64.rpm   57 MB/s | 473 kB     00:00    
13:44:52 #12 4.078 (34/86): glibc-devel-2.28-101.el8.x86_64.rpm     59 MB/s | 1.0 MB     00:00    
13:44:52 #12 4.082 (35/86): libedit-3.1-23.20170329cvs.el8.x86_64.  26 MB/s | 102 kB     00:00    
13:44:52 #12 4.087 (36/86): libgomp-8.3.1-5.el8.0.2.x86_64.rpm      42 MB/s | 203 kB     00:00    
13:44:52 #12 4.092 (37/86): libsecret-0.18.6-1.el8.x86_64.rpm       37 MB/s | 163 kB     00:00    
13:44:52 #12 4.097 (38/86): libselinux-devel-2.9-3.el8.x86_64.rpm   40 MB/s | 199 kB     00:00    
13:44:52 #12 4.103 (39/86): libselinux-utils-2.9-3.el8.x86_64.rpm   43 MB/s | 244 kB     00:00    
13:44:52 #12 4.106 (40/86): libsepol-devel-2.9-1.el8.x86_64.rpm     27 MB/s |  86 kB     00:00    
13:44:52 #12 4.109 (41/86): libxcrypt-devel-4.1.1-4.el8.x86_64.rpm  11 MB/s |  25 kB     00:00    
13:44:52 #12 4.114 (42/86): m4-1.4.18-7.el8.x86_64.rpm              48 MB/s | 223 kB     00:00    
13:44:52 #12 4.159 (43/86): kernel-headers-4.18.0-193.14.2.el8_2.x  45 MB/s | 4.0 MB     00:00    
13:44:52 #12 4.165 (44/86): make-4.2.1-10.el8.x86_64.rpm           9.5 MB/s | 498 kB     00:00    
13:44:52 #12 4.169 (45/86): ncurses-6.1-7.20180224.el8.x86_64.rpm   42 MB/s | 387 kB     00:00    
13:44:53 #12 4.482 (46/86): gcc-8.3.1-5.el8.0.2.x86_64.rpm          27 MB/s |  23 MB     00:00    
13:44:53 #12 4.487 (47/86): openssh-8.0p1-4.el8_1.x86_64.rpm       1.5 MB/s | 496 kB     00:00    
13:44:53 #12 4.492 (48/86): openssh-clients-8.0p1-4.el8_1.x86_64.r 2.1 MB/s | 704 kB     00:00    
13:44:53 #12 4.507 (49/86): openssl-1.1.1c-15.el8.x86_64.rpm        28 MB/s | 697 kB     00:00    
13:44:53 #12 4.509 (50/86): pcre2-utf16-10.32-1.el8.x86_64.rpm      13 MB/s | 228 kB     00:00    
13:44:53 #12 4.512 (51/86): pcre2-utf32-10.32-1.el8.x86_64.rpm      46 MB/s | 220 kB     00:00    
13:44:53 #12 4.513 (52/86): perl-Data-Dumper-2.167-399.el8.x86_64.  16 MB/s |  58 kB     00:00    
13:44:53 #12 4.519 (53/86): pcre2-devel-10.32-1.el8.x86_64.rpm      19 MB/s | 605 kB     00:00    
13:44:53 #12 4.520 (54/86): perl-File-Temp-0.230.600-1.el8.noarch. 9.2 MB/s |  63 kB     00:00    
13:44:53 #12 4.522 (55/86): perl-Getopt-Long-2.50-4.el8.noarch.rpm  27 MB/s |  63 kB     00:00    
13:44:53 #12 4.524 (56/86): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm   15 MB/s |  58 kB     00:00    
13:44:53 #12 4.524 (57/86): perl-MIME-Base64-3.15-396.el8.x86_64.r  13 MB/s |  31 kB     00:00    
13:44:53 #12 4.526 (58/86): perl-Pod-Escapes-1.07-395.el8.noarch.r 9.6 MB/s |  20 kB     00:00    
13:44:53 #12 4.529 (59/86): perl-Pod-Perldoc-3.28-396.el8.noarch.r  22 MB/s |  86 kB     00:00    
13:44:53 #12 4.531 (60/86): perl-Pod-Usage-1.69-395.el8.noarch.rpm  18 MB/s |  34 kB     00:00    
13:44:53 #12 4.533 (61/86): perl-Pod-Simple-3.35-395.el8.noarch.rp  32 MB/s | 213 kB     00:00    
13:44:53 #12 4.535 (62/86): perl-Storable-3.11-3.el8.x86_64.rpm     24 MB/s |  98 kB     00:00    
13:44:53 #12 4.536 (63/86): perl-Term-ANSIColor-4.06-396.el8.noarc  17 MB/s |  46 kB     00:00    
13:44:53 #12 4.542 (64/86): perl-Encode-2.97-3.el8.x86_64.rpm       48 MB/s | 1.5 MB     00:00    
13:44:53 #12 4.543 (65/86): perl-Term-Cap-1.17-395.el8.noarch.rpm  3.1 MB/s |  23 kB     00:00    
13:44:53 #12 4.543 (66/86): perl-Text-ParseWords-3.30-395.el8.noar 2.5 MB/s |  18 kB     00:00    
13:44:53 #12 4.546 (67/86): perl-podlators-4.11-1.el8.noarch.rpm    37 MB/s | 118 kB     00:00    
13:44:53 #12 4.549 (68/86): perl-Time-Local-1.280-1.el8.noarch.rpm 5.2 MB/s |  34 kB     00:00    
13:44:53 #12 4.552 (69/86): policycoreutils-2.9-9.el8.x86_64.rpm    44 MB/s | 377 kB     00:00    
13:44:53 #12 4.554 (70/86): policycoreutils-devel-2.9-9.el8.x86_64  36 MB/s | 292 kB     00:00    
13:44:53 #12 4.564 (71/86): policycoreutils-python-utils-2.9-9.el8  16 MB/s | 251 kB     00:00    
13:44:53 #12 4.565 (72/86): python3-audit-3.0-0.17.20191104git1c2f 6.4 MB/s |  86 kB     00:00    
13:44:53 #12 4.568 (73/86): python3-libselinux-2.9-3.el8.x86_64.rp  21 MB/s | 283 kB     00:00    
13:44:53 #12 4.569 (74/86): python3-libsemanage-2.9-2.el8.x86_64.r  28 MB/s | 127 kB     00:00    
13:44:53 #12 4.573 (75/86): rpm-plugin-selinux-4.14.2-37.el8.x86_6  23 MB/s |  75 kB     00:00    
13:44:53 #12 4.583 (76/86): selinux-policy-3.14.3-41.el8_2.5.noarc  61 MB/s | 614 kB     00:00    
13:44:53 #12 4.586 (77/86): python3-setools-4.2.2-2.el8.x86_64.rpm  34 MB/s | 601 kB     00:00    
13:44:53 #12 4.605 (78/86): python3-policycoreutils-2.9-9.el8.noar  57 MB/s | 2.2 MB     00:00    
13:44:53 #12 4.626 (79/86): selinux-policy-devel-3.14.3-41.el8_2.5  34 MB/s | 1.5 MB     00:00    
13:44:53 #12 4.630 (80/86): systemd-devel-239-31.el8_2.2.x86_64.rp  14 MB/s | 365 kB     00:00    
13:44:53 #12 4.631 (81/86): which-2.21-12.el8.x86_64.rpm            11 MB/s |  49 kB     00:00    
13:44:53 #12 4.669 (82/86): glibc-static-2.28-101.el8.x86_64.rpm    53 MB/s | 2.0 MB     00:00    
13:44:53 #12 4.674 (83/86): libxcrypt-static-4.1.1-4.el8.x86_64.rp  12 MB/s |  53 kB     00:00    
13:44:53 #12 4.681 (84/86): ca-certificates-2020.2.41-80.0.el8_2.n  52 MB/s | 391 kB     00:00    
13:44:53 #12 4.895 (85/86): selinux-policy-minimum-3.14.3-41.el8_2  43 MB/s |  13 MB     00:00    
13:44:53 #12 5.172 (86/86): device-mapper-devel-1.02.169-3.el8.x86 515 kB/s | 279 kB     00:00    
13:44:53 #12 5.173 --------------------------------------------------------------------------------
13:44:53 #12 5.174 Total                                            33 MB/s |  90 MB     00:02     
13:44:53 #12 5.306 Running transaction check
13:44:53 #12 5.414 Transaction check succeeded.
13:44:54 #12 5.414 Running transaction test
13:44:54 #12 6.270 Transaction test succeeded.
13:44:54 #12 6.271 Running transaction
13:44:56 #12 7.743   Preparing        :                                                        1/1 
13:44:56 #12 7.781   Installing       : perl-MIME-Base64-3.15-396.el8.x86_64                  1/87 
13:44:56 #12 7.818   Installing       : python3-libselinux-2.9-3.el8.x86_64                   2/87 
13:44:56 #12 7.879   Installing       : perl-Time-Local-1:1.280-1.el8.noarch                  3/87 
13:44:56 #12 7.894   Installing       : perl-Text-ParseWords-3.30-395.el8.noarch              4/87 
13:44:56 #12 7.913   Installing       : perl-IO-Socket-IP-0.39-5.el8.noarch                   5/87 
13:44:56 #12 7.933   Installing       : perl-File-Temp-0.230.600-1.el8.noarch                 6/87 
13:44:56 #12 7.952   Installing       : perl-Data-Dumper-2.167-399.el8.x86_64                 7/87 
13:44:56 #12 8.005   Installing       : make-1:4.2.1-10.el8.x86_64                            8/87 
13:44:56 #12 8.019   Running scriptlet: make-1:4.2.1-10.el8.x86_64                            8/87 
13:44:56 #12 8.043   Installing       : m4-1.4.18-7.el8.x86_64                                9/87 
13:44:56 #12 8.057   Running scriptlet: m4-1.4.18-7.el8.x86_64                                9/87 
13:44:56 #12 8.104   Installing       : checkpolicy-2.9-1.el8.x86_64                         10/87 
13:44:56 #12 8.125   Installing       : libmpc-1.0.2-9.el8.x86_64                            11/87 
13:44:56 #12 8.143   Running scriptlet: libmpc-1.0.2-9.el8.x86_64                            11/87 
13:44:56 #12 8.158   Installing       : cmake-rpm-macros-3.11.4-7.el8.noarch                 12/87 
13:44:57 #12 8.173   Installing       : cmake-filesystem-3.11.4-7.el8.x86_64                 13/87 
13:44:57 #12 9.204   Installing       : cpp-8.3.1-5.el8.0.2.x86_64                           14/87 
13:44:57 #12 9.218   Running scriptlet: cpp-8.3.1-5.el8.0.2.x86_64                           14/87 
13:44:58 #12 9.238   Installing       : python3-libsemanage-2.9-2.el8.x86_64                 15/87 
13:44:58 #12 9.331   Installing       : python3-setools-4.2.2-2.el8.x86_64                   16/87 
13:44:58 #12 9.357   Installing       : perl-Digest-1.17-395.el8.noarch                      17/87 
13:44:58 #12 9.373   Installing       : perl-Digest-MD5-2.55-396.el8.x86_64                  18/87 
13:44:58 #12 9.431   Installing       : perl-Net-SSLeay-1.88-1.el8.x86_64                    19/87 
13:44:58 #12 9.455   Installing       : fipscheck-lib-1.5.0-4.el8.x86_64                     20/87 
13:44:58 #12 9.467   Running scriptlet: fipscheck-lib-1.5.0-4.el8.x86_64                     20/87 
13:44:58 #12 9.483   Installing       : fipscheck-1.5.0-4.el8.x86_64                         21/87 
13:44:58 #12 9.497   Running scriptlet: openssh-8.0p1-4.el8_1.x86_64                         22/87 
13:44:58 #12 9.573   Installing       : openssh-8.0p1-4.el8_1.x86_64                         22/87 
13:44:58 #12 9.617   Running scriptlet: ca-certificates-2020.2.41-80.0.el8_2.noarch          23/87 
13:44:58 #12 9.662   Upgrading        : ca-certificates-2020.2.41-80.0.el8_2.noarch          23/87 
13:44:58 #12 9.687   Running scriptlet: ca-certificates-2020.2.41-80.0.el8_2.noarch          23/87 
13:44:58 #12 10.00   Installing       : perl-Mozilla-CA-20160104-7.el8.noarch                24/87 
13:44:58 #12 10.07   Installing       : systemd-devel-239-31.el8_2.2.x86_64                  25/87 
13:44:58 #12 10.10   Installing       : python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_   26/87 
13:44:58 #12 10.12   Installing       : perl-Term-ANSIColor-4.06-396.el8.noarch              27/87 
13:44:58 #12 10.15   Installing       : perl-Storable-1:3.11-3.el8.x86_64                    28/87 
13:44:58 #12 10.16   Installing       : perl-Pod-Escapes-1:1.07-395.el8.noarch               29/87 
13:44:58 #12 10.20   Installing       : pcre2-utf32-10.32-1.el8.x86_64                       30/87 
13:44:58 #12 10.24   Installing       : pcre2-utf16-10.32-1.el8.x86_64                       31/87 
13:44:59 #12 10.32   Installing       : pcre2-devel-10.32-1.el8.x86_64                       32/87 
13:44:59 #12 10.45   Installing       : openssl-1:1.1.1c-15.el8.x86_64                       33/87 
13:44:59 #12 10.50   Installing       : ncurses-6.1-7.20180224.el8.x86_64                    34/87 
13:44:59 #12 10.54   Installing       : perl-Term-Cap-1.17-395.el8.noarch                    35/87 
13:44:59 #12 10.77   Installing       : perl-Encode-4:2.97-3.el8.x86_64                      36/87 
13:44:59 #12 10.81   Installing       : perl-Pod-Simple-1:3.35-395.el8.noarch                37/87 
13:44:59 #12 10.83   Installing       : perl-Getopt-Long-1:2.50-4.el8.noarch                 38/87 
13:44:59 #12 10.86   Installing       : perl-podlators-4.11-1.el8.noarch                     39/87 
13:44:59 #12 10.88   Installing       : perl-Pod-Usage-4:1.69-395.el8.noarch                 40/87 
13:44:59 #12 10.90   Installing       : perl-Pod-Perldoc-3.28-396.el8.noarch                 41/87 
13:44:59 #12 10.93   Installing       : perl-HTTP-Tiny-0.074-1.el8.noarch                    42/87 
13:44:59 #12 10.97   Installing       : perl-IO-Socket-SSL-2.066-4.el8.noarch                43/87 
13:44:59 #12 11.00   Installing       : perl-libnet-3.11-3.el8.noarch                        44/87 
13:44:59 #12 11.04   Installing       : perl-URI-1.73-3.el8.noarch                           45/87 
13:44:59 #12 11.11   Installing       : autoconf-2.69-27.el8.noarch                          46/87 
13:44:59 #12 11.13   Running scriptlet: autoconf-2.69-27.el8.noarch                          46/87 
13:44:59 #12 11.15   Installing       : libsepol-devel-2.9-1.el8.x86_64                      47/87 
13:44:59 #12 11.20   Installing       : libselinux-devel-2.9-3.el8.x86_64                    48/87 
13:44:59 #12 11.24   Installing       : libselinux-utils-2.9-3.el8.x86_64                    49/87 
13:44:59 #12 11.33   Installing       : policycoreutils-2.9-9.el8.x86_64                     50/87 
13:45:00 #12 11.36   Running scriptlet: policycoreutils-2.9-9.el8.x86_64                     50/87 
13:45:00 #12 11.58   Installing       : python3-policycoreutils-2.9-9.el8.noarch             51/87 
13:45:00 #12 11.62   Installing       : policycoreutils-python-utils-2.9-9.el8.noarch        52/87 
13:45:00 #12 11.66   Installing       : rpm-plugin-selinux-4.14.2-37.el8.x86_64              53/87 
13:45:00 #12 11.68   Installing       : selinux-policy-3.14.3-41.el8_2.5.noarch              54/87 
13:45:00 #12 11.72   Running scriptlet: selinux-policy-3.14.3-41.el8_2.5.noarch              54/87 
13:45:01 make[2]: Leaving directory '/go/src/github.com/docker/app'
13:45:01 Cloning into '/go/src/github.com/docker/buildx'...
13:45:01 Fetching origin
13:45:01 + GOFLAGS=-mod=vendor
13:45:01 + go build -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.4.1-docker -X github.com/docker/buildx/version.Revision=bda4882a65349ca359216b135896bddc1d92461c -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
13:45:01 #12 11.75   Running scriptlet: selinux-policy-minimum-3.14.3-41.el8_2.5.noarch      55/87 
13:45:02 #12 13.15   Installing       : selinux-policy-minimum-3.14.3-41.el8_2.5.noarch      55/87 
13:45:08 #12 13.24   Running scriptlet: selinux-policy-minimum-3.14.3-41.el8_2.5.noarch      55/87 
13:45:08 #12 19.47   Installing       : policycoreutils-devel-2.9-9.el8.x86_64               56/87 
13:45:08 #12 19.71   Installing       : selinux-policy-devel-3.14.3-41.el8_2.5.noarch        57/87 
13:45:08 #12 19.77   Running scriptlet: selinux-policy-devel-3.14.3-41.el8_2.5.noarch        57/87 
13:45:08 #12 19.79   Installing       : libsecret-0.18.6-1.el8.x86_64                        58/87 
13:45:08 #12 19.82   Installing       : libgomp-8.3.1-5.el8.0.2.x86_64                       59/87 
13:45:08 #12 19.84   Running scriptlet: libgomp-8.3.1-5.el8.0.2.x86_64                       59/87 
13:45:08 #12 19.86   Installing       : libedit-3.1-23.20170329cvs.el8.x86_64                60/87 
13:45:09 #12 19.96   Installing       : openssh-clients-8.0p1-4.el8_1.x86_64                 61/87 
13:45:09 #12 20.49   Installing       : git-core-2.18.4-2.el8_2.x86_64                       62/87 
13:45:09 #12 20.84   Installing       : git-core-doc-2.18.4-2.el8_2.noarch                   63/87 
13:45:09 #12 21.10   Installing       : kernel-headers-4.18.0-193.14.2.el8_2.x86_64          64/87 
13:45:09 #12 21.19   Running scriptlet: glibc-headers-2.28-101.el8.x86_64                    65/87 
13:45:09 #12 21.27   Installing       : glibc-headers-2.28-101.el8.x86_64                    65/87 
13:45:10 #12 21.32   Installing       : libxcrypt-devel-4.1.1-4.el8.x86_64                   66/87 
13:45:10 #12 21.43   Installing       : glibc-devel-2.28-101.el8.x86_64                      67/87 
13:45:10 #12 21.45   Running scriptlet: glibc-devel-2.28-101.el8.x86_64                      67/87 
13:45:10 #12 21.46   Installing       : libxcrypt-static-4.1.1-4.el8.x86_64                  68/87 
13:45:10 #12 21.81   Installing       : glibc-static-2.28-101.el8.x86_64                     69/87 
13:45:10 #12 21.83   Installing       : perl-Thread-Queue-3.13-1.el8.noarch                  70/87 
13:45:10 #12 21.91   Installing       : automake-1.16.1-6.el8.noarch                         71/87 
13:45:10 #12 21.93   Installing       : perl-TermReadKey-2.37-7.el8.x86_64                   72/87 
13:45:10 #12 21.95   Installing       : perl-Error-1:0.17025-2.el8.noarch                    73/87 
13:45:10 #12 21.97   Installing       : perl-Git-2.18.4-2.el8_2.noarch                       74/87 
13:45:10 #12 22.00   Installing       : git-2.18.4-2.el8_2.x86_64                            75/87 
13:45:11 #12 22.03   Installing       : libuv-1:1.23.1-1.el8.x86_64                          76/87 
13:45:11 #12 22.33   Installing       : cmake-data-3.11.4-7.el8.noarch                       77/87 
13:45:11 #12 23.18   Installing       : cmake-3.11.4-7.el8.x86_64                            78/87 
13:45:11 #12 23.29   Installing       : isl-0.16.1-6.el8.x86_64                              79/87 
13:45:13 #12 23.30   Running scriptlet: isl-0.16.1-6.el8.x86_64                              79/87 
13:45:13 #12 24.98   Installing       : gcc-8.3.1-5.el8.0.2.x86_64                           80/87 
13:45:13 #12 25.02   Running scriptlet: gcc-8.3.1-5.el8.0.2.x86_64                           80/87 
13:45:13 #12 25.07   Installing       : annobin-8.90-1.el8.0.1.x86_64                        81/87 
13:45:13 #12 25.15   Installing       : libtool-2.4.6-25.el8.x86_64                          82/87 
13:45:13 #12 25.17   Running scriptlet: libtool-2.4.6-25.el8.x86_64                          82/87 
13:45:13 #12 25.19   Installing       : libtool-ltdl-devel-2.4.6-25.el8.x86_64               83/87 
13:45:13 #12 25.22   Installing       : device-mapper-devel-8:1.02.169-3.el8.x86_64          84/87 
13:45:13 #12 25.28   Installing       : which-2.21-12.el8.x86_64                             85/87 
13:45:14 #12 25.31   Installing       : libseccomp-devel-2.4.1-1.el8.x86_64                  86/87 
13:45:14 #12 25.33   Cleanup          : ca-certificates-2019.2.32-80.0.el8_1.noarch          87/87 
13:45:14 #12 25.34   Running scriptlet: ca-certificates-2020.2.41-80.0.el8_2.noarch          87/87 
13:45:14 #12 25.66   Running scriptlet: ca-certificates-2019.2.32-80.0.el8_1.noarch          87/87 
13:45:14 #12 25.90   Verifying        : annobin-8.90-1.el8.0.1.x86_64                         1/87 
13:45:14 #12 25.90   Verifying        : autoconf-2.69-27.el8.noarch                           2/87 
13:45:14 #12 25.90   Verifying        : automake-1.16.1-6.el8.noarch                          3/87 
13:45:14 #12 25.90   Verifying        : cmake-3.11.4-7.el8.x86_64                             4/87 
13:45:14 #12 25.90   Verifying        : cmake-data-3.11.4-7.el8.noarch                        5/87 
13:45:14 #12 25.90   Verifying        : cmake-filesystem-3.11.4-7.el8.x86_64                  6/87 
13:45:14 #12 25.90   Verifying        : cmake-rpm-macros-3.11.4-7.el8.noarch                  7/87 
13:45:14 #12 25.90   Verifying        : cpp-8.3.1-5.el8.0.2.x86_64                            8/87 
13:45:14 #12 25.90   Verifying        : gcc-8.3.1-5.el8.0.2.x86_64                            9/87 
13:45:14 #12 25.90   Verifying        : git-2.18.4-2.el8_2.x86_64                            10/87 
13:45:14 #12 25.90   Verifying        : git-core-2.18.4-2.el8_2.x86_64                       11/87 
13:45:14 #12 25.90   Verifying        : git-core-doc-2.18.4-2.el8_2.noarch                   12/87 
13:45:14 #12 25.90   Verifying        : isl-0.16.1-6.el8.x86_64                              13/87 
13:45:14 #12 25.90   Verifying        : libmpc-1.0.2-9.el8.x86_64                            14/87 
13:45:14 #12 25.90   Verifying        : libseccomp-devel-2.4.1-1.el8.x86_64                  15/87 
13:45:14 #12 25.90   Verifying        : libtool-2.4.6-25.el8.x86_64                          16/87 
13:45:14 #12 25.90   Verifying        : libtool-ltdl-devel-2.4.6-25.el8.x86_64               17/87 
13:45:14 #12 25.90   Verifying        : libuv-1:1.23.1-1.el8.x86_64                          18/87 
13:45:14 #12 25.90   Verifying        : perl-Digest-1.17-395.el8.noarch                      19/87 
13:45:14 #12 25.90   Verifying        : perl-Digest-MD5-2.55-396.el8.x86_64                  20/87 
13:45:14 #12 25.90   Verifying        : perl-Error-1:0.17025-2.el8.noarch                    21/87 
13:45:14 #12 25.90   Verifying        : perl-Git-2.18.4-2.el8_2.noarch                       22/87 
13:45:14 #12 25.90   Verifying        : perl-IO-Socket-IP-0.39-5.el8.noarch                  23/87 
13:45:14 #12 25.90   Verifying        : perl-IO-Socket-SSL-2.066-4.el8.noarch                24/87 
13:45:14 #12 25.90   Verifying        : perl-Mozilla-CA-20160104-7.el8.noarch                25/87 
13:45:14 #12 25.90   Verifying        : perl-Net-SSLeay-1.88-1.el8.x86_64                    26/87 
13:45:14 #12 25.90   Verifying        : perl-TermReadKey-2.37-7.el8.x86_64                   27/87 
13:45:14 #12 25.90   Verifying        : perl-Thread-Queue-3.13-1.el8.noarch                  28/87 
13:45:14 #12 25.90   Verifying        : perl-URI-1.73-3.el8.noarch                           29/87 
13:45:14 #12 25.90   Verifying        : perl-libnet-3.11-3.el8.noarch                        30/87 
13:45:14 #12 25.90   Verifying        : checkpolicy-2.9-1.el8.x86_64                         31/87 
13:45:14 #12 25.90   Verifying        : fipscheck-1.5.0-4.el8.x86_64                         32/87 
13:45:14 #12 25.90   Verifying        : fipscheck-lib-1.5.0-4.el8.x86_64                     33/87 
13:45:14 #12 25.90   Verifying        : glibc-devel-2.28-101.el8.x86_64                      34/87 
13:45:14 #12 25.90   Verifying        : glibc-headers-2.28-101.el8.x86_64                    35/87 
13:45:14 #12 25.90   Verifying        : kernel-headers-4.18.0-193.14.2.el8_2.x86_64          36/87 
13:45:14 #12 25.90   Verifying        : libedit-3.1-23.20170329cvs.el8.x86_64                37/87 
13:45:14 #12 25.90   Verifying        : libgomp-8.3.1-5.el8.0.2.x86_64                       38/87 
13:45:14 #12 25.90   Verifying        : libsecret-0.18.6-1.el8.x86_64                        39/87 
13:45:14 #12 25.90   Verifying        : libselinux-devel-2.9-3.el8.x86_64                    40/87 
13:45:14 #12 25.90   Verifying        : libselinux-utils-2.9-3.el8.x86_64                    41/87 
13:45:14 #12 25.91   Verifying        : libsepol-devel-2.9-1.el8.x86_64                      42/87 
13:45:14 #12 25.91   Verifying        : libxcrypt-devel-4.1.1-4.el8.x86_64                   43/87 
13:45:14 #12 25.91   Verifying        : m4-1.4.18-7.el8.x86_64                               44/87 
13:45:14 #12 25.91   Verifying        : make-1:4.2.1-10.el8.x86_64                           45/87 
13:45:14 #12 25.91   Verifying        : ncurses-6.1-7.20180224.el8.x86_64                    46/87 
13:45:14 #12 25.91   Verifying        : openssh-8.0p1-4.el8_1.x86_64                         47/87 
13:45:14 #12 25.91   Verifying        : openssh-clients-8.0p1-4.el8_1.x86_64                 48/87 
13:45:14 #12 25.91   Verifying        : openssl-1:1.1.1c-15.el8.x86_64                       49/87 
13:45:14 #12 25.91   Verifying        : pcre2-devel-10.32-1.el8.x86_64                       50/87 
13:45:14 #12 25.91   Verifying        : pcre2-utf16-10.32-1.el8.x86_64                       51/87 
13:45:14 #12 25.91   Verifying        : pcre2-utf32-10.32-1.el8.x86_64                       52/87 
13:45:14 #12 25.91   Verifying        : perl-Data-Dumper-2.167-399.el8.x86_64                53/87 
13:45:14 #12 25.91   Verifying        : perl-Encode-4:2.97-3.el8.x86_64                      54/87 
13:45:14 #12 25.91   Verifying        : perl-File-Temp-0.230.600-1.el8.noarch                55/87 
13:45:14 #12 25.91   Verifying        : perl-Getopt-Long-1:2.50-4.el8.noarch                 56/87 
13:45:14 #12 25.91   Verifying        : perl-HTTP-Tiny-0.074-1.el8.noarch                    57/87 
13:45:14 #12 25.91   Verifying        : perl-MIME-Base64-3.15-396.el8.x86_64                 58/87 
13:45:14 #12 25.91   Verifying        : perl-Pod-Escapes-1:1.07-395.el8.noarch               59/87 
13:45:14 #12 25.91   Verifying        : perl-Pod-Perldoc-3.28-396.el8.noarch                 60/87 
13:45:14 #12 25.91   Verifying        : perl-Pod-Simple-1:3.35-395.el8.noarch                61/87 
13:45:14 #12 25.91   Verifying        : perl-Pod-Usage-4:1.69-395.el8.noarch                 62/87 
13:45:14 #12 25.91   Verifying        : perl-Storable-1:3.11-3.el8.x86_64                    63/87 
13:45:14 #12 25.91   Verifying        : perl-Term-ANSIColor-4.06-396.el8.noarch              64/87 
13:45:14 #12 25.91   Verifying        : perl-Term-Cap-1.17-395.el8.noarch                    65/87 
13:45:14 #12 25.91   Verifying        : perl-Text-ParseWords-3.30-395.el8.noarch             66/87 
13:45:14 #12 25.91   Verifying        : perl-Time-Local-1:1.280-1.el8.noarch                 67/87 
13:45:14 #12 25.91   Verifying        : perl-podlators-4.11-1.el8.noarch                     68/87 
13:45:14 #12 25.91   Verifying        : policycoreutils-2.9-9.el8.x86_64                     69/87 
13:45:14 #12 25.91   Verifying        : policycoreutils-devel-2.9-9.el8.x86_64               70/87 
13:45:14 #12 25.91   Verifying        : policycoreutils-python-utils-2.9-9.el8.noarch        71/87 
13:45:14 #12 25.91   Verifying        : python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_   72/87 
13:45:14 #12 25.91   Verifying        : python3-libselinux-2.9-3.el8.x86_64                  73/87 
13:45:14 #12 25.91   Verifying        : python3-libsemanage-2.9-2.el8.x86_64                 74/87 
13:45:14 #12 25.91   Verifying        : python3-policycoreutils-2.9-9.el8.noarch             75/87 
13:45:14 #12 25.91   Verifying        : python3-setools-4.2.2-2.el8.x86_64                   76/87 
13:45:14 #12 25.91   Verifying        : rpm-plugin-selinux-4.14.2-37.el8.x86_64              77/87 
13:45:14 #12 25.91   Verifying        : selinux-policy-3.14.3-41.el8_2.5.noarch              78/87 
13:45:14 #12 25.91   Verifying        : selinux-policy-devel-3.14.3-41.el8_2.5.noarch        79/87 
13:45:14 #12 25.91   Verifying        : selinux-policy-minimum-3.14.3-41.el8_2.5.noarch      80/87 
13:45:14 #12 25.91   Verifying        : systemd-devel-239-31.el8_2.2.x86_64                  81/87 
13:45:14 #12 25.91   Verifying        : which-2.21-12.el8.x86_64                             82/87 
13:45:14 #12 25.91   Verifying        : device-mapper-devel-8:1.02.169-3.el8.x86_64          83/87 
13:45:14 #12 25.91   Verifying        : glibc-static-2.28-101.el8.x86_64                     84/87 
13:45:14 #12 25.91   Verifying        : libxcrypt-static-4.1.1-4.el8.x86_64                  85/87 
13:45:14 #12 25.91   Verifying        : ca-certificates-2020.2.41-80.0.el8_2.noarch          86/87 
13:45:14 #12 25.91   Verifying        : ca-certificates-2019.2.32-80.0.el8_1.noarch          87/87 
13:45:14 #12 26.13 
13:45:14 #12 26.13 Upgraded:
13:45:14 #12 26.13   ca-certificates-2020.2.41-80.0.el8_2.noarch                                   
13:45:14 #12 26.13 
13:45:14 #12 26.13 Installed:
13:45:14 #12 26.13   annobin-8.90-1.el8.0.1.x86_64                                                 
13:45:14 #12 26.13   autoconf-2.69-27.el8.noarch                                                   
13:45:14 #12 26.13   automake-1.16.1-6.el8.noarch                                                  
13:45:14 #12 26.13   checkpolicy-2.9-1.el8.x86_64                                                  
13:45:14 #12 26.13   cmake-3.11.4-7.el8.x86_64                                                     
13:45:14 #12 26.13   cmake-data-3.11.4-7.el8.noarch                                                
13:45:14 #12 26.13   cmake-filesystem-3.11.4-7.el8.x86_64                                          
13:45:14 #12 26.13   cmake-rpm-macros-3.11.4-7.el8.noarch                                          
13:45:14 #12 26.13   cpp-8.3.1-5.el8.0.2.x86_64                                                    
13:45:14 #12 26.13   device-mapper-devel-8:1.02.169-3.el8.x86_64                                   
13:45:14 #12 26.13   fipscheck-1.5.0-4.el8.x86_64                                                  
13:45:14 #12 26.13   fipscheck-lib-1.5.0-4.el8.x86_64                                              
13:45:14 #12 26.13   gcc-8.3.1-5.el8.0.2.x86_64                                                    
13:45:14 #12 26.13   git-2.18.4-2.el8_2.x86_64                                                     
13:45:14 #12 26.13   git-core-2.18.4-2.el8_2.x86_64                                                
13:45:14 #12 26.13   git-core-doc-2.18.4-2.el8_2.noarch                                            
13:45:14 #12 26.13   glibc-devel-2.28-101.el8.x86_64                                               
13:45:14 #12 26.13   glibc-headers-2.28-101.el8.x86_64                                             
13:45:14 #12 26.13   glibc-static-2.28-101.el8.x86_64                                              
13:45:14 #12 26.13   isl-0.16.1-6.el8.x86_64                                                       
13:45:14 #12 26.13   kernel-headers-4.18.0-193.14.2.el8_2.x86_64                                   
13:45:14 #12 26.13   libedit-3.1-23.20170329cvs.el8.x86_64                                         
13:45:14 #12 26.13   libgomp-8.3.1-5.el8.0.2.x86_64                                                
13:45:14 #12 26.13   libmpc-1.0.2-9.el8.x86_64                                                     
13:45:14 #12 26.13   libseccomp-devel-2.4.1-1.el8.x86_64                                           
13:45:14 #12 26.13   libsecret-0.18.6-1.el8.x86_64                                                 
13:45:14 #12 26.13   libselinux-devel-2.9-3.el8.x86_64                                             
13:45:14 #12 26.13   libselinux-utils-2.9-3.el8.x86_64                                             
13:45:14 #12 26.13   libsepol-devel-2.9-1.el8.x86_64                                               
13:45:14 #12 26.13   libtool-2.4.6-25.el8.x86_64                                                   
13:45:14 #12 26.13   libtool-ltdl-devel-2.4.6-25.el8.x86_64                                        
13:45:14 #12 26.13   libuv-1:1.23.1-1.el8.x86_64                                                   
13:45:14 #12 26.13   libxcrypt-devel-4.1.1-4.el8.x86_64                                            
13:45:14 #12 26.13   libxcrypt-static-4.1.1-4.el8.x86_64                                           
13:45:14 #12 26.13   m4-1.4.18-7.el8.x86_64                                                        
13:45:14 #12 26.13   make-1:4.2.1-10.el8.x86_64                                                    
13:45:14 #12 26.13   ncurses-6.1-7.20180224.el8.x86_64                                             
13:45:14 #12 26.13   openssh-8.0p1-4.el8_1.x86_64                                                  
13:45:14 #12 26.13   openssh-clients-8.0p1-4.el8_1.x86_64                                          
13:45:14 #12 26.13   openssl-1:1.1.1c-15.el8.x86_64                                                
13:45:14 #12 26.13   pcre2-devel-10.32-1.el8.x86_64                                                
13:45:14 #12 26.13   pcre2-utf16-10.32-1.el8.x86_64                                                
13:45:14 #12 26.13   pcre2-utf32-10.32-1.el8.x86_64                                                
13:45:14 #12 26.13   perl-Data-Dumper-2.167-399.el8.x86_64                                         
13:45:14 #12 26.13   perl-Digest-1.17-395.el8.noarch                                               
13:45:14 #12 26.13   perl-Digest-MD5-2.55-396.el8.x86_64                                           
13:45:14 #12 26.13   perl-Encode-4:2.97-3.el8.x86_64                                               
13:45:14 #12 26.13   perl-Error-1:0.17025-2.el8.noarch                                             
13:45:14 #12 26.13   perl-File-Temp-0.230.600-1.el8.noarch                                         
13:45:14 #12 26.13   perl-Getopt-Long-1:2.50-4.el8.noarch                                          
13:45:14 #12 26.13   perl-Git-2.18.4-2.el8_2.noarch                                                
13:45:14 #12 26.13   perl-HTTP-Tiny-0.074-1.el8.noarch                                             
13:45:14 #12 26.13   perl-IO-Socket-IP-0.39-5.el8.noarch                                           
13:45:14 #12 26.13   perl-IO-Socket-SSL-2.066-4.el8.noarch                                         
13:45:14 #12 26.13   perl-MIME-Base64-3.15-396.el8.x86_64                                          
13:45:14 #12 26.13   perl-Mozilla-CA-20160104-7.el8.noarch                                         
13:45:14 #12 26.13   perl-Net-SSLeay-1.88-1.el8.x86_64                                             
13:45:14 #12 26.13   perl-Pod-Escapes-1:1.07-395.el8.noarch                                        
13:45:14 #12 26.13   perl-Pod-Perldoc-3.28-396.el8.noarch                                          
13:45:14 #12 26.13   perl-Pod-Simple-1:3.35-395.el8.noarch                                         
13:45:14 #12 26.13   perl-Pod-Usage-4:1.69-395.el8.noarch                                          
13:45:14 #12 26.13   perl-Storable-1:3.11-3.el8.x86_64                                             
13:45:14 #12 26.13   perl-Term-ANSIColor-4.06-396.el8.noarch                                       
13:45:14 #12 26.13   perl-Term-Cap-1.17-395.el8.noarch                                             
13:45:14 #12 26.13   perl-TermReadKey-2.37-7.el8.x86_64                                            
13:45:14 #12 26.13   perl-Text-ParseWords-3.30-395.el8.noarch                                      
13:45:14 #12 26.13   perl-Thread-Queue-3.13-1.el8.noarch                                           
13:45:14 #12 26.13   perl-Time-Local-1:1.280-1.el8.noarch                                          
13:45:14 #12 26.13   perl-URI-1.73-3.el8.noarch                                                    
13:45:14 #12 26.13   perl-libnet-3.11-3.el8.noarch                                                 
13:45:14 #12 26.13   perl-podlators-4.11-1.el8.noarch                                              
13:45:14 #12 26.13   policycoreutils-2.9-9.el8.x86_64                                              
13:45:14 #12 26.13   policycoreutils-devel-2.9-9.el8.x86_64                                        
13:45:14 #12 26.13   policycoreutils-python-utils-2.9-9.el8.noarch                                 
13:45:14 #12 26.13   python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_64                          
13:45:14 #12 26.13   python3-libselinux-2.9-3.el8.x86_64                                           
13:45:14 #12 26.13   python3-libsemanage-2.9-2.el8.x86_64                                          
13:45:14 #12 26.13   python3-policycoreutils-2.9-9.el8.noarch                                      
13:45:14 #12 26.13   python3-setools-4.2.2-2.el8.x86_64                                            
13:45:14 #12 26.13   rpm-plugin-selinux-4.14.2-37.el8.x86_64                                       
13:45:14 #12 26.13   selinux-policy-3.14.3-41.el8_2.5.noarch                                       
13:45:14 #12 26.13   selinux-policy-devel-3.14.3-41.el8_2.5.noarch                                 
13:45:14 #12 26.13   selinux-policy-minimum-3.14.3-41.el8_2.5.noarch                               
13:45:14 #12 26.13   systemd-devel-239-31.el8_2.2.x86_64                                           
13:45:14 #12 26.13   which-2.21-12.el8.x86_64                                                      
13:45:14 #12 26.13 
13:45:14 #12 26.13 Complete!
13:45:16 #12 DONE 27.2s
13:45:16 
13:45:16 #14 [stage-1 8/9] COPY --from=golang /usr/local/go /usr/local/go
13:45:18 #14 DONE 2.4s
13:45:18 
13:45:18 #15 [stage-1 9/9] WORKDIR /root/rpmbuild
13:45:18 #15 DONE 0.0s
13:45:18 
13:45:18 #16 exporting to image
13:45:18 #16 exporting layers
13:45:22 #16 exporting layers 4.2s done
13:45:22 #16 writing image sha256:dfa88ed4470769ac16f30cdca93e6d6f73b88be2bbfd7698c69325b5acbf7f83 done
13:45:22 #16 naming to docker.io/rpmbuild-centos-8/x86_64 done
13:45:22 #16 DONE 4.2s
13:45:22 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm/rpmbuild/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-8/x86_64 -ba --define '_gitcommit_cli ca35f29' --define '_gitcommit_engine d0eff1f' --define '_release 0' --define '_version 0.0.0.20200817151903.ca35f29' --define '_origversion 0.0.0-20200817151903-ca35f29' --define '_without_btrfs 1' SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec
13:45:23 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.p2PBal
13:45:23 + umask 022
13:45:23 + cd /root/rpmbuild/BUILD
13:45:23 + cd /root/rpmbuild/BUILD
13:45:23 + rm -rf src
13:45:23 + /usr/bin/mkdir -p src
13:45:23 + cd src
13:45:23 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:45:23 + /usr/bin/tar -xof -
13:45:23 + STATUS=0
13:45:23 + '[' 0 -ne 0 ']'
13:45:23 + /usr/bin/tar -xof -
13:45:23 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:45:23 make[1]: Leaving directory '/root/build-deb'
13:45:23    debian/rules override_dh_auto_test
13:45:23 make[1]: Entering directory '/root/build-deb'
13:45:23 ./engine/bundles/dynbinary-daemon/dockerd -v
13:45:23 Docker version 0.0.0-20200817151903-ca35f29, build d0eff1f
13:45:23 ./cli/build/docker -v
13:45:23 Docker version 0.0.0-20200817151903-ca35f29, build ca35f29
13:45:23 make[1]: Leaving directory '/root/build-deb'
13:45:23  debian/rules binary
13:45:23 dh binary --with=bash-completion --with=systemd
13:45:23    dh_testroot
13:45:23    dh_prep
13:45:23    debian/rules override_dh_auto_install
13:45:23 make[1]: Entering directory '/root/build-deb'
13:45:23 # docker-ce-cli install
13:45:23 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
13:45:23 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:45:23 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:45:23 set -e;cd /sources && \
13:45:23 	tar xzf plugin-installers.tgz; \
13:45:23 	for installer in plugins/*.installer; do \
13:45:23 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
13:45:23 		PREFIX=/usr/libexec/docker/cli-plugins \
13:45:23 			bash ${installer} install_plugin; \
13:45:23 	done
13:45:23 # docker-ce install
13:45:23 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:45:23 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:45:23 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20200817151903-ca35f29 debian/docker-ce/usr/bin/dockerd
13:45:23 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:45:23 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:45:23 # docker-ce-rootless-extras install
13:45:23 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:45:23 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:45:23 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:45:23 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:45:23 # TODO: how can we install vpnkit?
13:45:23 make[1]: Leaving directory '/root/build-deb'
13:45:23    debian/rules override_dh_install
13:45:23 make[1]: Entering directory '/root/build-deb'
13:45:23 dh_install
13:45:23 # TODO Can we do this from within our container?
13:45:23 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:45:23 make[1]: Leaving directory '/root/build-deb'
13:45:23    dh_installdocs
13:45:23    dh_installchangelogs
13:45:23    dh_installman
13:45:23    dh_bash-completion
13:45:23    dh_systemd_enable
13:45:23    debian/rules override_dh_installinit
13:45:23 make[1]: Entering directory '/root/build-deb'
13:45:23 # use "docker" as our service name, not "docker-ce"
13:45:23 dh_installinit --name=docker
13:45:23 make[1]: Leaving directory '/root/build-deb'
13:45:23    dh_systemd_start
13:45:23    dh_perl
13:45:23 + STATUS=0
13:45:23 + '[' 0 -ne 0 ']'
13:45:23 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:45:23 + exit 0
13:45:23 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.shM4rt
13:45:23 + umask 022
13:45:23 + cd /root/rpmbuild/BUILD
13:45:23 + cd src
13:45:23 + export DOCKER_GITCOMMIT=d0eff1f
13:45:23 + DOCKER_GITCOMMIT=d0eff1f
13:45:23 + mkdir -p /go/src/github.com/docker
13:45:23 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:45:23 + export DOCKER_BUILDTAGS=exclude_graphdriver_btrfs
13:45:23 + DOCKER_BUILDTAGS=exclude_graphdriver_btrfs
13:45:23 + pushd /root/rpmbuild/BUILD/src/engine
13:45:23 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
13:45:23 + for component in tini "proxy dynamic"
13:45:23 + TMP_GOPATH=/go
13:45:23 + hack/dockerfile/install/install.sh tini
13:45:23 + RM_GOPATH=0
13:45:23 + TMP_GOPATH=/go
13:45:23 + : /usr/local/bin
13:45:23 + '[' -z /go ']'
13:45:23 + export GOPATH=/go
13:45:23 + GOPATH=/go
13:45:23 + case "$(go env GOARCH)" in
13:45:23 ++ go env GOARCH
13:45:23 + export GO_BUILDMODE=-buildmode=pie
13:45:23 + GO_BUILDMODE=-buildmode=pie
13:45:23 ++ dirname hack/dockerfile/install/install.sh
13:45:23 + dir=hack/dockerfile/install
13:45:23 + bin=tini
13:45:23 + shift
13:45:23 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:45:23 + . hack/dockerfile/install/tini.installer
13:45:23 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
13:45:23 + install_tini
13:45:23 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
13:45:23 + git clone https://github.com/krallin/tini.git /go/tini
13:45:23 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
13:45:23 Cloning into '/go/tini'...
13:45:24    dh_link
13:45:24    dh_strip_nondeterminism
13:45:24    dh_compress
13:45:24    dh_fixperms
13:45:24 + cd /go/tini
13:45:24 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
13:45:24 + cmake .
13:45:24 -- The C compiler identification is GNU 8.3.1
13:45:24 -- Check for working C compiler: /usr/bin/cc
13:45:24    dh_missing
13:45:24    debian/rules override_dh_strip
13:45:24 make[1]: Entering directory '/root/build-deb'
13:45:24 # Go has lots of problems with stripping, so just don't
13:45:24 make[1]: Leaving directory '/root/build-deb'
13:45:24    dh_makeshlibs
13:45:24    debian/rules override_dh_shlibdeps
13:45:24 make[1]: Entering directory '/root/build-deb'
13:45:24 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:45:24 -- Check for working C compiler: /usr/bin/cc -- works
13:45:24 -- Detecting C compiler ABI info
13:45:24 -- Detecting C compiler ABI info - done
13:45:24 -- Detecting C compile features
13:45:24 -- Detecting C compile features - done
13:45:24 -- Performing Test HAS_BUILTIN_FORTIFY
13:45:24 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:45:24 -- Configuring done
13:45:24 -- Generating done
13:45:24 -- Build files have been written to: /go/tini
13:45:24 + make tini-static
13:45:24 Scanning dependencies of target tini-static
13:45:24 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:45:24 [100%] Linking C executable tini-static
13:45:24 [100%] Built target tini-static
13:45:24 + mkdir -p /usr/local/bin
13:45:24 + cp tini-static /usr/local/bin/docker-init
13:45:24 + for component in tini "proxy dynamic"
13:45:24 + TMP_GOPATH=/go
13:45:24 + hack/dockerfile/install/install.sh proxy dynamic
13:45:24 + RM_GOPATH=0
13:45:24 + TMP_GOPATH=/go
13:45:24 + : /usr/local/bin
13:45:24 + '[' -z /go ']'
13:45:24 + export GOPATH=/go
13:45:24 + GOPATH=/go
13:45:24 + case "$(go env GOARCH)" in
13:45:24 ++ go env GOARCH
13:45:24 + export GO_BUILDMODE=-buildmode=pie
13:45:24 + GO_BUILDMODE=-buildmode=pie
13:45:24 ++ dirname hack/dockerfile/install/install.sh
13:45:24 + dir=hack/dockerfile/install
13:45:24 + bin=proxy
13:45:24 + shift
13:45:24 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
13:45:24 + . hack/dockerfile/install/proxy.installer
13:45:24 ++ : 9e99af28df21367340c95a3863e31808d689c92a
13:45:24 + install_proxy dynamic
13:45:24 + case "$1" in
13:45:24 + install_proxy_dynamic
13:45:24 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a
13:45:24 + export PROXY_LDFLAGS=-linkmode=external install_proxy
13:45:24 + PROXY_LDFLAGS=-linkmode=external
13:45:24 + export BUILD_MODE=-buildmode=pie
13:45:24 + BUILD_MODE=-buildmode=pie
13:45:24 + _install_proxy
13:45:24 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a'
13:45:24 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
13:45:24 Cloning into '/go/src/github.com/docker/libnetwork'...
13:45:26 + cd /go/src/github.com/docker/libnetwork
13:45:26 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a
13:45:26 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:45:32 make[1]: Leaving directory '/root/build-deb'
13:45:32    dh_installdeb
13:45:32    dh_gencontrol
13:45:32    dh_md5sums
13:45:32    dh_builddeb
13:45:33 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.deb'.
13:45:33 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.deb'.
13:45:33 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.deb'.
13:45:34 + return
13:45:34 + VERSION=0.0.0-20200817151903-ca35f29
13:45:34 + PRODUCT=docker
13:45:34 + hack/make.sh dynbinary
13:45:34 
13:45:34 Removing bundles/
13:45:34 
13:45:34 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:45:34 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20200817151903-ca35f29
13:45:34 GOOS="" GOARCH="" GOARM=""
13:45:59  dpkg-genbuildinfo
13:46:00  dpkg-genchanges  >../docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.changes
13:46:01 dpkg-genchanges: info: including full source code in upload
13:46:01  dpkg-source -I.git --after-build .
13:46:01 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:46:01 + destination=/build
13:46:01 + mkdir -p /build
13:46:01 + mv -v /root/docker-ce-cli_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.deb /root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal.dsc /root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal.tar.gz /root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.buildinfo /root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.changes /root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.deb /build
13:46:01 copied '/root/docker-ce-cli_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.deb'
13:46:01 removed '/root/docker-ce-cli_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.deb'
13:46:01 copied '/root/docker-ce-rootless-extras_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.deb'
13:46:01 removed '/root/docker-ce-rootless-extras_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.deb'
13:46:01 copied '/root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal.dsc' -> '/build/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal.dsc'
13:46:01 removed '/root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal.dsc'
13:46:01 copied '/root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal.tar.gz' -> '/build/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal.tar.gz'
13:46:01 removed '/root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal.tar.gz'
13:46:01 copied '/root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.buildinfo'
13:46:01 removed '/root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.buildinfo'
13:46:01 copied '/root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.changes' -> '/build/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.changes'
13:46:01 removed '/root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.changes'
13:46:01 copied '/root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.deb'
13:46:01 removed '/root/docker-ce_0.0.0-20200817151903-ca35f29-0~ubuntu-focal_amd64.deb'
13:46:03 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb:/v -w /v alpine chown -R 1000:1000 debbuild/ubuntu-focal
13:46:03 make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/deb'
[Pipeline] sh
13:46:03 + make clean
13:46:03 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494:/v -w /v alpine chown -R 1000:1000 src
13:46:04 rm -f -r src
13:46:04 make -C rpm clean
13:46:04 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm'
13:46:04 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:46:04 rm -f -r rpmbuild/
13:46:04 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm'
13:46:04 make -C deb clean
13:46:04 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/deb'
13:46:04 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:46:05 rm -f -r debbuild
13:46:05 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb:/v -w /v alpine chown -R 1000:1000 sources
13:46:06 rm -f -r sources
13:46:06 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/deb'
13:46:06 make -C static clean
13:46:06 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/static'
13:46:06 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/static:/v -w /v alpine chown -R 1000:1000 build
13:46:06 rm -f -r build
13:46:06 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
13:46:56 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20200817151903-ca35f29
13:46:56 
13:46:56 ~/rpmbuild/BUILD/src
13:46:56 + popd
13:46:56 + exit 0
13:46:56 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5GJAit
13:46:56 + umask 022
13:46:56 + cd /root/rpmbuild/BUILD
13:46:56 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el8.x86_64 '!=' / ']'
13:46:56 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el8.x86_64
13:46:56 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el8.x86_64
13:46:56 + mkdir -p /root/rpmbuild/BUILDROOT
13:46:56 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el8.x86_64
13:46:56 + cd src
13:46:56 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
13:46:56 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20200817151903-ca35f29 /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/bin/dockerd
13:46:56 + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/bin/docker-proxy
13:46:56 + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/bin/docker-init
13:46:56 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/lib/systemd/system/docker.service
13:46:56 + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/lib/systemd/system/docker.socket
13:46:56 + /usr/lib/rpm/check-buildroot
13:46:56 + /usr/lib/rpm/redhat/brp-ldconfig
13:46:56 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:46:56 + /usr/lib/rpm/brp-compress
13:46:56 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:46:56 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:46:56 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
13:46:56 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:46:56 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:46:56 + /usr/lib/rpm/brp-python-hardlink
13:46:56 + PYTHON3=/usr/libexec/platform-python
13:46:56 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:46:56 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.an5F5t
13:46:56 + umask 022
13:46:56 + cd /root/rpmbuild/BUILD
13:46:56 + cd src
13:46:56 + engine/bundles/dynbinary-daemon/dockerd -v
13:46:56 Docker version 0.0.0-20200817151903-ca35f29, build d0eff1f
13:46:56 + exit 0
13:46:56 Processing files: docker-ce-0.0.0.20200817151903.ca35f29-0.el8.x86_64
13:46:56 Provides: docker-ce = 3:0.0.0.20200817151903.ca35f29-0.el8 docker-ce(x86-64) = 3:0.0.0.20200817151903.ca35f29-0.el8
13:46:56 Requires(interp): /bin/sh /bin/sh /bin/sh
13:46:56 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:46:56 Requires(post): /bin/sh
13:46:56 Requires(preun): /bin/sh
13:46:56 Requires(postun): /bin/sh
13:46:56 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)
13:46:56 Conflicts: docker docker-ee docker-engine-cs docker-io
13:46:56 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
13:46:56 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el8.x86_64
13:46:56 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20200817151903.ca35f29-0.el8.src.rpm
13:47:04 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20200817151903.ca35f29-0.el8.x86_64.rpm
13:47:04 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Lxvju2
13:47:04 + umask 022
13:47:04 + cd /root/rpmbuild/BUILD
13:47:04 + cd src
13:47:04 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20200817151903.ca35f29-0.el8.x86_64
13:47:04 + exit 0
13:47:04 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.2Wh62A
13:47:04 + umask 022
13:47:04 + cd /root/rpmbuild/BUILD
13:47:04 + cd /root/rpmbuild/BUILD
13:47:04 + rm -rf src
13:47:04 + /usr/bin/mkdir -p src
13:47:04 + cd src
13:47:04 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
13:47:04 + /usr/bin/tar -xof -
13:47:04 + STATUS=0
13:47:04 + '[' 0 -ne 0 ']'
13:47:04 + /usr/bin/tar -xof -
13:47:04 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
13:47:04 + STATUS=0
13:47:04 + '[' 0 -ne 0 ']'
13:47:04 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:47:04 + exit 0
13:47:04 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.DGTC2a
13:47:04 + umask 022
13:47:04 + cd /root/rpmbuild/BUILD
13:47:04 + cd src
13:47:04 + mkdir -p /go/src/github.com/docker
13:47:04 + rm -f /go/src/github.com/docker/cli
13:47:04 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
13:47:04 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
13:47:04 + pushd /go/src/github.com/docker/cli
13:47:04 + DISABLE_WARN_OUTSIDE_CONTAINER=1
13:47:04 + make VERSION=0.0.0-20200817151903-ca35f29 GITCOMMIT=ca35f29 dynbinary manpages
13:47:04 ./scripts/build/dynbinary
13:47:04 Building dynamically linked build/docker-linux-amd64
13:48:26 scripts/docs/generate-man.sh
13:49:22 Project root: /go/src/github.com/docker/cli
13:49:22 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
13:49:22 2020/08/18 13:49:21 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 WARNING: go-md2man does not handle node type HTMLSpan
13:49:22 + popd
13:49:22 ~/rpmbuild/BUILD/src
13:49:22 + pushd /root/rpmbuild/BUILD/src/plugins
13:49:22 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
13:49:22 + for installer in *.installer
13:49:22 + bash app.installer build
13:49:22 Cloning into '/go/src/github.com/docker/app'...
13:49:24 Fetching origin
13:49:24 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
13:50:20 + for installer in *.installer
13:50:20 + bash buildx.installer build
13:50:20 Cloning into '/go/src/github.com/docker/buildx'...
13:50:20 Fetching origin
13:50:20 + GOFLAGS=-mod=vendor
13:50:20 + go build -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.4.1-docker -X github.com/docker/buildx/version.Revision=bda4882a65349ca359216b135896bddc1d92461c -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
13:51:28 ~/rpmbuild/BUILD/src
13:51:28 + popd
13:51:28 + exit 0
13:51:28 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.qwlQiY
13:51:28 + umask 022
13:51:28 + cd /root/rpmbuild/BUILD
13:51:28 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64 '!=' / ']'
13:51:28 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64
13:51:28 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64
13:51:28 + mkdir -p /root/rpmbuild/BUILDROOT
13:51:28 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64
13:51:28 + cd src
13:51:28 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/bin
13:51:28 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/bin/docker
13:51:28 + pushd /root/rpmbuild/BUILD/src/plugins
13:51:28 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
13:51:28 + for installer in *.installer
13:51:28 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64
13:51:28 + PREFIX=/usr/libexec/docker/cli-plugins
13:51:28 + bash app.installer install_plugin
13:51:28 + for installer in *.installer
13:51:28 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64
13:51:28 + PREFIX=/usr/libexec/docker/cli-plugins
13:51:28 + bash buildx.installer install_plugin
13:51:28 + popd
13:51:28 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/share/bash-completion/completions
13:51:28 ~/rpmbuild/BUILD/src
13:51:28 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/share/zsh/vendor-completions
13:51:28 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/share/fish/vendor_completions.d
13:51:28 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/share/bash-completion/completions/docker
13:51:28 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/share/zsh/vendor-completions/_docker
13:51:28 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/share/fish/vendor_completions.d/docker.fish
13:51:28 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/share/man/man1
13:51:28 + 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.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.20200817151903.ca35f29-0.el8.x86_64/usr/share/man/man1
13:51:28 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/share/man/man5
13:51:28 + 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.20200817151903.ca35f29-0.el8.x86_64/usr/share/man/man5
13:51:28 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/share/man/man8
13:51:28 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/share/man/man8
13:51:28 + mkdir -p build-docs
13:51:28 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:51:28 + cp cli/LICENSE build-docs/LICENSE
13:51:28 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:51:28 + cp cli/MAINTAINERS build-docs/MAINTAINERS
13:51:28 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:51:28 + cp cli/NOTICE build-docs/NOTICE
13:51:28 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
13:51:28 + cp cli/README.md build-docs/README.md
13:51:28 + /usr/lib/rpm/check-buildroot
13:51:28 + /usr/lib/rpm/redhat/brp-ldconfig
13:51:28 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:51:28 + /usr/lib/rpm/brp-compress
13:51:28 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:51:28 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:51:28 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:51:28 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:51:28 + /usr/lib/rpm/brp-python-hardlink
13:51:28 + PYTHON3=/usr/libexec/platform-python
13:51:28 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:51:28 Processing files: docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64
13:51:28 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.xz0hxQ
13:51:28 + umask 022
13:51:28 + cd /root/rpmbuild/BUILD
13:51:28 + cd src
13:51:28 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/share/doc/docker-ce-cli
13:51:28 + export LC_ALL=C
13:51:28 + LC_ALL=C
13:51:28 + export DOCDIR
13:51:28 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/share/doc/docker-ce-cli
13:51:28 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/share/doc/docker-ce-cli
13:51:28 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/share/doc/docker-ce-cli
13:51:28 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/share/doc/docker-ce-cli
13:51:28 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/share/doc/docker-ce-cli
13:51:28 + exit 0
13:51:28 Provides: docker-ce-cli = 1:0.0.0.20200817151903.ca35f29-0.el8 docker-ce-cli(x86-64) = 1:0.0.0.20200817151903.ca35f29-0.el8
13:51:28 Requires(interp): /bin/sh
13:51:28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:51:28 Requires(post): /bin/sh
13:51:28 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)
13:51:28 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
13:51:28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64
13:51:28 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.src.rpm
13:51:38 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64.rpm
13:51:38 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8QEpMo
13:51:38 + umask 022
13:51:38 + cd /root/rpmbuild/BUILD
13:51:38 + cd src
13:51:38 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20200817151903.ca35f29-0.el8.x86_64
13:51:38 + exit 0
13:51:38 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.BPdF8W
13:51:38 + umask 022
13:51:38 + cd /root/rpmbuild/BUILD
13:51:38 + cd /root/rpmbuild/BUILD
13:51:38 + rm -rf src
13:51:38 + /usr/bin/mkdir -p src
13:51:38 + cd src
13:51:38 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:51:38 + /usr/bin/tar -xof -
13:51:38 + STATUS=0
13:51:38 + '[' 0 -ne 0 ']'
13:51:38 + /usr/bin/tar -xof -
13:51:38 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
13:51:38 + STATUS=0
13:51:38 + '[' 0 -ne 0 ']'
13:51:38 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
13:51:38 + exit 0
13:51:38 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0zpply
13:51:38 + umask 022
13:51:38 + cd /root/rpmbuild/BUILD
13:51:38 + cd src
13:51:38 + export DOCKER_GITCOMMIT=d0eff1f
13:51:38 + DOCKER_GITCOMMIT=d0eff1f
13:51:38 + mkdir -p /go/src/github.com/docker
13:51:38 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
13:51:38 + TMP_GOPATH=/go
13:51:38 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
13:51:38 + RM_GOPATH=0
13:51:38 + TMP_GOPATH=/go
13:51:38 + : /usr/local/bin
13:51:38 + '[' -z /go ']'
13:51:38 + export GOPATH=/go
13:51:38 + GOPATH=/go
13:51:38 + case "$(go env GOARCH)" in
13:51:38 ++ go env GOARCH
13:51:38 + export GO_BUILDMODE=-buildmode=pie
13:51:38 + GO_BUILDMODE=-buildmode=pie
13:51:38 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
13:51:38 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
13:51:38 + bin=rootlesskit
13:51:38 + shift
13:51:38 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
13:51:38 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
13:51:38 ++ : f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
13:51:38 + install_rootlesskit dynamic
13:51:38 + case "$1" in
13:51:38 + install_rootlesskit_dynamic
13:51:38 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:51:38 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:51:38 + export BUILD_MODE=-buildmode=pie
13:51:38 + BUILD_MODE=-buildmode=pie
13:51:38 + _install_rootlesskit
13:51:38 + echo 'Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86'
13:51:38 + git clone https://github.com/rootless-containers/rootlesskit.git /go/src/github.com/rootless-containers/rootlesskit
13:51:38 Install rootlesskit version f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
13:51:38 Cloning into '/go/src/github.com/rootless-containers/rootlesskit'...
13:51:38 + cd /go/src/github.com/rootless-containers/rootlesskit
13:51:38 + git checkout -q f766387c3b360bc6dc6c2f353e9e630cf2c6ee86
13:51:38 + for f in rootlesskit rootlesskit-docker-proxy
13:51:38 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
13:51:44 + for f in rootlesskit rootlesskit-docker-proxy
13:51:44 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
13:51:45 + return
13:51:45 + exit 0
13:51:45 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9cLW9t
13:51:45 + umask 022
13:51:45 + cd /root/rpmbuild/BUILD
13:51:45 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el8.x86_64 '!=' / ']'
13:51:45 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el8.x86_64
13:51:45 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el8.x86_64
13:51:45 + mkdir -p /root/rpmbuild/BUILDROOT
13:51:45 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el8.x86_64
13:51:45 + cd src
13:51:45 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/bin/dockerd-rootless.sh
13:51:45 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/bin/dockerd-rootless-setuptool.sh
13:51:45 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/bin/rootlesskit
13:51:45 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el8.x86_64/usr/bin/rootlesskit-docker-proxy
13:51:45 + /usr/lib/rpm/check-buildroot
13:51:45 + /usr/lib/rpm/redhat/brp-ldconfig
13:51:45 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
13:51:45 + /usr/lib/rpm/brp-compress
13:51:45 + /usr/lib/rpm/brp-strip /usr/bin/strip
13:51:45 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
13:51:45 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
13:51:45 + /usr/lib/rpm/brp-python-bytecompile '' 1
13:51:45 + /usr/lib/rpm/brp-python-hardlink
13:51:45 + PYTHON3=/usr/libexec/platform-python
13:51:45 + /usr/lib/rpm/redhat/brp-mangle-shebangs
13:51:45 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.gtpSpq
13:51:45 + umask 022
13:51:45 + cd /root/rpmbuild/BUILD
13:51:45 + cd src
13:51:45 + /usr/local/bin/rootlesskit -v
13:51:45 rootlesskit version 0.10.0
13:51:45 + exit 0
13:51:45 Processing files: docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el8.x86_64
13:51:45 Provides: docker-ce-rootless-extras = 0:0.0.0.20200817151903.ca35f29-0.el8 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20200817151903.ca35f29-0.el8
13:51:45 Requires(interp): /bin/sh /bin/sh /bin/sh
13:51:45 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
13:51:45 Requires(post): /bin/sh
13:51:45 Requires(preun): /bin/sh
13:51:45 Requires(postun): /bin/sh
13:51:45 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)
13:51:45 Conflicts: rootlesskit
13:51:45 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el8.x86_64
13:51:46 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el8.src.rpm
13:51:50 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el8.x86_64.rpm
13:51:50 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pEbEFx
13:51:50 + umask 022
13:51:50 + cd /root/rpmbuild/BUILD
13:51:50 + cd src
13:51:50 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20200817151903.ca35f29-0.el8.x86_64
13:51:50 + exit 0
13:51:52 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:51:53 make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm'
[Pipeline] sh
13:51:53 + make clean
13:51:53 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494:/v -w /v alpine chown -R 1000:1000 src
13:51:55 rm -f -r src
13:51:55 make -C rpm clean
13:51:55 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm'
13:51:55 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
13:51:56 rm -f -r rpmbuild/
13:51:56 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/rpm'
13:51:56 make -C deb clean
13:51:56 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/deb'
13:51:56 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb:/v -w /v alpine chown -R 1000:1000 debbuild
13:51:56 rm -f -r debbuild
13:51:56 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/deb:/v -w /v alpine chown -R 1000:1000 sources
13:51:56 rm -f -r sources
13:51:56 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/deb'
13:51:56 make -C static clean
13:51:56 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/static'
13:51:56 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-494/static:/v -w /v alpine chown -R 1000:1000 build
13:51:56 rm -f -r build
13:51:56 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-494/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