Branch indexing Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Connecting to https://api.github.com to check permissions of obtain list of thaJeztah for docker/docker-ce-packaging Obtained Jenkinsfile from 6ea25f1c471e3ac7966bdc9560a6ce1082f3ab72+edff587624af922d8825c7436b5e39d72f1dad1b (ae0f51686ec4d6717c6b682dd807b74cbdbc664e) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/docker-ce-packaging_PR-486@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] parallel [Pipeline] { (Branch: deb) [Pipeline] { (Branch: rpm) [Pipeline] { (Branch: static) [Pipeline] stage [Pipeline] { (Ubuntu Xenial and Focal Package) [Pipeline] stage [Pipeline] { (Centos 7 RPM Package) [Pipeline] stage [Pipeline] { (Static Linux Binaries) [Pipeline] node [Pipeline] node [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu&&x86_64’ are offline Still waiting to schedule task All nodes of label ‘ubuntu&&x86_64’ are offline Still waiting to schedule task All nodes of label ‘ubuntu&&x86_64’ are offline Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-003de6940d16ccb99) in /home/ubuntu/workspace/docker-ce-packaging_PR-486 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04a4f011535ec5a1b) in /home/ubuntu/workspace/docker-ce-packaging_PR-486 [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-486@tmp/fd1a9b4f-20ef-4b43-a6eb-5f0c8d13daa1/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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-486@tmp/ab7d25b0-88f4-4eb4-9049-51206b0ed5f1/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 + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-486:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally [Pipeline] { [Pipeline] wrap [Pipeline] { [Pipeline] echo cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh latest: Pulling from library/busybox 24fb2886d6f6: Pulling fs layer 24fb2886d6f6: Verifying Checksum 24fb2886d6f6: Download complete 24fb2886d6f6: Pull complete Digest: sha256:52f73a0a43a16cf37cd0720c90887ce972fe60ee06a687ee71fb93a7ca601df7 Status: Downloaded newer image for busybox:latest + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-486:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 24fb2886d6f6: Pulling fs layer 24fb2886d6f6: Verifying Checksum 24fb2886d6f6: Download complete 24fb2886d6f6: Pull complete Digest: sha256:52f73a0a43a16cf37cd0720c90887ce972fe60ee06a687ee71fb93a7ca601df7 Status: Downloaded newer image for busybox:latest [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] checkout The recommended git tool is: git [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] checkout The recommended git tool is: git using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/docker-ce-packaging.git using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/docker-ce-packaging.git > git init /home/ubuntu/workspace/docker-ce-packaging_PR-486 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/486/head:refs/remotes/origin/PR-486 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 Fetching without tags Merging remotes/origin/19.03 commit edff587624af922d8825c7436b5e39d72f1dad1b into PR head commit 6ea25f1c471e3ac7966bdc9560a6ce1082f3ab72 Merge succeeded, producing 0091692c9353d4bed160ba0f57a1f35b081d5ceb Checking out Revision 0091692c9353d4bed160ba0f57a1f35b081d5ceb (PR-486) > git init /home/ubuntu/workspace/docker-ce-packaging_PR-486 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/486/head:refs/remotes/origin/PR-486 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 Fetching without tags Merging remotes/origin/19.03 commit edff587624af922d8825c7436b5e39d72f1dad1b into PR head commit 6ea25f1c471e3ac7966bdc9560a6ce1082f3ab72 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/486/head:refs/remotes/origin/PR-486 # timeout=10 > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # 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/486/head:refs/remotes/origin/PR-486 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ea25f1c471e3ac7966bdc9560a6ce1082f3ab72 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge edff587624af922d8825c7436b5e39d72f1dad1b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0091692c9353d4bed160ba0f57a1f35b081d5ceb # timeout=10 Merge succeeded, producing 88cc7552a40d106b47a9a8d8ffe773723ce00116 Checking out Revision 88cc7552a40d106b47a9a8d8ffe773723ce00116 (PR-486) > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/486/head:refs/remotes/origin/PR-486 # timeout=10 > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # 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/486/head:refs/remotes/origin/PR-486 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ea25f1c471e3ac7966bdc9560a6ce1082f3ab72 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge edff587624af922d8825c7436b5e39d72f1dad1b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 88cc7552a40d106b47a9a8d8ffe773723ce00116 # timeout=10 Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0a33cacab54adcc2a) in /home/ubuntu/workspace/docker-ce-packaging_PR-486 [Pipeline] { [Pipeline] withDockerRegistry Commit message: "Merge commit 'edff587624af922d8825c7436b5e39d72f1dad1b' into HEAD" Commit message: "Merge commit 'edff587624af922d8825c7436b5e39d72f1dad1b' into HEAD" [Pipeline] sh [Pipeline] sh > git rev-list --no-walk 6ea25f1c471e3ac7966bdc9560a6ce1082f3ab72 # timeout=10 + git clone https://github.com/docker/cli.git Cloning into 'cli'... $ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/ + git clone https://github.com/docker/cli.git Cloning into 'cli'... > git rev-list --no-walk 6ea25f1c471e3ac7966bdc9560a6ce1082f3ab72 # timeout=10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-486@tmp/b80432a7-162e-43b5-96c4-a075ac388be8/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 cleanWorkspace: Ensuring workspace is owned by ubuntu [Pipeline] echo chowning workspace [Pipeline] sh + pwd + id -u + id -g + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-486:/workspace busybox chown -R 1000:1000 /workspace Unable to find image 'busybox:latest' locally latest: Pulling from library/busybox 24fb2886d6f6: Pulling fs layer 24fb2886d6f6: Verifying Checksum 24fb2886d6f6: Download complete 24fb2886d6f6: Pull complete Digest: sha256:52f73a0a43a16cf37cd0720c90887ce972fe60ee06a687ee71fb93a7ca601df7 Status: Downloaded newer image for busybox:latest [Pipeline] echo Removing all docker containers [Pipeline] sh + docker container ls -aq [Pipeline] echo Docker containers have been removed [Pipeline] echo cleanWorkspace: Removing existing workspace [Pipeline] deleteDir [Pipeline] echo cleanWorkspace: Workspace is clean. [Pipeline] checkout The recommended git tool is: git using credential docker-jenkins-github-credentials Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/docker-ce-packaging.git [Pipeline] sh [Pipeline] sh + git -C cli checkout 19.03 Switched to a new branch '19.03' Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh Fetching without tags + git -C cli checkout 19.03 Merging remotes/origin/19.03 commit edff587624af922d8825c7436b5e39d72f1dad1b into PR head commit 6ea25f1c471e3ac7966bdc9560a6ce1082f3ab72 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-486 # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/486/head:refs/remotes/origin/PR-486 +refs/heads/19.03:refs/remotes/origin/19.03 # 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/486/head:refs/remotes/origin/PR-486 # timeout=10 > git config --add remote.origin.fetch +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10 Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/486/head:refs/remotes/origin/PR-486 +refs/heads/19.03:refs/remotes/origin/19.03 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ea25f1c471e3ac7966bdc9560a6ce1082f3ab72 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 Merge succeeded, producing 9dc4fa122fb26c52b64ea59659309e813c5a48f5 Checking out Revision 9dc4fa122fb26c52b64ea59659309e813c5a48f5 (PR-486) + git clone https://github.com/docker/docker.git engine Cloning into 'engine'... Switched to a new branch '19.03' Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh + git clone https://github.com/docker/docker.git engine Cloning into 'engine'... using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials > git merge edff587624af922d8825c7436b5e39d72f1dad1b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9dc4fa122fb26c52b64ea59659309e813c5a48f5 # timeout=10 Commit message: "Merge commit 'edff587624af922d8825c7436b5e39d72f1dad1b' into HEAD" > git rev-list --no-walk 6ea25f1c471e3ac7966bdc9560a6ce1082f3ab72 # timeout=10 [Pipeline] sh + git clone https://github.com/docker/cli.git Cloning into 'cli'... [Pipeline] sh + git -C cli checkout 19.03 Switched to a new branch '19.03' Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh + git clone https://github.com/docker/docker.git engine Cloning into 'engine'... [Pipeline] sh + git -C engine checkout 19.03 Switched to a new branch '19.03' Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh + pwd + pwd + make -C rpm VERSION=0.0.1-dev ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_PR-486/engine CLI_DIR=/home/ubuntu/workspace/docker-ce-packaging_PR-486/cli centos-7 make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-486/rpm' mkdir -p rpmbuild/SOURCES docker run --rm -i -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/engine:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine Unable to find image 'alpine:latest' locally latest: Pulling from library/alpine a0d0a0d46f8b: Pulling fs layer a0d0a0d46f8b: Download complete a0d0a0d46f8b: Pull complete Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a Status: Downloaded newer image for alpine:latest [Pipeline] sh + git -C engine checkout 19.03 Switched to a new branch '19.03' Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh + pwd + pwd + make -C deb VERSION=0.0.1-dev ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_PR-486/engine CLI_DIR=/home/ubuntu/workspace/docker-ce-packaging_PR-486/cli ubuntu-xenial ubuntu-focal make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-486/deb' mkdir -p sources docker run --rm -i -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli Unable to find image 'alpine:latest' locally latest: Pulling from library/alpine a0d0a0d46f8b: Pulling fs layer a0d0a0d46f8b: Verifying Checksum a0d0a0d46f8b: Download complete a0d0a0d46f8b: Pull complete Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a Status: Downloaded newer image for alpine:latest mkdir -p rpmbuild/SOURCES docker run --rm -i -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/cli:/cli \ -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/cli.tgz --exclude .git cli mkdir -p rpmbuild/SOURCES cp ../systemd/docker.service rpmbuild/SOURCES/docker.service mkdir -p rpmbuild/SOURCES cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket docker run --rm -i -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/plugins:/plugins \ -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/rpm/rpmbuild/SOURCES:/v \ alpine \ tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins == Building packages for centos-7 == docker run --rm -i -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/rpm:/v -w /v alpine chown -R root:root rpmbuild mkdir -p sources docker run --rm -i -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/engine:/engine \ -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/engine.tgz --exclude .git engine DOCKER_BUILDKIT=1 docker build --build-arg GO_IMAGE=golang:1.13.15-buster -t rpmbuild-centos-7/x86_64 -f centos-7/Dockerfile . #1 [internal] load build definition from Dockerfile #1 sha256:b7967475bb97374d079bd9b080481f2f5fa7f43e939014d42f4617f7f895db7f #1 transferring dockerfile: 874B done #1 DONE 0.1s #2 [internal] load .dockerignore #2 sha256:faf04a0ba83e222163cb8178be2e52f5949c43d051a35d1f9039a650038fa288 #2 transferring context: 2B done #2 DONE 0.1s #4 [internal] load metadata for docker.io/library/centos:7 #4 sha256:30875b35a89c8e8a29cd7cf120689bb68cdab8d769419707e07138dfe977d237 #4 ... #5 [auth] library/golang:pull token for registry-1.docker.io #5 sha256:d0b1ad93edb8cc88a632372774307238396e28ea29631740527775aa794145fa #5 DONE 0.0s #6 [auth] library/centos:pull token for registry-1.docker.io #6 sha256:29ac1ff09e98dbc59d28d4be970a1b2457bad582c87674f00cf884c05d801dc9 #6 DONE 0.0s #3 [internal] load metadata for docker.io/library/golang:1.13.15-buster #3 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 #3 DONE 0.4s #4 [internal] load metadata for docker.io/library/centos:7 #4 sha256:30875b35a89c8e8a29cd7cf120689bb68cdab8d769419707e07138dfe977d237 #4 DONE 0.5s #10 [internal] load build context #10 sha256:d7cd7173912ed7aeed2522c93d6d0412d39d275e92dfc34b0289d189bed58c10 #10 DONE 0.0s #13 [golang 1/1] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 #13 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be #13 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done #13 DONE 0.0s #7 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987 #7 sha256:a0888aee9b87c72b846d6009d871befd442b2545864728203b742012f5f27cf6 #7 resolve docker.io/library/centos:7@sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987 #7 ... #10 [internal] load build context #10 sha256:d7cd7173912ed7aeed2522c93d6d0412d39d275e92dfc34b0289d189bed58c10 #10 transferring context: 7.20kB done #10 DONE 0.0s #7 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987 #7 sha256:a0888aee9b87c72b846d6009d871befd442b2545864728203b742012f5f27cf6 #7 resolve docker.io/library/centos:7@sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987 0.0s done #7 sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987 1.20kB / 1.20kB done #7 sha256:dead07b4d8ed7e29e98de0f4504d87e8880d4347859d839686a31da35a3b532f 529B / 529B done #7 sha256:eeb6ee3f44bd0b5103bb561b4c16bcb82328cfe5809ab675bb17ab3a16c517c9 2.75kB / 2.75kB done #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 1.05MB / 76.10MB 0.1s #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 9.13MB / 76.10MB 0.2s #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 13.63MB / 76.10MB 0.3s #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 23.07MB / 76.10MB 0.5s #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 31.46MB / 76.10MB 0.6s #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 40.89MB / 76.10MB 0.8s #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 49.28MB / 76.10MB 0.9s #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 57.67MB / 76.10MB 1.0s #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 67.11MB / 76.10MB 1.2s #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 75.50MB / 76.10MB 1.3s mkdir -p sources cp ../systemd/docker.service sources/docker.service mkdir -p sources cp ../systemd/docker.socket sources/docker.socket docker run --rm -i -w /v \ -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/plugins:/plugins \ -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/deb/sources:/v \ alpine \ tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 76.10MB / 76.10MB 2.4s done [Pipeline] sh + git -C engine checkout 19.03 == Building packages for ubuntu-xenial == 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 /home/ubuntu/workspace/docker-ce-packaging_PR-486/deb/ubuntu-xenial/Dockerfile . #1 [internal] load build definition from Dockerfile #1 sha256:76222cf5908937d707b35c4307de139b2efcb2244e81fad7e645846d5b84eeeb #1 transferring dockerfile: 899B done #1 DONE 0.1s #2 [internal] load .dockerignore #2 sha256:742d1325fd9812828316829782273c9655adaf59e130d96e727330d514bda401 #2 transferring context: 2B done #2 DONE 0.1s #4 [internal] load metadata for docker.io/library/ubuntu:xenial #4 sha256:f62bae18ed588840f045c881b2502661f2a89578a2f8f99b83f5200ee83dd25b #4 ... #5 [auth] library/golang:pull token for registry-1.docker.io #5 sha256:93b70a4aaed9ea40a4da03125194f6563d1171813009a014a3caff9763061cbd #5 DONE 0.0s #6 [auth] library/ubuntu:pull token for registry-1.docker.io #6 sha256:c76e0b6835997c57efb9ccea6f2ba74ae067203537a76771df3b233c62be41cf #6 DONE 0.0s #7 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc #3 [internal] load metadata for docker.io/library/golang:1.13.15-buster #3 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 #3 DONE 0.4s #4 [internal] load metadata for docker.io/library/ubuntu:xenial #4 sha256:f62bae18ed588840f045c881b2502661f2a89578a2f8f99b83f5200ee83dd25b Switched to a new branch '19.03' Branch '19.03' set up to track remote branch '19.03' from 'origin'. [Pipeline] sh #4 DONE 0.5s #7 [stage-1 1/8] FROM docker.io/library/ubuntu:xenial@sha256:454054f5bbd571b088db25b662099c6c7b3f0cb78536a2077d54adc48f00cd68 #7 sha256:7b64d02b37e7c3ab98bb5da7719e57397c5d29a97dc37535d69bafcf69d62fcf #7 resolve docker.io/library/ubuntu:xenial@sha256:454054f5bbd571b088db25b662099c6c7b3f0cb78536a2077d54adc48f00cd68 0.1s done #7 DONE 0.1s #13 [golang 1/1] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 #13 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be #13 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.1s done #13 DONE 0.1s #9 [internal] load build context #9 sha256:bc62c1a1b0f296cd6b5b9249e3a2c96b3ca56cd1e81382f1bed841c1e3b53f0f + pwd + pwd + make VERSION=0.0.1-dev DOCKER_BUILD_PKGS=static-linux ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_PR-486/engine CLI_DIR=/home/ubuntu/workspace/docker-ce-packaging_PR-486/cli static for p in static-linux; do \ make -C static VERSION=0.0.1-dev ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_PR-486/engine CLI_DIR=/home/ubuntu/workspace/docker-ce-packaging_PR-486/cli GO_VERSION=1.13.15 ${p}; \ done make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-486/static' make -C /home/ubuntu/workspace/docker-ce-packaging_PR-486/cli -f docker.Makefile VERSION=0.0.0-20210212105829-69f9c8c906 build make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-486/cli' # build dockerfile from stdin so that we don't send the build-context; source is bind-mounted in the development environment cat ./dockerfiles/Dockerfile.binary-native | docker build --build-arg=GO_VERSION -t docker-cli-native - Sending build context to Docker daemon 2.048kB Step 1/6 : ARG GO_VERSION=1.13.15 Step 2/6 : FROM golang:${GO_VERSION}-alpine 1.13.15-alpine: Pulling from library/golang df20fa9351a1: Pulling fs layer ed8968b2872e: Pulling fs layer a92cc7c5fd73: Pulling fs layer dd0b68742591: Pulling fs layer fb4ae7ba1102: Pulling fs layer dd0b68742591: Waiting fb4ae7ba1102: Waiting ed8968b2872e: Verifying Checksum ed8968b2872e: Download complete a92cc7c5fd73: Verifying Checksum a92cc7c5fd73: Download complete df20fa9351a1: Verifying Checksum df20fa9351a1: Download complete fb4ae7ba1102: Verifying Checksum fb4ae7ba1102: Download complete #9 transferring context: 18.71MB 0.6s done #9 DONE 0.6s #7 [stage-1 1/8] FROM docker.io/library/ubuntu:xenial@sha256:454054f5bbd571b088db25b662099c6c7b3f0cb78536a2077d54adc48f00cd68 #7 sha256:7b64d02b37e7c3ab98bb5da7719e57397c5d29a97dc37535d69bafcf69d62fcf #7 sha256:b51569e7c50720acf6860327847fe342a1afbe148d24c529fb81df105e3eed01 857B / 857B 0.1s done #7 sha256:da8ef40b9ecabc2679fe2419957220c0272a965c5cf7e0269fa1aeeb8c56f2e1 528B / 528B 0.1s done #7 sha256:454054f5bbd571b088db25b662099c6c7b3f0cb78536a2077d54adc48f00cd68 1.42kB / 1.42kB done #7 sha256:a3785f78ab8547ae2710c89e627783cfa7ee7824d3468cae6835c9f4eae23ff7 1.15kB / 1.15kB done #7 sha256:b6f50765242581c887ff1acc2511fa2d885c52d8fb3ac8c4bba131fd86567f2e 3.36kB / 3.36kB done #7 sha256:58690f9b18fca6469a14da4e212c96849469f9b1be6661d2342a4bf01774aa50 13.63MB / 46.50MB 0.6s #7 sha256:fb15d46c38dcd1ea0b1990006c3366ecd10c79d374f341687eb2cb23a2c8672e 170B / 170B 0.2s done df20fa9351a1: Pull complete #7 sha256:58690f9b18fca6469a14da4e212c96849469f9b1be6661d2342a4bf01774aa50 18.87MB / 46.50MB 0.7s #7 sha256:58690f9b18fca6469a14da4e212c96849469f9b1be6661d2342a4bf01774aa50 26.21MB / 46.50MB 0.8s #7 sha256:58690f9b18fca6469a14da4e212c96849469f9b1be6661d2342a4bf01774aa50 37.75MB / 46.50MB 1.0s #7 sha256:58690f9b18fca6469a14da4e212c96849469f9b1be6661d2342a4bf01774aa50 46.50MB / 46.50MB 1.2s ed8968b2872e: Pull complete a92cc7c5fd73: Pull complete #7 sha256:58690f9b18fca6469a14da4e212c96849469f9b1be6661d2342a4bf01774aa50 46.50MB / 46.50MB 1.5s done #7 extracting sha256:58690f9b18fca6469a14da4e212c96849469f9b1be6661d2342a4bf01774aa50 dd0b68742591: Verifying Checksum dd0b68742591: Download complete #7 ... #13 [golang 1/1] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 #13 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be #13 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done #13 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done #13 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done #13 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.5s done #13 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s done #13 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.9s done #13 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.9s done #13 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 4.9s #13 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.1s done #13 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.7s #13 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.1s done #13 ... #7 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987 #7 sha256:a0888aee9b87c72b846d6009d871befd442b2545864728203b742012f5f27cf6 #7 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 5.1s dd0b68742591: Pull complete #7 extracting sha256:58690f9b18fca6469a14da4e212c96849469f9b1be6661d2342a4bf01774aa50 5.1s #7 ... #13 [golang 1/1] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 #13 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be #13 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done #13 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done #13 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done #13 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 3.0s done #13 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.7s done #13 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.1s done #13 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.4s done #13 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.8s done #13 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.0s #13 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.1s done #13 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.5s fb4ae7ba1102: Pull complete Digest: sha256:e74b83b94d499cb34c7edf55fbdff9d3cfabd238a35f9cb1b59d0e74f50b1ddd Status: Downloaded newer image for golang:1.13.15-alpine ---> 5863598a981a Step 3/6 : RUN apk add -U git bash coreutils gcc musl-dev #13 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.2s done ---> Running in b5051957485f #7 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 10.4s fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz (1/25) Upgrading musl (1.1.24-r9 -> 1.1.24-r10) (2/25) Installing ncurses-terminfo-base (6.2_p20200523-r0) (3/25) Installing ncurses-libs (6.2_p20200523-r0) (4/25) Installing readline (8.0.4-r0) (5/25) Installing bash (5.0.17-r0) Executing bash-5.0.17-r0.post-install (6/25) Installing libacl (2.2.53-r0) (7/25) Installing libattr (2.4.48-r0) (8/25) Installing coreutils (8.32-r0) (9/25) Installing libgcc (9.3.0-r2) (10/25) Installing libstdc++ (9.3.0-r2) (11/25) Installing binutils (2.34-r2) #13 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.7s done #13 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 (12/25) Installing gmp (6.2.0-r0) (13/25) Installing isl (0.18-r0) (14/25) Installing libgomp (9.3.0-r2) (15/25) Installing libatomic (9.3.0-r2) (16/25) Installing libgphobos (9.3.0-r2) (17/25) Installing mpfr4 (4.0.2-r4) (18/25) Installing mpc1 (1.1.0-r1) (19/25) Installing gcc (9.3.0-r2) #13 ... #7 [stage-1 1/8] FROM docker.io/library/ubuntu:xenial@sha256:454054f5bbd571b088db25b662099c6c7b3f0cb78536a2077d54adc48f00cd68 #7 sha256:7b64d02b37e7c3ab98bb5da7719e57397c5d29a97dc37535d69bafcf69d62fcf #7 extracting sha256:58690f9b18fca6469a14da4e212c96849469f9b1be6661d2342a4bf01774aa50 7.9s done #7 extracting sha256:b51569e7c50720acf6860327847fe342a1afbe148d24c529fb81df105e3eed01 done #7 extracting sha256:da8ef40b9ecabc2679fe2419957220c0272a965c5cf7e0269fa1aeeb8c56f2e1 done #7 extracting sha256:fb15d46c38dcd1ea0b1990006c3366ecd10c79d374f341687eb2cb23a2c8672e 0.0s done #7 DONE 11.5s #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #8 sha256:f9026d5b844c5bfda8b604e65eefb512fb140d9013b233e502757d6beae93e97 #7 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 12.6s done #7 ... #13 [golang 1/1] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 #13 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be #13 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.2s done #13 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.7s done #13 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.3s done #13 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.9s done #13 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.9s (20/25) Installing nghttp2-libs (1.41.0-r0) (21/25) Installing libcurl (7.79.0-r0) (22/25) Installing expat (2.2.9-r1) (23/25) Installing pcre2 (10.35-r0) (24/25) Installing git (2.26.3-r0) (25/25) Installing musl-dev (1.1.24-r10) Executing busybox-1.31.1-r16.trigger OK: 160 MiB in 39 packages #13 ... #7 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987 #7 sha256:a0888aee9b87c72b846d6009d871befd442b2545864728203b742012f5f27cf6 #7 DONE 16.6s #13 [golang 1/1] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 #13 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be #13 ... #8 [stage-1 2/7] RUN if [ -f /etc/yum.repos.d/CentOS-Sources.repo ]; then sed -i 's/altarch/centos/g' /etc/yum.repos.d/CentOS-Sources.repo; fi #8 sha256:cf4fb3654e48196cc2869fc32de241cbffa51e17eddb4511085620dc69654c70 #8 3.441 Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB] #8 3.594 Get:2 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB] #8 3.614 Get:3 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [2051 kB] #8 3.708 Get:4 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [15.9 kB] #8 3.710 Get:5 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [984 kB] #8 3.742 Get:6 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [8820 B] #8 3.984 Get:7 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB] #8 4.077 Get:8 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB] #8 4.293 Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1558 kB] #8 4.569 Get:10 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [14.1 kB] #8 4.570 Get:11 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [9827 kB] #8 5.060 Get:12 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [176 kB] #8 5.060 Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [2560 kB] #8 DONE 3.2s #9 [stage-1 3/7] RUN yum install -y rpm-build rpmlint #9 sha256:e4108f4e923b4be0750f07384309ae1ebf6d9e535d99cf44936874f303e008b2 #8 5.155 Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [16.4 kB] #8 5.155 Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [1544 kB] #8 5.235 Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [26.2 kB] #8 5.235 Get:17 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [10.9 kB] #8 5.235 Get:18 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [12.7 kB] Removing intermediate container b5051957485f ---> db840d3ac335 Step 4/6 : ENV CGO_ENABLED=0 DISABLE_WARN_OUTSIDE_CONTAINER=1 ---> Running in a5e30c1afa99 Removing intermediate container a5e30c1afa99 ---> c1e1c2420294 Step 5/6 : WORKDIR /go/src/github.com/docker/cli ---> Running in b7c1ef33cf71 Removing intermediate container b7c1ef33cf71 ---> 2364d6ca5f5c Step 6/6 : CMD ./scripts/build/binary ---> Running in e4871258d4c6 Removing intermediate container e4871258d4c6 ---> a32a45492abf Successfully built a32a45492abf Successfully tagged docker-cli-native:latest docker run --rm -e VERSION=0.0.0-20210212105829-69f9c8c906 -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-486/cli":/go/src/github.com/docker/cli -v "docker-cli-dev-cache:/root/.cache/go-build" docker-cli-native Building statically linked build/docker-linux-amd64 #8 ... #13 [golang 1/1] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 #13 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be #13 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.9s done #13 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.7s done #13 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.6s #9 1.842 Loaded plugins: fastestmirror, ovl #9 2.392 Determining fastest mirrors #13 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.1s done #13 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 #9 ... #13 [golang 1/1] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 #13 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be #13 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.0s done #13 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.3s done #13 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0.2s #13 ... #9 [stage-1 3/7] RUN yum install -y rpm-build rpmlint #9 sha256:e4108f4e923b4be0750f07384309ae1ebf6d9e535d99cf44936874f303e008b2 #9 8.855 * base: download.cf.centos.org #9 8.855 * extras: download.cf.centos.org #9 8.855 * updates: download.cf.centos.org #13 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.8s done #13 ... #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #8 sha256:f9026d5b844c5bfda8b604e65eefb512fb140d9013b233e502757d6beae93e97 #8 6.670 Fetched 19.4 MB in 5s (3672 kB/s) #8 6.670 Reading package lists... #8 8.003 Reading package lists... #8 9.411 Building dependency tree... #8 9.639 Reading state information... #8 9.798 The following additional packages will be installed: #8 9.798 at autotools-dev binutils bsdmainutils build-essential bzip2 ca-certificates #8 9.798 cpp cpp-5 dctrl-tools debhelper dh-python dh-strip-nondeterminism diffstat #8 9.808 distro-info-data dpkg-dev dput fakeroot file g++ g++-5 gcc gcc-5 gettext #8 9.808 gettext-base git-man groff-base hardening-includes ifupdown intltool-debian #8 9.808 iproute2 isc-dhcp-client isc-dhcp-common iso-codes krb5-locales less #8 9.808 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl #8 9.808 libapt-inst2.0 libapt-pkg-perl libarchive-zip-perl libasan2 #8 9.808 libasn1-8-heimdal libasprintf-dev libasprintf0v5 libatm1 libatomic1 #8 9.808 libauthen-sasl-perl libbsd0 libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl #8 9.808 libcgi-pm-perl libcilkrts5 libclass-accessor-perl libclone-perl libcroco3 #8 9.808 libcurl3-gnutls libdata-alias-perl libdigest-hmac-perl libdistro-info-perl #8 9.808 libdns-export162 libdpkg-perl libedit2 libemail-valid-perl #8 9.808 libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl #8 9.808 libfakeroot libfcgi-perl libffi6 libfile-basedir-perl libfile-fcntllock-perl #8 9.808 libfile-listing-perl libfile-stripnondeterminism-perl libfont-afm-perl #8 9.808 libgcc-5-dev libgdbm3 libgettextpo-dev libgettextpo0 libglib2.0-0 #8 9.808 libglib2.0-data libgmp10 libgnutls30 libgomp1 libgssapi-krb5-2 #8 9.808 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal #8 9.808 libheimntlm0-heimdal libhogweed4 libhtml-form-perl libhtml-format-perl #8 9.808 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl #8 9.808 libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #8 9.808 libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu55 #8 9.808 libidn11 libio-html-perl libio-pty-perl libio-socket-inet6-perl #8 9.808 libio-socket-ssl-perl libio-string-perl libipc-run-perl #8 9.808 libipc-system-simple-perl libisc-export160 libisl15 libitm1 libk5crypto3 #8 9.808 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2 #8 9.808 liblist-moreutils-perl liblocale-gettext-perl liblsan0 #8 9.808 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic1 #8 9.808 libmail-sendmail-perl libmailtools-perl libmnl0 libmpc3 libmpdec2 libmpfr4 #8 9.808 libmpx0 libnet-dns-perl libnet-domain-tld-perl libnet-http-perl #8 9.808 libnet-ip-perl libnet-smtp-ssl-perl libnet-ssleay-perl libnettle6 #8 9.808 libp11-kit0 libparse-debianchangelog-perl libperl5.22 libperlio-gzip-perl #8 9.808 libpipeline1 libpopt0 libpython-stdlib libpython2.7-minimal #8 9.808 libpython2.7-stdlib libpython3-stdlib libpython3.5-minimal #8 9.808 libpython3.5-stdlib libquadmath0 libroken18-heimdal librtmp1 libsasl2-2 #8 9.808 libsasl2-modules libsasl2-modules-db libsocket6-perl libsqlite3-0 #8 9.808 libssl1.0.0 libstdc++-5-dev libsub-name-perl libsys-hostname-long-perl #8 9.808 libtasn1-6 libtext-levenshtein-perl libtimedate-perl libtsan0 libubsan0 #8 9.808 libunistring0 liburi-perl libwind0-heimdal libwww-perl #8 9.808 libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 #8 9.808 libxext6 libxml2 libxmuu1 libxtables11 libyaml-libyaml-perl lintian #8 9.808 linux-libc-dev lsb-release make man-db manpages manpages-dev mime-support #8 9.808 netbase openssh-client openssl patch patchutils perl perl-modules-5.22 #8 9.808 po-debconf python python-apt-common python-minimal python2.7 #8 9.808 python2.7-minimal python3 python3-apt python3-chardet python3-debian #8 9.808 python3-magic python3-minimal python3-pkg-resources python3-six python3.5 #8 9.808 python3.5-minimal rename rsync sgml-base shared-mime-info strace t1utils #8 9.808 unzip wdiff xauth xdg-user-dirs xml-core xz-utils #8 9.808 Suggested packages: #8 9.808 default-mta | mail-transport-agent binutils-doc wamerican | wordlist whois #8 9.808 vacation bzip2-doc cpp-doc gcc-5-locales debtags dh-make bsd-mailx | mailx #8 9.808 cvs-buildpackage diffoscope devscripts-el dose-extra gnuplot #8 9.808 libfile-desktopentry-perl libterm-size-perl libyaml-syck-perl #8 9.808 mozilla-devscripts mutt svn-buildpackage w3m debian-keyring #8 9.808 libsoap-lite-perl mini-dinstall python-bzrlib g++-multilib g++-5-multilib #8 9.808 gcc-5-doc libstdc++6-5-dbg gcc-multilib autoconf automake libtool flex bison #8 9.808 gdb gcc-doc gcc-5-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg #8 9.808 libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg #8 9.808 libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg gettext-doc autopoint #8 9.808 git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk #8 9.808 gitweb git-arch git-cvs git-mediawiki git-svn groff ppp rdnssd iproute2-doc #8 9.808 resolvconf avahi-autoipd isc-dhcp-client-ddns apparmor isoquery #8 9.808 libgssapi-perl glibc-doc gnutls-bin krb5-doc krb5-user libdata-dump-perl #8 9.808 libcrypt-ssleay-perl libhtml-template-perl libxml-simple-perl #8 9.808 libsasl2-modules-otp libsasl2-modules-ldap libsasl2-modules-sql #8 9.808 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal #8 9.808 libstdc++-5-doc libauthen-ntlm-perl binutils-multiarch libtext-template-perl #8 9.808 lsb make-doc www-browser ssh-askpass libpam-ssh keychain monkeysphere ed #8 9.808 diffutils-doc perl-doc libterm-readline-gnu-perl #8 9.808 | libterm-readline-perl-perl libmail-box-perl python-doc python-tk #8 9.808 python2.7-doc binfmt-support python3-doc python3-tk python3-venv #8 9.808 python3-apt-dbg python-apt-doc python3-setuptools python3.5-venv #8 9.808 python3.5-doc openssh-server sgml-base-doc zip #8 9.808 The following NEW packages will be installed: #8 9.808 at autotools-dev binutils bsdmainutils build-essential bzip2 ca-certificates #8 9.808 cpp cpp-5 curl dctrl-tools debhelper devscripts dh-python #8 9.808 dh-strip-nondeterminism diffstat distro-info-data dpkg-dev dput equivs #8 9.808 fakeroot file g++ g++-5 gcc gcc-5 gettext gettext-base git git-man #8 9.808 groff-base hardening-includes ifupdown intltool-debian iproute2 #8 9.808 isc-dhcp-client isc-dhcp-common iso-codes krb5-locales less #8 9.808 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl #8 9.808 libapt-inst2.0 libapt-pkg-perl libarchive-zip-perl libasan2 #8 9.808 libasn1-8-heimdal libasprintf-dev libasprintf0v5 libatm1 libatomic1 #8 9.808 libauthen-sasl-perl libbsd0 libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl #8 9.808 libcgi-pm-perl libcilkrts5 libclass-accessor-perl libclone-perl libcroco3 #8 9.808 libcurl3-gnutls libdata-alias-perl libdigest-hmac-perl libdistro-info-perl #8 9.808 libdns-export162 libdpkg-perl libedit2 libemail-valid-perl #8 9.808 libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl #8 9.808 libfakeroot libfcgi-perl libffi6 libfile-basedir-perl libfile-fcntllock-perl #8 9.808 libfile-listing-perl libfile-stripnondeterminism-perl libfont-afm-perl #8 9.808 libgcc-5-dev libgdbm3 libgettextpo-dev libgettextpo0 libglib2.0-0 #8 9.808 libglib2.0-data libgmp10 libgnutls30 libgomp1 libgssapi-krb5-2 #8 9.808 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal #8 9.808 libheimntlm0-heimdal libhogweed4 libhtml-form-perl libhtml-format-perl #8 9.808 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl #8 9.808 libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #8 9.808 libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu55 #8 9.808 libidn11 libio-html-perl libio-pty-perl libio-socket-inet6-perl #8 9.808 libio-socket-ssl-perl libio-string-perl libipc-run-perl #8 9.808 libipc-system-simple-perl libisc-export160 libisl15 libitm1 libk5crypto3 #8 9.808 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2 #8 9.808 liblist-moreutils-perl liblocale-gettext-perl liblsan0 #8 9.808 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic1 #8 9.808 libmail-sendmail-perl libmailtools-perl libmnl0 libmpc3 libmpdec2 libmpfr4 #8 9.808 libmpx0 libnet-dns-perl libnet-domain-tld-perl libnet-http-perl #8 9.808 libnet-ip-perl libnet-smtp-ssl-perl libnet-ssleay-perl libnettle6 #8 9.808 libp11-kit0 libparse-debianchangelog-perl libperl5.22 libperlio-gzip-perl #8 9.808 libpipeline1 libpopt0 libpython-stdlib libpython2.7-minimal #8 9.808 libpython2.7-stdlib libpython3-stdlib libpython3.5-minimal #8 9.808 libpython3.5-stdlib libquadmath0 libroken18-heimdal librtmp1 libsasl2-2 #8 9.808 libsasl2-modules libsasl2-modules-db libsocket6-perl libsqlite3-0 #8 9.808 libssl1.0.0 libstdc++-5-dev libsub-name-perl libsys-hostname-long-perl #8 9.808 libtasn1-6 libtext-levenshtein-perl libtimedate-perl libtsan0 libubsan0 #8 9.808 libunistring0 liburi-perl libwind0-heimdal libwww-perl #8 9.808 libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 #8 9.808 libxext6 libxml2 libxmuu1 libxtables11 libyaml-libyaml-perl lintian #8 9.808 linux-libc-dev lsb-release make man-db manpages manpages-dev mime-support #8 9.808 netbase openssh-client openssl patch patchutils perl perl-modules-5.22 #8 9.808 po-debconf python python-apt-common python-minimal python2.7 #8 9.808 python2.7-minimal python3 python3-apt python3-chardet python3-debian #8 9.808 python3-magic python3-minimal python3-pkg-resources python3-six python3.5 #8 9.808 python3.5-minimal rename rsync sgml-base shared-mime-info strace t1utils #8 9.808 unzip wdiff xauth xdg-user-dirs xml-core xz-utils #8 12.42 0 upgraded, 234 newly installed, 0 to remove and 0 not upgraded. #8 12.42 Need to get 91.0 MB of archives. #8 12.42 After this operation, 383 MB of additional disk space will be used. #8 12.42 Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libatm1 amd64 1:2.5.1-1.5 [24.2 kB] #8 12.57 Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblocale-gettext-perl amd64 1.07-1build1 [17.1 kB] #8 12.59 Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmnl0 amd64 1.0.3-5 [12.0 kB] #8 12.61 Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpopt0 amd64 1.16-10 [26.0 kB] #8 12.66 Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl1.0.0 amd64 1.0.2g-1ubuntu4.20 [1083 kB] #8 12.95 Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython3.5-minimal amd64 3.5.2-2ubuntu0~16.04.13 [524 kB] #8 13.00 Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libexpat1 amd64 2.1.0-7ubuntu0.16.04.5 [71.5 kB] #8 13.00 Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3.5-minimal amd64 3.5.2-2ubuntu0~16.04.13 [1597 kB] #8 13.08 Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-minimal amd64 3.5.1-3 [23.3 kB] #8 13.08 Get:10 http://archive.ubuntu.com/ubuntu xenial/main amd64 mime-support all 3.59ubuntu1 [31.0 kB] #8 13.08 Get:11 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmpdec2 amd64 2.4.2-1 [82.6 kB] #8 13.08 Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsqlite3-0 amd64 3.11.0-1ubuntu1.5 [398 kB] #8 13.10 Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython3.5-stdlib amd64 3.5.2-2ubuntu0~16.04.13 [2135 kB] #8 13.20 Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3.5 amd64 3.5.2-2ubuntu0~16.04.13 [165 kB] #8 13.21 Get:15 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpython3-stdlib amd64 3.5.1-3 [6818 B] #8 13.21 Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 dh-python all 2.20151103ubuntu1.2 [73.9 kB] #8 13.21 Get:17 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3 amd64 3.5.1-3 [8710 B] #8 13.21 Get:18 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgdbm3 amd64 1.8.3-13.1 [16.9 kB] #8 13.21 Get:19 http://archive.ubuntu.com/ubuntu xenial/main amd64 libffi6 amd64 3.2.1-4 [17.8 kB] #8 13.21 Get:20 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-0 amd64 2.48.2-0ubuntu4.8 [1120 kB] #8 13.27 Get:21 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] #8 13.27 Get:22 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxdmcp6 amd64 1:1.1.2-1.1 [11.0 kB] #8 13.27 Get:23 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb1 amd64 1.11.1-1ubuntu1 [40.0 kB] #8 13.36 Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-data all 2:1.6.3-1ubuntu2.2 [114 kB] #8 13.36 Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-6 amd64 2:1.6.3-1ubuntu2.2 [572 kB] #8 13.38 Get:26 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] #8 13.38 Get:27 http://archive.ubuntu.com/ubuntu xenial/main amd64 groff-base amd64 1.22.3-7 [1151 kB] #8 13.42 Get:28 http://archive.ubuntu.com/ubuntu xenial/main amd64 bsdmainutils amd64 9.0.6ubuntu3 [174 kB] #8 13.43 Get:29 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpipeline1 amd64 1.4.1-2 [24.6 kB] #8 13.43 Get:30 http://archive.ubuntu.com/ubuntu xenial/main amd64 man-db amd64 2.7.5-1 [854 kB] #8 13.50 Get:31 http://archive.ubuntu.com/ubuntu xenial/main amd64 sgml-base all 1.26+nmu4ubuntu1 [12.5 kB] #8 13.50 Get:32 http://archive.ubuntu.com/ubuntu xenial/main amd64 libunistring0 amd64 0.9.3-5.2ubuntu1 [279 kB] #8 13.51 Get:33 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 perl-modules-5.22 all 5.22.1-9ubuntu0.9 [2634 kB] #8 13.63 Get:34 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libperl5.22 amd64 5.22.1-9ubuntu0.9 [3360 kB] #8 13.90 Get:35 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 perl amd64 5.22.1-9ubuntu0.9 [237 kB] #8 13.90 Get:36 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-minimal amd64 2.7.12-1ubuntu0~16.04.18 [338 kB] #8 13.92 Get:37 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-minimal amd64 2.7.12-1ubuntu0~16.04.18 [1260 kB] #8 13.97 Get:38 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-minimal amd64 2.7.12-1~16.04 [28.1 kB] #8 13.98 Get:39 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-stdlib amd64 2.7.12-1ubuntu0~16.04.18 [1883 kB] #8 14.06 Get:40 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7 amd64 2.7.12-1ubuntu0~16.04.18 [224 kB] #8 14.06 Get:41 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-stdlib amd64 2.7.12-1~16.04 [7768 B] #8 14.06 Get:42 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python amd64 2.7.12-1~16.04 [137 kB] #8 14.08 Get:43 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgmp10 amd64 2:6.1.0+dfsg-2 [240 kB] #8 14.08 Get:44 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmpfr4 amd64 3.1.4-1 [191 kB] #8 14.08 Get:45 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmpc3 amd64 1.0.3-1 [39.7 kB] #8 14.08 Get:46 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 bzip2 amd64 1.0.6-8ubuntu0.2 [32.5 kB] #8 14.11 Get:47 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 distro-info-data all 0.28ubuntu0.18 [4530 B] #8 14.11 Get:48 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagic1 amd64 1:5.25-2ubuntu1.4 [216 kB] #8 14.18 Get:49 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 file amd64 1:5.25-2ubuntu1.4 [21.2 kB] #8 14.18 Get:50 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 iproute2 amd64 4.3.0-1ubuntu3.16.04.5 [523 kB] #8 14.20 Get:51 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 ifupdown amd64 0.8.10ubuntu1.4 [54.9 kB] #8 14.21 Get:52 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libisc-export160 amd64 1:9.10.3.dfsg.P4-8ubuntu1.19 [153 kB] #8 14.24 Get:53 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdns-export162 amd64 1:9.10.3.dfsg.P4-8ubuntu1.19 [665 kB] #8 14.26 Get:54 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 isc-dhcp-client amd64 4.3.3-5ubuntu12.10 [224 kB] #8 14.26 Get:55 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 isc-dhcp-common amd64 4.3.3-5ubuntu12.10 [105 kB] #8 14.26 Get:56 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 less amd64 481-2.1ubuntu0.2 [110 kB] #8 14.27 Get:57 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapt-inst2.0 amd64 1.2.35 [54.8 kB] #8 14.28 Get:58 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libbsd0 amd64 0.8.2-1ubuntu0.1 [42.0 kB] #8 14.32 Get:59 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnettle6 amd64 3.2-1ubuntu0.16.04.2 [93.7 kB] #8 14.33 Get:60 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libhogweed4 amd64 3.2-1ubuntu0.16.04.2 [136 kB] #8 14.36 Get:61 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libidn11 amd64 1.32-3ubuntu1.2 [46.5 kB] #8 14.36 Get:62 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libp11-kit0 amd64 0.23.2-5~ubuntu16.04.2 [107 kB] #8 14.36 Get:63 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-6 amd64 4.7-3ubuntu0.16.04.3 [43.5 kB] #8 14.40 Get:64 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutls30 amd64 3.4.10-4ubuntu1.8 [548 kB] #8 14.42 Get:65 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxtables11 amd64 1.6.0-2ubuntu3 [27.2 kB] #8 14.43 Get:66 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 lsb-release all 9.20160110ubuntu0.2 [11.8 kB] #8 14.43 Get:67 http://archive.ubuntu.com/ubuntu xenial/main amd64 netbase all 5.3 [12.9 kB] #8 14.43 Get:68 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssl amd64 1.0.2g-1ubuntu4.20 [492 kB] #8 14.47 Get:69 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 ca-certificates all 20210119~16.04.1 [148 kB] #8 14.48 Get:70 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasprintf0v5 amd64 0.19.7-2ubuntu3.1 [6568 B] #8 14.48 Get:71 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 gettext-base amd64 0.19.7-2ubuntu3.1 [48.0 kB] #8 14.48 Get:72 http://archive.ubuntu.com/ubuntu xenial/main amd64 iso-codes all 3.65-1 [2268 kB] #8 14.58 Get:73 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 krb5-locales all 1.13.2+dfsg-5ubuntu2.2 [13.7 kB] #8 14.58 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] #8 14.58 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] #8 14.59 Get:76 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkrb5support0 amd64 1.13.2+dfsg-5ubuntu2.2 [31.2 kB] #8 14.59 Get:77 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libk5crypto3 amd64 1.13.2+dfsg-5ubuntu2.2 [81.2 kB] #8 14.59 Get:78 http://archive.ubuntu.com/ubuntu xenial/main amd64 libkeyutils1 amd64 1.5.9-8ubuntu1 [9904 B] #8 14.62 Get:79 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkrb5-3 amd64 1.13.2+dfsg-5ubuntu2.2 [273 kB] #8 14.62 Get:80 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgssapi-krb5-2 amd64 1.13.2+dfsg-5ubuntu2.2 [120 kB] #8 14.63 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] #8 14.70 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] #8 14.70 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] #8 14.70 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] #8 14.70 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] #8 ... #13 [golang 1/1] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 #13 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be #13 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e #9 ... #13 [golang 1/1] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 #13 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be #13 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 7.8s done #13 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done #13 DONE 33.4s #9 [stage-1 3/7] RUN yum install -y rpm-build rpmlint #9 sha256:e4108f4e923b4be0750f07384309ae1ebf6d9e535d99cf44936874f303e008b2 #13 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s #13 ... #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #8 sha256:f9026d5b844c5bfda8b604e65eefb512fb140d9013b233e502757d6beae93e97 #8 14.70 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] #8 14.70 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] #8 14.71 Get:88 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsasl2-modules-db amd64 2.1.26.dfsg1-14ubuntu0.2 [14.5 kB] #8 14.77 Get:89 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsasl2-2 amd64 2.1.26.dfsg1-14ubuntu0.2 [48.7 kB] #8 14.77 Get:90 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libldap-2.4-2 amd64 2.4.42+dfsg-2ubuntu3.13 [159 kB] #8 14.77 Get:91 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d-1ubuntu0.1 [54.4 kB] #8 14.83 Get:92 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3-gnutls amd64 7.47.0-1ubuntu2.19 [189 kB] #8 14.84 Get:93 http://archive.ubuntu.com/ubuntu xenial/main amd64 libedit2 amd64 3.1-20150325-1ubuntu2 [76.5 kB] #8 14.85 Get:94 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-data all 2.48.2-0ubuntu4.8 [131 kB] #8 14.85 Get:95 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libicu55 amd64 55.1-7ubuntu0.5 [7650 kB] #8 15.22 Get:96 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsasl2-modules amd64 2.1.26.dfsg1-14ubuntu0.2 [47.7 kB] #8 15.22 Get:97 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxml2 amd64 2.9.3+dfsg1-1ubuntu0.7 [698 kB] #8 15.23 Get:98 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] #8 15.24 Get:99 http://archive.ubuntu.com/ubuntu xenial/main amd64 manpages all 4.04-2 [1087 kB] #8 15.29 Get:100 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssh-client amd64 1:7.2p2-4ubuntu2.10 [590 kB] #8 15.30 Get:101 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-apt-common all 1.1.0~beta1ubuntu0.16.04.12 [16.7 kB] #8 15.45 Get:102 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-apt amd64 1.1.0~beta1ubuntu0.16.04.12 [145 kB] #8 15.78 Get:103 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 rsync amd64 3.1.1-3ubuntu1.3 [329 kB] #8 15.91 Get:104 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 shared-mime-info amd64 1.5-2ubuntu0.2 [405 kB] #8 15.98 Get:105 http://archive.ubuntu.com/ubuntu xenial/main amd64 strace amd64 4.11-1ubuntu3 [179 kB] #8 16.01 Get:106 http://archive.ubuntu.com/ubuntu xenial/main amd64 xauth amd64 1:1.0.9-1ubuntu2 [22.7 kB] #8 16.01 Get:107 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 xdg-user-dirs amd64 0.15-2ubuntu6.16.04.1 [61.8 kB] #8 16.01 Get:108 http://archive.ubuntu.com/ubuntu xenial/main amd64 xml-core all 0.13+nmu2 [23.3 kB] #8 16.01 Get:109 http://archive.ubuntu.com/ubuntu xenial/main amd64 at amd64 3.1.18-2ubuntu1 [37.8 kB] #8 16.02 Get:110 http://archive.ubuntu.com/ubuntu xenial/main amd64 autotools-dev all 20150820.1 [39.8 kB] #8 16.02 Get:111 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 binutils amd64 2.26.1-1ubuntu1~16.04.8 [2312 kB] #8 16.16 Get:112 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc-dev-bin amd64 2.23-0ubuntu11.3 [68.6 kB] #8 16.16 Get:113 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-libc-dev amd64 4.4.0-210.242 [832 kB] #8 16.19 Get:114 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dev amd64 2.23-0ubuntu11.3 [2083 kB] #8 16.36 Get:115 http://archive.ubuntu.com/ubuntu xenial/main amd64 libisl15 amd64 0.16.1-1 [524 kB] #8 16.37 Get:116 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cpp-5 amd64 5.4.0-6ubuntu1~16.04.12 [7783 kB] #8 16.77 Get:117 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpp amd64 4:5.3.1-1ubuntu1 [27.7 kB] #8 16.77 Get:118 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcc1-0 amd64 5.4.0-6ubuntu1~16.04.12 [38.8 kB] #8 16.77 Get:119 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgomp1 amd64 5.4.0-6ubuntu1~16.04.12 [55.2 kB] #8 16.77 Get:120 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libitm1 amd64 5.4.0-6ubuntu1~16.04.12 [27.4 kB] #8 16.77 Get:121 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libatomic1 amd64 5.4.0-6ubuntu1~16.04.12 [8892 B] #8 16.77 Get:122 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasan2 amd64 5.4.0-6ubuntu1~16.04.12 [265 kB] #8 16.78 Get:123 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblsan0 amd64 5.4.0-6ubuntu1~16.04.12 [105 kB] #8 16.79 Get:124 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtsan0 amd64 5.4.0-6ubuntu1~16.04.12 [244 kB] #8 16.80 Get:125 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libubsan0 amd64 5.4.0-6ubuntu1~16.04.12 [95.3 kB] #8 16.84 Get:126 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcilkrts5 amd64 5.4.0-6ubuntu1~16.04.12 [40.0 kB] #8 16.91 Get:127 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmpx0 amd64 5.4.0-6ubuntu1~16.04.12 [9762 B] #8 16.91 Get:128 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libquadmath0 amd64 5.4.0-6ubuntu1~16.04.12 [131 kB] #8 16.92 Get:129 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcc-5-dev amd64 5.4.0-6ubuntu1~16.04.12 [2239 kB] #8 17.09 Get:130 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 gcc-5 amd64 5.4.0-6ubuntu1~16.04.12 [8612 kB] #8 17.52 Get:131 http://archive.ubuntu.com/ubuntu xenial/main amd64 gcc amd64 4:5.3.1-1ubuntu1 [5244 B] #8 17.52 Get:132 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libstdc++-5-dev amd64 5.4.0-6ubuntu1~16.04.12 [1428 kB] #8 17.57 Get:133 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 g++-5 amd64 5.4.0-6ubuntu1~16.04.12 [8430 kB] #8 17.98 Get:134 http://archive.ubuntu.com/ubuntu xenial/main amd64 g++ amd64 4:5.3.1-1ubuntu1 [1504 B] #8 17.98 Get:135 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB] #8 17.98 Get:136 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdpkg-perl all 1.18.4ubuntu1.7 [195 kB] #8 17.98 Get:137 http://archive.ubuntu.com/ubuntu xenial/main amd64 xz-utils amd64 5.1.1alpha+20120614-2ubuntu2 [78.8 kB] #8 17.98 Get:138 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 patch amd64 2.7.5-1ubuntu0.16.04.2 [90.8 kB] #8 17.99 Get:139 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 dpkg-dev all 1.18.4ubuntu1.7 [584 kB] #8 18.03 Get:140 http://archive.ubuntu.com/ubuntu xenial/main amd64 build-essential amd64 12.1ubuntu2 [4758 B] #8 18.03 Get:141 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 curl amd64 7.47.0-1ubuntu2.19 [139 kB] #8 18.03 Get:142 http://archive.ubuntu.com/ubuntu xenial/main amd64 dctrl-tools amd64 2.24-2 [59.1 kB] #8 18.05 Get:143 http://archive.ubuntu.com/ubuntu xenial/main amd64 libcroco3 amd64 0.6.11-1 [81.6 kB] #8 18.05 Get:144 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 gettext amd64 0.19.7-2ubuntu3.1 [1082 kB] #8 18.12 Get:145 http://archive.ubuntu.com/ubuntu xenial/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] #8 18.12 Get:146 http://archive.ubuntu.com/ubuntu xenial/main amd64 po-debconf all 1.0.19 [234 kB] #8 18.14 Get:147 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive-zip-perl all 1.56-2ubuntu0.1 [84.7 kB] #8 18.14 Get:148 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfile-stripnondeterminism-perl all 0.015-1 [10.3 kB] #8 18.14 Get:149 http://archive.ubuntu.com/ubuntu xenial/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] #8 18.14 Get:150 http://archive.ubuntu.com/ubuntu xenial/main amd64 dh-strip-nondeterminism all 0.015-1 [4864 B] #8 18.16 Get:151 http://archive.ubuntu.com/ubuntu xenial/main amd64 debhelper all 9.20160115ubuntu3 [739 kB] #8 18.17 Get:152 http://archive.ubuntu.com/ubuntu xenial/main amd64 devscripts amd64 2.16.2ubuntu3 [848 kB] #8 18.21 Get:153 http://archive.ubuntu.com/ubuntu xenial/main amd64 diffstat amd64 1.61-1 [23.6 kB] #8 18.21 Get:154 http://archive.ubuntu.com/ubuntu xenial/main amd64 dput all 0.9.6.4ubuntu3 [33.1 kB] #8 18.27 Get:155 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfakeroot amd64 1.20.2-1ubuntu1 [25.5 kB] #8 18.28 Get:156 http://archive.ubuntu.com/ubuntu xenial/main amd64 fakeroot amd64 1.20.2-1ubuntu1 [61.8 kB] #8 18.28 Get:157 http://archive.ubuntu.com/ubuntu xenial/main amd64 liberror-perl all 0.17-1.2 [19.6 kB] #8 18.28 Get:158 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 git-man all 1:2.7.4-0ubuntu1.10 [737 kB] #8 18.30 Get:159 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 git amd64 1:2.7.4-0ubuntu1.10 [3183 kB] #8 18.46 Get:160 http://archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] #8 18.46 Get:161 http://archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4build1 [11.0 kB] #8 18.46 Get:162 http://archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] #8 18.46 Get:163 http://archive.ubuntu.com/ubuntu xenial/main amd64 libapt-pkg-perl amd64 0.1.29build7 [65.3 kB] #8 18.46 Get:164 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasprintf-dev amd64 0.19.7-2ubuntu3.1 [4778 B] #8 18.46 Get:165 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tagset-perl all 3.20-2 [13.5 kB] #8 18.46 Get:166 http://archive.ubuntu.com/ubuntu xenial/main amd64 liburi-perl all 1.71-1 [76.9 kB] #8 18.46 Get:167 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-parser-perl amd64 3.72-1 [86.1 kB] #8 18.46 Get:168 http://archive.ubuntu.com/ubuntu xenial/main amd64 libcgi-pm-perl all 4.26-1 [185 kB] #8 18.52 Get:169 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfcgi-perl amd64 0.77-1build1 [32.3 kB] #8 18.55 Get:170 http://archive.ubuntu.com/ubuntu xenial/main amd64 libcgi-fast-perl all 1:2.10-1 [10.2 kB] #8 18.55 Get:171 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsub-name-perl amd64 0.14-1build1 [10.8 kB] #8 18.55 Get:172 http://archive.ubuntu.com/ubuntu xenial/main amd64 libclass-accessor-perl all 0.34-1 [26.0 kB] #8 18.55 Get:173 http://archive.ubuntu.com/ubuntu xenial/main amd64 libclone-perl amd64 0.38-1build1 [10.3 kB] #8 18.55 Get:174 http://archive.ubuntu.com/ubuntu xenial/main amd64 libdata-alias-perl amd64 1.20-1build1 [33.9 kB] #8 18.55 Get:175 http://archive.ubuntu.com/ubuntu xenial/main amd64 libdigest-hmac-perl all 1.03+dfsg-1 [12.1 kB] #8 18.55 Get:176 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdistro-info-perl all 0.14ubuntu0.2 [4710 B] #8 18.55 Get:177 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-ssleay-perl amd64 1.72-1build1 [259 kB] #8 18.60 Get:178 http://archive.ubuntu.com/ubuntu xenial/main amd64 libio-socket-ssl-perl all 2.024-1 [159 kB] #8 18.62 Get:179 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-smtp-ssl-perl all 1.03-1 [6288 B] #8 18.63 Get:180 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmailtools-perl all 2.13-1 [82.6 kB] #8 18.63 Get:181 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsocket6-perl amd64 0.25-1build2 [22.8 kB] #8 18.63 Get:182 http://archive.ubuntu.com/ubuntu xenial/main amd64 libio-socket-inet6-perl all 2.72-2 [13.8 kB] #8 18.63 Get:183 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-ip-perl all 1.26-1 [31.5 kB] #8 18.63 Get:184 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-dns-perl amd64 0.81-2build1 [266 kB] #8 18.64 Get:185 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-domain-tld-perl all 1.73-1 [21.4 kB] #8 18.64 Get:186 http://archive.ubuntu.com/ubuntu xenial/main amd64 libemail-valid-perl all 1.198-1 [16.5 kB] #8 18.67 Get:187 http://archive.ubuntu.com/ubuntu xenial/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] #8 18.72 Get:188 http://archive.ubuntu.com/ubuntu xenial/main amd64 libexporter-tiny-perl all 0.042-1 [28.8 kB] #8 18.72 Get:189 http://archive.ubuntu.com/ubuntu xenial/main amd64 libipc-system-simple-perl all 1.25-3 [22.8 kB] #8 18.72 Get:190 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfile-basedir-perl all 0.07-1 [16.9 kB] #8 18.73 Get:191 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfile-fcntllock-perl amd64 0.22-3 [32.0 kB] #8 18.73 Get:192 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] #8 18.73 Get:193 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfile-listing-perl all 6.04-1 [9774 B] #8 18.73 Get:194 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfont-afm-perl all 1.20-1 [14.3 kB] #8 18.73 Get:195 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgettextpo0 amd64 0.19.7-2ubuntu3.1 [125 kB] #8 18.74 Get:196 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgettextpo-dev amd64 0.19.7-2ubuntu3.1 [141 kB] #8 18.81 Get:197 http://archive.ubuntu.com/ubuntu xenial/main amd64 libio-html-perl all 1.001-1 [14.9 kB] #8 18.81 Get:198 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] #8 18.81 Get:199 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-message-perl all 6.11-1 [74.3 kB] #8 18.81 Get:200 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-form-perl all 6.03-1 [23.5 kB] #8 18.82 Get:201 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-tree-perl all 5.03-2 [197 kB] #8 18.82 Get:202 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhtml-format-perl all 2.11-2 [41.3 kB] #8 18.97 Get:203 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-cookies-perl all 6.01-1 [17.2 kB] #8 19.12 Get:204 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-daemon-perl all 6.01-1 [17.0 kB] #8 19.15 Get:205 http://archive.ubuntu.com/ubuntu xenial/main amd64 libhttp-negotiate-perl all 6.00-2 [13.4 kB] #8 19.17 Get:206 http://archive.ubuntu.com/ubuntu xenial/main amd64 libio-pty-perl amd64 1:1.08-1.1build1 [30.2 kB] #8 19.24 Get:207 http://archive.ubuntu.com/ubuntu xenial/main amd64 libio-string-perl all 1.08-3 [11.1 kB] #8 19.25 Get:208 http://archive.ubuntu.com/ubuntu xenial/main amd64 libipc-run-perl all 0.94-1 [92.2 kB] #8 19.33 Get:209 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblist-moreutils-perl amd64 0.413-1build1 [67.0 kB] #8 19.36 Get:210 http://archive.ubuntu.com/ubuntu xenial/main amd64 libnet-http-perl all 6.09-1 [24.0 kB] #8 19.38 Get:211 http://archive.ubuntu.com/ubuntu xenial/main amd64 libwww-robotrules-perl all 6.01-1 [14.1 kB] #8 19.38 Get:212 http://archive.ubuntu.com/ubuntu xenial/main amd64 libwww-perl all 6.15-1 [146 kB] #8 19.43 Get:213 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblwp-protocol-https-perl all 6.06-2 [8682 B] #8 19.43 Get:214 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] #8 19.44 Get:215 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmail-sendmail-perl all 0.79.16-1 [26.5 kB] #8 19.44 Get:216 http://archive.ubuntu.com/ubuntu xenial/main amd64 libparse-debianchangelog-perl all 1.2.0-8 [50.4 kB] #8 19.44 Get:217 http://archive.ubuntu.com/ubuntu xenial/main amd64 libperlio-gzip-perl amd64 0.19-1build1 [14.2 kB] #8 19.46 Get:218 http://archive.ubuntu.com/ubuntu xenial/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B] #8 19.46 Get:219 http://archive.ubuntu.com/ubuntu xenial/main amd64 libyaml-libyaml-perl amd64 0.41-6build1 [61.2 kB] #8 19.47 Get:220 http://archive.ubuntu.com/ubuntu xenial/main amd64 hardening-includes all 2.7ubuntu2 [13.6 kB] #8 19.47 Get:221 http://archive.ubuntu.com/ubuntu xenial/main amd64 patchutils amd64 0.3.4-1 [70.1 kB] #8 19.53 Get:222 http://archive.ubuntu.com/ubuntu xenial/main amd64 t1utils amd64 1.39-2 [53.4 kB] #8 19.53 Get:223 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 lintian all 2.5.43ubuntu0.1 [626 kB] #8 19.59 Get:224 http://archive.ubuntu.com/ubuntu xenial/main amd64 manpages-dev all 4.04-2 [2048 kB] #8 19.71 Get:225 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-pkg-resources all 20.7.0-1 [79.0 kB] #8 19.72 Get:226 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-chardet all 2.3.0-2 [96.2 kB] #8 19.72 Get:227 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-six all 1.10.0-3 [11.0 kB] #8 19.73 Get:228 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-debian all 0.1.27ubuntu2 [43.6 kB] #8 19.73 Get:229 http://archive.ubuntu.com/ubuntu xenial/main amd64 rename all 0.20-4 [12.0 kB] #8 19.73 Get:230 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 unzip amd64 6.0-20ubuntu1.1 [162 kB] #8 19.74 Get:231 http://archive.ubuntu.com/ubuntu xenial/main amd64 wdiff amd64 1.2.2-1build1 [28.8 kB] #8 19.74 Get:232 http://archive.ubuntu.com/ubuntu xenial/universe amd64 equivs all 2.0.9+nmu1 [17.7 kB] #8 19.74 Get:233 http://archive.ubuntu.com/ubuntu xenial/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB] #8 19.79 Get:234 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-magic all 1:5.25-2ubuntu1.4 [5440 B] #8 20.04 debconf: delaying package configuration, since apt-utils is not installed #8 20.09 Fetched 91.0 MB in 9s (9513 kB/s) #8 20.38 Selecting previously unselected package libatm1:amd64. #8 20.38 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4785 files and directories currently installed.) #8 20.38 Preparing to unpack .../libatm1_1%3a2.5.1-1.5_amd64.deb ... #8 20.41 Unpacking libatm1:amd64 (1:2.5.1-1.5) ... #8 20.54 Selecting previously unselected package liblocale-gettext-perl. #8 20.54 Preparing to unpack .../liblocale-gettext-perl_1.07-1build1_amd64.deb ... #8 20.56 Unpacking liblocale-gettext-perl (1.07-1build1) ... #8 20.91 Selecting previously unselected package libmnl0:amd64. #8 20.91 Preparing to unpack .../libmnl0_1.0.3-5_amd64.deb ... #8 21.12 Unpacking libmnl0:amd64 (1.0.3-5) ... #8 21.25 Selecting previously unselected package libpopt0:amd64. #8 21.25 Preparing to unpack .../libpopt0_1.16-10_amd64.deb ... #8 21.26 Unpacking libpopt0:amd64 (1.16-10) ... #8 21.32 Selecting previously unselected package libssl1.0.0:amd64. #8 21.32 Preparing to unpack .../libssl1.0.0_1.0.2g-1ubuntu4.20_amd64.deb ... #8 21.34 Unpacking libssl1.0.0:amd64 (1.0.2g-1ubuntu4.20) ... #8 21.55 Selecting previously unselected package libpython3.5-minimal:amd64. #8 21.55 Preparing to unpack .../libpython3.5-minimal_3.5.2-2ubuntu0~16.04.13_amd64.deb ... #8 21.55 Unpacking libpython3.5-minimal:amd64 (3.5.2-2ubuntu0~16.04.13) ... #8 21.72 Selecting previously unselected package libexpat1:amd64. #8 21.72 Preparing to unpack .../libexpat1_2.1.0-7ubuntu0.16.04.5_amd64.deb ... #8 21.73 Unpacking libexpat1:amd64 (2.1.0-7ubuntu0.16.04.5) ... #8 21.80 Selecting previously unselected package python3.5-minimal. #8 21.80 Preparing to unpack .../python3.5-minimal_3.5.2-2ubuntu0~16.04.13_amd64.deb ... #8 21.81 Unpacking python3.5-minimal (3.5.2-2ubuntu0~16.04.13) ... #8 22.14 Selecting previously unselected package python3-minimal. #8 22.14 Preparing to unpack .../python3-minimal_3.5.1-3_amd64.deb ... #8 22.15 Unpacking python3-minimal (3.5.1-3) ... #8 22.21 Selecting previously unselected package mime-support. #8 22.21 Preparing to unpack .../mime-support_3.59ubuntu1_all.deb ... #8 22.22 Unpacking mime-support (3.59ubuntu1) ... #8 22.29 Selecting previously unselected package libmpdec2:amd64. #8 22.29 Preparing to unpack .../libmpdec2_2.4.2-1_amd64.deb ... #8 22.30 Unpacking libmpdec2:amd64 (2.4.2-1) ... #8 22.37 Selecting previously unselected package libsqlite3-0:amd64. #8 22.37 Preparing to unpack .../libsqlite3-0_3.11.0-1ubuntu1.5_amd64.deb ... #8 22.38 Unpacking libsqlite3-0:amd64 (3.11.0-1ubuntu1.5) ... #8 22.55 Selecting previously unselected package libpython3.5-stdlib:amd64. #8 22.55 Preparing to unpack .../libpython3.5-stdlib_3.5.2-2ubuntu0~16.04.13_amd64.deb ... #8 22.56 Unpacking libpython3.5-stdlib:amd64 (3.5.2-2ubuntu0~16.04.13) ... #8 23.27 Selecting previously unselected package python3.5. #8 23.27 Preparing to unpack .../python3.5_3.5.2-2ubuntu0~16.04.13_amd64.deb ... #8 23.32 Unpacking python3.5 (3.5.2-2ubuntu0~16.04.13) ... #8 23.44 Selecting previously unselected package libpython3-stdlib:amd64. #8 23.44 Preparing to unpack .../libpython3-stdlib_3.5.1-3_amd64.deb ... #8 23.45 Unpacking libpython3-stdlib:amd64 (3.5.1-3) ... #8 23.51 Selecting previously unselected package dh-python. #8 23.51 Preparing to unpack .../dh-python_2.20151103ubuntu1.2_all.deb ... #8 23.52 Unpacking dh-python (2.20151103ubuntu1.2) ... #8 23.58 Processing triggers for libc-bin (2.23-0ubuntu11.3) ... #8 23.69 Setting up libssl1.0.0:amd64 (1.0.2g-1ubuntu4.20) ... #8 23.88 Setting up libpython3.5-minimal:amd64 (3.5.2-2ubuntu0~16.04.13) ... #8 23.90 Setting up libexpat1:amd64 (2.1.0-7ubuntu0.16.04.5) ... #8 23.92 Setting up python3.5-minimal (3.5.2-2ubuntu0~16.04.13) ... #8 24.63 Setting up python3-minimal (3.5.1-3) ... #8 24.96 Processing triggers for libc-bin (2.23-0ubuntu11.3) ... #8 25.04 Selecting previously unselected package python3. #8 25.04 (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 ... 5791 files and directories currently installed.) #8 25.04 Preparing to unpack .../python3_3.5.1-3_amd64.deb ... #8 25.05 Unpacking python3 (3.5.1-3) ... #8 25.12 Selecting previously unselected package libgdbm3:amd64. #8 25.12 Preparing to unpack .../libgdbm3_1.8.3-13.1_amd64.deb ... #8 25.14 Unpacking libgdbm3:amd64 (1.8.3-13.1) ... #8 25.18 Selecting previously unselected package libffi6:amd64. #8 25.18 Preparing to unpack .../libffi6_3.2.1-4_amd64.deb ... #8 25.20 Unpacking libffi6:amd64 (3.2.1-4) ... #8 25.29 Selecting previously unselected package libglib2.0-0:amd64. #8 25.29 Preparing to unpack .../libglib2.0-0_2.48.2-0ubuntu4.8_amd64.deb ... #8 25.30 Unpacking libglib2.0-0:amd64 (2.48.2-0ubuntu4.8) ... #8 25.52 Selecting previously unselected package libxau6:amd64. #8 25.52 Preparing to unpack .../libxau6_1%3a1.0.8-1_amd64.deb ... #8 25.53 Unpacking libxau6:amd64 (1:1.0.8-1) ... #8 25.58 Selecting previously unselected package libxdmcp6:amd64. #8 25.58 Preparing to unpack .../libxdmcp6_1%3a1.1.2-1.1_amd64.deb ... #8 25.58 Unpacking libxdmcp6:amd64 (1:1.1.2-1.1) ... #8 25.63 Selecting previously unselected package libxcb1:amd64. #8 25.63 Preparing to unpack .../libxcb1_1.11.1-1ubuntu1_amd64.deb ... #8 25.64 Unpacking libxcb1:amd64 (1.11.1-1ubuntu1) ... #8 25.69 Selecting previously unselected package libx11-data. #8 25.69 Preparing to unpack .../libx11-data_2%3a1.6.3-1ubuntu2.2_all.deb ... #8 25.69 Unpacking libx11-data (2:1.6.3-1ubuntu2.2) ... #8 25.82 Selecting previously unselected package libx11-6:amd64. #8 25.82 Preparing to unpack .../libx11-6_2%3a1.6.3-1ubuntu2.2_amd64.deb ... #8 25.84 Unpacking libx11-6:amd64 (2:1.6.3-1ubuntu2.2) ... #8 25.99 Selecting previously unselected package libxext6:amd64. #8 25.99 Preparing to unpack .../libxext6_2%3a1.3.3-1_amd64.deb ... #8 25.99 Unpacking libxext6:amd64 (2:1.3.3-1) ... #8 26.05 Selecting previously unselected package groff-base. #8 26.05 Preparing to unpack .../groff-base_1.22.3-7_amd64.deb ... #8 26.06 Unpacking groff-base (1.22.3-7) ... #8 26.18 Selecting previously unselected package bsdmainutils. #8 26.18 Preparing to unpack .../bsdmainutils_9.0.6ubuntu3_amd64.deb ... #8 26.19 Unpacking bsdmainutils (9.0.6ubuntu3) ... #8 26.30 Selecting previously unselected package libpipeline1:amd64. #8 26.30 Preparing to unpack .../libpipeline1_1.4.1-2_amd64.deb ... #8 26.31 Unpacking libpipeline1:amd64 (1.4.1-2) ... #8 26.37 Selecting previously unselected package man-db. #8 26.37 Preparing to unpack .../man-db_2.7.5-1_amd64.deb ... #8 26.37 Unpacking man-db (2.7.5-1) ... #8 26.56 Selecting previously unselected package sgml-base. #8 26.56 Preparing to unpack .../sgml-base_1.26+nmu4ubuntu1_all.deb ... #8 26.57 Unpacking sgml-base (1.26+nmu4ubuntu1) ... #8 26.62 Selecting previously unselected package libunistring0:amd64. #8 26.62 Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ... #8 26.62 Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ... #8 26.72 Selecting previously unselected package perl-modules-5.22. #8 26.72 Preparing to unpack .../perl-modules-5.22_5.22.1-9ubuntu0.9_all.deb ... #8 ... #13 [golang 1/1] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 #13 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be #13 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 11.5s done #13 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done #13 DONE 38.2s #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git #8 sha256:f9026d5b844c5bfda8b604e65eefb512fb140d9013b233e502757d6beae93e97 #8 26.72 Unpacking perl-modules-5.22 (5.22.1-9ubuntu0.9) ... #8 27.40 Selecting previously unselected package libperl5.22:amd64. #8 27.41 Preparing to unpack .../libperl5.22_5.22.1-9ubuntu0.9_amd64.deb ... #8 27.42 Unpacking libperl5.22:amd64 (5.22.1-9ubuntu0.9) ... #8 28.11 Selecting previously unselected package perl. #8 28.11 Preparing to unpack .../perl_5.22.1-9ubuntu0.9_amd64.deb ... #8 28.12 Unpacking perl (5.22.1-9ubuntu0.9) ... #8 28.21 Selecting previously unselected package libpython2.7-minimal:amd64. #8 28.21 Preparing to unpack .../libpython2.7-minimal_2.7.12-1ubuntu0~16.04.18_amd64.deb ... #8 28.22 Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.18) ... #8 28.42 Selecting previously unselected package python2.7-minimal. #8 28.42 Preparing to unpack .../python2.7-minimal_2.7.12-1ubuntu0~16.04.18_amd64.deb ... #8 28.43 Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.18) ... #8 28.73 Selecting previously unselected package python-minimal. #8 28.73 Preparing to unpack .../python-minimal_2.7.12-1~16.04_amd64.deb ... #8 28.75 Unpacking python-minimal (2.7.12-1~16.04) ... #8 28.80 Selecting previously unselected package libpython2.7-stdlib:amd64. #8 28.80 Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.18_amd64.deb ... #8 28.81 Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.18) ... #8 29.26 Selecting previously unselected package python2.7. #8 29.26 Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.18_amd64.deb ... #8 29.27 Unpacking python2.7 (2.7.12-1ubuntu0~16.04.18) ... #8 29.36 Selecting previously unselected package libpython-stdlib:amd64. #8 29.36 Preparing to unpack .../libpython-stdlib_2.7.12-1~16.04_amd64.deb ... #8 29.36 Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... #8 29.39 Processing triggers for libc-bin (2.23-0ubuntu11.3) ... #8 29.45 Setting up libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.18) ... #8 29.48 Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.18) ... #8 29.99 Setting up python-minimal (2.7.12-1~16.04) ... #8 30.39 Selecting previously unselected package python. #8 30.39 (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 ... 9171 files and directories currently installed.) #8 30.40 Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... #8 30.42 Unpacking python (2.7.12-1~16.04) ... #8 30.59 Selecting previously unselected package libgmp10:amd64. #8 30.59 Preparing to unpack .../libgmp10_2%3a6.1.0+dfsg-2_amd64.deb ... #8 30.61 Unpacking libgmp10:amd64 (2:6.1.0+dfsg-2) ... #8 30.69 Selecting previously unselected package libmpfr4:amd64. #8 30.69 Preparing to unpack .../libmpfr4_3.1.4-1_amd64.deb ... #8 30.70 Unpacking libmpfr4:amd64 (3.1.4-1) ... #8 31.14 Selecting previously unselected package libmpc3:amd64. #8 31.14 Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ... #8 31.14 Unpacking libmpc3:amd64 (1.0.3-1) ... #8 31.19 Selecting previously unselected package bzip2. #8 31.20 Preparing to unpack .../bzip2_1.0.6-8ubuntu0.2_amd64.deb ... #8 31.20 Unpacking bzip2 (1.0.6-8ubuntu0.2) ... #8 31.24 Selecting previously unselected package distro-info-data. #8 31.24 Preparing to unpack .../distro-info-data_0.28ubuntu0.18_all.deb ... #8 31.25 Unpacking distro-info-data (0.28ubuntu0.18) ... #8 31.29 Selecting previously unselected package libmagic1:amd64. #8 31.30 Preparing to unpack .../libmagic1_1%3a5.25-2ubuntu1.4_amd64.deb ... #8 31.30 Unpacking libmagic1:amd64 (1:5.25-2ubuntu1.4) ... #8 31.39 Selecting previously unselected package file. #8 31.39 Preparing to unpack .../file_1%3a5.25-2ubuntu1.4_amd64.deb ... #8 31.40 Unpacking file (1:5.25-2ubuntu1.4) ... #8 31.44 Selecting previously unselected package iproute2. #8 31.44 Preparing to unpack .../iproute2_4.3.0-1ubuntu3.16.04.5_amd64.deb ... #8 31.44 Unpacking iproute2 (4.3.0-1ubuntu3.16.04.5) ... #8 31.58 Selecting previously unselected package ifupdown. #8 31.58 Preparing to unpack .../ifupdown_0.8.10ubuntu1.4_amd64.deb ... #8 31.60 Unpacking ifupdown (0.8.10ubuntu1.4) ... #8 31.65 Selecting previously unselected package libisc-export160. #8 31.65 Preparing to unpack .../libisc-export160_1%3a9.10.3.dfsg.P4-8ubuntu1.19_amd64.deb ... #8 31.66 Unpacking libisc-export160 (1:9.10.3.dfsg.P4-8ubuntu1.19) ... #8 31.72 Selecting previously unselected package libdns-export162. #8 31.72 Preparing to unpack .../libdns-export162_1%3a9.10.3.dfsg.P4-8ubuntu1.19_amd64.deb ... #8 31.72 Unpacking libdns-export162 (1:9.10.3.dfsg.P4-8ubuntu1.19) ... #8 31.85 Selecting previously unselected package isc-dhcp-client. #8 31.85 Preparing to unpack .../isc-dhcp-client_4.3.3-5ubuntu12.10_amd64.deb ... #8 31.86 Unpacking isc-dhcp-client (4.3.3-5ubuntu12.10) ... #8 31.92 Selecting previously unselected package isc-dhcp-common. #8 31.92 Preparing to unpack .../isc-dhcp-common_4.3.3-5ubuntu12.10_amd64.deb ... #8 31.93 Unpacking isc-dhcp-common (4.3.3-5ubuntu12.10) ... #8 31.98 Selecting previously unselected package less. #8 31.98 Preparing to unpack .../less_481-2.1ubuntu0.2_amd64.deb ... #8 31.99 Unpacking less (481-2.1ubuntu0.2) ... #8 32.06 Selecting previously unselected package libapt-inst2.0:amd64. #8 32.06 Preparing to unpack .../libapt-inst2.0_1.2.35_amd64.deb ... #8 32.12 Unpacking libapt-inst2.0:amd64 (1.2.35) ... #8 32.22 Selecting previously unselected package libbsd0:amd64. #8 32.22 Preparing to unpack .../libbsd0_0.8.2-1ubuntu0.1_amd64.deb ... #8 32.23 Unpacking libbsd0:amd64 (0.8.2-1ubuntu0.1) ... #8 32.27 Selecting previously unselected package libnettle6:amd64. #8 32.28 Preparing to unpack .../libnettle6_3.2-1ubuntu0.16.04.2_amd64.deb ... #8 32.28 Unpacking libnettle6:amd64 (3.2-1ubuntu0.16.04.2) ... #8 32.33 Selecting previously unselected package libhogweed4:amd64. #8 32.34 Preparing to unpack .../libhogweed4_3.2-1ubuntu0.16.04.2_amd64.deb ... #8 32.35 Unpacking libhogweed4:amd64 (3.2-1ubuntu0.16.04.2) ... #8 32.40 Selecting previously unselected package libidn11:amd64. #8 32.41 Preparing to unpack .../libidn11_1.32-3ubuntu1.2_amd64.deb ... #8 32.41 Unpacking libidn11:amd64 (1.32-3ubuntu1.2) ... #8 32.46 Selecting previously unselected package libp11-kit0:amd64. #8 32.46 Preparing to unpack .../libp11-kit0_0.23.2-5~ubuntu16.04.2_amd64.deb ... #8 32.46 Unpacking libp11-kit0:amd64 (0.23.2-5~ubuntu16.04.2) ... #8 32.53 Selecting previously unselected package libtasn1-6:amd64. #8 32.53 Preparing to unpack .../libtasn1-6_4.7-3ubuntu0.16.04.3_amd64.deb ... #8 32.53 Unpacking libtasn1-6:amd64 (4.7-3ubuntu0.16.04.3) ... #8 32.58 Selecting previously unselected package libgnutls30:amd64. #8 32.58 Preparing to unpack .../libgnutls30_3.4.10-4ubuntu1.8_amd64.deb ... #8 32.58 Unpacking libgnutls30:amd64 (3.4.10-4ubuntu1.8) ... #8 32.68 Selecting previously unselected package libxtables11:amd64. #8 32.68 Preparing to unpack .../libxtables11_1.6.0-2ubuntu3_amd64.deb ... #8 32.69 Unpacking libxtables11:amd64 (1.6.0-2ubuntu3) ... #8 32.73 Selecting previously unselected package lsb-release. #8 32.73 Preparing to unpack .../lsb-release_9.20160110ubuntu0.2_all.deb ... #8 32.73 Unpacking lsb-release (9.20160110ubuntu0.2) ... #8 32.81 Selecting previously unselected package netbase. #8 32.81 Preparing to unpack .../archives/netbase_5.3_all.deb ... #8 32.81 Unpacking netbase (5.3) ... #8 32.85 Selecting previously unselected package openssl. #8 32.85 Preparing to unpack .../openssl_1.0.2g-1ubuntu4.20_amd64.deb ... #8 32.86 Unpacking openssl (1.0.2g-1ubuntu4.20) ... #8 32.97 Selecting previously unselected package ca-certificates. #8 32.97 Preparing to unpack .../ca-certificates_20210119~16.04.1_all.deb ... #8 32.98 Unpacking ca-certificates (20210119~16.04.1) ... #8 33.07 Selecting previously unselected package libasprintf0v5:amd64. #8 33.07 Preparing to unpack .../libasprintf0v5_0.19.7-2ubuntu3.1_amd64.deb ... #8 33.08 Unpacking libasprintf0v5:amd64 (0.19.7-2ubuntu3.1) ... #8 33.11 Selecting previously unselected package gettext-base. #8 33.12 Preparing to unpack .../gettext-base_0.19.7-2ubuntu3.1_amd64.deb ... #8 33.12 Unpacking gettext-base (0.19.7-2ubuntu3.1) ... #8 33.16 Selecting previously unselected package iso-codes. #8 33.17 Preparing to unpack .../iso-codes_3.65-1_all.deb ... #8 33.17 Unpacking iso-codes (3.65-1) ... #8 33.69 Selecting previously unselected package krb5-locales. #8 33.69 Preparing to unpack .../krb5-locales_1.13.2+dfsg-5ubuntu2.2_all.deb ... #8 33.69 Unpacking krb5-locales (1.13.2+dfsg-5ubuntu2.2) ... #8 33.74 Selecting previously unselected package libroken18-heimdal:amd64. #8 33.74 Preparing to unpack .../libroken18-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... #8 33.75 Unpacking libroken18-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... #8 33.83 Selecting previously unselected package libasn1-8-heimdal:amd64. #8 33.83 Preparing to unpack .../libasn1-8-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... #8 33.83 Unpacking libasn1-8-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... #8 33.89 Selecting previously unselected package libkrb5support0:amd64. #8 33.90 Preparing to unpack .../libkrb5support0_1.13.2+dfsg-5ubuntu2.2_amd64.deb ... #8 33.90 Unpacking libkrb5support0:amd64 (1.13.2+dfsg-5ubuntu2.2) ... #8 33.95 Selecting previously unselected package libk5crypto3:amd64. #8 33.95 Preparing to unpack .../libk5crypto3_1.13.2+dfsg-5ubuntu2.2_amd64.deb ... #8 33.96 Unpacking libk5crypto3:amd64 (1.13.2+dfsg-5ubuntu2.2) ... #8 34.01 Selecting previously unselected package libkeyutils1:amd64. #8 34.01 Preparing to unpack .../libkeyutils1_1.5.9-8ubuntu1_amd64.deb ... #8 34.02 Unpacking libkeyutils1:amd64 (1.5.9-8ubuntu1) ... #8 34.06 Selecting previously unselected package libkrb5-3:amd64. #8 34.06 Preparing to unpack .../libkrb5-3_1.13.2+dfsg-5ubuntu2.2_amd64.deb ... #8 34.07 Unpacking libkrb5-3:amd64 (1.13.2+dfsg-5ubuntu2.2) ... #8 34.16 Selecting previously unselected package libgssapi-krb5-2:amd64. #8 34.16 Preparing to unpack .../libgssapi-krb5-2_1.13.2+dfsg-5ubuntu2.2_amd64.deb ... #8 34.16 Unpacking libgssapi-krb5-2:amd64 (1.13.2+dfsg-5ubuntu2.2) ... #8 34.22 Selecting previously unselected package libhcrypto4-heimdal:amd64. #8 34.22 Preparing to unpack .../libhcrypto4-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... #8 34.22 Unpacking libhcrypto4-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... #8 34.28 Selecting previously unselected package libheimbase1-heimdal:amd64. #8 34.28 Preparing to unpack .../libheimbase1-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... #8 34.28 Unpacking libheimbase1-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... #8 34.34 Selecting previously unselected package libwind0-heimdal:amd64. #8 34.34 Preparing to unpack .../libwind0-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... #8 34.34 Unpacking libwind0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... #8 34.40 Selecting previously unselected package libhx509-5-heimdal:amd64. #8 34.40 Preparing to unpack .../libhx509-5-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... #8 34.40 Unpacking libhx509-5-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... #8 34.47 Selecting previously unselected package libkrb5-26-heimdal:amd64. #8 34.47 Preparing to unpack .../libkrb5-26-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... #8 34.47 Unpacking libkrb5-26-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... #8 34.54 Selecting previously unselected package libheimntlm0-heimdal:amd64. #8 34.54 Preparing to unpack .../libheimntlm0-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... #8 34.55 Unpacking libheimntlm0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... #8 34.60 Selecting previously unselected package libgssapi3-heimdal:amd64. #8 34.60 Preparing to unpack .../libgssapi3-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ... #8 34.60 Unpacking libgssapi3-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... #8 34.65 Selecting previously unselected package libsasl2-modules-db:amd64. #8 34.66 Preparing to unpack .../libsasl2-modules-db_2.1.26.dfsg1-14ubuntu0.2_amd64.deb ... #8 34.66 Unpacking libsasl2-modules-db:amd64 (2.1.26.dfsg1-14ubuntu0.2) ... #8 34.71 Selecting previously unselected package libsasl2-2:amd64. #8 34.71 Preparing to unpack .../libsasl2-2_2.1.26.dfsg1-14ubuntu0.2_amd64.deb ... #8 34.71 Unpacking libsasl2-2:amd64 (2.1.26.dfsg1-14ubuntu0.2) ... #8 34.82 Selecting previously unselected package libldap-2.4-2:amd64. #8 34.82 Preparing to unpack .../libldap-2.4-2_2.4.42+dfsg-2ubuntu3.13_amd64.deb ... #8 34.82 Unpacking libldap-2.4-2:amd64 (2.4.42+dfsg-2ubuntu3.13) ... #8 34.88 Selecting previously unselected package librtmp1:amd64. #8 34.88 Preparing to unpack .../librtmp1_2.4+20151223.gitfa8646d-1ubuntu0.1_amd64.deb ... #8 34.90 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d-1ubuntu0.1) ... #8 34.95 Selecting previously unselected package libcurl3-gnutls:amd64. #8 34.95 Preparing to unpack .../libcurl3-gnutls_7.47.0-1ubuntu2.19_amd64.deb ... #8 34.95 Unpacking libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.19) ... #8 35.04 Selecting previously unselected package libedit2:amd64. #8 35.04 Preparing to unpack .../libedit2_3.1-20150325-1ubuntu2_amd64.deb ... #8 35.05 Unpacking libedit2:amd64 (3.1-20150325-1ubuntu2) ... #8 35.10 Selecting previously unselected package libglib2.0-data. #8 35.10 Preparing to unpack .../libglib2.0-data_2.48.2-0ubuntu4.8_all.deb ... #8 35.10 Unpacking libglib2.0-data (2.48.2-0ubuntu4.8) ... #8 35.15 Selecting previously unselected package libicu55:amd64. #8 35.15 Preparing to unpack .../libicu55_55.1-7ubuntu0.5_amd64.deb ... #8 35.16 Unpacking libicu55:amd64 (55.1-7ubuntu0.5) ... #8 36.20 Selecting previously unselected package libsasl2-modules:amd64. #8 36.21 Preparing to unpack .../libsasl2-modules_2.1.26.dfsg1-14ubuntu0.2_amd64.deb ... #8 36.21 Unpacking libsasl2-modules:amd64 (2.1.26.dfsg1-14ubuntu0.2) ... #8 36.30 Selecting previously unselected package libxml2:amd64. #8 36.30 Preparing to unpack .../libxml2_2.9.3+dfsg1-1ubuntu0.7_amd64.deb ... #8 36.32 Unpacking libxml2:amd64 (2.9.3+dfsg1-1ubuntu0.7) ... #8 36.46 Selecting previously unselected package libxmuu1:amd64. #8 36.46 Preparing to unpack .../libxmuu1_2%3a1.1.2-2_amd64.deb ... #8 36.47 Unpacking libxmuu1:amd64 (2:1.1.2-2) ... #8 36.50 Selecting previously unselected package manpages. #8 36.50 Preparing to unpack .../manpages_4.04-2_all.deb ... #8 36.51 Unpacking manpages (4.04-2) ... #8 36.67 Selecting previously unselected package openssh-client. #8 36.67 Preparing to unpack .../openssh-client_1%3a7.2p2-4ubuntu2.10_amd64.deb ... #8 36.68 Unpacking openssh-client (1:7.2p2-4ubuntu2.10) ... #8 36.81 Selecting previously unselected package python-apt-common. #8 36.81 Preparing to unpack .../python-apt-common_1.1.0~beta1ubuntu0.16.04.12_all.deb ... #8 36.82 Unpacking python-apt-common (1.1.0~beta1ubuntu0.16.04.12) ... #8 36.86 Selecting previously unselected package python3-apt. #8 36.86 Preparing to unpack .../python3-apt_1.1.0~beta1ubuntu0.16.04.12_amd64.deb ... #8 36.86 Unpacking python3-apt (1.1.0~beta1ubuntu0.16.04.12) ... #8 36.93 Selecting previously unselected package rsync. #8 36.93 Preparing to unpack .../rsync_3.1.1-3ubuntu1.3_amd64.deb ... #8 36.93 Unpacking rsync (3.1.1-3ubuntu1.3) ... #8 37.02 Selecting previously unselected package shared-mime-info. #8 37.02 Preparing to unpack .../shared-mime-info_1.5-2ubuntu0.2_amd64.deb ... #8 37.03 Unpacking shared-mime-info (1.5-2ubuntu0.2) ... #8 37.14 Selecting previously unselected package strace. #9 29.62 Resolving Dependencies #9 29.62 --> Running transaction check #9 29.62 ---> Package rpm-build.x86_64 0:4.11.3-45.el7 will be installed #9 29.64 --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-45.el7.x86_64 #9 29.81 --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-45.el7.x86_64 #9 29.82 --> Processing Dependency: unzip for package: rpm-build-4.11.3-45.el7.x86_64 #9 29.82 --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-45.el7.x86_64 #9 29.82 --> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-45.el7.x86_64 #9 29.82 --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-45.el7.x86_64 #9 29.82 --> Processing Dependency: perl(Getopt::Long) for package: rpm-build-4.11.3-45.el7.x86_64 #9 29.82 --> Processing Dependency: perl(File::Temp) for package: rpm-build-4.11.3-45.el7.x86_64 #9 29.83 --> Processing Dependency: perl(File::Basename) for package: rpm-build-4.11.3-45.el7.x86_64 #9 29.84 --> Processing Dependency: file for package: rpm-build-4.11.3-45.el7.x86_64 #9 29.84 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-45.el7.x86_64 #9 29.84 --> Processing Dependency: /usr/bin/perl for package: rpm-build-4.11.3-45.el7.x86_64 #9 29.84 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-45.el7.x86_64 #9 29.84 ---> Package rpmlint.noarch 0:1.5-4.el7 will be installed #9 29.85 --> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch #9 29.85 --> Processing Dependency: /usr/bin/groff for package: rpmlint-1.5-4.el7.noarch #9 29.85 --> Running transaction check #9 29.85 ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed #9 29.85 ---> Package desktop-file-utils.x86_64 0:0.23-2.el7 will be installed #9 29.85 --> Processing Dependency: emacs-filesystem for package: desktop-file-utils-0.23-2.el7.x86_64 #9 29.85 ---> Package elfutils.x86_64 0:0.176-5.el7 will be installed #9 29.86 ---> Package file.x86_64 0:5.11-37.el7 will be installed #9 29.86 ---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed #9 29.87 ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed #9 29.87 ---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed #9 29.87 ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed #9 29.88 --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.89 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.89 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.89 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.89 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.89 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.89 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.89 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.89 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.90 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.90 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.90 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.90 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.90 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.90 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.90 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.90 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.90 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.90 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.91 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.91 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.91 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.91 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.x86_64 #9 29.91 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed #9 29.91 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed #9 29.92 --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch #9 29.92 --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch #9 29.92 ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed #9 29.92 ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed #9 29.92 ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed #9 29.93 --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch #9 29.93 --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch #9 29.93 --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch #9 29.93 --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch #9 29.93 ---> Package unzip.x86_64 0:6.0-22.el7_9 will be installed #9 29.93 --> Running transaction check #9 29.93 ---> Package dwz.x86_64 0:0.11-3.el7 will be installed #9 29.93 ---> Package emacs-filesystem.noarch 1:24.3-23.el7 will be installed #9 29.93 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed #9 29.93 ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed #9 29.93 ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed #9 29.94 ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed #9 29.94 ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed #9 29.94 ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed #9 29.95 --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch #9 29.95 --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch #9 29.95 ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed #9 29.95 --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch #9 29.95 --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch #9 29.96 ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed #9 29.96 ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed #9 29.96 ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed #9 29.96 ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed #9 29.96 ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed #9 29.96 ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed #9 29.97 ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed #9 29.97 ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed #9 29.97 ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed #9 29.97 ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed #9 29.97 ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed #9 29.97 ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed #9 29.97 ---> Package zip.x86_64 0:3.0-11.el7 will be installed #9 29.97 --> Running transaction check #9 29.97 ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed #9 29.98 ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed #9 29.98 ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed #9 29.99 --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch #9 29.99 --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch #9 29.99 ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed #9 29.99 --> Running transaction check #9 30.00 ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed #9 30.00 ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed #9 30.10 --> Finished Dependency Resolution #9 30.11 #9 30.11 Dependencies Resolved #9 30.12 #9 30.12 ================================================================================ #9 30.12 Package Arch Version Repository Size #9 30.12 ================================================================================ #9 30.12 Installing: #9 30.12 rpm-build x86_64 4.11.3-45.el7 base 149 k #9 30.12 rpmlint noarch 1.5-4.el7 base 229 k #9 30.12 Installing for dependencies: #9 30.12 bzip2 x86_64 1.0.6-13.el7 base 52 k #9 30.12 desktop-file-utils x86_64 0.23-2.el7 base 67 k #9 30.12 dwz x86_64 0.11-3.el7 base 99 k #9 30.12 elfutils x86_64 0.176-5.el7 base 308 k #9 30.12 emacs-filesystem noarch 1:24.3-23.el7 base 58 k #9 30.12 file x86_64 5.11-37.el7 base 57 k #9 30.12 gdb x86_64 7.6.1-120.el7 base 2.4 M #9 30.12 groff-base x86_64 1.22.2-8.el7 base 942 k #9 30.12 patch x86_64 2.7.1-12.el7_7 base 111 k #9 30.12 perl x86_64 4:5.16.3-299.el7_9 updates 8.0 M #9 30.12 perl-Carp noarch 1.26-244.el7 base 19 k #9 30.12 perl-Encode x86_64 2.51-7.el7 base 1.5 M #9 30.12 perl-Exporter noarch 5.68-3.el7 base 28 k #9 30.12 perl-File-Path noarch 2.09-2.el7 base 26 k #9 30.12 perl-File-Temp noarch 0.23.01-3.el7 base 56 k #9 30.12 perl-Filter x86_64 1.49-3.el7 base 76 k #9 30.12 perl-Getopt-Long noarch 2.40-3.el7 base 56 k #9 30.12 perl-HTTP-Tiny noarch 0.033-3.el7 base 38 k #9 30.12 perl-PathTools x86_64 3.40-5.el7 base 82 k #9 30.12 perl-Pod-Escapes noarch 1:1.04-299.el7_9 updates 52 k #9 30.12 perl-Pod-Perldoc noarch 3.20-4.el7 base 87 k #9 30.12 perl-Pod-Simple noarch 1:3.28-4.el7 base 216 k #9 30.12 perl-Pod-Usage noarch 1.63-3.el7 base 27 k #9 30.12 perl-Scalar-List-Utils x86_64 1.27-248.el7 base 36 k #9 30.12 perl-Socket x86_64 2.010-5.el7 base 49 k #9 30.12 perl-Storable x86_64 2.45-3.el7 base 77 k #9 30.12 perl-Text-ParseWords noarch 3.29-4.el7 base 14 k #9 30.12 perl-Thread-Queue noarch 3.02-2.el7 base 17 k #9 30.12 perl-Time-HiRes x86_64 4:1.9725-3.el7 base 45 k #9 30.12 perl-Time-Local noarch 1.2300-2.el7 base 24 k #9 30.12 perl-constant noarch 1.27-2.el7 base 19 k #9 30.12 perl-libs x86_64 4:5.16.3-299.el7_9 updates 690 k #9 30.12 perl-macros x86_64 4:5.16.3-299.el7_9 updates 44 k #9 30.12 perl-parent noarch 1:0.225-244.el7 base 12 k #9 30.12 perl-podlators noarch 2.5.1-3.el7 base 112 k #9 30.12 perl-srpm-macros noarch 1-8.el7 base 4.6 k #9 30.12 perl-threads x86_64 1.87-4.el7 base 49 k #9 30.12 perl-threads-shared x86_64 1.43-6.el7 base 39 k #9 30.12 python-srpm-macros noarch 3-34.el7 base 8.8 k #9 30.12 redhat-rpm-config noarch 9.1.0-88.el7.centos base 81 k #9 30.12 unzip x86_64 6.0-22.el7_9 updates 171 k #9 30.12 zip x86_64 3.0-11.el7 base 260 k #9 30.12 #9 30.12 Transaction Summary #9 30.12 ================================================================================ #9 30.12 Install 2 Packages (+42 Dependent packages) #9 30.12 #9 30.12 Total download size: 16 M #9 30.12 Installed size: 51 M #9 30.12 Downloading packages: #8 37.14 Preparing to unpack .../strace_4.11-1ubuntu3_amd64.deb ... #8 37.14 Unpacking strace (4.11-1ubuntu3) ... #8 37.20 Selecting previously unselected package xauth. #8 37.21 Preparing to unpack .../xauth_1%3a1.0.9-1ubuntu2_amd64.deb ... #8 37.21 Unpacking xauth (1:1.0.9-1ubuntu2) ... #8 37.27 Selecting previously unselected package xdg-user-dirs. #8 37.28 Preparing to unpack .../xdg-user-dirs_0.15-2ubuntu6.16.04.1_amd64.deb ... #8 37.28 Unpacking xdg-user-dirs (0.15-2ubuntu6.16.04.1) ... #8 37.40 Selecting previously unselected package xml-core. #8 37.40 Preparing to unpack .../xml-core_0.13+nmu2_all.deb ... #8 37.41 Unpacking xml-core (0.13+nmu2) ... #8 37.46 Selecting previously unselected package at. #8 37.46 Preparing to unpack .../at_3.1.18-2ubuntu1_amd64.deb ... #8 37.47 Unpacking at (3.1.18-2ubuntu1) ... #8 37.51 Selecting previously unselected package autotools-dev. #8 37.51 Preparing to unpack .../autotools-dev_20150820.1_all.deb ... #8 37.52 Unpacking autotools-dev (20150820.1) ... #8 37.56 Selecting previously unselected package binutils. #8 37.56 Preparing to unpack .../binutils_2.26.1-1ubuntu1~16.04.8_amd64.deb ... #8 37.57 Unpacking binutils (2.26.1-1ubuntu1~16.04.8) ... #8 37.96 Selecting previously unselected package libc-dev-bin. #8 37.97 Preparing to unpack .../libc-dev-bin_2.23-0ubuntu11.3_amd64.deb ... #8 37.97 Unpacking libc-dev-bin (2.23-0ubuntu11.3) ... #8 38.04 Selecting previously unselected package linux-libc-dev:amd64. #8 38.04 Preparing to unpack .../linux-libc-dev_4.4.0-210.242_amd64.deb ... #8 38.04 Unpacking linux-libc-dev:amd64 (4.4.0-210.242) ... #8 38.29 Selecting previously unselected package libc6-dev:amd64. #8 38.29 Preparing to unpack .../libc6-dev_2.23-0ubuntu11.3_amd64.deb ... #8 38.30 Unpacking libc6-dev:amd64 (2.23-0ubuntu11.3) ... #8 38.95 Selecting previously unselected package libisl15:amd64. #8 38.95 Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ... #8 39.00 Unpacking libisl15:amd64 (0.16.1-1) ... #8 39.14 Selecting previously unselected package cpp-5. #8 39.14 Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.12_amd64.deb ... #8 39.15 Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.12) ... #8 40.08 Selecting previously unselected package cpp. #8 40.08 Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ... #8 40.09 Unpacking cpp (4:5.3.1-1ubuntu1) ... #8 40.14 Selecting previously unselected package libcc1-0:amd64. #8 40.14 Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.12_amd64.deb ... #8 40.15 Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 40.20 Selecting previously unselected package libgomp1:amd64. #8 40.20 Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.12_amd64.deb ... #8 40.21 Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 40.30 Selecting previously unselected package libitm1:amd64. #8 40.30 Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.12_amd64.deb ... #8 40.32 Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 40.36 Selecting previously unselected package libatomic1:amd64. #8 40.36 Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.12_amd64.deb ... #8 40.37 Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 40.41 Selecting previously unselected package libasan2:amd64. #8 40.42 Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.12_amd64.deb ... #8 40.42 Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 40.51 Selecting previously unselected package liblsan0:amd64. #8 40.51 Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.12_amd64.deb ... #8 40.51 Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 40.58 Selecting previously unselected package libtsan0:amd64. #8 40.58 Preparing to unpack .../libtsan0_5.4.0-6ubuntu1~16.04.12_amd64.deb ... #8 40.59 Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 40.68 Selecting previously unselected package libubsan0:amd64. #8 40.68 Preparing to unpack .../libubsan0_5.4.0-6ubuntu1~16.04.12_amd64.deb ... #8 40.69 Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 40.75 Selecting previously unselected package libcilkrts5:amd64. #8 40.75 Preparing to unpack .../libcilkrts5_5.4.0-6ubuntu1~16.04.12_amd64.deb ... #8 40.75 Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 40.81 Selecting previously unselected package libmpx0:amd64. #8 40.81 Preparing to unpack .../libmpx0_5.4.0-6ubuntu1~16.04.12_amd64.deb ... #8 40.82 Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 40.88 Selecting previously unselected package libquadmath0:amd64. #8 40.88 Preparing to unpack .../libquadmath0_5.4.0-6ubuntu1~16.04.12_amd64.deb ... #8 40.88 Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 40.93 Selecting previously unselected package libgcc-5-dev:amd64. #8 40.94 Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.12_amd64.deb ... #8 40.94 Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 41.32 Selecting previously unselected package gcc-5. #8 41.33 Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.12_amd64.deb ... #8 41.33 Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.12) ... #8 42.38 Selecting previously unselected package gcc. #8 42.38 Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ... #8 42.39 Unpacking gcc (4:5.3.1-1ubuntu1) ... #8 42.43 Selecting previously unselected package libstdc++-5-dev:amd64. #8 42.44 Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.12_amd64.deb ... #8 42.44 Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 42.91 Selecting previously unselected package g++-5. #8 42.91 Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.12_amd64.deb ... #8 42.92 Unpacking g++-5 (5.4.0-6ubuntu1~16.04.12) ... #9 38.66 warning: /var/cache/yum/x86_64/7/base/packages/bzip2-1.0.6-13.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY #9 38.66 Public key for bzip2-1.0.6-13.el7.x86_64.rpm is not installed #8 44.00 Selecting previously unselected package g++. #8 44.00 Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ... #8 44.01 Unpacking g++ (4:5.3.1-1ubuntu1) ... #8 44.05 Selecting previously unselected package make. #8 44.06 Preparing to unpack .../archives/make_4.1-6_amd64.deb ... #8 44.06 Unpacking make (4.1-6) ... #8 44.12 Selecting previously unselected package libdpkg-perl. #8 44.12 Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.7_all.deb ... #8 44.13 Unpacking libdpkg-perl (1.18.4ubuntu1.7) ... #8 44.22 Selecting previously unselected package xz-utils. #8 44.22 Preparing to unpack .../xz-utils_5.1.1alpha+20120614-2ubuntu2_amd64.deb ... #8 44.23 Unpacking xz-utils (5.1.1alpha+20120614-2ubuntu2) ... #8 44.27 Selecting previously unselected package patch. #8 44.27 Preparing to unpack .../patch_2.7.5-1ubuntu0.16.04.2_amd64.deb ... #8 44.28 Unpacking patch (2.7.5-1ubuntu0.16.04.2) ... #8 44.33 Selecting previously unselected package dpkg-dev. #8 44.33 Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.7_all.deb ... #8 44.34 Unpacking dpkg-dev (1.18.4ubuntu1.7) ... #8 44.48 Selecting previously unselected package build-essential. #8 44.48 Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ... #8 44.48 Unpacking build-essential (12.1ubuntu2) ... #8 44.52 Selecting previously unselected package curl. #8 44.52 Preparing to unpack .../curl_7.47.0-1ubuntu2.19_amd64.deb ... #8 44.53 Unpacking curl (7.47.0-1ubuntu2.19) ... #8 44.59 Selecting previously unselected package dctrl-tools. #8 44.59 Preparing to unpack .../dctrl-tools_2.24-2_amd64.deb ... #8 44.59 Unpacking dctrl-tools (2.24-2) ... #8 44.64 Selecting previously unselected package libcroco3:amd64. #8 44.64 Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ... #8 44.65 Unpacking libcroco3:amd64 (0.6.11-1) ... #8 44.70 Selecting previously unselected package gettext. #8 44.70 Preparing to unpack .../gettext_0.19.7-2ubuntu3.1_amd64.deb ... #8 44.71 Unpacking gettext (0.19.7-2ubuntu3.1) ... #8 44.91 Selecting previously unselected package intltool-debian. #8 44.91 Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ... #8 44.92 Unpacking intltool-debian (0.35.0+20060710.4) ... #8 44.98 Selecting previously unselected package po-debconf. #8 44.98 Preparing to unpack .../po-debconf_1.0.19_all.deb ... #8 44.99 Unpacking po-debconf (1.0.19) ... #8 45.10 Selecting previously unselected package libarchive-zip-perl. #8 45.10 Preparing to unpack .../libarchive-zip-perl_1.56-2ubuntu0.1_all.deb ... #8 45.11 Unpacking libarchive-zip-perl (1.56-2ubuntu0.1) ... #8 45.16 Selecting previously unselected package libfile-stripnondeterminism-perl. #8 45.16 Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ... #8 45.17 Unpacking libfile-stripnondeterminism-perl (0.015-1) ... #8 45.20 Selecting previously unselected package libtimedate-perl. #8 45.20 Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ... #8 45.21 Unpacking libtimedate-perl (2.3000-2) ... #8 45.26 Selecting previously unselected package dh-strip-nondeterminism. #8 45.26 Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ... #8 45.27 Unpacking dh-strip-nondeterminism (0.015-1) ... #8 45.33 Selecting previously unselected package debhelper. #8 45.33 Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ... #8 45.35 Unpacking debhelper (9.20160115ubuntu3) ... #8 45.55 Selecting previously unselected package devscripts. #8 45.55 Preparing to unpack .../devscripts_2.16.2ubuntu3_amd64.deb ... #8 45.58 Unpacking devscripts (2.16.2ubuntu3) ... #8 45.86 Selecting previously unselected package diffstat. #8 45.86 Preparing to unpack .../diffstat_1.61-1_amd64.deb ... #8 45.87 Unpacking diffstat (1.61-1) ... #8 45.92 Selecting previously unselected package dput. #8 45.92 Preparing to unpack .../dput_0.9.6.4ubuntu3_all.deb ... #8 45.92 Unpacking dput (0.9.6.4ubuntu3) ... #8 45.96 Selecting previously unselected package libfakeroot:amd64. #8 45.97 Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ... #8 45.97 Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ... #8 46.02 Selecting previously unselected package fakeroot. #8 46.03 Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ... #8 46.03 Unpacking fakeroot (1.20.2-1ubuntu1) ... #8 46.14 Selecting previously unselected package liberror-perl. #8 46.14 Preparing to unpack .../liberror-perl_0.17-1.2_all.deb ... #8 46.15 Unpacking liberror-perl (0.17-1.2) ... #8 46.22 Selecting previously unselected package git-man. #8 46.22 Preparing to unpack .../git-man_1%3a2.7.4-0ubuntu1.10_all.deb ... #8 46.22 Unpacking git-man (1:2.7.4-0ubuntu1.10) ... #8 46.49 Selecting previously unselected package git. #8 46.49 Preparing to unpack .../git_1%3a2.7.4-0ubuntu1.10_amd64.deb ... #8 46.50 Unpacking git (1:2.7.4-0ubuntu1.10) ... #8 47.14 Selecting previously unselected package libalgorithm-diff-perl. #8 47.14 Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ... #8 47.15 Unpacking libalgorithm-diff-perl (1.19.03-1) ... #8 47.19 Selecting previously unselected package libalgorithm-diff-xs-perl. #8 47.19 Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ... #8 47.20 Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ... #8 47.28 Selecting previously unselected package libalgorithm-merge-perl. #8 47.28 Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ... #8 47.29 Unpacking libalgorithm-merge-perl (0.08-3) ... #8 47.33 Selecting previously unselected package libapt-pkg-perl. #8 47.34 Preparing to unpack .../libapt-pkg-perl_0.1.29build7_amd64.deb ... #8 47.34 Unpacking libapt-pkg-perl (0.1.29build7) ... #8 47.40 Selecting previously unselected package libasprintf-dev:amd64. #8 47.40 Preparing to unpack .../libasprintf-dev_0.19.7-2ubuntu3.1_amd64.deb ... #8 47.40 Unpacking libasprintf-dev:amd64 (0.19.7-2ubuntu3.1) ... #8 47.44 Selecting previously unselected package libhtml-tagset-perl. #8 47.44 Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ... #8 47.45 Unpacking libhtml-tagset-perl (3.20-2) ... #8 47.49 Selecting previously unselected package liburi-perl. #8 47.49 Preparing to unpack .../liburi-perl_1.71-1_all.deb ... #8 47.50 Unpacking liburi-perl (1.71-1) ... #8 47.56 Selecting previously unselected package libhtml-parser-perl. #8 47.56 Preparing to unpack .../libhtml-parser-perl_3.72-1_amd64.deb ... #8 47.57 Unpacking libhtml-parser-perl (3.72-1) ... #8 47.63 Selecting previously unselected package libcgi-pm-perl. #8 47.63 Preparing to unpack .../libcgi-pm-perl_4.26-1_all.deb ... #8 47.64 Unpacking libcgi-pm-perl (4.26-1) ... #8 47.71 Selecting previously unselected package libfcgi-perl. #8 47.72 Preparing to unpack .../libfcgi-perl_0.77-1build1_amd64.deb ... #8 47.72 Unpacking libfcgi-perl (0.77-1build1) ... #8 47.77 Selecting previously unselected package libcgi-fast-perl. #8 47.78 Preparing to unpack .../libcgi-fast-perl_1%3a2.10-1_all.deb ... #8 47.79 Unpacking libcgi-fast-perl (1:2.10-1) ... #8 47.82 Selecting previously unselected package libsub-name-perl. #8 47.83 Preparing to unpack .../libsub-name-perl_0.14-1build1_amd64.deb ... #8 47.83 Unpacking libsub-name-perl (0.14-1build1) ... #8 47.87 Selecting previously unselected package libclass-accessor-perl. #8 47.87 Preparing to unpack .../libclass-accessor-perl_0.34-1_all.deb ... #8 47.88 Unpacking libclass-accessor-perl (0.34-1) ... #8 47.92 Selecting previously unselected package libclone-perl. #8 47.92 Preparing to unpack .../libclone-perl_0.38-1build1_amd64.deb ... #8 47.93 Unpacking libclone-perl (0.38-1build1) ... #8 47.97 Selecting previously unselected package libdata-alias-perl. #8 47.98 Preparing to unpack .../libdata-alias-perl_1.20-1build1_amd64.deb ... #8 47.98 Unpacking libdata-alias-perl (1.20-1build1) ... #8 48.03 Selecting previously unselected package libdigest-hmac-perl. #8 48.03 Preparing to unpack .../libdigest-hmac-perl_1.03+dfsg-1_all.deb ... #8 48.04 Unpacking libdigest-hmac-perl (1.03+dfsg-1) ... #8 48.08 Selecting previously unselected package libdistro-info-perl. #8 48.09 Preparing to unpack .../libdistro-info-perl_0.14ubuntu0.2_all.deb ... #8 48.10 Unpacking libdistro-info-perl (0.14ubuntu0.2) ... #8 48.14 Selecting previously unselected package libnet-ssleay-perl. #8 48.14 Preparing to unpack .../libnet-ssleay-perl_1.72-1build1_amd64.deb ... #8 48.15 Unpacking libnet-ssleay-perl (1.72-1build1) ... #8 48.23 Selecting previously unselected package libio-socket-ssl-perl. #8 48.24 Preparing to unpack .../libio-socket-ssl-perl_2.024-1_all.deb ... #8 48.24 Unpacking libio-socket-ssl-perl (2.024-1) ... #8 48.30 Selecting previously unselected package libnet-smtp-ssl-perl. #8 48.31 Preparing to unpack .../libnet-smtp-ssl-perl_1.03-1_all.deb ... #8 48.31 Unpacking libnet-smtp-ssl-perl (1.03-1) ... #8 48.36 Selecting previously unselected package libmailtools-perl. #8 48.36 Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ... #8 48.36 Unpacking libmailtools-perl (2.13-1) ... #8 48.42 Selecting previously unselected package libsocket6-perl. #8 48.42 Preparing to unpack .../libsocket6-perl_0.25-1build2_amd64.deb ... #8 48.43 Unpacking libsocket6-perl (0.25-1build2) ... #8 48.50 Selecting previously unselected package libio-socket-inet6-perl. #8 48.50 Preparing to unpack .../libio-socket-inet6-perl_2.72-2_all.deb ... #8 48.51 Unpacking libio-socket-inet6-perl (2.72-2) ... #8 48.56 Selecting previously unselected package libnet-ip-perl. #8 48.56 Preparing to unpack .../libnet-ip-perl_1.26-1_all.deb ... #8 48.57 Unpacking libnet-ip-perl (1.26-1) ... #8 48.65 Selecting previously unselected package libnet-dns-perl. #8 48.65 Preparing to unpack .../libnet-dns-perl_0.81-2build1_amd64.deb ... #8 48.69 Unpacking libnet-dns-perl (0.81-2build1) ... #8 48.81 Selecting previously unselected package libnet-domain-tld-perl. #8 48.81 Preparing to unpack .../libnet-domain-tld-perl_1.73-1_all.deb ... #8 48.86 Unpacking libnet-domain-tld-perl (1.73-1) ... #8 48.91 Selecting previously unselected package libemail-valid-perl. #8 48.91 Preparing to unpack .../libemail-valid-perl_1.198-1_all.deb ... #8 48.92 Unpacking libemail-valid-perl (1.198-1) ... #8 48.98 Selecting previously unselected package libencode-locale-perl. #8 48.98 Preparing to unpack .../libencode-locale-perl_1.05-1_all.deb ... #8 48.98 Unpacking libencode-locale-perl (1.05-1) ... #8 49.07 Selecting previously unselected package libexporter-tiny-perl. #8 49.07 Preparing to unpack .../libexporter-tiny-perl_0.042-1_all.deb ... #8 49.08 Unpacking libexporter-tiny-perl (0.042-1) ... #8 49.14 Selecting previously unselected package libipc-system-simple-perl. #8 49.14 Preparing to unpack .../libipc-system-simple-perl_1.25-3_all.deb ... #8 49.16 Unpacking libipc-system-simple-perl (1.25-3) ... #8 49.21 Selecting previously unselected package libfile-basedir-perl. #8 49.21 Preparing to unpack .../libfile-basedir-perl_0.07-1_all.deb ... #8 49.22 Unpacking libfile-basedir-perl (0.07-1) ... #8 49.27 Selecting previously unselected package libfile-fcntllock-perl. #8 49.27 Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ... #8 49.28 Unpacking libfile-fcntllock-perl (0.22-3) ... #8 49.32 Selecting previously unselected package libhttp-date-perl. #8 49.32 Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ... #8 49.33 Unpacking libhttp-date-perl (6.02-1) ... #8 49.39 Selecting previously unselected package libfile-listing-perl. #8 49.39 Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ... #8 49.40 Unpacking libfile-listing-perl (6.04-1) ... #8 49.44 Selecting previously unselected package libfont-afm-perl. #8 49.44 Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ... #8 49.44 Unpacking libfont-afm-perl (1.20-1) ... #8 49.49 Selecting previously unselected package libgettextpo0:amd64. #8 49.50 Preparing to unpack .../libgettextpo0_0.19.7-2ubuntu3.1_amd64.deb ... #8 49.50 Unpacking libgettextpo0:amd64 (0.19.7-2ubuntu3.1) ... #8 49.56 Selecting previously unselected package libgettextpo-dev:amd64. #8 49.56 Preparing to unpack .../libgettextpo-dev_0.19.7-2ubuntu3.1_amd64.deb ... #8 49.57 Unpacking libgettextpo-dev:amd64 (0.19.7-2ubuntu3.1) ... #8 49.63 Selecting previously unselected package libio-html-perl. #8 49.63 Preparing to unpack .../libio-html-perl_1.001-1_all.deb ... #8 49.64 Unpacking libio-html-perl (1.001-1) ... #8 49.68 Selecting previously unselected package liblwp-mediatypes-perl. #8 49.69 Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ... #8 49.69 Unpacking liblwp-mediatypes-perl (6.02-1) ... #8 49.73 Selecting previously unselected package libhttp-message-perl. #8 49.73 Preparing to unpack .../libhttp-message-perl_6.11-1_all.deb ... #8 49.74 Unpacking libhttp-message-perl (6.11-1) ... #8 49.80 Selecting previously unselected package libhtml-form-perl. #8 49.80 Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ... #8 49.81 Unpacking libhtml-form-perl (6.03-1) ... #8 49.86 Selecting previously unselected package libhtml-tree-perl. #8 49.86 Preparing to unpack .../libhtml-tree-perl_5.03-2_all.deb ... #8 49.87 Unpacking libhtml-tree-perl (5.03-2) ... #8 49.93 Selecting previously unselected package libhtml-format-perl. #8 49.93 Preparing to unpack .../libhtml-format-perl_2.11-2_all.deb ... #8 49.93 Unpacking libhtml-format-perl (2.11-2) ... #8 49.97 Selecting previously unselected package libhttp-cookies-perl. #8 49.98 Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ... #8 49.98 Unpacking libhttp-cookies-perl (6.01-1) ... #8 50.02 Selecting previously unselected package libhttp-daemon-perl. #8 50.02 Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ... #8 50.03 Unpacking libhttp-daemon-perl (6.01-1) ... #8 50.06 Selecting previously unselected package libhttp-negotiate-perl. #8 50.07 Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ... #8 50.07 Unpacking libhttp-negotiate-perl (6.00-2) ... #8 50.11 Selecting previously unselected package libio-pty-perl. #8 50.11 Preparing to unpack .../libio-pty-perl_1%3a1.08-1.1build1_amd64.deb ... #8 50.11 Unpacking libio-pty-perl (1:1.08-1.1build1) ... #8 50.15 Selecting previously unselected package libio-string-perl. #8 50.16 Preparing to unpack .../libio-string-perl_1.08-3_all.deb ... #8 50.16 Unpacking libio-string-perl (1.08-3) ... #8 50.19 Selecting previously unselected package libipc-run-perl. #8 50.20 Preparing to unpack .../libipc-run-perl_0.94-1_all.deb ... #8 50.21 Unpacking libipc-run-perl (0.94-1) ... #8 50.28 Selecting previously unselected package liblist-moreutils-perl. #8 50.29 Preparing to unpack .../liblist-moreutils-perl_0.413-1build1_amd64.deb ... #8 50.30 Unpacking liblist-moreutils-perl (0.413-1build1) ... #8 50.34 Selecting previously unselected package libnet-http-perl. #8 50.34 Preparing to unpack .../libnet-http-perl_6.09-1_all.deb ... #8 50.34 Unpacking libnet-http-perl (6.09-1) ... #8 50.39 Selecting previously unselected package libwww-robotrules-perl. #8 50.39 Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ... #8 50.39 Unpacking libwww-robotrules-perl (6.01-1) ... #8 50.42 Selecting previously unselected package libwww-perl. #8 50.43 Preparing to unpack .../libwww-perl_6.15-1_all.deb ... #8 50.43 Unpacking libwww-perl (6.15-1) ... #8 50.49 Selecting previously unselected package liblwp-protocol-https-perl. #8 50.49 Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ... #8 50.50 Unpacking liblwp-protocol-https-perl (6.06-2) ... #8 50.53 Selecting previously unselected package libsys-hostname-long-perl. #8 50.54 Preparing to unpack .../libsys-hostname-long-perl_1.5-1_all.deb ... #8 50.54 Unpacking libsys-hostname-long-perl (1.5-1) ... #8 50.58 Selecting previously unselected package libmail-sendmail-perl. #8 50.58 Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... #8 50.59 Unpacking libmail-sendmail-perl (0.79.16-1) ... #8 50.62 Selecting previously unselected package libparse-debianchangelog-perl. #8 50.63 Preparing to unpack .../libparse-debianchangelog-perl_1.2.0-8_all.deb ... #8 50.63 Unpacking libparse-debianchangelog-perl (1.2.0-8) ... #8 50.67 Selecting previously unselected package libperlio-gzip-perl. #8 50.68 Preparing to unpack .../libperlio-gzip-perl_0.19-1build1_amd64.deb ... #8 50.68 Unpacking libperlio-gzip-perl (0.19-1build1) ... #8 50.72 Selecting previously unselected package libtext-levenshtein-perl. #8 50.73 Preparing to unpack .../libtext-levenshtein-perl_0.13-1_all.deb ... #8 50.73 Unpacking libtext-levenshtein-perl (0.13-1) ... #8 50.77 Selecting previously unselected package libyaml-libyaml-perl. #8 50.78 Preparing to unpack .../libyaml-libyaml-perl_0.41-6build1_amd64.deb ... #8 50.78 Unpacking libyaml-libyaml-perl (0.41-6build1) ... #8 50.83 Selecting previously unselected package hardening-includes. #8 50.83 Preparing to unpack .../hardening-includes_2.7ubuntu2_all.deb ... #8 50.84 Unpacking hardening-includes (2.7ubuntu2) ... #8 50.90 Selecting previously unselected package patchutils. #8 50.91 Preparing to unpack .../patchutils_0.3.4-1_amd64.deb ... #8 50.91 Unpacking patchutils (0.3.4-1) ... #8 50.96 Selecting previously unselected package t1utils. #8 50.97 Preparing to unpack .../t1utils_1.39-2_amd64.deb ... #8 50.97 Unpacking t1utils (1.39-2) ... #8 51.02 Selecting previously unselected package lintian. #8 51.02 Preparing to unpack .../lintian_2.5.43ubuntu0.1_all.deb ... #8 51.03 Unpacking lintian (2.5.43ubuntu0.1) ... #8 51.21 Selecting previously unselected package manpages-dev. #8 51.21 Preparing to unpack .../manpages-dev_4.04-2_all.deb ... #8 51.22 Unpacking manpages-dev (4.04-2) ... #8 51.73 Selecting previously unselected package python3-pkg-resources. #8 51.73 Preparing to unpack .../python3-pkg-resources_20.7.0-1_all.deb ... #8 51.73 Unpacking python3-pkg-resources (20.7.0-1) ... #8 51.79 Selecting previously unselected package python3-chardet. #8 51.79 Preparing to unpack .../python3-chardet_2.3.0-2_all.deb ... #8 51.79 Unpacking python3-chardet (2.3.0-2) ... #8 51.87 Selecting previously unselected package python3-six. #8 51.87 Preparing to unpack .../python3-six_1.10.0-3_all.deb ... #8 51.87 Unpacking python3-six (1.10.0-3) ... #8 51.92 Selecting previously unselected package python3-debian. #8 51.93 Preparing to unpack .../python3-debian_0.1.27ubuntu2_all.deb ... #8 51.93 Unpacking python3-debian (0.1.27ubuntu2) ... #8 52.08 Selecting previously unselected package rename. #8 52.08 Preparing to unpack .../archives/rename_0.20-4_all.deb ... #8 52.09 Unpacking rename (0.20-4) ... #8 52.13 Selecting previously unselected package unzip. #8 52.13 Preparing to unpack .../unzip_6.0-20ubuntu1.1_amd64.deb ... #8 52.14 Unpacking unzip (6.0-20ubuntu1.1) ... #8 52.21 Selecting previously unselected package wdiff. #8 52.21 Preparing to unpack .../wdiff_1.2.2-1build1_amd64.deb ... #8 52.21 Unpacking wdiff (1.2.2-1build1) ... #8 52.25 Selecting previously unselected package equivs. #8 52.25 Preparing to unpack .../equivs_2.0.9+nmu1_all.deb ... #8 52.26 Unpacking equivs (2.0.9+nmu1) ... #8 52.30 Selecting previously unselected package libauthen-sasl-perl. #8 52.30 Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ... #8 52.31 Unpacking libauthen-sasl-perl (2.1600-1) ... #8 52.36 Selecting previously unselected package python3-magic. #8 52.36 Preparing to unpack .../python3-magic_1%3a5.25-2ubuntu1.4_all.deb ... #8 52.37 Unpacking python3-magic (1:5.25-2ubuntu1.4) ... #8 52.39 Processing triggers for libc-bin (2.23-0ubuntu11.3) ... #8 52.42 Processing triggers for systemd (229-4ubuntu21.31) ... #8 52.45 Setting up libatm1:amd64 (1:2.5.1-1.5) ... #8 52.48 Setting up liblocale-gettext-perl (1.07-1build1) ... #8 52.50 Setting up libmnl0:amd64 (1.0.3-5) ... #8 52.52 Setting up libpopt0:amd64 (1.16-10) ... #8 52.54 Setting up mime-support (3.59ubuntu1) ... #8 52.58 Setting up libmpdec2:amd64 (2.4.2-1) ... #8 52.59 Setting up libsqlite3-0:amd64 (3.11.0-1ubuntu1.5) ... #8 52.62 Setting up libpython3.5-stdlib:amd64 (3.5.2-2ubuntu0~16.04.13) ... #8 52.63 Setting up python3.5 (3.5.2-2ubuntu0~16.04.13) ... #9 47.39 Public key for perl-5.16.3-299.el7_9.x86_64.rpm is not installed #8 53.96 Setting up libpython3-stdlib:amd64 (3.5.1-3) ... #8 53.98 Setting up libgdbm3:amd64 (1.8.3-13.1) ... #8 54.00 Setting up libffi6:amd64 (3.2.1-4) ... #8 54.02 Setting up libglib2.0-0:amd64 (2.48.2-0ubuntu4.8) ... #8 54.03 No schema files found: doing nothing. #8 54.03 Setting up libxau6:amd64 (1:1.0.8-1) ... #8 54.05 Setting up libxdmcp6:amd64 (1:1.1.2-1.1) ... #8 54.07 Setting up libxcb1:amd64 (1.11.1-1ubuntu1) ... #8 54.12 Setting up libx11-data (2:1.6.3-1ubuntu2.2) ... #8 54.13 Setting up libx11-6:amd64 (2:1.6.3-1ubuntu2.2) ... #8 54.14 Setting up libxext6:amd64 (2:1.3.3-1) ... #8 54.23 Setting up groff-base (1.22.3-7) ... #8 54.26 Setting up bsdmainutils (9.0.6ubuntu3) ... #8 54.29 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode #8 54.30 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode #8 54.31 Setting up libpipeline1:amd64 (1.4.1-2) ... #8 54.32 Setting up man-db (2.7.5-1) ... #8 54.44 Building database of manual pages ... #9 55.96 -------------------------------------------------------------------------------- #9 55.96 Total 649 kB/s | 16 MB 00:25 #9 55.96 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 #9 55.97 Importing GPG key 0xF4A80EB5: #9 55.97 Userid : "CentOS-7 Key (CentOS 7 Official Signing Key) " #9 55.97 Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5 #9 55.97 Package : centos-release-7-9.2009.0.el7.centos.x86_64 (@CentOS) #9 55.97 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 #9 56.03 Running transaction check #9 56.08 Running transaction test #9 56.14 Transaction test succeeded #9 56.14 Running transaction #9 56.37 Installing : groff-base-1.22.2-8.el7.x86_64 1/44 #9 56.39 Installing : bzip2-1.0.6-13.el7.x86_64 2/44 #9 56.41 Installing : 1:perl-parent-0.225-244.el7.noarch 3/44 #9 56.43 Installing : perl-HTTP-Tiny-0.033-3.el7.noarch 4/44 #9 56.47 Installing : perl-podlators-2.5.1-3.el7.noarch 5/44 #9 56.50 Installing : perl-Pod-Perldoc-3.20-4.el7.noarch 6/44 #9 56.52 Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 7/44 #9 56.89 Installing : perl-Encode-2.51-7.el7.x86_64 8/44 #9 56.91 Installing : perl-Text-ParseWords-3.29-4.el7.noarch 9/44 #9 56.93 Installing : perl-Pod-Usage-1.63-3.el7.noarch 10/44 #9 56.95 Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64 11/44 #9 56.97 Installing : perl-threads-1.87-4.el7.x86_64 12/44 #9 56.99 Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 13/44 #9 57.01 Installing : perl-Exporter-5.68-3.el7.noarch 14/44 #9 57.02 Installing : perl-constant-1.27-2.el7.noarch 15/44 #9 57.05 Installing : perl-Socket-2.010-5.el7.x86_64 16/44 #9 57.07 Installing : perl-Time-Local-1.2300-2.el7.noarch 17/44 #9 57.09 Installing : perl-Carp-1.26-244.el7.noarch 18/44 #9 57.11 Installing : perl-Storable-2.45-3.el7.x86_64 19/44 #9 57.13 Installing : perl-threads-shared-1.43-6.el7.x86_64 20/44 #9 57.15 Installing : perl-PathTools-3.40-5.el7.x86_64 21/44 #9 57.18 Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64 22/44 #9 57.22 Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch 23/44 #9 57.25 Installing : perl-File-Temp-0.23.01-3.el7.noarch 24/44 #9 57.27 Installing : perl-File-Path-2.09-2.el7.noarch 25/44 #9 57.29 Installing : perl-Filter-1.49-3.el7.x86_64 26/44 #9 57.40 Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64 27/44 #8 64.22 Setting up sgml-base (1.26+nmu4ubuntu1) ... #8 64.26 Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ... #8 64.28 Setting up perl-modules-5.22 (5.22.1-9ubuntu0.9) ... #8 64.30 Setting up libperl5.22:amd64 (5.22.1-9ubuntu0.9) ... #8 64.34 Setting up perl (5.22.1-9ubuntu0.9) ... #8 64.37 update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode #8 64.38 Setting up libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.18) ... #8 64.39 Setting up python2.7 (2.7.12-1ubuntu0~16.04.18) ... #9 58.23 Installing : perl-Getopt-Long-2.40-3.el7.noarch 28/44 #9 59.56 Installing : 4:perl-5.16.3-299.el7_9.x86_64 29/44 #9 59.70 Installing : perl-Thread-Queue-3.02-2.el7.noarch 30/44 #9 59.72 Installing : python-srpm-macros-3-34.el7.noarch 31/44 #9 59.73 Installing : 1:emacs-filesystem-24.3-23.el7.noarch 32/44 #9 59.76 Installing : desktop-file-utils-0.23-2.el7.x86_64 33/44 #9 59.82 Installing : zip-3.0-11.el7.x86_64 34/44 #9 59.88 Installing : elfutils-0.176-5.el7.x86_64 35/44 #9 59.93 Installing : unzip-6.0-22.el7_9.x86_64 36/44 #9 59.96 Installing : patch-2.7.1-12.el7_7.x86_64 37/44 #8 65.29 Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... #8 65.32 Setting up python (2.7.12-1~16.04) ... #8 65.34 Setting up libgmp10:amd64 (2:6.1.0+dfsg-2) ... #8 65.35 Setting up libmpfr4:amd64 (3.1.4-1) ... #8 65.37 Setting up libmpc3:amd64 (1.0.3-1) ... #8 65.39 Setting up bzip2 (1.0.6-8ubuntu0.2) ... #8 65.43 Setting up distro-info-data (0.28ubuntu0.18) ... #8 65.45 Setting up libmagic1:amd64 (1:5.25-2ubuntu1.4) ... #8 65.47 Setting up file (1:5.25-2ubuntu1.4) ... #8 65.49 Setting up iproute2 (4.3.0-1ubuntu3.16.04.5) ... #8 65.54 Setting up ifupdown (0.8.10ubuntu1.4) ... #8 65.65 Creating /etc/network/interfaces. #8 65.85 Setting up libisc-export160 (1:9.10.3.dfsg.P4-8ubuntu1.19) ... #8 65.86 Setting up libdns-export162 (1:9.10.3.dfsg.P4-8ubuntu1.19) ... #8 65.87 Setting up isc-dhcp-client (4.3.3-5ubuntu12.10) ... #8 65.91 Setting up isc-dhcp-common (4.3.3-5ubuntu12.10) ... #9 59.99 Installing : dwz-0.11-3.el7.x86_64 38/44 #9 61.07 Installing : gdb-7.6.1-120.el7.x86_64 39/44 #9 61.11 Installing : perl-srpm-macros-1-8.el7.noarch 40/44 #9 61.13 Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch 41/44 #9 61.16 Installing : file-5.11-37.el7.x86_64 42/44 #9 61.20 Installing : rpm-build-4.11.3-45.el7.x86_64 43/44 #9 61.27 Installing : rpmlint-1.5-4.el7.noarch 44/44 #9 61.31 Verifying : file-5.11-37.el7.x86_64 1/44 #9 61.32 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 2/44 #9 61.33 Verifying : perl-threads-shared-1.43-6.el7.x86_64 3/44 #9 61.34 Verifying : 4:perl-Time-HiRes-1.9725-3.el7.x86_64 4/44 #9 61.35 Verifying : perl-threads-1.87-4.el7.x86_64 5/44 #9 61.36 Verifying : perl-Exporter-5.68-3.el7.noarch 6/44 #8 65.93 Setting up less (481-2.1ubuntu0.2) ... #8 66.05 Setting up libapt-inst2.0:amd64 (1.2.35) ... #8 66.06 Setting up libbsd0:amd64 (0.8.2-1ubuntu0.1) ... #8 66.07 Setting up libnettle6:amd64 (3.2-1ubuntu0.16.04.2) ... #8 66.09 Setting up libhogweed4:amd64 (3.2-1ubuntu0.16.04.2) ... #8 66.10 Setting up libidn11:amd64 (1.32-3ubuntu1.2) ... #8 66.12 Setting up libp11-kit0:amd64 (0.23.2-5~ubuntu16.04.2) ... #8 66.13 Setting up libtasn1-6:amd64 (4.7-3ubuntu0.16.04.3) ... #8 66.14 Setting up libgnutls30:amd64 (3.4.10-4ubuntu1.8) ... #8 66.15 Setting up libxtables11:amd64 (1.6.0-2ubuntu3) ... #9 61.37 Verifying : perl-constant-1.27-2.el7.noarch 7/44 #9 61.39 Verifying : perl-PathTools-3.40-5.el7.x86_64 8/44 #9 61.40 Verifying : desktop-file-utils-0.23-2.el7.x86_64 9/44 #9 61.41 Verifying : 4:perl-macros-5.16.3-299.el7_9.x86_64 10/44 #9 61.43 Verifying : 1:perl-parent-0.225-244.el7.noarch 11/44 #9 61.44 Verifying : perl-Socket-2.010-5.el7.x86_64 12/44 #9 61.45 Verifying : bzip2-1.0.6-13.el7.x86_64 13/44 #9 61.46 Verifying : perl-srpm-macros-1-8.el7.noarch 14/44 #9 61.47 Verifying : groff-base-1.22.2-8.el7.x86_64 15/44 #9 61.48 Verifying : perl-Thread-Queue-3.02-2.el7.noarch 16/44 #9 61.49 Verifying : perl-File-Temp-0.23.01-3.el7.noarch 17/44 #9 61.50 Verifying : rpm-build-4.11.3-45.el7.x86_64 18/44 #9 61.51 Verifying : 1:perl-Pod-Simple-3.28-4.el7.noarch 19/44 #9 61.52 Verifying : gdb-7.6.1-120.el7.x86_64 20/44 #9 61.54 Verifying : dwz-0.11-3.el7.x86_64 21/44 #9 61.55 Verifying : perl-Time-Local-1.2300-2.el7.noarch 22/44 #9 61.56 Verifying : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch 23/44 #9 61.57 Verifying : patch-2.7.1-12.el7_7.x86_64 24/44 #8 66.17 Setting up netbase (5.3) ... #8 66.20 Setting up openssl (1.0.2g-1ubuntu4.20) ... #8 66.22 Setting up ca-certificates (20210119~16.04.1) ... #9 61.59 Verifying : perl-Carp-1.26-244.el7.noarch 25/44 #9 61.60 Verifying : perl-Storable-2.45-3.el7.x86_64 26/44 #9 61.61 Verifying : perl-Scalar-List-Utils-1.27-248.el7.x86_64 27/44 #9 61.62 Verifying : perl-Pod-Usage-1.63-3.el7.noarch 28/44 #9 61.63 Verifying : perl-Encode-2.51-7.el7.x86_64 29/44 #9 61.64 Verifying : unzip-6.0-22.el7_9.x86_64 30/44 #9 61.66 Verifying : rpmlint-1.5-4.el7.noarch 31/44 #9 61.67 Verifying : perl-Pod-Perldoc-3.20-4.el7.noarch 32/44 #9 61.68 Verifying : perl-podlators-2.5.1-3.el7.noarch 33/44 #9 61.70 Verifying : 4:perl-5.16.3-299.el7_9.x86_64 34/44 #9 61.71 Verifying : perl-File-Path-2.09-2.el7.noarch 35/44 #9 61.72 Verifying : elfutils-0.176-5.el7.x86_64 36/44 #9 61.73 Verifying : zip-3.0-11.el7.x86_64 37/44 #9 61.75 Verifying : 1:emacs-filesystem-24.3-23.el7.noarch 38/44 #9 61.76 Verifying : perl-Filter-1.49-3.el7.x86_64 39/44 #9 61.77 Verifying : perl-Getopt-Long-2.40-3.el7.noarch 40/44 #9 61.78 Verifying : perl-Text-ParseWords-3.29-4.el7.noarch 41/44 #9 61.79 Verifying : python-srpm-macros-3-34.el7.noarch 42/44 #9 61.80 Verifying : 4:perl-libs-5.16.3-299.el7_9.x86_64 43/44 #9 61.82 Verifying : redhat-rpm-config-9.1.0-88.el7.centos.noarch 44/44 #9 61.87 #9 61.87 Installed: #9 61.87 rpm-build.x86_64 0:4.11.3-45.el7 rpmlint.noarch 0:1.5-4.el7 #9 61.87 #9 61.87 Dependency Installed: #9 61.87 bzip2.x86_64 0:1.0.6-13.el7 #9 61.87 desktop-file-utils.x86_64 0:0.23-2.el7 #9 61.87 dwz.x86_64 0:0.11-3.el7 #9 61.87 elfutils.x86_64 0:0.176-5.el7 #9 61.87 emacs-filesystem.noarch 1:24.3-23.el7 #9 61.87 file.x86_64 0:5.11-37.el7 #9 61.87 gdb.x86_64 0:7.6.1-120.el7 #9 61.87 groff-base.x86_64 0:1.22.2-8.el7 #9 61.87 patch.x86_64 0:2.7.1-12.el7_7 #9 61.87 perl.x86_64 4:5.16.3-299.el7_9 #9 61.87 perl-Carp.noarch 0:1.26-244.el7 #9 61.87 perl-Encode.x86_64 0:2.51-7.el7 #9 61.87 perl-Exporter.noarch 0:5.68-3.el7 #9 61.87 perl-File-Path.noarch 0:2.09-2.el7 #9 61.87 perl-File-Temp.noarch 0:0.23.01-3.el7 #9 61.87 perl-Filter.x86_64 0:1.49-3.el7 #9 61.87 perl-Getopt-Long.noarch 0:2.40-3.el7 #9 61.87 perl-HTTP-Tiny.noarch 0:0.033-3.el7 #9 61.87 perl-PathTools.x86_64 0:3.40-5.el7 #9 61.87 perl-Pod-Escapes.noarch 1:1.04-299.el7_9 #9 61.87 perl-Pod-Perldoc.noarch 0:3.20-4.el7 #9 61.87 perl-Pod-Simple.noarch 1:3.28-4.el7 #9 61.87 perl-Pod-Usage.noarch 0:1.63-3.el7 #9 61.87 perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 #9 61.87 perl-Socket.x86_64 0:2.010-5.el7 #9 61.87 perl-Storable.x86_64 0:2.45-3.el7 #9 61.87 perl-Text-ParseWords.noarch 0:3.29-4.el7 #9 61.87 perl-Thread-Queue.noarch 0:3.02-2.el7 #9 61.87 perl-Time-HiRes.x86_64 4:1.9725-3.el7 #9 61.87 perl-Time-Local.noarch 0:1.2300-2.el7 #9 61.87 perl-constant.noarch 0:1.27-2.el7 #9 61.87 perl-libs.x86_64 4:5.16.3-299.el7_9 #9 61.87 perl-macros.x86_64 4:5.16.3-299.el7_9 #9 61.87 perl-parent.noarch 1:0.225-244.el7 #9 61.87 perl-podlators.noarch 0:2.5.1-3.el7 #9 61.87 perl-srpm-macros.noarch 0:1-8.el7 #9 61.87 perl-threads.x86_64 0:1.87-4.el7 #9 61.87 perl-threads-shared.x86_64 0:1.43-6.el7 #9 61.87 python-srpm-macros.noarch 0:3-34.el7 #9 61.87 redhat-rpm-config.noarch 0:9.1.0-88.el7.centos #9 61.87 unzip.x86_64 0:6.0-22.el7_9 #9 61.87 zip.x86_64 0:3.0-11.el7 #9 61.87 #9 61.87 Complete! #8 66.74 Setting up libasprintf0v5:amd64 (0.19.7-2ubuntu3.1) ... #8 66.77 Setting up gettext-base (0.19.7-2ubuntu3.1) ... #8 66.78 Setting up iso-codes (3.65-1) ... #8 66.79 Setting up krb5-locales (1.13.2+dfsg-5ubuntu2.2) ... #8 66.81 Setting up libroken18-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... #8 66.83 Setting up libasn1-8-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... #8 66.85 Setting up libkrb5support0:amd64 (1.13.2+dfsg-5ubuntu2.2) ... #8 66.86 Setting up libk5crypto3:amd64 (1.13.2+dfsg-5ubuntu2.2) ... #8 66.87 Setting up libkeyutils1:amd64 (1.5.9-8ubuntu1) ... #8 66.89 Setting up libkrb5-3:amd64 (1.13.2+dfsg-5ubuntu2.2) ... #8 66.91 Setting up libgssapi-krb5-2:amd64 (1.13.2+dfsg-5ubuntu2.2) ... #8 66.93 Setting up libhcrypto4-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... #8 66.95 Setting up libheimbase1-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... #8 66.97 Setting up libwind0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... #8 67.00 Setting up libhx509-5-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... #8 67.01 Setting up libkrb5-26-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... #8 67.02 Setting up libheimntlm0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... #8 67.03 Setting up libgssapi3-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ... #8 67.05 Setting up libsasl2-modules-db:amd64 (2.1.26.dfsg1-14ubuntu0.2) ... #8 67.06 Setting up libsasl2-2:amd64 (2.1.26.dfsg1-14ubuntu0.2) ... #8 67.08 Setting up libldap-2.4-2:amd64 (2.4.42+dfsg-2ubuntu3.13) ... #8 67.17 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d-1ubuntu0.1) ... #8 67.31 Setting up libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.19) ... #8 67.68 Setting up libedit2:amd64 (3.1-20150325-1ubuntu2) ... #8 67.94 Setting up libglib2.0-data (2.48.2-0ubuntu4.8) ... #8 67.95 Setting up libicu55:amd64 (55.1-7ubuntu0.5) ... #8 67.97 Setting up libsasl2-modules:amd64 (2.1.26.dfsg1-14ubuntu0.2) ... #8 68.00 Setting up libxml2:amd64 (2.9.3+dfsg1-1ubuntu0.7) ... #8 68.02 Setting up libxmuu1:amd64 (2:1.1.2-2) ... #9 DONE 63.1s #11 [stage-1 4/7] COPY SPECS /root/rpmbuild/SPECS #11 sha256:7c92933cadac2ea4d014ef1ad44d9fa957d304970073854b9dbe437e4e62230f #11 DONE 0.1s #12 [stage-1 5/7] RUN yum-builddep -y /root/rpmbuild/SPECS/*.spec #12 sha256:29cb1f1de72f86e5dc7eaefbb3c66cc3a755d309a26975450d3be1be2565b765 #8 68.04 Setting up manpages (4.04-2) ... #8 68.05 Setting up openssh-client (1:7.2p2-4ubuntu2.10) ... #8 68.17 Setting up python-apt-common (1.1.0~beta1ubuntu0.16.04.12) ... #8 68.19 Setting up rsync (3.1.1-3ubuntu1.3) ... #8 68.25 invoke-rc.d: could not determine current runlevel #8 68.25 invoke-rc.d: policy-rc.d denied execution of restart. #8 68.26 Setting up shared-mime-info (1.5-2ubuntu0.2) ... #12 0.877 Loaded plugins: fastestmirror, ovl #12 1.148 Enabling base-source repository #12 1.149 Enabling extras-source repository #12 1.150 Enabling updates-source repository #12 1.150 Loading mirror speeds from cached hostfile #12 1.152 * base: download.cf.centos.org #12 1.153 * extras: download.cf.centos.org #12 1.153 * updates: download.cf.centos.org #8 71.46 Setting up strace (4.11-1ubuntu3) ... #8 71.48 Setting up xauth (1:1.0.9-1ubuntu2) ... #8 71.49 Setting up xdg-user-dirs (0.15-2ubuntu6.16.04.1) ... #8 71.55 Setting up xml-core (0.13+nmu2) ... #8 71.81 Setting up at (3.1.18-2ubuntu1) ... #8 72.03 invoke-rc.d: could not determine current runlevel #8 72.03 invoke-rc.d: policy-rc.d denied execution of start. #8 72.04 Setting up autotools-dev (20150820.1) ... #8 72.07 Setting up binutils (2.26.1-1ubuntu1~16.04.8) ... #8 72.09 Setting up libc-dev-bin (2.23-0ubuntu11.3) ... #8 72.10 Setting up linux-libc-dev:amd64 (4.4.0-210.242) ... #8 72.12 Setting up libc6-dev:amd64 (2.23-0ubuntu11.3) ... #8 72.13 Setting up libisl15:amd64 (0.16.1-1) ... #8 72.16 Setting up cpp-5 (5.4.0-6ubuntu1~16.04.12) ... #8 72.18 Setting up cpp (4:5.3.1-1ubuntu1) ... #8 72.20 Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 72.22 Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 72.23 Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 72.26 Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 72.30 Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 72.31 Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 72.33 Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 72.35 Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 72.38 Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 72.40 Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 72.41 Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 72.43 Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 72.45 Setting up gcc-5 (5.4.0-6ubuntu1~16.04.12) ... #8 72.47 Setting up gcc (4:5.3.1-1ubuntu1) ... #8 72.50 Setting up libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.12) ... #8 72.52 Setting up g++-5 (5.4.0-6ubuntu1~16.04.12) ... #8 72.54 Setting up g++ (4:5.3.1-1ubuntu1) ... #8 72.57 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #8 72.58 Setting up make (4.1-6) ... #8 72.59 Setting up libdpkg-perl (1.18.4ubuntu1.7) ... #8 72.61 Setting up xz-utils (5.1.1alpha+20120614-2ubuntu2) ... #8 72.62 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #8 72.63 Setting up patch (2.7.5-1ubuntu0.16.04.2) ... #8 72.67 Setting up dpkg-dev (1.18.4ubuntu1.7) ... #8 72.70 Setting up build-essential (12.1ubuntu2) ... #8 72.71 Setting up curl (7.47.0-1ubuntu2.19) ... #8 72.73 Setting up dctrl-tools (2.24-2) ... #8 72.75 Setting up libcroco3:amd64 (0.6.11-1) ... #8 72.77 Setting up gettext (0.19.7-2ubuntu3.1) ... #8 72.79 Setting up intltool-debian (0.35.0+20060710.4) ... #8 72.80 Setting up po-debconf (1.0.19) ... #8 72.82 Setting up libarchive-zip-perl (1.56-2ubuntu0.1) ... #8 72.83 Setting up libfile-stripnondeterminism-perl (0.015-1) ... #8 72.85 Setting up libtimedate-perl (2.3000-2) ... #8 72.87 Setting up diffstat (1.61-1) ... #8 72.89 Setting up dput (0.9.6.4ubuntu3) ... #8 72.95 Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ... #8 72.97 Setting up fakeroot (1.20.2-1ubuntu1) ... #8 72.99 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #8 73.13 Setting up liberror-perl (0.17-1.2) ... #8 73.52 Setting up git-man (1:2.7.4-0ubuntu1.10) ... #8 73.97 Setting up git (1:2.7.4-0ubuntu1.10) ... #8 74.31 Setting up libalgorithm-diff-perl (1.19.03-1) ... #8 74.33 Setting up libalgorithm-diff-xs-perl (0.04-4build1) ... #8 74.34 Setting up libalgorithm-merge-perl (0.08-3) ... #8 74.37 Setting up libapt-pkg-perl (0.1.29build7) ... #8 74.38 Setting up libasprintf-dev:amd64 (0.19.7-2ubuntu3.1) ... #8 74.40 Setting up libhtml-tagset-perl (3.20-2) ... #8 74.41 Setting up liburi-perl (1.71-1) ... #8 74.43 Setting up libhtml-parser-perl (3.72-1) ... #8 74.44 Setting up libcgi-pm-perl (4.26-1) ... #8 74.46 Setting up libfcgi-perl (0.77-1build1) ... #8 74.47 Setting up libcgi-fast-perl (1:2.10-1) ... #8 74.49 Setting up libsub-name-perl (0.14-1build1) ... #8 74.50 Setting up libclass-accessor-perl (0.34-1) ... #8 74.52 Setting up libclone-perl (0.38-1build1) ... #8 74.54 Setting up libdata-alias-perl (1.20-1build1) ... #8 74.55 Setting up libdigest-hmac-perl (1.03+dfsg-1) ... #8 74.56 Setting up libdistro-info-perl (0.14ubuntu0.2) ... #8 74.58 Setting up libnet-ssleay-perl (1.72-1build1) ... #8 74.59 Setting up libio-socket-ssl-perl (2.024-1) ... #8 74.60 Setting up libnet-smtp-ssl-perl (1.03-1) ... #8 74.62 Setting up libmailtools-perl (2.13-1) ... #8 74.64 Setting up libsocket6-perl (0.25-1build2) ... #8 74.65 Setting up libio-socket-inet6-perl (2.72-2) ... #8 74.66 Setting up libnet-ip-perl (1.26-1) ... #8 74.68 Setting up libnet-dns-perl (0.81-2build1) ... #8 74.69 Setting up libnet-domain-tld-perl (1.73-1) ... #8 74.72 Setting up libemail-valid-perl (1.198-1) ... #8 74.77 Setting up libencode-locale-perl (1.05-1) ... #8 74.79 Setting up libexporter-tiny-perl (0.042-1) ... #8 74.82 Setting up libipc-system-simple-perl (1.25-3) ... #8 74.83 Setting up libfile-basedir-perl (0.07-1) ... #8 74.84 Setting up libfile-fcntllock-perl (0.22-3) ... #8 74.86 Setting up libhttp-date-perl (6.02-1) ... #8 74.87 Setting up libfile-listing-perl (6.04-1) ... #8 74.89 Setting up libfont-afm-perl (1.20-1) ... #8 74.90 Setting up libgettextpo0:amd64 (0.19.7-2ubuntu3.1) ... #8 74.92 Setting up libgettextpo-dev:amd64 (0.19.7-2ubuntu3.1) ... #8 74.94 Setting up libio-html-perl (1.001-1) ... #8 74.95 Setting up liblwp-mediatypes-perl (6.02-1) ... #8 74.97 Setting up libhttp-message-perl (6.11-1) ... #8 75.01 Setting up libhtml-form-perl (6.03-1) ... #8 75.02 Setting up libhtml-tree-perl (5.03-2) ... #8 75.03 Setting up libhtml-format-perl (2.11-2) ... #8 75.05 Setting up libhttp-cookies-perl (6.01-1) ... #8 75.07 Setting up libhttp-daemon-perl (6.01-1) ... #8 75.08 Setting up libhttp-negotiate-perl (6.00-2) ... #8 75.09 Setting up libio-pty-perl (1:1.08-1.1build1) ... #8 75.11 Setting up libio-string-perl (1.08-3) ... #8 75.12 Setting up libipc-run-perl (0.94-1) ... #8 75.13 Setting up liblist-moreutils-perl (0.413-1build1) ... #8 75.15 Setting up libnet-http-perl (6.09-1) ... #8 75.17 Setting up libwww-robotrules-perl (6.01-1) ... #8 75.18 Setting up libsys-hostname-long-perl (1.5-1) ... #8 75.20 Setting up libmail-sendmail-perl (0.79.16-1) ... #8 75.21 Setting up libparse-debianchangelog-perl (1.2.0-8) ... #8 75.23 Setting up libperlio-gzip-perl (0.19-1build1) ... #8 75.26 Setting up libtext-levenshtein-perl (0.13-1) ... #8 75.27 Setting up libyaml-libyaml-perl (0.41-6build1) ... #8 75.29 Setting up hardening-includes (2.7ubuntu2) ... #8 75.32 Setting up patchutils (0.3.4-1) ... #8 75.38 Setting up t1utils (1.39-2) ... #8 75.40 Setting up lintian (2.5.43ubuntu0.1) ... #8 75.46 Setting up manpages-dev (4.04-2) ... #8 75.48 Setting up rename (0.20-4) ... #8 75.50 update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode #8 75.55 Setting up unzip (6.0-20ubuntu1.1) ... #8 75.58 Setting up wdiff (1.2.2-1build1) ... #8 75.60 Setting up libauthen-sasl-perl (2.1600-1) ... #8 75.62 Setting up dh-python (2.20151103ubuntu1.2) ... #8 75.89 Setting up python3 (3.5.1-3) ... #8 76.44 Setting up lsb-release (9.20160110ubuntu0.2) ... #8 76.46 Setting up python3-apt (1.1.0~beta1ubuntu0.16.04.12) ... #8 76.78 Setting up debhelper (9.20160115ubuntu3) ... #8 76.80 Setting up devscripts (2.16.2ubuntu3) ... #8 77.07 Setting up liblwp-protocol-https-perl (6.06-2) ... #8 77.08 Setting up python3-pkg-resources (20.7.0-1) ... #12 9.369 Checking for new repos for mirrors #12 9.374 Getting requirements for /root/rpmbuild/SPECS/docker-ce-cli.spec #12 9.377 --> 1:make-3.82-24.el7.x86_64 #12 9.524 --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 #12 9.525 --> git-1.8.3.1-23.el7_8.x86_64 #12 9.531 Getting requirements for /root/rpmbuild/SPECS/docker-ce.spec #12 9.531 --> Already installed : bash-4.2.46-34.el7.x86_64 #12 9.533 --> btrfs-progs-devel-4.9.1-1.el7.x86_64 #12 9.534 --> Already installed : ca-certificates-2020.2.41-70.0.el7_8.noarch #12 9.534 --> cmake-2.8.12.2-2.el7.x86_64 #12 9.537 --> 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64 #12 9.538 --> gcc-4.8.5-44.el7.x86_64 #12 9.539 --> git-1.8.3.1-23.el7_8.x86_64 #12 9.543 --> glibc-static-2.17-324.el7_9.x86_64 #12 9.545 --> libseccomp-devel-2.3.1-4.el7.x86_64 #12 9.547 --> libselinux-devel-2.5-15.el7.x86_64 #12 9.548 --> libtool-2.4.2-22.el7_3.x86_64 #12 9.549 --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 #12 9.550 --> 1:make-3.82-24.el7.x86_64 #12 9.550 --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64 #12 9.553 --> Already installed : systemd-219-78.el7.x86_64 #12 9.554 --> selinux-policy-devel-3.13.1-268.el7_9.2.noarch #12 9.557 --> systemd-devel-219-78.el7_9.3.x86_64 #12 9.558 --> Already installed : 2:tar-1.26-35.el7.x86_64 #12 9.559 --> which-2.20-7.el7.x86_64 #12 9.560 --> Running transaction check #12 9.560 ---> Package btrfs-progs-devel.x86_64 0:4.9.1-1.el7 will be installed #12 9.564 --> Processing Dependency: btrfs-progs = 4.9.1-1.el7 for package: btrfs-progs-devel-4.9.1-1.el7.x86_64 #12 9.754 --> Processing Dependency: libbtrfs.so.0()(64bit) for package: btrfs-progs-devel-4.9.1-1.el7.x86_64 #12 9.754 ---> Package cmake.x86_64 0:2.8.12.2-2.el7 will be installed #12 9.765 --> Processing Dependency: libarchive.so.13()(64bit) for package: cmake-2.8.12.2-2.el7.x86_64 #12 9.768 ---> Package device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5 will be installed #12 9.771 --> Processing Dependency: device-mapper = 7:1.02.170-6.el7_9.5 for package: 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64 #8 77.41 Setting up python3-chardet (2.3.0-2) ... #12 9.773 ---> Package gcc.x86_64 0:4.8.5-44.el7 will be installed #12 9.777 --> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64 #12 9.782 --> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64 #12 9.784 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.x86_64 #12 9.792 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.x86_64 #12 9.795 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.x86_64 #12 9.798 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.x86_64 #12 9.799 ---> Package git.x86_64 0:1.8.3.1-23.el7_8 will be installed #12 9.818 --> Processing Dependency: perl-Git = 1.8.3.1-23.el7_8 for package: git-1.8.3.1-23.el7_8.x86_64 #12 9.820 --> Processing Dependency: rsync for package: git-1.8.3.1-23.el7_8.x86_64 #12 9.822 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.x86_64 #12 9.824 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.x86_64 #12 9.825 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.x86_64 #12 9.828 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-23.el7_8.x86_64 #12 9.830 --> Processing Dependency: less for package: git-1.8.3.1-23.el7_8.x86_64 #12 9.832 ---> Package glibc-static.x86_64 0:2.17-324.el7_9 will be installed #12 9.832 ---> Package libseccomp-devel.x86_64 0:2.3.1-4.el7 will be installed #12 9.833 --> Processing Dependency: libseccomp(x86-64) = 2.3.1-4.el7 for package: libseccomp-devel-2.3.1-4.el7.x86_64 #12 9.836 --> Processing Dependency: libseccomp.so.2()(64bit) for package: libseccomp-devel-2.3.1-4.el7.x86_64 #12 9.836 ---> Package libselinux-devel.x86_64 0:2.5-15.el7 will be installed #12 9.837 --> Processing Dependency: libsepol-devel(x86-64) >= 2.5-10 for package: libselinux-devel-2.5-15.el7.x86_64 #12 9.840 --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-15.el7.x86_64 #12 9.840 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-15.el7.x86_64 #12 9.844 ---> Package libtool.x86_64 0:2.4.2-22.el7_3 will be installed #12 9.845 --> Processing Dependency: automake for package: libtool-2.4.2-22.el7_3.x86_64 #12 9.848 --> Processing Dependency: autoconf for package: libtool-2.4.2-22.el7_3.x86_64 #12 9.850 ---> Package libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3 will be installed #12 9.850 --> Processing Dependency: libtool-ltdl = 2.4.2-22.el7_3 for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 #12 9.854 --> Processing Dependency: libltdl.so.7()(64bit) for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 #12 9.854 ---> Package make.x86_64 1:3.82-24.el7 will be installed #12 9.855 ---> Package selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2 will be installed #12 9.856 --> Processing Dependency: selinux-policy = 3.13.1-268.el7_9.2 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch #12 9.859 --> Processing Dependency: policycoreutils-devel >= 2.5-24 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch #12 9.863 --> Processing Dependency: checkpolicy >= 2.5-8 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch #12 9.865 --> Processing Dependency: m4 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch #12 9.867 ---> Package systemd-devel.x86_64 0:219-78.el7_9.3 will be installed #12 9.870 --> Processing Dependency: systemd-libs = 219-78.el7_9.3 for package: systemd-devel-219-78.el7_9.3.x86_64 #12 9.880 --> Processing Dependency: systemd = 219-78.el7_9.3 for package: systemd-devel-219-78.el7_9.3.x86_64 #12 9.885 Package: systemd-219-78.el7_9.3.src - can't co-install with systemd-219-78.el7_9.3.x86_64 #12 9.885 ---> Package which.x86_64 0:2.20-7.el7 will be installed #12 9.885 --> Running transaction check #12 9.886 ---> Package autoconf.noarch 0:2.69-11.el7 will be installed #12 9.892 --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch #12 9.894 ---> Package automake.noarch 0:1.13.4-3.el7 will be installed #12 9.897 --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch #12 9.900 ---> Package btrfs-progs.x86_64 0:4.9.1-1.el7 will be installed #12 9.903 --> Processing Dependency: liblzo2.so.2()(64bit) for package: btrfs-progs-4.9.1-1.el7.x86_64 #12 9.906 --> Processing Dependency: libext2fs.so.2()(64bit) for package: btrfs-progs-4.9.1-1.el7.x86_64 #12 9.909 ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed #12 9.909 ---> Package cpp.x86_64 0:4.8.5-44.el7 will be installed #12 9.915 ---> Package device-mapper.x86_64 7:1.02.170-6.el7 will be updated #12 9.916 --> Processing Dependency: device-mapper = 7:1.02.170-6.el7 for package: 7:device-mapper-libs-1.02.170-6.el7.x86_64 #12 9.918 ---> Package device-mapper.x86_64 7:1.02.170-6.el7_9.5 will be an update #12 9.923 ---> Package glibc-devel.x86_64 0:2.17-324.el7_9 will be installed #12 9.929 --> Processing Dependency: glibc-headers = 2.17-324.el7_9 for package: glibc-devel-2.17-324.el7_9.x86_64 #12 9.931 --> Processing Dependency: glibc = 2.17-324.el7_9 for package: glibc-devel-2.17-324.el7_9.x86_64 #12 9.947 Package: glibc-2.17-324.el7_9.src - can't co-install with glibc-2.17-324.el7_9.x86_64 #12 9.949 Package: glibc-2.17-324.el7_9.src - can't co-install with glibc-2.17-324.el7_9.x86_64 #12 9.949 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-324.el7_9.x86_64 #12 9.950 ---> Package less.x86_64 0:458-9.el7 will be installed #12 9.951 ---> Package libarchive.x86_64 0:3.1.2-14.el7_7 will be installed #12 9.957 ---> Package libgomp.x86_64 0:4.8.5-44.el7 will be installed #12 9.958 ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed #12 9.960 ---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed #12 9.960 ---> Package libsepol-devel.x86_64 0:2.5-10.el7 will be installed #12 9.961 ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed #12 9.962 ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed #12 9.963 ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed #12 9.964 ---> Package openssh-clients.x86_64 0:7.4p1-21.el7 will be installed #12 9.969 --> Processing Dependency: openssh = 7.4p1-21.el7 for package: openssh-clients-7.4p1-21.el7.x86_64 #12 9.972 --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-21.el7.x86_64 #12 9.975 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64 #12 9.975 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64 #12 9.978 ---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed #12 9.979 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed #12 9.982 ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed #12 9.984 ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed #12 9.985 ---> Package policycoreutils-devel.x86_64 0:2.5-34.el7 will be installed #12 9.988 --> Processing Dependency: policycoreutils-python = 2.5-34.el7 for package: policycoreutils-devel-2.5-34.el7.x86_64 #12 9.990 ---> Package rsync.x86_64 0:3.1.2-10.el7 will be installed #12 9.992 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed #12 9.994 --> Processing Dependency: policycoreutils >= 2.5-24 for package: selinux-policy-3.13.1-268.el7_9.2.noarch #12 9.997 ---> Package systemd.x86_64 0:219-78.el7 will be updated #12 10.00 ---> Package systemd.x86_64 0:219-78.el7_9.3 will be an update #12 10.02 ---> Package systemd-libs.x86_64 0:219-78.el7 will be updated #12 10.02 ---> Package systemd-libs.x86_64 0:219-78.el7_9.3 will be an update #12 10.03 --> Running transaction check #12 10.03 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7 will be updated #12 10.03 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5 will be an update #12 10.03 ---> Package e2fsprogs-libs.x86_64 0:1.42.9-19.el7 will be installed #12 10.03 ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed #12 10.03 --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64 #12 10.05 ---> Package glibc.x86_64 0:2.17-317.el7 will be updated #12 10.05 --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.x86_64 #12 10.05 ---> Package glibc.x86_64 0:2.17-324.el7_9 will be an update #12 10.06 ---> Package glibc-headers.x86_64 0:2.17-324.el7_9 will be installed #12 10.06 --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-324.el7_9.x86_64 #12 10.07 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-324.el7_9.x86_64 #12 10.07 ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed #12 10.07 ---> Package lzo.x86_64 0:2.06-8.el7 will be installed #12 10.07 ---> Package openssh.x86_64 0:7.4p1-21.el7 will be installed #12 10.07 ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed #12 10.07 ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed #12 10.08 ---> Package policycoreutils.x86_64 0:2.5-34.el7 will be installed #12 10.08 --> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-34.el7.x86_64 #12 10.08 ---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be installed #12 10.08 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.x86_64 #8 77.84 Setting up python3-six (1.10.0-3) ... #12 10.09 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.x86_64 #12 10.09 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.x86_64 #12 10.09 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.x86_64 #12 10.10 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.x86_64 #12 10.10 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64 #12 10.10 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64 #12 10.10 --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-34.el7.x86_64 #12 10.10 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64 #12 10.11 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64 #12 10.11 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64 #12 10.11 --> Running transaction check #12 10.11 ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed #12 10.11 ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed #12 10.11 ---> Package glibc-common.x86_64 0:2.17-317.el7 will be updated #12 10.11 ---> Package glibc-common.x86_64 0:2.17-324.el7_9 will be an update #12 10.11 ---> Package kernel-headers.x86_64 0:3.10.0-1160.42.2.el7 will be installed #12 10.11 ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed #12 10.11 ---> Package libselinux-python.x86_64 0:2.5-15.el7 will be installed #12 10.12 ---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be installed #12 10.12 ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed #12 10.12 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed #12 10.12 ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed #12 10.14 --> Finished Dependency Resolution #12 10.18 #12 10.18 Dependencies Resolved #12 10.20 #12 10.20 ================================================================================ #12 10.20 Package Arch Version Repository Size #12 10.20 ================================================================================ #12 10.20 Installing: #12 10.20 btrfs-progs-devel x86_64 4.9.1-1.el7 base 47 k #12 10.20 cmake x86_64 2.8.12.2-2.el7 base 7.1 M #12 10.20 device-mapper-devel x86_64 7:1.02.170-6.el7_9.5 updates 206 k #12 10.20 gcc x86_64 4.8.5-44.el7 base 16 M #12 10.20 git x86_64 1.8.3.1-23.el7_8 base 4.4 M #12 10.20 glibc-static x86_64 2.17-324.el7_9 updates 1.6 M #12 10.20 libseccomp-devel x86_64 2.3.1-4.el7 base 64 k #12 10.20 libselinux-devel x86_64 2.5-15.el7 base 187 k #12 10.20 libtool x86_64 2.4.2-22.el7_3 base 588 k #12 10.20 libtool-ltdl-devel x86_64 2.4.2-22.el7_3 base 167 k #12 10.20 make x86_64 1:3.82-24.el7 base 421 k #12 10.20 selinux-policy-devel noarch 3.13.1-268.el7_9.2 updates 1.7 M #12 10.20 systemd-devel x86_64 219-78.el7_9.3 updates 216 k #12 10.20 which x86_64 2.20-7.el7 base 41 k #12 10.20 Installing for dependencies: #12 10.20 audit-libs-python x86_64 2.8.5-4.el7 base 76 k #12 10.20 autoconf noarch 2.69-11.el7 base 701 k #12 10.20 automake noarch 1.13.4-3.el7 base 679 k #12 10.20 btrfs-progs x86_64 4.9.1-1.el7 base 678 k #12 10.20 checkpolicy x86_64 2.5-8.el7 base 295 k #12 10.20 cpp x86_64 4.8.5-44.el7 base 5.9 M #12 10.20 e2fsprogs-libs x86_64 1.42.9-19.el7 base 168 k #12 10.20 fipscheck x86_64 1.4.1-6.el7 base 21 k #12 10.20 fipscheck-lib x86_64 1.4.1-6.el7 base 11 k #12 10.20 glibc-devel x86_64 2.17-324.el7_9 updates 1.1 M #12 10.20 glibc-headers x86_64 2.17-324.el7_9 updates 691 k #12 10.20 kernel-headers x86_64 3.10.0-1160.42.2.el7 updates 9.0 M #12 10.20 less x86_64 458-9.el7 base 120 k #12 10.20 libarchive x86_64 3.1.2-14.el7_7 base 319 k #12 10.20 libcgroup x86_64 0.41-21.el7 base 66 k #12 10.20 libedit x86_64 3.0-12.20121213cvs.el7 base 92 k #12 10.20 libgomp x86_64 4.8.5-44.el7 base 159 k #12 10.20 libmpc x86_64 1.0.1-3.el7 base 51 k #12 10.20 libseccomp x86_64 2.3.1-4.el7 base 56 k #12 10.20 libselinux-python x86_64 2.5-15.el7 base 236 k #12 10.20 libselinux-utils x86_64 2.5-15.el7 base 151 k #12 10.20 libsemanage-python x86_64 2.5-14.el7 base 113 k #12 10.20 libsepol-devel x86_64 2.5-10.el7 base 77 k #12 10.20 libtool-ltdl x86_64 2.4.2-22.el7_3 base 49 k #12 10.20 lzo x86_64 2.06-8.el7 base 59 k #12 10.20 m4 x86_64 1.4.16-10.el7 base 256 k #12 10.20 mpfr x86_64 3.1.1-4.el7 base 203 k #12 10.20 openssh x86_64 7.4p1-21.el7 base 510 k #12 10.20 openssh-clients x86_64 7.4p1-21.el7 base 655 k #12 10.20 pcre-devel x86_64 8.32-17.el7 base 480 k #12 10.20 perl-Data-Dumper x86_64 2.145-3.el7 base 47 k #12 10.20 perl-Error noarch 1:0.17020-2.el7 base 32 k #12 10.20 perl-Git noarch 1.8.3.1-23.el7_8 base 56 k #12 10.20 perl-TermReadKey x86_64 2.30-20.el7 base 31 k #12 10.20 perl-Test-Harness noarch 3.28-3.el7 base 302 k #12 10.20 policycoreutils x86_64 2.5-34.el7 base 917 k #12 10.20 policycoreutils-devel x86_64 2.5-34.el7 base 335 k #12 10.20 policycoreutils-python x86_64 2.5-34.el7 base 457 k #12 10.20 python-IPy noarch 0.75-6.el7 base 32 k #12 10.20 rsync x86_64 3.1.2-10.el7 base 404 k #12 10.20 selinux-policy noarch 3.13.1-268.el7_9.2 updates 498 k #12 10.20 setools-libs x86_64 3.3.8-4.el7 base 620 k #12 10.20 Updating for dependencies: #12 10.20 device-mapper x86_64 7:1.02.170-6.el7_9.5 updates 297 k #12 10.20 device-mapper-libs x86_64 7:1.02.170-6.el7_9.5 updates 325 k #12 10.20 glibc x86_64 2.17-324.el7_9 updates 3.6 M #12 10.20 glibc-common x86_64 2.17-324.el7_9 updates 12 M #12 10.20 systemd x86_64 219-78.el7_9.3 updates 5.1 M #12 10.20 systemd-libs x86_64 219-78.el7_9.3 updates 418 k #12 10.20 #12 10.20 Transaction Summary #12 10.20 ================================================================================ #12 10.20 Install 14 Packages (+42 Dependent packages) #12 10.20 Upgrade ( 6 Dependent packages) #12 10.20 #12 10.20 Total download size: 81 M #12 10.20 Downloading packages: #12 10.20 Delta RPMs disabled because /usr/bin/applydeltarpm not installed. #8 78.07 Setting up python3-debian (0.1.27ubuntu2) ... #8 78.36 Setting up equivs (2.0.9+nmu1) ... #8 78.38 Setting up python3-magic (1:5.25-2ubuntu1.4) ... #8 78.60 Setting up dh-strip-nondeterminism (0.015-1) ... #8 78.62 Setting up libwww-perl (6.15-1) ... #8 78.63 Processing triggers for libc-bin (2.23-0ubuntu11.3) ... #8 78.69 Processing triggers for systemd (229-4ubuntu21.31) ... #8 78.70 Processing triggers for ca-certificates (20210119~16.04.1) ... #8 78.71 Updating certificates in /etc/ssl/certs... #8 80.36 129 added, 0 removed; done. #8 80.36 Running hooks in /etc/ca-certificates/update.d... #8 80.36 done. #8 80.37 Processing triggers for sgml-base (1.26+nmu4ubuntu1) ... #8 DONE 80.9s #10 [stage-1 3/8] COPY common /root/build-deb/debian #10 sha256:d09990e7e9264c3e2aee4d3121661d3eeffa0d7030c27a5d6c22dc98ca0994f3 #10 DONE 0.1s #11 [stage-1 4/8] RUN mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control #11 sha256:954df0e6fd38f180a86b7da68e3f180cdb4a4b933d45afb053d97bfb9d032446 #11 1.594 dh_testdir #11 1.613 dh_testroot #11 1.632 dh_prep #11 1.656 dh_testdir #11 1.673 dh_testroot #11 1.690 dh_install #11 1.721 dh_installdocs #11 1.747 dh_installchangelogs #11 1.857 dh_compress #11 1.894 dh_fixperms #11 1.946 dh_installdeb #11 1.967 dh_gencontrol #11 2.117 dh_md5sums #11 2.145 dh_builddeb #11 2.165 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #11 2.195 #11 2.195 The package has been created. #11 2.195 Attention, the package has been created in the current directory, #11 2.195 not in ".." as indicated by the message above! #11 2.235 Selecting previously unselected package docker-ce-build-deps. #11 2.248 (Reading database ... 20361 files and directories currently installed.) #11 2.250 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #11 2.254 Unpacking docker-ce-build-deps (1.0) ... #11 2.314 Reading package lists... #11 3.635 Building dependency tree... #11 3.830 Reading state information... #11 3.847 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #11 3.882 Starting 2 pkgProblemResolver with broken count: 0 #11 3.885 Done #11 3.903 Done #11 3.906 Starting pkgProblemResolver with broken count: 0 #11 3.932 Starting 2 pkgProblemResolver with broken count: 0 #11 3.935 Done #11 4.029 The following additional packages will be installed: #11 4.029 bash-completion btrfs-tools cmake cmake-data dh-apparmor dh-systemd #11 4.030 libarchive13 libcurl3 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp1 #11 4.030 libltdl-dev libltdl7 liblzo2-2 libpcre16-3 libpcre3-dev libpcre32-3 #11 4.030 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev #11 4.031 libtool libudev-dev pkg-config #11 4.032 Suggested packages: #11 4.032 codeblocks eclipse ninja-build apparmor-easyprof augeas-tools lrzip #11 4.032 libtool-doc seccomp autoconf automaken gfortran | fortran95-compiler gcj-jdk #11 4.033 The following NEW packages will be installed: #11 4.034 bash-completion btrfs-tools cmake cmake-data dh-apparmor dh-systemd #11 4.034 libarchive13 libcurl3 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp1 #11 4.034 libltdl-dev libltdl7 liblzo2-2 libpcre16-3 libpcre3-dev libpcre32-3 #11 4.035 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev #11 4.035 libtool libudev-dev pkg-config make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-486/cli' make -C /home/ubuntu/workspace/docker-ce-packaging_PR-486/engine VERSION=0.0.0-20210212105829-69f9c8c906 binary make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-486/engine' mkdir bundles Makefile:157: The docker client CLI has moved to github.com/docker/cli. For a dev-test cycle involving the CLI, run: DOCKER_CLI_PATH=/host/path/to/cli/binary make shell then change the cli and compile into a binary at the same location. DOCKER_BUILDKIT="1" docker build --build-arg=GO_VERSION --build-arg=CROSS=false -t "docker-dev:19-03" -f "Dockerfile" . #1 [internal] load build definition from Dockerfile #1 sha256:cb9d820f1943209bfdc9b68aa3a9322230383ecfa4831237285080f8e5eb5abb #1 transferring dockerfile: 12.30kB done #1 DONE 0.1s #2 [internal] load .dockerignore #2 sha256:975934250a03164db4c78ef1ff5babab3dfe363f1d234de8426140e891a70823 #2 transferring context: 87B done #2 DONE 0.0s #4 [internal] load metadata for docker.io/library/golang:1.13.15-buster #4 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 #4 ... #5 [auth] library/golang:pull token for registry-1.docker.io #5 sha256:22746c6eb74103c467e239b5e6fe29aff18af1a123bcf7c04a29ca75f4346016 #5 DONE 0.0s #6 [auth] djs55/vpnkit:pull token for registry-1.docker.io #6 sha256:aebe27c0df54029218d5681127c27e3c78fa7c9d8618b770190d085ec1330f9c #6 DONE 0.0s #3 [internal] load metadata for docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e #3 sha256:0744460b99de67bfe9ca7a38d9dbc5e3111067727041ce06d1592e96a89b72ef #3 DONE 0.4s #4 [internal] load metadata for docker.io/library/golang:1.13.15-buster #4 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 #4 DONE 0.3s #7 [base 1/2] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 #7 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be #7 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 #7 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done #7 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.39MB / 50.40MB 0.2s #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.05MB / 10.00MB 0.2s #7 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done #7 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 2.10MB / 7.81MB 0.2s #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 25.17MB / 50.40MB 0.4s #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 5.24MB / 10.00MB 0.4s #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 36.70MB / 50.40MB 0.5s #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.5s #7 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s done #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 47.19MB / 50.40MB 0.6s #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0B / 51.83MB 0.6s #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 0.7s #7 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.7s done #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.19MB / 51.83MB 0.7s #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 0.7s #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 13.22MB / 51.83MB 0.9s #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 9.44MB / 68.67MB 0.9s #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 19.92MB / 51.83MB 1.0s #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 29.36MB / 51.83MB 1.1s #7 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.2s done #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 36.70MB / 51.83MB 1.2s #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 18.87MB / 68.67MB 1.2s #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 1.2s #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 40.89MB / 51.83MB 1.4s #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 49.28MB / 51.83MB 1.5s #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 29.36MB / 68.67MB 1.5s #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 7.57MB / 120.17MB 1.5s #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 47.19MB / 68.67MB 1.7s #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 16.78MB / 120.17MB 1.7s #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 53.48MB / 68.67MB 1.8s #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 59.77MB / 68.67MB 1.9s #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 26.92MB / 120.17MB 1.9s #7 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.0s done #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.0s #7 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 2.0s #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 39.39MB / 120.17MB 2.1s #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 53.96MB / 120.17MB 2.3s #7 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.3s #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 60.96MB / 120.17MB 2.4s #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 70.25MB / 120.17MB 2.5s #7 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.6s done #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 82.84MB / 120.17MB 2.6s #7 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.6s done #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 103.10MB / 120.17MB 2.8s #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 110.10MB / 120.17MB 2.9s #7 ... #19 [internal] load build context #19 sha256:cad1f69f4f4b3405615d0f9f00c74b8ce0e0a8c22398ffda94b01b37d79570f6 #19 transferring context: 51.19MB 2.9s done #19 DONE 3.1s #7 [base 1/2] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 #7 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be #7 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 3.1s #7 ... #65 [vpnkit 1/1] FROM docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e #65 sha256:ad8fabe0650487c46a88d1017e30ca52e526b9a24ddddd97b9a4dbdace8413cd #65 resolve docker.io/djs55/vpnkit@sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 0.0s done #65 sha256:e508a17cfacc8fd39261d5b4e397df2b953690da577e2c987a47630cd0c42f8e 528B / 528B done #65 sha256:e49efe6f0050ab6b0671a0594b0012d1a45d2be687543e92ff247426a55efdb4 1.20kB / 1.20kB done #65 sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 9.11MB / 9.11MB 3.1s done #65 extracting sha256:bad55c542dc9f78e0d821521947cd75f74cb757f42f8b7dac8b852040f43737c 0.7s done #65 DONE 4.1s #7 [base 1/2] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 #7 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be #11 6.362 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. #11 6.362 1 not fully installed or removed. #11 6.362 Need to get 7082 kB of archives. #11 6.362 After this operation, 36.7 MB of additional disk space will be used. #11 6.362 Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 bash-completion all 1:2.1-4.2ubuntu1.1 [152 kB] #11 6.707 Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] #11 6.725 Get:3 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 btrfs-tools amd64 4.4-1ubuntu1.1 [521 kB] #11 6.877 Get:4 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake-data all 3.5.1-1ubuntu3 [1121 kB] #11 6.990 Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive13 amd64 3.1.2-11ubuntu0.16.04.8 [262 kB] #11 7.006 Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3 amd64 7.47.0-1ubuntu2.19 [192 kB] #11 7.016 Get:7 http://archive.ubuntu.com/ubuntu xenial/main amd64 libjsoncpp1 amd64 1.7.2-1 [73.0 kB] #11 7.019 Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake amd64 3.5.1-1ubuntu3 [2623 kB] #11 7.138 Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 dh-apparmor all 2.10.95-0ubuntu2.11 [9788 B] #11 7.140 Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 dh-systemd all 1.29ubuntu4 [18.0 kB] #11 7.141 Get:11 http://archive.ubuntu.com/ubuntu xenial/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.110-1ubuntu10 [12.2 kB] #11 7.142 Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libudev-dev amd64 229-4ubuntu21.31 [150 kB] #11 7.150 Get:13 http://archive.ubuntu.com/ubuntu xenial/main amd64 libsepol1-dev amd64 2.4-2 [249 kB] #11 7.163 Get:14 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcre16-3 amd64 2:8.38-3.1 [144 kB] #11 7.169 Get:15 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcre32-3 amd64 2:8.38-3.1 [136 kB] #11 7.175 Get:16 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcrecpp0v5 amd64 2:8.38-3.1 [15.2 kB] #11 7.176 Get:17 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpcre3-dev amd64 2:8.38-3.1 [525 kB] #11 7.212 Get:18 http://archive.ubuntu.com/ubuntu xenial/main amd64 libselinux1-dev amd64 2.4-3build2 [122 kB] #11 7.286 Get:19 http://archive.ubuntu.com/ubuntu xenial/main amd64 libdevmapper-dev amd64 2:1.02.110-1ubuntu10 [29.6 kB] #11 7.296 Get:20 http://archive.ubuntu.com/ubuntu xenial/main amd64 libltdl7 amd64 2.4.6-0.1 [38.3 kB] #11 7.296 Get:21 http://archive.ubuntu.com/ubuntu xenial/main amd64 libltdl-dev amd64 2.4.6-0.1 [162 kB] #11 7.296 Get:22 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1~16.04.1 [81.7 kB] #11 7.296 Get:23 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsystemd-dev amd64 229-4ubuntu21.31 [159 kB] #11 7.299 Get:24 http://archive.ubuntu.com/ubuntu xenial/main amd64 libtool all 2.4.6-0.1 [193 kB] #11 7.301 Get:25 http://archive.ubuntu.com/ubuntu xenial/main amd64 pkg-config amd64 0.29.1-0ubuntu1 [45.0 kB] #11 7.500 debconf: delaying package configuration, since apt-utils is not installed #11 7.535 Fetched 7082 kB in 3s (2212 kB/s) #7 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 3.7s done #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 #11 7.598 Selecting previously unselected package bash-completion. #11 7.598 (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 ... 20365 files and directories currently installed.) #11 7.609 Preparing to unpack .../bash-completion_1%3a2.1-4.2ubuntu1.1_all.deb ... #7 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.3s done #11 7.954 Unpacking bash-completion (1:2.1-4.2ubuntu1.1) ... #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.1s #11 7.988 Replaced by files in installed package apt (1.2.35) ... #11 8.102 Selecting previously unselected package liblzo2-2:amd64. #11 8.102 Preparing to unpack .../liblzo2-2_2.08-1.2_amd64.deb ... #11 8.106 Unpacking liblzo2-2:amd64 (2.08-1.2) ... #11 8.158 Selecting previously unselected package btrfs-tools. #11 8.160 Preparing to unpack .../btrfs-tools_4.4-1ubuntu1.1_amd64.deb ... #11 8.169 Unpacking btrfs-tools (4.4-1ubuntu1.1) ... #7 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.2s done #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab #11 8.286 Selecting previously unselected package cmake-data. #11 8.288 Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ... #11 8.295 Unpacking cmake-data (3.5.1-1ubuntu3) ... #11 8.699 Selecting previously unselected package libarchive13:amd64. #11 8.699 Preparing to unpack .../libarchive13_3.1.2-11ubuntu0.16.04.8_amd64.deb ... #11 8.708 Unpacking libarchive13:amd64 (3.1.2-11ubuntu0.16.04.8) ... #11 8.784 Selecting previously unselected package libcurl3:amd64. #11 8.787 Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.19_amd64.deb ... #11 8.792 Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.19) ... #11 8.855 Selecting previously unselected package libjsoncpp1:amd64. #11 8.859 Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ... #11 8.863 Unpacking libjsoncpp1:amd64 (1.7.2-1) ... #11 8.920 Selecting previously unselected package cmake. #11 8.924 Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ... #11 8.942 Unpacking cmake (3.5.1-1ubuntu3) ... #11 9.370 Selecting previously unselected package dh-apparmor. #11 9.372 Preparing to unpack .../dh-apparmor_2.10.95-0ubuntu2.11_all.deb ... #11 9.377 Unpacking dh-apparmor (2.10.95-0ubuntu2.11) ... #11 9.430 Selecting previously unselected package dh-systemd. #11 9.430 Preparing to unpack .../dh-systemd_1.29ubuntu4_all.deb ... #11 9.435 Unpacking dh-systemd (1.29ubuntu4) ... #11 9.486 Selecting previously unselected package libdevmapper-event1.02.1:amd64. #11 9.490 Preparing to unpack .../libdevmapper-event1.02.1_2%3a1.02.110-1ubuntu10_amd64.deb ... #11 9.495 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.110-1ubuntu10) ... #11 9.551 Selecting previously unselected package libudev-dev:amd64. #11 9.555 Preparing to unpack .../libudev-dev_229-4ubuntu21.31_amd64.deb ... #11 9.564 Unpacking libudev-dev:amd64 (229-4ubuntu21.31) ... #11 9.642 Selecting previously unselected package libsepol1-dev:amd64. #11 9.654 Preparing to unpack .../libsepol1-dev_2.4-2_amd64.deb ... #11 9.660 Unpacking libsepol1-dev:amd64 (2.4-2) ... #11 9.749 Selecting previously unselected package libpcre16-3:amd64. #11 9.750 Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ... #11 9.759 Unpacking libpcre16-3:amd64 (2:8.38-3.1) ... #11 9.824 Selecting previously unselected package libpcre32-3:amd64. #11 9.826 Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ... #11 9.833 Unpacking libpcre32-3:amd64 (2:8.38-3.1) ... #11 9.898 Selecting previously unselected package libpcrecpp0v5:amd64. #11 9.898 Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ... #11 9.902 Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ... #11 10.04 Selecting previously unselected package libpcre3-dev:amd64. #11 10.04 Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ... #11 10.05 Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ... #11 10.19 Selecting previously unselected package libselinux1-dev:amd64. #11 10.19 Preparing to unpack .../libselinux1-dev_2.4-3build2_amd64.deb ... #11 10.19 Unpacking libselinux1-dev:amd64 (2.4-3build2) ... #11 10.35 Selecting previously unselected package libdevmapper-dev:amd64. #11 10.35 Preparing to unpack .../libdevmapper-dev_2%3a1.02.110-1ubuntu10_amd64.deb ... #11 10.36 Unpacking libdevmapper-dev:amd64 (2:1.02.110-1ubuntu10) ... #11 10.41 Selecting previously unselected package libltdl7:amd64. #11 10.41 Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ... #11 10.42 Unpacking libltdl7:amd64 (2.4.6-0.1) ... #11 10.46 Selecting previously unselected package libltdl-dev:amd64. #11 10.46 Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ... #11 10.47 Unpacking libltdl-dev:amd64 (2.4.6-0.1) ... #11 10.54 Selecting previously unselected package libseccomp-dev:amd64. #11 10.54 Preparing to unpack .../libseccomp-dev_2.5.1-1ubuntu1~16.04.1_amd64.deb ... #11 10.55 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1~16.04.1) ... #11 10.60 Selecting previously unselected package libsystemd-dev:amd64. #11 10.61 Preparing to unpack .../libsystemd-dev_229-4ubuntu21.31_amd64.deb ... #11 10.62 Unpacking libsystemd-dev:amd64 (229-4ubuntu21.31) ... #11 10.72 Selecting previously unselected package libtool. #11 10.72 Preparing to unpack .../libtool_2.4.6-0.1_all.deb ... #11 10.73 Unpacking libtool (2.4.6-0.1) ... #11 10.79 Selecting previously unselected package pkg-config. #11 10.80 Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ... #11 10.80 Unpacking pkg-config (0.29.1-0ubuntu1) ... #7 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 2.1s done #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 #11 10.83 Processing triggers for man-db (2.7.5-1) ... #7 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 2.1s done #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e #11 13.03 Processing triggers for libc-bin (2.23-0ubuntu11.3) ... #11 13.13 Setting up bash-completion (1:2.1-4.2ubuntu1.1) ... #11 13.58 Setting up liblzo2-2:amd64 (2.08-1.2) ... #11 13.61 Setting up btrfs-tools (4.4-1ubuntu1.1) ... #11 13.62 Setting up cmake-data (3.5.1-1ubuntu3) ... #11 13.65 Setting up libarchive13:amd64 (3.1.2-11ubuntu0.16.04.8) ... #11 13.66 Setting up libcurl3:amd64 (7.47.0-1ubuntu2.19) ... #11 13.68 Setting up libjsoncpp1:amd64 (1.7.2-1) ... #11 13.69 Setting up cmake (3.5.1-1ubuntu3) ... #11 13.72 Setting up dh-apparmor (2.10.95-0ubuntu2.11) ... #11 13.74 Setting up dh-systemd (1.29ubuntu4) ... #11 13.75 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.110-1ubuntu10) ... #11 13.76 Setting up libudev-dev:amd64 (229-4ubuntu21.31) ... #11 13.78 Setting up libsepol1-dev:amd64 (2.4-2) ... #11 13.80 Setting up libpcre16-3:amd64 (2:8.38-3.1) ... #11 13.81 Setting up libpcre32-3:amd64 (2:8.38-3.1) ... #11 13.82 Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ... #11 13.84 Setting up libpcre3-dev:amd64 (2:8.38-3.1) ... #11 13.85 Setting up libselinux1-dev:amd64 (2.4-3build2) ... #11 13.86 Setting up libdevmapper-dev:amd64 (2:1.02.110-1ubuntu10) ... #11 13.89 Setting up libltdl7:amd64 (2.4.6-0.1) ... #11 13.91 Setting up libltdl-dev:amd64 (2.4.6-0.1) ... #11 13.92 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1~16.04.1) ... #11 13.94 Setting up libsystemd-dev:amd64 (229-4ubuntu21.31) ... #11 13.95 Setting up libtool (2.4.6-0.1) ... #11 13.96 Setting up pkg-config (0.29.1-0ubuntu1) ... #11 14.01 Setting up docker-ce-build-deps (1.0) ... #11 14.02 Processing triggers for libc-bin (2.23-0ubuntu11.3) ... #11 DONE 15.0s #12 [stage-1 5/8] COPY sources/ /sources #12 sha256:a11cb58e1e7f4e986251810d059b076d25873c844f8f6dae071ddae3b491e43f #12 DONE 0.2s #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go #14 sha256:4bc7194e49cc549f2201e731a4c9d89a5664e235c50673ba9559398453a2d07a #7 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 4.1s done #7 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done #7 DONE 15.2s #8 [base 2/2] RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list #8 sha256:38281f9c03dcb1036c9ca5f64d78dab76b3aa16c072942e132c98f4a023f0d7c #14 DONE 3.7s #15 [stage-1 7/8] WORKDIR /root/build-deb #15 sha256:18221b6be4ff749520c1b2f5ef1dbc4829adc0f9cf92c5f9356e62bb269dd8b8 #15 DONE 0.0s #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb #16 sha256:eaed96250e9e95017fa5c55cd2271eb247318b455c78a7dc1d2f4cbeb7b7a850 #16 DONE 0.1s #17 exporting to image #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 #17 exporting layers #8 DONE 2.2s #40 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf && rm -rf /var/lib/apt/lists/* #40 sha256:3f7b85ab12099229b3829834733866f1c15f585551f1fed4ed8a38bccb73f35e #40 ... #20 [proxy 1/3] COPY hack/dockerfile/install/install.sh ./install.sh #20 sha256:1e53072306ac920389401c6e0a21bb40e3ccbbfae4ee300084ae2e226b7aff11 #20 DONE 0.3s #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ #30 sha256:be5f6ad5a53937cba75f4eca08aee7d0a4b383227e23e43086bae0099de22189 #30 ... #21 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ #21 sha256:44db1f5d5d1b5b7a369e1b24b89b06d12b171a8289ed2b17033b180e6c3a9a64 #21 DONE 0.1s #46 [gotestsum 2/3] COPY hack/dockerfile/install/gotestsum.installer ./ #46 sha256:ea507d2a37d69864f6c53d23107f3b41e131c071de5274d6a7fd91d3dc56c335 #46 DONE 0.3s #30 [tomlv 2/3] COPY hack/dockerfile/install/tomlv.installer ./ #30 sha256:be5f6ad5a53937cba75f4eca08aee7d0a4b383227e23e43086bae0099de22189 #30 DONE 0.4s #43 [vndr 2/3] COPY hack/dockerfile/install/vndr.installer ./ #43 sha256:030133295830b6f07eae33abb4b34b427cf055ab1964f6f5fe89972cbc63599a #43 DONE 0.4s #61 [rootlesskit 2/4] COPY hack/dockerfile/install/rootlesskit.installer ./ #61 sha256:c6799e76a9cd78f65712f3df46de5762211e406c1fd126940042a687451f5992 #61 DONE 0.4s #62 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #62 sha256:34c087694a3ef2f2135c289c427e1ca0699b8dcea9fc86f324f3d517ade42cdf #62 ... #49 [gometalinter 2/3] COPY hack/dockerfile/install/gometalinter.installer ./ #49 sha256:064c128116050455b5c115571422fd91f32dddb8ba9c75ea2f9ced7445c3b0e0 #49 DONE 0.6s #67 [proxy 2/3] COPY hack/dockerfile/install/proxy.installer ./ #67 sha256:8422ee5acf0b8824c10301b14fd7d29a4742b19c4c93fce97690838c597712f5 #67 DONE 0.6s #68 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy #68 sha256:c3336bd24cd8d4452e9c7cdc04ddb75bcdba4f5da40d78a277dae67c3692a9d5 #68 ... #40 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf && rm -rf /var/lib/apt/lists/* #40 sha256:3f7b85ab12099229b3829834733866f1c15f585551f1fed4ed8a38bccb73f35e #40 4.871 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] #40 4.951 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] #40 4.951 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] #40 5.340 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [303 kB] #40 5.933 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] #40 6.832 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] #17 exporting layers 8.5s done #17 writing image sha256:fe5b035e1418ec9c7f413421ddbfc05635abcef64037b369b0f51908d596984f done #17 naming to docker.io/debbuild-ubuntu-xenial/x86_64 done #17 DONE 8.5s docker run --rm -i -e EPOCH='5' -e DEB_VERSION=0.0.0-20210129131206-eeec7e566a -e VERSION=0.0.0-20210129131206-eeec7e566a -e DOCKER_GITCOMMIT=eeec7e566a -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/deb/debbuild/ubuntu-xenial:/build debbuild-ubuntu-xenial/x86_64 + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz #40 ... #56 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev && rm -rf /var/lib/apt/lists/* #56 sha256:970900276b1f43f81eb8748ed30bff859dca9d86664e4e01670ac0677e31ae2a #56 6.041 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] #56 6.081 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] #56 6.081 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] #56 6.493 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [303 kB] #56 7.605 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] #56 9.717 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] #56 ... #9 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* #9 sha256:8e6b7970bcd19bd3a0d6edaea2af7694f2904517045d90af2cb006429465eea8 #9 7.202 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] #9 7.204 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] #9 7.204 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] #9 8.129 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [303 kB] #9 9.640 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0-20210129131206-eeec7e566a ]] + echo VERSION AAA 0.0.0-20210129131206-eeec7e566a VERSION AAA 0.0.0-20210129131206-eeec7e566a + VERSION=0.0.0-20210129131206-eeec7e566a + echo VERSION bbb 0.0.0-20210129131206-eeec7e566a VERSION bbb 0.0.0-20210129131206-eeec7e566a ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Thu, 16 Sep 2021 16:37:10 +0000' + cat + export DOCKER_GITCOMMIT=eeec7e566a + DOCKER_GITCOMMIT=eeec7e566a + echo VERSION BBB 0.0.0-20210129131206-eeec7e566a VERSION BBB 0.0.0-20210129131206-eeec7e566a + dpkg-buildpackage -uc -us -I.git dpkg-buildpackage: source package docker-ce dpkg-buildpackage: source version 5:0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial dpkg-buildpackage: source distribution xenial dpkg-buildpackage: source changed by Docker #9 ... #28 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/kolyshkin/go-swagger.git "/go/src/github.com/go-swagger/go-swagger" && (cd "/go/src/github.com/go-swagger/go-swagger" && git checkout -q "5793aa66d4b4112c2602c716516e24710e4adbb5") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "/go" #28 sha256:064697f466d638d934b658bfacf9e1a62c21548216772e16d3ea4c26480eddf5 #28 3.948 + mktemp -d #28 3.948 + export GOPATH=/tmp/tmp.3zaNINimLY #28 3.949 + git clone https://github.com/kolyshkin/go-swagger.git /tmp/tmp.3zaNINimLY/src/github.com/go-swagger/go-swagger #28 3.954 Cloning into '/tmp/tmp.3zaNINimLY/src/github.com/go-swagger/go-swagger'... #28 ... #22 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli #22 sha256:383d312acb817b4aa13517da708e214b1c740d8c255b19f219f2cc920f89952d #22 6.605 + RM_GOPATH=0 #22 6.605 + TMP_GOPATH= #22 6.605 + : /build #22 6.605 + '[' -z '' ']' #22 6.609 ++ mktemp -d #22 6.610 + export GOPATH=/tmp/tmp.ceH4TU9aIE #22 6.610 + GOPATH=/tmp/tmp.ceH4TU9aIE #22 6.610 + RM_GOPATH=1 #22 6.611 ++ dirname ./install.sh #22 6.617 + dir=. #22 6.618 + bin=dockercli #22 6.618 + shift #22 6.618 + '[' '!' -f ./dockercli.installer ']' #22 6.619 + . ./dockercli.installer #22 6.619 ++ : stable #22 6.620 ++ : 17.06.2-ce #22 6.620 + install_dockercli #22 6.620 + echo 'Install docker/cli version 17.06.2-ce from stable' #22 6.620 Install docker/cli version 17.06.2-ce from stable #22 6.632 ++ uname -m #22 6.632 + arch=x86_64 #22 6.632 + '[' x86_64 '!=' x86_64 ']' #22 6.632 + url=https://download.docker.com/linux/static #22 6.632 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz #22 6.632 + tar -xz docker/docker dpkg-source -I.git --before-build build-deb dpkg-buildpackage: host architecture amd64 debian/rules clean dh clean --with=bash-completion --with=systemd #22 ... #38 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "/go/src/github.com/docker/distribution" && (cd "/go/src/github.com/docker/distribution" && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827") && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "/go/src/github.com/docker/distribution" && git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"); GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "/go" #38 sha256:4762438322ce0eb1b7b3091201d5b329ab57de8e2faa58f35105e720fa7112e1 #38 4.300 + mktemp -d #38 4.303 + export GOPATH=/tmp/tmp.khiyBaxSAo #38 4.303 + git clone https://github.com/docker/distribution.git /tmp/tmp.khiyBaxSAo/src/github.com/docker/distribution #38 4.322 Cloning into '/tmp/tmp.khiyBaxSAo/src/github.com/docker/distribution'... #38 ... #44 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #44 sha256:34178fa75bece4990d458bcfbb6be06addb001c15ec81ebcddf937effed1bc2c #44 7.253 + RM_GOPATH=0 #44 7.254 + TMP_GOPATH= #44 7.254 + : /build #44 7.254 + '[' -z '' ']' #44 7.255 ++ mktemp -d #44 7.261 + export GOPATH=/tmp/tmp.badT3KY6Lj #44 7.262 + GOPATH=/tmp/tmp.badT3KY6Lj #44 7.262 + RM_GOPATH=1 #44 7.262 ++ dirname ./install.sh #44 7.268 + dir=. #44 7.271 + bin=vndr #44 7.271 + shift #44 7.271 + '[' '!' -f ./vndr.installer ']' #44 7.274 + . ./vndr.installer #44 7.274 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 #44 7.274 + install_vndr #44 7.277 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' #44 7.277 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.badT3KY6Lj/src/github.com/LK4D4/vndr #44 7.277 Cloning into '/tmp/tmp.badT3KY6Lj/src/github.com/LK4D4/vndr'... #44 7.277 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 #44 8.075 + cd /tmp/tmp.badT3KY6Lj/src/github.com/LK4D4/vndr #44 8.092 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 #44 8.121 + go build -buildmode=pie -v -o /build/vndr . #44 9.402 runtime/internal/atomic #44 9.454 internal/cpu #44 9.691 runtime/internal/sys #44 9.890 runtime/internal/math #44 10.04 internal/race #44 10.12 internal/bytealg #44 10.12 sync/atomic dh_testdir dh_auto_clean dh_clean dpkg-source -I.git -b build-deb #44 ... #47 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum #47 sha256:b43f6bef6f2db11807047a9635abbe5bc41c35340bf287eab2dacf9967a1380b #47 6.956 + RM_GOPATH=0 #47 6.956 + TMP_GOPATH= #47 6.956 + : /build #47 6.956 + '[' -z '' ']' #47 6.961 ++ mktemp -d #47 6.963 + export GOPATH=/tmp/tmp.qtLOdqSfr1 #47 6.963 + GOPATH=/tmp/tmp.qtLOdqSfr1 #47 6.963 + RM_GOPATH=1 #47 6.964 ++ dirname ./install.sh #47 6.965 + dir=. #47 6.965 + bin=gotestsum #47 6.965 + shift #47 6.965 + '[' '!' -f ./gotestsum.installer ']' #47 6.965 + . ./gotestsum.installer #47 6.965 ++ : v0.3.5 #47 6.965 + install_gotestsum #47 6.967 + set -e #47 6.967 + export GO111MODULE=on #47 6.967 + GO111MODULE=on #47 6.967 + go get -d gotest.tools/gotestsum@v0.3.5 #47 7.095 go: finding gotest.tools v0.3.5 #47 7.095 go: finding gotest.tools/gotestsum v0.3.5 #47 7.981 go: downloading gotest.tools/gotestsum v0.3.5 #47 8.438 go: extracting gotest.tools/gotestsum v0.3.5 #47 10.10 go: downloading gotest.tools v2.1.0+incompatible #47 10.19 go: extracting gotest.tools v2.1.0+incompatible #47 10.31 go: downloading github.com/pkg/errors v0.8.0 #47 ... #31 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #31 sha256:c0c94dca8bd3fe58c97c61f88742d79b4487506e9fef03054eb3e984da11f25c #31 6.005 + RM_GOPATH=0 #31 6.005 + TMP_GOPATH= #31 6.005 + : /build #31 6.005 + '[' -z '' ']' #31 6.005 ++ mktemp -d #31 6.006 + export GOPATH=/tmp/tmp.pUp4slOL0h #31 6.006 + GOPATH=/tmp/tmp.pUp4slOL0h #31 6.006 + RM_GOPATH=1 #31 6.009 ++ dirname ./install.sh #31 6.028 + dir=. #31 6.028 + bin=tomlv #31 6.028 + shift #31 6.028 + '[' '!' -f ./tomlv.installer ']' #31 6.028 + . ./tomlv.installer #31 6.028 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 #31 6.028 + install_tomlv #31 6.028 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' #31 6.028 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.pUp4slOL0h/src/github.com/BurntSushi/toml #31 6.028 Cloning into '/tmp/tmp.pUp4slOL0h/src/github.com/BurntSushi/toml'... #31 6.028 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 #31 7.035 + cd /tmp/tmp.pUp4slOL0h/src/github.com/BurntSushi/toml #31 7.035 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 #31 7.187 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv #31 7.900 runtime/internal/atomic #31 7.908 internal/cpu #31 8.117 runtime/internal/sys #31 8.370 runtime/internal/math #31 8.408 math/bits #31 8.600 internal/bytealg #31 8.954 math #31 9.402 runtime dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0-20210129131206-eeec7e566a-0~ubuntu' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial.tar.gz #31 ... #50 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter #50 sha256:10af3c40b4e83f7b385173c97b2b4a3e589b4ad6875ec29a0fe30de67a898b4e #50 6.888 + RM_GOPATH=0 #50 6.888 + TMP_GOPATH= #50 6.888 + : /build #50 6.888 + '[' -z '' ']' #50 6.888 ++ mktemp -d #50 6.888 + export GOPATH=/tmp/tmp.yKcMwDFppT #50 6.888 + GOPATH=/tmp/tmp.yKcMwDFppT #50 6.888 + RM_GOPATH=1 #50 6.890 ++ dirname ./install.sh #50 6.893 + dir=. #50 6.906 + bin=gometalinter #50 6.906 + shift #50 6.906 + '[' '!' -f ./gometalinter.installer ']' #50 6.906 + . ./gometalinter.installer #50 6.906 ++ GOMETALINTER_COMMIT=v2.0.6 #50 6.906 + install_gometalinter #50 6.906 + echo 'Installing gometalinter version v2.0.6' #50 6.906 + go get -d github.com/alecthomas/gometalinter #50 6.907 Installing gometalinter version v2.0.6 #50 ... #24 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* #24 sha256:cc1bc97b8acf27188a8945823079d2b7d581592facbe2e0e1fd71d98dab672d2 #24 4.038 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] #24 4.045 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] #24 4.045 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] #24 4.240 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [303 kB] #24 4.930 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] #24 5.726 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] #24 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* #33 sha256:f14815db2b5847526f35f09b361cde51bc68016af5030b1db97f2d8d84675f6a #33 7.125 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] #33 7.133 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] #33 7.133 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] #33 8.029 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [303 kB] #33 9.490 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] #33 11.61 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] #33 ... #47 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum #47 sha256:b43f6bef6f2db11807047a9635abbe5bc41c35340bf287eab2dacf9967a1380b #47 10.62 go: downloading github.com/fatih/color v1.6.0 #47 10.62 go: downloading github.com/sirupsen/logrus v1.0.5 #47 10.62 go: downloading github.com/spf13/pflag v1.0.1 #47 10.62 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f #47 10.63 go: downloading github.com/jonboulle/clockwork v0.1.0 #47 10.90 go: extracting github.com/jonboulle/clockwork v0.1.0 #47 10.93 go: extracting github.com/fatih/color v1.6.0 #47 11.06 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f #47 11.07 go: extracting github.com/sirupsen/logrus v1.0.5 #47 11.11 go: downloading github.com/mattn/go-isatty v0.0.3 #47 11.11 go: downloading github.com/mattn/go-colorable v0.0.9 #47 11.11 go: extracting github.com/pkg/errors v0.8.0 #47 11.13 go: extracting github.com/spf13/pflag v1.0.1 #47 11.16 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc #47 11.22 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e #47 11.22 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 #47 11.24 go: extracting github.com/mattn/go-colorable v0.0.9 #47 11.33 go: extracting github.com/mattn/go-isatty v0.0.3 #47 13.67 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 #47 14.03 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc #47 ... #22 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli #22 sha256:383d312acb817b4aa13517da708e214b1c740d8c255b19f219f2cc920f89952d #22 14.60 + mkdir -p /build #22 14.60 + mv docker/docker /build/ #22 14.64 + rmdir docker #22 DONE 15.3s #47 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum #47 sha256:b43f6bef6f2db11807047a9635abbe5bc41c35340bf287eab2dacf9967a1380b #47 15.15 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e #47 ... #24 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* #24 sha256:cc1bc97b8acf27188a8945823079d2b7d581592facbe2e0e1fd71d98dab672d2 #24 16.11 Fetched 8465 kB in 12s (689 kB/s) #24 16.11 Reading package lists... #24 ... #62 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #62 sha256:34c087694a3ef2f2135c289c427e1ca0699b8dcea9fc86f324f3d517ade42cdf #62 7.070 + RM_GOPATH=0 #62 7.070 + TMP_GOPATH= #62 7.070 + : /build/ #62 7.070 + '[' -z '' ']' #62 7.070 ++ mktemp -d #62 7.085 + export GOPATH=/tmp/tmp.R5x1ocdVRA #62 7.085 + GOPATH=/tmp/tmp.R5x1ocdVRA #62 7.085 + RM_GOPATH=1 #62 7.085 ++ dirname ./install.sh #62 7.085 + dir=. #62 7.102 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d #62 7.102 + bin=rootlesskit #62 7.102 + shift #62 7.102 + '[' '!' -f ./rootlesskit.installer ']' #62 7.102 + . ./rootlesskit.installer #62 7.102 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d #62 7.102 + install_rootlesskit #62 7.102 + case "$1" in #62 7.102 + export CGO_ENABLED=0 #62 7.102 + CGO_ENABLED=0 #62 7.102 + _install_rootlesskit #62 7.102 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' #62 7.102 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.R5x1ocdVRA/src/github.com/rootless-containers/rootlesskit #62 7.102 Cloning into '/tmp/tmp.R5x1ocdVRA/src/github.com/rootless-containers/rootlesskit'... #62 12.28 + cd /tmp/tmp.R5x1ocdVRA/src/github.com/rootless-containers/rootlesskit #62 12.28 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d #62 13.09 + for f in rootlesskit rootlesskit-docker-proxy #62 13.09 + go build -ldflags= -o /build//rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit #62 ... #47 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum #47 sha256:b43f6bef6f2db11807047a9635abbe5bc41c35340bf287eab2dacf9967a1380b #47 17.17 + go build -buildmode=pie -o /build/gotestsum gotest.tools/gotestsum #47 ... #68 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy #68 sha256:c3336bd24cd8d4452e9c7cdc04ddb75bcdba4f5da40d78a277dae67c3692a9d5 #68 7.208 + RM_GOPATH=0 #68 7.208 + TMP_GOPATH= #68 7.208 + : /build #68 7.208 + '[' -z '' ']' #68 7.209 ++ mktemp -d #68 7.223 + export GOPATH=/tmp/tmp.mmlDFYk7kM #68 7.223 + GOPATH=/tmp/tmp.mmlDFYk7kM #68 7.224 + RM_GOPATH=1 #68 7.224 ++ dirname ./install.sh #68 7.228 + dir=. #68 7.229 + bin=proxy #68 7.229 + shift #68 7.229 + '[' '!' -f ./proxy.installer ']' #68 7.229 + . ./proxy.installer #68 7.230 ++ : 55e924b8a84231a065879156c0de95aefc5f5435 #68 7.230 + install_proxy #68 7.230 + case "$1" in #68 7.230 + export CGO_ENABLED=0 #68 7.230 + CGO_ENABLED=0 #68 7.231 + _install_proxy #68 7.231 + echo 'Install docker-proxy version 55e924b8a84231a065879156c0de95aefc5f5435' #68 7.231 Install docker-proxy version 55e924b8a84231a065879156c0de95aefc5f5435 #68 7.231 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.mmlDFYk7kM/src/github.com/docker/libnetwork #68 7.233 Cloning into '/tmp/tmp.mmlDFYk7kM/src/github.com/docker/libnetwork'... #68 ... #40 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf && rm -rf /var/lib/apt/lists/* #40 sha256:3f7b85ab12099229b3829834733866f1c15f585551f1fed4ed8a38bccb73f35e #40 18.69 Fetched 8465 kB in 14s (601 kB/s) dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial.dsc debian/rules build dh build --with=bash-completion --with=systemd dh_testdir dh_update_autotools_config dh_auto_configure debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210129131206-eeec7e566a GOOS="" GOARCH="" GOARM="" #40 18.69 Reading package lists... #40 ... #44 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #44 sha256:34178fa75bece4990d458bcfbb6be06addb001c15ec81ebcddf937effed1bc2c #44 10.48 unicode #44 11.11 runtime #44 13.62 unicode/utf8 #44 14.17 math/bits #44 14.95 math #44 19.35 internal/testlog #44 19.97 encoding #44 20.09 unicode/utf16 #44 20.37 container/list #44 ... #38 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "/go/src/github.com/docker/distribution" && (cd "/go/src/github.com/docker/distribution" && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827") && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "/go/src/github.com/docker/distribution" && git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"); GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "/go" #38 sha256:4762438322ce0eb1b7b3091201d5b329ab57de8e2faa58f35105e720fa7112e1 #38 19.75 Checking out files: 63% (1103/1750) Checking out files: 64% (1120/1750) Checking out files: 65% (1138/1750) Checking out files: 66% (1155/1750) Checking out files: 67% (1173/1750) Checking out files: 68% (1190/1750) Checking out files: 69% (1208/1750) Checking out files: 70% (1225/1750) Checking out files: 71% (1243/1750) Checking out files: 72% (1260/1750) Checking out files: 73% (1278/1750) Checking out files: 74% (1295/1750) Checking out files: 75% (1313/1750) Checking out files: 76% (1330/1750) Checking out files: 77% (1348/1750) Checking out files: 78% (1365/1750) Checking out files: 79% (1383/1750) Checking out files: 80% (1400/1750) Checking out files: 81% (1418/1750) Checking out files: 82% (1435/1750) Checking out files: 83% (1453/1750) Checking out files: 84% (1470/1750) Checking out files: 85% (1488/1750) Checking out files: 86% (1505/1750) Checking out files: 87% (1523/1750) Checking out files: 88% (1540/1750) Checking out files: 89% (1558/1750) Checking out files: 90% (1575/1750) Checking out files: 91% (1593/1750) Checking out files: 92% (1610/1750) Checking out files: 93% (1628/1750) Checking out files: 94% (1645/1750) Checking out files: 95% (1663/1750) Checking out files: 96% (1680/1750) Checking out files: 97% (1698/1750) Checking out files: 98% (1715/1750) Checking out files: 99% (1733/1750) Checking out files: 100% (1750/1750) Checking out files: 100% (1750/1750), done. #38 20.54 + cd /tmp/tmp.khiyBaxSAo/src/github.com/docker/distribution #38 20.54 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 #38 ... #9 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* #9 sha256:8e6b7970bcd19bd3a0d6edaea2af7694f2904517045d90af2cb006429465eea8 #9 12.05 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] #9 ... #44 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #44 sha256:34178fa75bece4990d458bcfbb6be06addb001c15ec81ebcddf937effed1bc2c #44 21.01 crypto/internal/subtle #44 21.25 crypto/subtle #44 21.33 vendor/golang.org/x/crypto/cryptobyte/asn1 #44 21.47 internal/nettrace #44 21.68 runtime/cgo #44 ... #31 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #31 sha256:c0c94dca8bd3fe58c97c61f88742d79b4487506e9fef03054eb3e984da11f25c #31 13.62 unicode/utf8 #31 14.04 internal/race #31 14.13 sync/atomic #31 14.74 unicode #31 18.18 internal/testlog #31 18.59 encoding #31 18.72 runtime/cgo #31 ... #47 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum #47 sha256:b43f6bef6f2db11807047a9635abbe5bc41c35340bf287eab2dacf9967a1380b #47 18.25 go: finding gotest.tools v2.2.0+incompatible #47 18.26 go: downloading gotest.tools v2.2.0+incompatible #47 18.30 go: finding gotest.tools/gotestsum v1.7.0 #47 18.35 go: downloading gotest.tools/gotestsum v1.7.0 #47 18.73 go: extracting gotest.tools v2.2.0+incompatible #47 18.73 go: extracting gotest.tools/gotestsum v1.7.0 #47 20.17 go: downloading github.com/pkg/errors v0.9.1 #47 20.18 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 #47 20.19 go: downloading github.com/fsnotify/fsnotify v1.4.9 #47 20.21 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 #47 20.27 go: downloading golang.org/x/tools v0.1.0 #47 20.34 go: extracting github.com/pkg/errors v0.9.1 #47 20.34 go: downloading github.com/fatih/color v1.10.0 #47 20.43 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 #47 20.49 go: downloading github.com/jonboulle/clockwork v0.2.2 #47 20.49 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 #47 20.52 go: downloading github.com/dnephin/pflag v1.0.7 #47 20.52 go: extracting github.com/fsnotify/fsnotify v1.4.9 #47 20.68 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 #47 21.13 go: extracting github.com/jonboulle/clockwork v0.2.2 #47 21.13 go: extracting golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 #47 21.40 go: extracting golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 #47 21.46 go: extracting github.com/dnephin/pflag v1.0.7 #47 21.46 go: extracting github.com/fatih/color v1.10.0 #47 21.46 go: downloading github.com/mattn/go-isatty v0.0.12 #47 21.56 go: downloading github.com/mattn/go-colorable v0.1.8 #47 21.75 go: extracting github.com/mattn/go-isatty v0.0.12 #47 22.20 go: extracting github.com/mattn/go-colorable v0.1.8 #47 23.43 go: extracting golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 #47 25.20 go: extracting golang.org/x/tools v0.1.0 #47 ... #40 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf && rm -rf /var/lib/apt/lists/* #40 sha256:3f7b85ab12099229b3829834733866f1c15f585551f1fed4ed8a38bccb73f35e #40 18.69 Reading package lists... #40 26.20 Reading package lists... #40 ... #50 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter #50 sha256:10af3c40b4e83f7b385173c97b2b4a3e589b4ad6875ec29a0fe30de67a898b4e #50 15.83 + cd /tmp/tmp.yKcMwDFppT/src/github.com/alecthomas/gometalinter #50 15.83 + git checkout -q v2.0.6 #50 16.50 + go build -buildmode=pie -o /build/gometalinter github.com/alecthomas/gometalinter #50 ... #68 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy #68 sha256:c3336bd24cd8d4452e9c7cdc04ddb75bcdba4f5da40d78a277dae67c3692a9d5 #68 25.14 Checking out files: 74% (1413/1907) Checking out files: 75% (1431/1907) Checking out files: 76% (1450/1907) Checking out files: 77% (1469/1907) Checking out files: 78% (1488/1907) Checking out files: 79% (1507/1907) Checking out files: 80% (1526/1907) Checking out files: 81% (1545/1907) Checking out files: 82% (1564/1907) Checking out files: 83% (1583/1907) Checking out files: 84% (1602/1907) Checking out files: 85% (1621/1907) Checking out files: 86% (1641/1907) Checking out files: 87% (1660/1907) Checking out files: 88% (1679/1907) Checking out files: 89% (1698/1907) Checking out files: 90% (1717/1907) Checking out files: 91% (1736/1907) Checking out files: 92% (1755/1907) Checking out files: 93% (1774/1907) Checking out files: 94% (1793/1907) Checking out files: 95% (1812/1907) Checking out files: 96% (1831/1907) Checking out files: 97% (1850/1907) Checking out files: 98% (1869/1907) Checking out files: 99% (1888/1907) Checking out files: 100% (1907/1907) Checking out files: 100% (1907/1907), done. #68 25.68 + cd /tmp/tmp.mmlDFYk7kM/src/github.com/docker/libnetwork #68 25.68 + git checkout -q 55e924b8a84231a065879156c0de95aefc5f5435 #68 27.07 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy #68 ... #56 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev && rm -rf /var/lib/apt/lists/* #56 sha256:970900276b1f43f81eb8748ed30bff859dca9d86664e4e01670ac0677e31ae2a #56 21.50 Fetched 8465 kB in 16s (540 kB/s) #56 21.50 Reading package lists... #56 28.60 Reading package lists... #56 ... #47 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum #47 sha256:b43f6bef6f2db11807047a9635abbe5bc41c35340bf287eab2dacf9967a1380b #47 27.66 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 #47 27.67 go: downloading golang.org/x/mod v0.3.0 #47 27.76 go: extracting golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 #47 27.95 go: extracting golang.org/x/mod v0.3.0 #47 28.14 go: finding github.com/fatih/color v1.10.0 #47 28.22 go: finding github.com/dnephin/pflag v1.0.7 #47 28.49 go: finding github.com/mattn/go-colorable v0.1.8 #47 28.57 go: finding github.com/mattn/go-isatty v0.0.12 #47 28.58 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 #47 28.61 go: finding golang.org/x/tools v0.1.0 #47 28.63 go: finding github.com/pkg/errors v0.9.1 #47 28.84 go: finding golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 #47 28.88 go: finding github.com/fsnotify/fsnotify v1.4.9 #47 28.89 go: finding github.com/jonboulle/clockwork v0.2.2 #47 28.97 go: finding golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 #47 29.03 go: finding golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 #47 29.10 go: finding golang.org/x/mod v0.3.0 #47 29.12 go: finding golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 #47 ... #38 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "/go/src/github.com/docker/distribution" && (cd "/go/src/github.com/docker/distribution" && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827") && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "/go/src/github.com/docker/distribution" && git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"); GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "/go" #38 sha256:4762438322ce0eb1b7b3091201d5b329ab57de8e2faa58f35105e720fa7112e1 #38 23.06 + GOPATH=/tmp/tmp.khiyBaxSAo/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.khiyBaxSAo go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry #38 ... #40 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf && rm -rf /var/lib/apt/lists/* #40 sha256:3f7b85ab12099229b3829834733866f1c15f585551f1fed4ed8a38bccb73f35e #40 26.20 Reading package lists... #40 33.00 Building dependency tree... #40 ... #24 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* #24 sha256:cc1bc97b8acf27188a8945823079d2b7d581592facbe2e0e1fd71d98dab672d2 #24 16.11 Reading package lists... #24 23.83 Reading package lists... #24 30.60 Building dependency tree... #24 32.27 Reading state information... #24 ... #44 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #44 sha256:34178fa75bece4990d458bcfbb6be06addb001c15ec81ebcddf937effed1bc2c #44 32.83 vendor/golang.org/x/crypto/internal/subtle #44 32.95 vendor/golang.org/x/crypto/curve25519 #44 ... #9 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* #9 sha256:8e6b7970bcd19bd3a0d6edaea2af7694f2904517045d90af2cb006429465eea8 #9 23.95 Fetched 8465 kB in 17s (496 kB/s) #9 23.95 Reading package lists... #9 30.86 Reading package lists... #9 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* #33 sha256:f14815db2b5847526f35f09b361cde51bc68016af5030b1db97f2d8d84675f6a #33 24.10 Fetched 8465 kB in 17s (492 kB/s) #33 24.10 Reading package lists... #33 31.08 Reading package lists... #33 ... #24 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* #24 sha256:cc1bc97b8acf27188a8945823079d2b7d581592facbe2e0e1fd71d98dab672d2 #24 34.45 The following additional packages will be installed: #24 34.45 libjq1 libonig5 #24 34.87 The following NEW packages will be installed: #24 34.91 jq libjq1 libonig5 #24 34.91 The following packages will be upgraded: #24 34.91 ca-certificates #24 35.30 1 upgraded, 3 newly installed, 0 to remove and 33 not upgraded. #24 35.30 Need to get 520 kB of archives. #24 35.30 After this operation, 1094 kB of additional disk space will be used. #24 35.30 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] #24 35.31 Get:2 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] #24 35.31 Get:3 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] #24 35.32 Get:4 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] #24 36.59 debconf: delaying package configuration, since apt-utils is not installed #24 36.87 Fetched 520 kB in 0s (1720 kB/s) #24 37.00 (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.) #24 37.07 Preparing to unpack .../ca-certificates_20200601~deb10u2_all.deb ... #24 37.10 Unpacking ca-certificates (20200601~deb10u2) over (20200601~deb10u1) ... #24 37.72 Selecting previously unselected package libonig5:amd64. #24 37.72 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... #24 37.73 Unpacking libonig5:amd64 (6.9.1-1) ... #24 37.99 Selecting previously unselected package libjq1:amd64. #24 37.99 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... #24 38.02 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... #24 38.23 Selecting previously unselected package jq. #24 38.23 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... #24 38.24 Unpacking jq (1.5+dfsg-2+b1) ... #24 38.43 Setting up ca-certificates (20200601~deb10u2) ... #24 ... #40 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf && rm -rf /var/lib/apt/lists/* #40 sha256:3f7b85ab12099229b3829834733866f1c15f585551f1fed4ed8a38bccb73f35e #40 33.00 Building dependency tree... #40 34.54 Reading state information... #40 36.78 The following additional packages will be installed: #40 36.81 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 #40 36.81 libprotoc17 python-pkg-resources python-six zlib1g-dev #40 36.83 Suggested packages: #40 36.84 manpages-dev python-setuptools #40 38.16 The following NEW packages will be installed: #40 38.17 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev #40 38.18 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 #40 38.19 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf #40 38.19 python-six zlib1g-dev #40 38.61 0 upgraded, 17 newly installed, 0 to remove and 34 not upgraded. #40 38.61 Need to get 4095 kB of archives. #40 38.61 After this operation, 22.5 MB of additional disk space will be used. #40 38.61 Get:1 http://deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] #40 38.62 Get:2 http://deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] #40 38.62 Get:3 http://deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] #40 38.62 Get:4 http://deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] #40 38.64 Get:5 http://deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] #40 38.64 Get:6 http://deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] #40 38.65 Get:7 http://deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] #40 38.67 Get:8 http://deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] #40 38.68 Get:9 http://deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] #40 38.78 Get:10 http://deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] #40 38.80 Get:11 http://deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] #40 38.92 Get:12 http://deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] #40 38.97 Get:13 http://deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] #40 38.98 Get:14 http://deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] #40 38.99 Get:15 http://deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] #40 39.00 Get:16 http://deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] #40 39.01 Get:17 http://deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] #40 40.19 debconf: delaying package configuration, since apt-utils is not installed #40 40.41 Fetched 4095 kB in 1s (5392 kB/s) #40 40.53 Selecting previously unselected package libcap-dev:amd64. #40 40.53 (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.) #40 40.65 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... #40 40.66 Unpacking libcap-dev:amd64 (1:2.25-2) ... #40 40.80 Selecting previously unselected package libnet1:amd64. #40 40.81 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... #40 40.82 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... #40 40.99 Selecting previously unselected package libnet1-dev. #40 40.99 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... #40 41.00 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... #40 41.21 Selecting previously unselected package libnl-3-200:amd64. #40 41.22 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... #40 41.24 Unpacking libnl-3-200:amd64 (3.4.0-1) ... #40 ... #28 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/kolyshkin/go-swagger.git "/go/src/github.com/go-swagger/go-swagger" && (cd "/go/src/github.com/go-swagger/go-swagger" && git checkout -q "5793aa66d4b4112c2602c716516e24710e4adbb5") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "/go" #28 sha256:064697f466d638d934b658bfacf9e1a62c21548216772e16d3ea4c26480eddf5 #28 41.35 Checking out files: 79% (1207/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 94% (1439/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) #28 ... #56 [containerd 1/4] RUN apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev && rm -rf /var/lib/apt/lists/* #56 sha256:970900276b1f43f81eb8748ed30bff859dca9d86664e4e01670ac0677e31ae2a #56 28.60 Reading package lists... #56 35.44 Building dependency tree... #56 37.08 Reading state information... #56 39.20 The following additional packages will be installed: #56 39.22 libbtrfs0 #56 39.47 The following NEW packages will be installed: #56 39.48 libbtrfs-dev libbtrfs0 #56 39.90 0 upgraded, 2 newly installed, 0 to remove and 34 not upgraded. #56 39.90 Need to get 119 kB of archives. #56 39.90 After this operation, 387 kB of additional disk space will be used. #56 39.90 Get:1 http://deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] #56 39.90 Get:2 http://deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] #56 41.12 debconf: delaying package configuration, since apt-utils is not installed #56 41.38 Fetched 119 kB in 0s (434 kB/s) #56 41.51 Selecting previously unselected package libbtrfs0. #56 41.51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) #56 41.57 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... #56 41.59 Unpacking libbtrfs0 (4.20.1-2) ... #56 41.69 Selecting previously unselected package libbtrfs-dev. #56 41.72 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... #56 41.73 Unpacking libbtrfs-dev (4.20.1-2) ... #56 41.98 Setting up libbtrfs0 (4.20.1-2) ... #56 42.03 Setting up libbtrfs-dev (4.20.1-2) ... #56 42.05 Processing triggers for libc-bin (2.28-10) ... #56 DONE 42.5s #28 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/kolyshkin/go-swagger.git "/go/src/github.com/go-swagger/go-swagger" && (cd "/go/src/github.com/go-swagger/go-swagger" && git checkout -q "5793aa66d4b4112c2602c716516e24710e4adbb5") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "/go" #28 sha256:064697f466d638d934b658bfacf9e1a62c21548216772e16d3ea4c26480eddf5 #28 41.35 Checking out files: 79% (1207/1521) Checking out files: 80% (1217/1521) Checking out files: 81% (1233/1521) Checking out files: 82% (1248/1521) Checking out files: 83% (1263/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 94% (1439/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. #28 42.51 + cd /tmp/tmp.3zaNINimLY/src/github.com/go-swagger/go-swagger #28 42.52 + git checkout -q 5793aa66d4b4112c2602c716516e24710e4adbb5 #28 ... #57 [containerd 2/4] COPY hack/dockerfile/install/install.sh ./install.sh #57 sha256:8f9158b7efcf9852cee64a6cb4ec24ccda0faa5e53aabfcf97ffd2ddb2d9a2cd #57 DONE 0.2s #28 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/kolyshkin/go-swagger.git "/go/src/github.com/go-swagger/go-swagger" && (cd "/go/src/github.com/go-swagger/go-swagger" && git checkout -q "5793aa66d4b4112c2602c716516e24710e4adbb5") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "/go" #28 sha256:064697f466d638d934b658bfacf9e1a62c21548216772e16d3ea4c26480eddf5 #28 42.84 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger #28 ... #58 [containerd 3/4] COPY hack/dockerfile/install/containerd.installer ./ #58 sha256:7ddda6b7e85c8503dc2d08dfa9a3f973a507c451c8680fff6432838d271bf1d7 #58 DONE 0.2s #40 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf && rm -rf /var/lib/apt/lists/* #40 sha256:3f7b85ab12099229b3829834733866f1c15f585551f1fed4ed8a38bccb73f35e #40 41.37 Selecting previously unselected package libnl-3-dev:amd64. #40 41.39 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... #40 41.41 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... #40 41.69 Selecting previously unselected package libprotobuf-c1:amd64. #40 41.69 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... #40 41.70 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... #40 41.83 Selecting previously unselected package libprotobuf-c-dev:amd64. #40 41.83 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... #40 41.84 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... #40 41.96 Selecting previously unselected package zlib1g-dev:amd64. #40 41.96 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... #40 41.96 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... #40 42.25 Selecting previously unselected package libprotobuf17:amd64. #40 42.25 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... #40 42.26 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... #40 43.32 Selecting previously unselected package libprotobuf-lite17:amd64. #40 43.32 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... #40 43.32 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... #40 43.61 Selecting previously unselected package libprotobuf-dev:amd64. #40 43.63 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... #40 43.64 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... #12 69.46 -------------------------------------------------------------------------------- #12 69.46 Total 1.4 MB/s | 81 MB 00:59 #12 69.61 Running transaction check #12 69.77 Running transaction test #12 69.94 Transaction test succeeded #12 69.94 Running transaction #12 72.39 Updating : glibc-common-2.17-324.el7_9.x86_64 1/68 #12 72.88 Updating : glibc-2.17-324.el7_9.x86_64 2/68 #12 73.48 Installing : fipscheck-1.4.1-6.el7.x86_64 3/68 #12 73.49 Installing : fipscheck-lib-1.4.1-6.el7.x86_64 4/68 #12 74.11 Updating : systemd-libs-219-78.el7_9.3.x86_64 5/68 #12 75.96 Updating : systemd-219-78.el7_9.3.x86_64 6/68 #12 76.74 Failed to get D-Bus connection: Operation not permitted #12 76.78 Installing : mpfr-3.1.1-4.el7.x86_64 7/68 #12 77.36 Installing : libmpc-1.0.1-3.el7.x86_64 8/68 #40 ... #9 [runtime-dev-cross-false 1/1] RUN apt-get update && apt-get install -y --no-install-recommends libapparmor-dev libseccomp-dev && rm -rf /var/lib/apt/lists/* #9 sha256:8e6b7970bcd19bd3a0d6edaea2af7694f2904517045d90af2cb006429465eea8 #9 30.86 Reading package lists... #9 37.43 Building dependency tree... #9 38.99 Reading state information... #9 41.14 The following additional packages will be installed: #9 41.15 libapparmor1 #9 41.17 Suggested packages: #9 41.17 seccomp #9 41.52 The following NEW packages will be installed: #9 41.53 libapparmor-dev libapparmor1 libseccomp-dev #9 41.95 0 upgraded, 3 newly installed, 0 to remove and 34 not upgraded. #9 41.95 Need to get 293 kB of archives. #9 41.95 After this operation, 952 kB of additional disk space will be used. #9 41.95 Get:1 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] #9 41.95 Get:2 http://deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] #9 41.95 Get:3 http://deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] #9 43.31 debconf: delaying package configuration, since apt-utils is not installed #9 43.55 Fetched 293 kB in 0s (1020 kB/s) #9 43.68 Selecting previously unselected package libapparmor1:amd64. #9 43.68 (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.) #9 43.76 Preparing to unpack .../libapparmor1_2.13.2-10_amd64.deb ... #9 43.79 Unpacking libapparmor1:amd64 (2.13.2-10) ... #9 43.96 Selecting previously unselected package libapparmor-dev:amd64. #9 43.97 Preparing to unpack .../libapparmor-dev_2.13.2-10_amd64.deb ... #9 43.98 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... #9 44.38 Selecting previously unselected package libseccomp-dev:amd64. #9 44.38 Preparing to unpack .../libseccomp-dev_2.3.3-4_amd64.deb ... #9 44.43 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... #9 44.85 Setting up libseccomp-dev:amd64 (2.3.3-4) ... #9 44.87 Setting up libapparmor1:amd64 (2.13.2-10) ... #9 44.89 Setting up libapparmor-dev:amd64 (2.13.2-10) ... #9 44.92 Processing triggers for libc-bin (2.28-10) ... #9 DONE 45.4s #68 [proxy 3/3] RUN PREFIX=/build ./install.sh proxy #68 sha256:c3336bd24cd8d4452e9c7cdc04ddb75bcdba4f5da40d78a277dae67c3692a9d5 #68 DONE 44.6s #40 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf && rm -rf /var/lib/apt/lists/* #40 sha256:3f7b85ab12099229b3829834733866f1c15f585551f1fed4ed8a38bccb73f35e #40 45.38 Selecting previously unselected package libprotoc17:amd64. #40 45.41 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... #40 45.41 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... #12 77.95 Updating : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64 9/68 #40 46.17 Selecting previously unselected package protobuf-c-compiler. #40 46.17 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... #40 46.17 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... #40 ... #52 [runc 1/3] COPY hack/dockerfile/install/install.sh ./install.sh #52 sha256:982769558d45722aafe48a05afd63ac55708ac8584b39f182e87c6b0d0f5c665 #52 DONE 0.8s #40 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf && rm -rf /var/lib/apt/lists/* #40 sha256:3f7b85ab12099229b3829834733866f1c15f585551f1fed4ed8a38bccb73f35e #40 46.32 Selecting previously unselected package protobuf-compiler. #40 46.32 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... #40 46.32 Unpacking protobuf-compiler (3.6.1.3-2) ... #40 46.48 Selecting previously unselected package python-pkg-resources. #40 46.48 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... #40 46.48 Unpacking python-pkg-resources (40.8.0-1) ... #12 78.54 Updating : 7:device-mapper-1.02.170-6.el7_9.5.x86_64 10/68 #40 46.76 Selecting previously unselected package python-six. #40 46.76 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... #40 ... #53 [runc 2/3] COPY hack/dockerfile/install/runc.installer ./ #53 sha256:89a39a9f7f9b918c475e19ed52fa17df6b48dfc74a52f69cad4fd8467c3d98c8 #53 DONE 0.5s #40 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf && rm -rf /var/lib/apt/lists/* #40 sha256:3f7b85ab12099229b3829834733866f1c15f585551f1fed4ed8a38bccb73f35e #40 46.79 Unpacking python-six (1.12.0-1) ... #40 46.95 Selecting previously unselected package python-protobuf. #40 46.95 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... #40 46.95 Unpacking python-protobuf (3.6.1.3-2) ... #12 79.12 Installing : lzo-2.06-8.el7.x86_64 11/68 #40 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* #33 sha256:f14815db2b5847526f35f09b361cde51bc68016af5030b1db97f2d8d84675f6a #33 31.08 Reading package lists... #33 37.72 Building dependency tree... #33 39.27 Reading state information... #33 41.38 The following additional packages will be installed: #33 41.39 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd #33 41.43 Suggested packages: #33 41.43 cmake-doc ninja-build lrzip #33 41.43 Recommended packages: #33 41.43 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny #33 42.37 The following NEW packages will be installed: #33 42.40 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 #33 42.41 vim-common xxd #33 42.97 0 upgraded, 10 newly installed, 0 to remove and 34 not upgraded. #33 42.97 Need to get 14.9 MB of archives. #33 42.97 After this operation, 61.8 MB of additional disk space will be used. #33 42.97 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB] #33 42.99 Get:2 http://deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] #33 42.99 Get:3 http://deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] #33 43.02 Get:4 http://deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] #33 43.18 Get:5 http://deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] #33 44.16 Get:6 http://deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB] #33 44.32 Get:7 http://deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] #33 44.36 Get:8 http://deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] #33 44.36 Get:9 http://deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] #33 44.37 Get:10 http://deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] #33 46.09 debconf: delaying package configuration, since apt-utils is not installed #33 46.28 Fetched 14.9 MB in 2s (7068 kB/s) #33 46.36 Selecting previously unselected package xxd. #33 46.36 (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.) #33 46.42 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... #33 46.43 Unpacking xxd (2:8.1.0875-5) ... #33 46.62 Selecting previously unselected package vim-common. #33 46.62 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... #33 46.65 Unpacking vim-common (2:8.1.0875-5) ... #33 47.03 Selecting previously unselected package cmake-data. #33 47.03 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... #33 47.03 Unpacking cmake-data (3.13.4-1) ... #33 ... #40 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf && rm -rf /var/lib/apt/lists/* #40 sha256:3f7b85ab12099229b3829834733866f1c15f585551f1fed4ed8a38bccb73f35e #40 47.54 Setting up python-pkg-resources (40.8.0-1) ... #12 79.72 Installing : m4-1.4.16-10.el7.x86_64 12/68 #12 80.33 Installing : checkpolicy-2.5-8.el7.x86_64 13/68 #12 80.38 Installing : 1:make-3.82-24.el7.x86_64 14/68 #12 80.96 Installing : 1:perl-Error-0.17020-2.el7.noarch 15/68 #12 81.01 Installing : libarchive-3.1.2-14.el7_7.x86_64 16/68 #12 82.19 Installing : cpp-4.8.5-44.el7.x86_64 17/68 #12 82.80 Installing : rsync-3.1.2-10.el7.x86_64 18/68 #12 83.40 Installing : systemd-devel-219-78.el7_9.3.x86_64 19/68 #40 ... #31 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #31 sha256:c0c94dca8bd3fe58c97c61f88742d79b4487506e9fef03054eb3e984da11f25c #31 40.76 sync #31 40.77 internal/reflectlite #31 43.69 sort #31 43.69 errors #31 44.29 strconv #31 45.17 io #31 46.02 internal/oserror #31 46.14 syscall #31 48.52 reflect #31 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* #33 sha256:f14815db2b5847526f35f09b361cde51bc68016af5030b1db97f2d8d84675f6a #33 50.06 Selecting previously unselected package libicu63:amd64. #33 50.06 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... #33 50.10 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... #12 84.00 Installing : libcgroup-0.41-21.el7.x86_64 20/68 #12 85.19 Installing : openssh-7.4p1-21.el7.x86_64 21/68 #12 85.21 Installing : perl-TermReadKey-2.30-20.el7.x86_64 22/68 #33 ... #59 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #59 sha256:b2a4cfba340168169b44d825ec1e5ac47be71e501f7eeabb7f4561850b9f633d #59 9.635 Install containerd version ea765aba0d05254012b0b9e595e995c09186427f #59 9.638 + RM_GOPATH=0 #59 9.638 + TMP_GOPATH= #59 9.638 + : /build #59 9.638 + '[' -z '' ']' #59 9.638 ++ mktemp -d #59 9.638 + export GOPATH=/tmp/tmp.4VloSymNeQ #59 9.638 + GOPATH=/tmp/tmp.4VloSymNeQ #59 9.638 + RM_GOPATH=1 #59 9.638 ++ dirname ./install.sh #59 9.638 + dir=. #59 9.638 + bin=containerd #59 9.638 + shift #59 9.638 + '[' '!' -f ./containerd.installer ']' #59 9.638 + . ./containerd.installer #59 9.638 ++ : ea765aba0d05254012b0b9e595e995c09186427f #59 9.638 + install_containerd #59 9.638 + echo 'Install containerd version ea765aba0d05254012b0b9e595e995c09186427f' #59 9.638 + git clone https://github.com/containerd/containerd.git /tmp/tmp.4VloSymNeQ/src/github.com/containerd/containerd #59 9.638 Cloning into '/tmp/tmp.4VloSymNeQ/src/github.com/containerd/containerd'... #59 ... #40 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf && rm -rf /var/lib/apt/lists/* #40 sha256:3f7b85ab12099229b3829834733866f1c15f585551f1fed4ed8a38bccb73f35e #40 51.84 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... #40 51.87 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... #40 51.87 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... #40 51.89 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... #40 51.93 Setting up python-six (1.12.0-1) ... #12 85.23 Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 23/68 #12 85.81 Installing : libseccomp-2.3.1-4.el7.x86_64 24/68 #12 86.39 Installing : libselinux-utils-2.5-15.el7.x86_64 25/68 #12 86.49 Installing : policycoreutils-2.5-34.el7.x86_64 26/68 #40 ... #44 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #44 sha256:34178fa75bece4990d458bcfbb6be06addb001c15ec81ebcddf937effed1bc2c #44 43.03 sync #44 43.05 internal/reflectlite #44 44.86 github.com/LK4D4/vndr/godl/singleflight #44 45.35 math/rand #44 46.24 internal/singleflight #44 46.98 sort #44 46.98 errors #44 47.35 io #44 48.10 bytes #44 48.60 strconv #44 50.31 bufio #44 51.75 internal/oserror #44 51.82 syscall #44 52.95 reflect #44 ... #31 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #31 sha256:c0c94dca8bd3fe58c97c61f88742d79b4487506e9fef03054eb3e984da11f25c #31 53.36 time #12 86.52 Installing : selinux-policy-3.13.1-268.el7_9.2.noarch 27/68 #31 ... #10 [dev 1/25] RUN groupadd -r docker #10 sha256:9342dcea98e2c74624d2ddb058c95b2b7e035367da7ff2d9a202bb5d6adf3f3f #10 ... #24 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* #24 sha256:cc1bc97b8acf27188a8945823079d2b7d581592facbe2e0e1fd71d98dab672d2 #24 50.62 Updating certificates in /etc/ssl/certs... #24 54.92 11 added, 0 removed; done. #24 55.04 Setting up libonig5:amd64 (6.9.1-1) ... #24 55.06 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... #24 55.09 Setting up jq (1.5+dfsg-2+b1) ... #24 55.11 Processing triggers for libc-bin (2.28-10) ... #24 55.17 Processing triggers for ca-certificates (20200601~deb10u2) ... #24 55.20 Updating certificates in /etc/ssl/certs... #12 87.73 Installing : setools-libs-3.3.8-4.el7.x86_64 28/68 #12 88.31 Installing : libsemanage-python-2.5-14.el7.x86_64 29/68 #24 ... #40 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf && rm -rf /var/lib/apt/lists/* #40 sha256:3f7b85ab12099229b3829834733866f1c15f585551f1fed4ed8a38bccb73f35e #40 55.99 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... #40 56.02 Setting up libnl-3-200:amd64 (3.4.0-1) ... #40 56.09 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... #40 56.12 Setting up libcap-dev:amd64 (1:2.25-2) ... #40 56.16 Setting up libprotoc17:amd64 (3.6.1.3-2) ... #40 56.16 Setting up protobuf-compiler (3.6.1.3-2) ... #40 56.20 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... #40 56.25 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... #40 56.28 Setting up protobuf-c-compiler (1.3.1-1+b1) ... #12 88.35 Installing : e2fsprogs-libs-1.42.9-19.el7.x86_64 30/68 #12 89.02 Installing : btrfs-progs-4.9.1-1.el7.x86_64 31/68 #12 89.04 Installing : perl-Data-Dumper-2.145-3.el7.x86_64 32/68 #40 56.33 Setting up python-protobuf (3.6.1.3-2) ... #40 ... #10 [dev 1/25] RUN groupadd -r docker #10 sha256:9342dcea98e2c74624d2ddb058c95b2b7e035367da7ff2d9a202bb5d6adf3f3f #10 DONE 11.2s #11 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser #11 sha256:9d3e4ae615adefd255f5bc5de4f2b40ecf91bbc973c1d10a3f21884727cd2353 #11 ... #54 [runc 3/3] RUN PREFIX=/build ./install.sh runc #54 sha256:372ae9a7374af94333ae6af3a1eb101b84af2fceb0f0fd805af9c40c21b5c2e9 #54 9.787 + RM_GOPATH=0 #54 9.787 + TMP_GOPATH= #54 9.787 + : /build #54 9.788 + '[' -z '' ']' #54 9.788 ++ mktemp -d #54 9.793 + export GOPATH=/tmp/tmp.mWk0u9IFLK #54 9.793 + GOPATH=/tmp/tmp.mWk0u9IFLK #54 9.793 + RM_GOPATH=1 #54 9.793 ++ dirname ./install.sh #54 9.813 Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux ) #54 9.813 + dir=. #54 9.813 + bin=runc #54 9.813 + shift #54 9.813 + '[' '!' -f ./runc.installer ']' #54 9.813 + . ./runc.installer #54 9.813 ++ : dc9208a3303feef5b3839f4323d9beb36df0a9dd #54 9.813 + install_runc #54 9.813 + uname -r #54 9.813 + grep -q '^3\.10\.0.*\.el7\.' #54 9.813 + RUNC_BUILDTAGS='seccomp apparmor selinux ' #54 9.813 + echo 'Install runc version dc9208a3303feef5b3839f4323d9beb36df0a9dd (build tags: seccomp apparmor selinux )' #54 9.813 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.mWk0u9IFLK/src/github.com/opencontainers/runc #54 9.882 Cloning into '/tmp/tmp.mWk0u9IFLK/src/github.com/opencontainers/runc'... #12 89.11 Installing : autoconf-2.69-11.el7.noarch 33/68 #12 89.68 install-info: No such file or directory for /usr/share/info/autoconf.info #12 89.71 Installing : libselinux-python-2.5-15.el7.x86_64 34/68 #12 89.74 Installing : audit-libs-python-2.8.5-4.el7.x86_64 35/68 #12 89.77 Installing : libedit-3.0-12.20121213cvs.el7.x86_64 36/68 #12 90.42 Installing : openssh-clients-7.4p1-21.el7.x86_64 37/68 #54 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* #33 sha256:f14815db2b5847526f35f09b361cde51bc68016af5030b1db97f2d8d84675f6a #33 58.04 Selecting previously unselected package libxml2:amd64. #33 58.04 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ... #33 58.04 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... #12 90.45 Installing : libgomp-4.8.5-44.el7.x86_64 38/68 #12 91.04 Installing : less-458-9.el7.x86_64 39/68 #33 58.57 Selecting previously unselected package libarchive13:amd64. #33 58.57 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... #33 58.61 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... #12 91.05 Installing : perl-Git-1.8.3.1-23.el7_8.noarch 40/68 #12 91.59 Installing : git-1.8.3.1-23.el7_8.x86_64 41/68 #12 91.66 Installing : pcre-devel-8.32-17.el7.x86_64 42/68 #33 58.94 Selecting previously unselected package libjsoncpp1:amd64. #33 58.94 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... #33 59.08 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... #12 91.69 Installing : libsepol-devel-2.5-10.el7.x86_64 43/68 #12 91.72 Installing : libselinux-devel-2.5-15.el7.x86_64 44/68 #33 59.29 Selecting previously unselected package librhash0:amd64. #33 59.29 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... #33 59.32 Unpacking librhash0:amd64 (1.3.8-1) ... #33 ... #24 [frozen-images 1/3] RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates jq && rm -rf /var/lib/apt/lists/* #24 sha256:cc1bc97b8acf27188a8945823079d2b7d581592facbe2e0e1fd71d98dab672d2 #24 58.91 0 added, 0 removed; done. #24 58.91 Running hooks in /etc/ca-certificates/update.d... #24 58.91 done. #24 DONE 59.6s #33 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* #33 sha256:f14815db2b5847526f35f09b361cde51bc68016af5030b1db97f2d8d84675f6a #33 59.49 Selecting previously unselected package libuv1:amd64. #33 59.51 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_amd64.deb ... #33 59.53 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ... #33 59.72 Selecting previously unselected package cmake. #33 59.74 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... #33 59.74 Unpacking cmake (3.13.4-1) ... #33 ... #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / #25 sha256:452877dba1f056551af8ba2cf74ab248dde1fb98ad72bd1862cc9dea673b0205 #25 DONE 0.3s #12 91.97 Installing : kernel-headers-3.10.0-1160.42.2.el7.x86_64 45/68 #12 92.67 Installing : glibc-headers-2.17-324.el7_9.x86_64 46/68 #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c #26 sha256:5560905bc13cdb46f7cb39b27ec562a045d9fb78e264be2b12d74de9067fc563 #12 92.76 Installing : glibc-devel-2.17-324.el7_9.x86_64 47/68 #12 94.45 Installing : gcc-4.8.5-44.el7.x86_64 48/68 #12 95.06 Installing : perl-Test-Harness-3.28-3.el7.noarch 49/68 #12 95.14 Installing : automake-1.13.4-3.el7.noarch 50/68 #12 95.72 install-info: No such file or directory for /usr/share/info/automake.info.gz #12 95.88 Installing : python-IPy-0.75-6.el7.noarch 51/68 #12 95.94 Installing : policycoreutils-python-2.5-34.el7.x86_64 52/68 #12 95.99 Installing : policycoreutils-devel-2.5-34.el7.x86_64 53/68 #12 96.45 Installing : selinux-policy-devel-3.13.1-268.el7_9.2.noarch 54/68 #12 97.10 Installing : libtool-2.4.2-22.el7_3.x86_64 55/68 #12 97.67 install-info: No such file or directory for /usr/share/info/libtool.info.gz #12 97.88 Installing : glibc-static-2.17-324.el7_9.x86_64 56/68 #12 97.90 Installing : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64 57/68 #12 97.92 Installing : btrfs-progs-devel-4.9.1-1.el7.x86_64 58/68 #12 97.94 Installing : libseccomp-devel-2.3.1-4.el7.x86_64 59/68 #26 ... #33 [tini 1/4] RUN apt-get update && apt-get install -y --no-install-recommends cmake vim-common && rm -rf /var/lib/apt/lists/* #33 sha256:f14815db2b5847526f35f09b361cde51bc68016af5030b1db97f2d8d84675f6a #33 63.58 Setting up libicu63:amd64 (63.1-6+deb10u1) ... #33 63.63 Setting up xxd (2:8.1.0875-5) ... #33 63.69 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ... #33 63.73 Setting up vim-common (2:8.1.0875-5) ... #33 63.84 Setting up librhash0:amd64 (1.3.8-1) ... #33 63.84 Setting up cmake-data (3.13.4-1) ... #33 63.86 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... #33 63.87 Setting up libjsoncpp1:amd64 (1.7.4-3) ... #33 63.90 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... #33 63.92 Setting up cmake (3.13.4-1) ... #33 63.93 Processing triggers for libc-bin (2.28-10) ... #33 64.06 Processing triggers for mime-support (3.62) ... #33 DONE 64.8s #40 [criu 1/2] RUN apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf && rm -rf /var/lib/apt/lists/* #40 sha256:3f7b85ab12099229b3829834733866f1c15f585551f1fed4ed8a38bccb73f35e #40 64.20 Setting up libnl-3-dev:amd64 (3.4.0-1) ... #40 64.22 Processing triggers for libc-bin (2.28-10) ... #40 DONE 64.9s #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 ... #34 [tini 2/4] COPY hack/dockerfile/install/install.sh ./install.sh #34 sha256:0cd721fcb4b92492a1c4412b38c99b5c9c6d2b710a5d5cb0844a648bc48ce900 #34 DONE 1.0s #35 [tini 3/4] COPY hack/dockerfile/install/tini.installer ./ #35 sha256:d35ecf3d81be0d8649a47356d832a12d61f49f4ca266b5fee9f23a533688f538 #12 97.98 Installing : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 60/68 #12 98.82 Installing : cmake-2.8.12.2-2.el7.x86_64 61/68 #35 DONE 0.8s #36 [tini 4/4] RUN PREFIX=/build ./install.sh tini #36 sha256:03f92a79cedff0a476620a91ce3655c835835637a2fc9ae797250056d1d91ec7 #12 98.85 Installing : which-2.20-7.el7.x86_64 62/68 #12 99.42 install-info: No such file or directory for /usr/share/info/which.info.gz #12 99.99 Cleanup : 7:device-mapper-1.02.170-6.el7.x86_64 63/68 #36 ... #11 [dev 2/25] RUN useradd --create-home --gid docker unprivilegeduser #11 sha256:9d3e4ae615adefd255f5bc5de4f2b40ecf91bbc973c1d10a3f21884727cd2353 #11 DONE 11.2s #12 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc #12 sha256:425b2f218be29612ac6924bed7a7f32aa6fc1bcbf970e5b04c5abd156db26ca1 #12 100.0 Cleanup : 7:device-mapper-libs-1.02.170-6.el7.x86_64 64/68 #12 101.1 Cleanup : systemd-219-78.el7.x86_64 65/68 #12 101.8 Cleanup : systemd-libs-219-78.el7.x86_64 66/68 #12 102.4 Cleanup : glibc-common-2.17-317.el7.x86_64 67/68 #12 102.4 Cleanup : glibc-2.17-317.el7.x86_64 68/68 #12 103.7 Verifying : fipscheck-lib-1.4.1-6.el7.x86_64 1/68 #12 103.7 Verifying : glibc-static-2.17-324.el7_9.x86_64 2/68 #12 103.7 Verifying : policycoreutils-python-2.5-34.el7.x86_64 3/68 #12 103.7 Verifying : glibc-2.17-324.el7_9.x86_64 4/68 #12 103.7 Verifying : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64 5/68 #12 103.7 Verifying : cmake-2.8.12.2-2.el7.x86_64 6/68 #12 103.7 Verifying : btrfs-progs-devel-4.9.1-1.el7.x86_64 7/68 #12 103.7 Verifying : libselinux-devel-2.5-15.el7.x86_64 8/68 #12 103.8 Verifying : automake-1.13.4-3.el7.noarch 9/68 #12 103.8 Verifying : lzo-2.06-8.el7.x86_64 10/68 #12 103.8 Verifying : m4-1.4.16-10.el7.x86_64 11/68 #12 103.8 Verifying : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64 12/68 #12 103.8 Verifying : git-1.8.3.1-23.el7_8.x86_64 13/68 #12 103.8 Verifying : checkpolicy-2.5-8.el7.x86_64 14/68 #12 103.8 Verifying : btrfs-progs-4.9.1-1.el7.x86_64 15/68 #12 103.8 Verifying : perl-TermReadKey-2.30-20.el7.x86_64 16/68 #12 103.8 Verifying : systemd-libs-219-78.el7_9.3.x86_64 17/68 #12 103.8 Verifying : which-2.20-7.el7.x86_64 18/68 #12 103.8 Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 19/68 #12 103.9 Verifying : glibc-headers-2.17-324.el7_9.x86_64 20/68 #12 103.9 Verifying : cpp-4.8.5-44.el7.x86_64 21/68 #12 103.9 Verifying : python-IPy-0.75-6.el7.noarch 22/68 #12 103.9 Verifying : libseccomp-2.3.1-4.el7.x86_64 23/68 #12 103.9 Verifying : fipscheck-1.4.1-6.el7.x86_64 24/68 #12 103.9 Verifying : glibc-common-2.17-324.el7_9.x86_64 25/68 #12 103.9 Verifying : libselinux-utils-2.5-15.el7.x86_64 26/68 #12 103.9 Verifying : 1:make-3.82-24.el7.x86_64 27/68 #12 103.9 Verifying : openssh-7.4p1-21.el7.x86_64 28/68 #12 103.9 Verifying : perl-Git-1.8.3.1-23.el7_8.noarch 29/68 #12 104.0 Verifying : libtool-2.4.2-22.el7_3.x86_64 30/68 #12 104.0 Verifying : setools-libs-3.3.8-4.el7.x86_64 31/68 #12 104.0 Verifying : systemd-219-78.el7_9.3.x86_64 32/68 #12 104.0 Verifying : libsemanage-python-2.5-14.el7.x86_64 33/68 #12 104.0 Verifying : e2fsprogs-libs-1.42.9-19.el7.x86_64 34/68 #12 104.0 Verifying : libarchive-3.1.2-14.el7_7.x86_64 35/68 #12 104.0 Verifying : mpfr-3.1.1-4.el7.x86_64 36/68 #12 104.0 Verifying : perl-Data-Dumper-2.145-3.el7.x86_64 37/68 #12 104.0 Verifying : selinux-policy-devel-3.13.1-268.el7_9.2.noarch 38/68 #12 104.0 Verifying : openssh-clients-7.4p1-21.el7.x86_64 39/68 #12 104.0 Verifying : perl-Test-Harness-3.28-3.el7.noarch 40/68 #12 104.1 Verifying : libselinux-python-2.5-15.el7.x86_64 41/68 #12 104.1 Verifying : libseccomp-devel-2.3.1-4.el7.x86_64 42/68 #12 104.1 Verifying : kernel-headers-3.10.0-1160.42.2.el7.x86_64 43/68 #12 104.1 Verifying : gcc-4.8.5-44.el7.x86_64 44/68 #12 104.1 Verifying : libmpc-1.0.1-3.el7.x86_64 45/68 #12 104.1 Verifying : selinux-policy-3.13.1-268.el7_9.2.noarch 46/68 #12 104.1 Verifying : audit-libs-python-2.8.5-4.el7.x86_64 47/68 #12 104.2 Verifying : libsepol-devel-2.5-10.el7.x86_64 48/68 #12 104.2 Verifying : 1:perl-Error-0.17020-2.el7.noarch 49/68 #12 ... #31 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #31 sha256:c0c94dca8bd3fe58c97c61f88742d79b4487506e9fef03054eb3e984da11f25c #31 60.08 internal/poll #31 62.27 internal/syscall/execenv #31 62.45 internal/syscall/unix #31 62.80 os #31 62.82 internal/fmtsort #31 63.42 strings #31 66.59 bytes #31 66.82 fmt #31 68.91 bufio #31 ... #44 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #44 sha256:34178fa75bece4990d458bcfbb6be06addb001c15ec81ebcddf937effed1bc2c #44 59.96 time #44 65.57 internal/poll #44 66.50 internal/fmtsort #44 67.11 internal/syscall/execenv #44 67.22 internal/syscall/unix #44 67.67 strings #44 68.02 os #44 ... #54 [runc 3/3] RUN PREFIX=/build ./install.sh runc #54 sha256:372ae9a7374af94333ae6af3a1eb101b84af2fceb0f0fd805af9c40c21b5c2e9 #54 23.63 + cd /tmp/tmp.mWk0u9IFLK/src/github.com/opencontainers/runc #54 23.63 + git checkout -q dc9208a3303feef5b3839f4323d9beb36df0a9dd #54 24.55 + '[' -z '' ']' #54 24.55 + target=static #54 24.55 + make 'BUILDTAGS=seccomp apparmor selinux ' static #12 104.2 Verifying : policycoreutils-devel-2.5-34.el7.x86_64 50/68 #12 104.2 Verifying : pcre-devel-8.32-17.el7.x86_64 51/68 #12 104.2 Verifying : autoconf-2.69-11.el7.noarch 52/68 #12 104.2 Verifying : libedit-3.0-12.20121213cvs.el7.x86_64 53/68 #12 104.2 Verifying : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64 54/68 #12 104.2 Verifying : rsync-3.1.2-10.el7.x86_64 55/68 #12 104.2 Verifying : glibc-devel-2.17-324.el7_9.x86_64 56/68 #12 104.2 Verifying : 7:device-mapper-1.02.170-6.el7_9.5.x86_64 57/68 #12 104.3 Verifying : policycoreutils-2.5-34.el7.x86_64 58/68 #12 104.3 Verifying : libgomp-4.8.5-44.el7.x86_64 59/68 #12 104.3 Verifying : systemd-devel-219-78.el7_9.3.x86_64 60/68 #12 104.3 Verifying : less-458-9.el7.x86_64 61/68 #12 104.3 Verifying : libcgroup-0.41-21.el7.x86_64 62/68 #12 104.3 Verifying : 7:device-mapper-libs-1.02.170-6.el7.x86_64 63/68 #12 104.3 Verifying : glibc-2.17-317.el7.x86_64 64/68 #12 104.3 Verifying : glibc-common-2.17-317.el7.x86_64 65/68 #12 104.3 Verifying : systemd-libs-219-78.el7.x86_64 66/68 #12 104.3 Verifying : systemd-219-78.el7.x86_64 67/68 #12 104.3 Verifying : 7:device-mapper-1.02.170-6.el7.x86_64 68/68 #12 104.3 #12 104.3 Installed: #12 104.3 btrfs-progs-devel.x86_64 0:4.9.1-1.el7 #12 104.3 cmake.x86_64 0:2.8.12.2-2.el7 #12 104.3 device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5 #12 104.3 gcc.x86_64 0:4.8.5-44.el7 #12 104.3 git.x86_64 0:1.8.3.1-23.el7_8 #12 104.3 glibc-static.x86_64 0:2.17-324.el7_9 #12 104.3 libseccomp-devel.x86_64 0:2.3.1-4.el7 #12 104.3 libselinux-devel.x86_64 0:2.5-15.el7 #12 104.3 libtool.x86_64 0:2.4.2-22.el7_3 #12 104.3 libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3 #12 104.3 make.x86_64 1:3.82-24.el7 #12 104.3 selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2 #12 104.3 systemd-devel.x86_64 0:219-78.el7_9.3 #12 104.3 which.x86_64 0:2.20-7.el7 #12 104.3 #12 104.3 Dependency Installed: #12 104.3 audit-libs-python.x86_64 0:2.8.5-4.el7 #12 104.3 autoconf.noarch 0:2.69-11.el7 #12 104.3 automake.noarch 0:1.13.4-3.el7 #12 104.3 btrfs-progs.x86_64 0:4.9.1-1.el7 #12 104.3 checkpolicy.x86_64 0:2.5-8.el7 #12 104.3 cpp.x86_64 0:4.8.5-44.el7 #12 104.3 e2fsprogs-libs.x86_64 0:1.42.9-19.el7 #12 104.3 fipscheck.x86_64 0:1.4.1-6.el7 #12 104.3 fipscheck-lib.x86_64 0:1.4.1-6.el7 #12 104.3 glibc-devel.x86_64 0:2.17-324.el7_9 #12 104.3 glibc-headers.x86_64 0:2.17-324.el7_9 #12 104.3 kernel-headers.x86_64 0:3.10.0-1160.42.2.el7 #12 104.3 less.x86_64 0:458-9.el7 #12 104.3 libarchive.x86_64 0:3.1.2-14.el7_7 #12 104.3 libcgroup.x86_64 0:0.41-21.el7 #12 104.3 libedit.x86_64 0:3.0-12.20121213cvs.el7 #12 104.3 libgomp.x86_64 0:4.8.5-44.el7 #12 104.3 libmpc.x86_64 0:1.0.1-3.el7 #12 104.3 libseccomp.x86_64 0:2.3.1-4.el7 #12 104.3 libselinux-python.x86_64 0:2.5-15.el7 #12 104.3 libselinux-utils.x86_64 0:2.5-15.el7 #12 104.3 libsemanage-python.x86_64 0:2.5-14.el7 #12 104.3 libsepol-devel.x86_64 0:2.5-10.el7 #12 104.3 libtool-ltdl.x86_64 0:2.4.2-22.el7_3 #12 104.3 lzo.x86_64 0:2.06-8.el7 #12 104.3 m4.x86_64 0:1.4.16-10.el7 #12 104.3 mpfr.x86_64 0:3.1.1-4.el7 #12 104.3 openssh.x86_64 0:7.4p1-21.el7 #12 104.3 openssh-clients.x86_64 0:7.4p1-21.el7 #12 104.3 pcre-devel.x86_64 0:8.32-17.el7 #12 104.3 perl-Data-Dumper.x86_64 0:2.145-3.el7 #12 104.3 perl-Error.noarch 1:0.17020-2.el7 #12 104.3 perl-Git.noarch 0:1.8.3.1-23.el7_8 #12 104.3 perl-TermReadKey.x86_64 0:2.30-20.el7 #12 104.3 perl-Test-Harness.noarch 0:3.28-3.el7 #12 104.3 policycoreutils.x86_64 0:2.5-34.el7 #12 104.3 policycoreutils-devel.x86_64 0:2.5-34.el7 #12 104.3 policycoreutils-python.x86_64 0:2.5-34.el7 #12 104.3 python-IPy.noarch 0:0.75-6.el7 #12 104.3 rsync.x86_64 0:3.1.2-10.el7 #12 104.3 selinux-policy.noarch 0:3.13.1-268.el7_9.2 #12 104.3 setools-libs.x86_64 0:3.3.8-4.el7 #12 104.3 #12 104.3 Dependency Updated: #12 104.3 device-mapper.x86_64 7:1.02.170-6.el7_9.5 #12 104.3 device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5 #12 104.3 glibc.x86_64 0:2.17-324.el7_9 #12 104.3 glibc-common.x86_64 0:2.17-324.el7_9 #12 104.3 systemd.x86_64 0:219-78.el7_9.3 #12 104.3 systemd-libs.x86_64 0:219-78.el7_9.3 #12 104.3 #12 104.3 Complete! #12 DONE 105.0s #14 [stage-1 6/7] COPY --from=golang /usr/local/go /usr/local/go #14 sha256:21d367290d0800aac81fd8e5385bf298cdfc0bec1101289146dfe91ca44d2304 #54 26.44 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o runc . #14 DONE 2.6s #15 [stage-1 7/7] WORKDIR /root/rpmbuild #15 sha256:ef1660c01ac9705d42513039236e9dda38da5b6102ab6ecf913b95ad66c2e4d1 #15 DONE 0.0s #16 exporting to image #16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 #16 exporting layers #54 ... #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c #26 sha256:5560905bc13cdb46f7cb39b27ec562a045d9fb78e264be2b12d74de9067fc563 #26 12.01 Downloading 'library/buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251' (4 layers)... #26 12.32 #26 12.51 # 2.2% ###### 9.4% ########### 16.3% ################ 22.4% #################### 28.4% ########################## 37.2% ################################# 46.9% ####################################### 54.3% ############################################## 65.2% #################################################### 72.7% ########################################################## 81.9% ############################################################### 87.9% ###################################################################### 97.5% ######################################################################## 100.0% #26 14.22 #26 14.47 0.1% 0.7% ################ 23.1% ################################ 44.9% ############################################## 64.0% ############################################################# 84.8% ######################################################################## 100.0% #26 15.46 #26 15.63 0.4% ######## 11.6% ############## 19.6% #################### 28.7% ######################### 34.7% ############################## 42.0% ################################# 47.0% ###################################### 53.0% ########################################## 59.3% ############################################### 65.5% ################################################## 70.4% ###################################################### 75.5% ########################################################### 82.1% #################################################################### 95.6% ######################################################################## 100.0% #26 17.47 #26 17.67 0.0% # 2.4% #26 ... #12 [dev 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc #12 sha256:425b2f218be29612ac6924bed7a7f32aa6fc1bcbf970e5b04c5abd156db26ca1 #12 8.463 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' #12 DONE 9.9s #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c #26 sha256:5560905bc13cdb46f7cb39b27ec562a045d9fb78e264be2b12d74de9067fc563 #26 17.67 0.0% # 2.4% ### 4.9% ##### 7.3% #26 ... #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 12.13 Note: Building without setproctitle() and strlcpy() support. #41 12.13 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). #41 12.14 Note: Building without GnuTLS support #41 12.15 Makefile.config:39: Warn: you have no libnftables installed #41 12.16 Makefile.config:40: Warn: Building without nftables support #16 exporting layers 4.2s done #16 writing image sha256:671fd9faf04f15e55d052e3f67c3c7df140f539e843dd52ec209764234e35f99 done #16 naming to docker.io/rpmbuild-centos-7/x86_64 done #16 DONE 4.2s docker run --privileged --rm -i -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/rpm/rpmbuild/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/rpm/rpmbuild/SRPMS:/root/rpmbuild/SRPMS rpmbuild-centos-7/x86_64 -ba --define '_gitcommit eeec7e566a' --define '_release 0' --define '_version 0.0.0.20210129131206.eeec7e566a' --define '_origversion 0.0.0-20210129131206-eeec7e566a' SPECS/docker-ce.spec SPECS/docker-ce-cli.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.KW8sYM + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/tar -xf - + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz #41 14.87 fatal: not a git repository (or any of the parent directories): .git #41 14.98 GEN .gitid #41 15.02 GEN criu/include/version.h #41 15.15 GEN include/common/asm + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.jUmUNU + umask 022 + cd /root/rpmbuild/BUILD + cd src + export DOCKER_GITCOMMIT=eeec7e566a + DOCKER_GITCOMMIT=eeec7e566a + mkdir -p /go/src/github.com/docker + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker + pushd /root/rpmbuild/BUILD/src/engine + for component in tini '"proxy dynamic"' + TMP_GOPATH=/go + hack/dockerfile/install/install.sh tini ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : fec3683b971d9c3ef73f284f176672c44b448662 + install_tini Install tini version fec3683b971d9c3ef73f284f176672c44b448662 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' + git clone https://github.com/krallin/tini.git /go/tini Cloning into '/go/tini'... + cd /go/tini + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 + cmake . -- The C compiler identification is GNU 4.8.5 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Failed -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static Scanning dependencies of target tini-static [100%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o Linking C executable tini-static #41 ... #31 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #31 sha256:c0c94dca8bd3fe58c97c61f88742d79b4487506e9fef03054eb3e984da11f25c #31 70.48 path/filepath #31 71.75 flag #31 71.98 io/ioutil #31 72.64 github.com/BurntSushi/toml #31 73.76 log #31 74.59 path #31 75.12 text/tabwriter #31 77.60 github.com/BurntSushi/toml/cmd/tomlv #31 ... #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c #26 sha256:5560905bc13cdb46f7cb39b27ec562a045d9fb78e264be2b12d74de9067fc563 #26 17.67 0.0% # 2.4% ### 4.9% ##### 7.3% ####### 9.9% ######## 12.4% ########### 15.4% ############ 17.3% ############## 19.6% ############### 22.1% ################# 24.4% ################### 26.7% #################### 29.1% ###################### 31.8% ######################## 33.5% ######################### 35.6% ########################### 37.8% ############################ 39.2% ############################## 41.9% ############################### 43.6% ################################# 46.3% ################################### 49.0% ##################################### 51.8% ####################################### 54.4% ########################################## 58.4% ########################################### 60.0% ############################################ 62.2% ############################################## 64.5% ############################################### 66.5% ################################################# 68.6% ################################################### 71.2% ##################################################### 74.4% ###################################################### 76.2% ####################################################### 77.6% ########################################################## 80.7% ############################################################ 83.7% #26 ... #44 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #44 sha256:34178fa75bece4990d458bcfbb6be06addb001c15ec81ebcddf937effed1bc2c #44 70.83 regexp/syntax #44 71.41 fmt #44 76.14 flag #44 76.40 go/token #44 77.88 path/filepath #44 78.13 regexp #44 79.70 go/scanner #44 ... #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c #26 sha256:5560905bc13cdb46f7cb39b27ec562a045d9fb78e264be2b12d74de9067fc563 [100%] Built target tini-static + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init + for component in tini '"proxy dynamic"' + TMP_GOPATH=/go + hack/dockerfile/install/install.sh proxy dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=proxy + shift + '[' '!' -f hack/dockerfile/install/proxy.installer ']' + . hack/dockerfile/install/proxy.installer ++ : 55e924b8a84231a065879156c0de95aefc5f5435 + install_proxy dynamic + case "$1" in + install_proxy_dynamic + export PROXY_LDFLAGS=-linkmode=external install_proxy + PROXY_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_proxy + echo 'Install docker-proxy version 55e924b8a84231a065879156c0de95aefc5f5435' Install docker-proxy version 55e924b8a84231a065879156c0de95aefc5f5435 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork Cloning into '/go/src/github.com/docker/libnetwork'... #26 17.67 0.0% # 2.4% ### 4.9% ##### 7.3% ####### 9.9% ######## 12.4% ########### 15.4% ############ 17.3% ############## 19.6% ############### 22.1% ################# 24.4% ################### 26.7% #################### 29.1% ###################### 31.8% ######################## 33.5% ######################### 35.6% ########################### 37.8% ############################ 39.2% ############################## 41.9% ############################### 43.6% ################################# 46.3% ################################### 49.0% ##################################### 51.8% ####################################### 54.4% ########################################## 58.4% ########################################### 60.0% ############################################ 62.2% ############################################## 64.5% ############################################### 66.5% ################################################# 68.6% ################################################### 71.2% ##################################################### 74.4% ###################################################### 76.2% ####################################################### 77.6% ########################################################## 80.7% ############################################################ 83.7% ############################################################## 86.8% ################################################################ 89.5% ################################################################## 92.8% #################################################################### 95.7% ####################################################################### 98.9% ######################################################################## 100.0% #26 22.17 #26 23.23 Downloading 'library/busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0' (1 layers)... + cd /go/src/github.com/docker/libnetwork + git checkout -q 55e924b8a84231a065879156c0de95aefc5f5435 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy #26 23.65 #26 23.81 ################### 27.6% ######################################################################## 100.0% #26 23.93 #26 ... #13 [dev 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc #13 sha256:d1c4c3947290ce50751a0b85928e93810df49f95d5d8843f2d91f369ebcfd7fc #13 DONE 6.6s #31 [tomlv 3/3] RUN PREFIX=/build ./install.sh tomlv #31 sha256:c0c94dca8bd3fe58c97c61f88742d79b4487506e9fef03054eb3e984da11f25c #31 DONE 83.8s #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 17.41 PBCC images/timens.pb-c.c #41 17.45 DEP images/timens.pb-c.d #41 17.53 PBCC images/fown.pb-c.c #41 17.61 PBCC images/google/protobuf/descriptor.pb-c.c #41 17.75 PBCC images/opts.pb-c.c #41 17.80 PBCC images/memfd.pb-c.c #41 17.88 DEP images/fown.pb-c.d #41 17.94 DEP images/google/protobuf/descriptor.pb-c.d #41 18.02 DEP images/opts.pb-c.d #41 18.12 DEP images/memfd.pb-c.d #41 18.21 PBCC images/sit.pb-c.c #41 18.28 DEP images/sit.pb-c.d #41 18.39 PBCC images/macvlan.pb-c.c #41 18.42 DEP images/macvlan.pb-c.d #41 18.48 PBCC images/autofs.pb-c.c #41 18.53 DEP images/autofs.pb-c.d #41 18.63 PBCC images/sysctl.pb-c.c #41 18.67 DEP images/sysctl.pb-c.d #41 18.75 PBCC images/time.pb-c.c #41 18.78 DEP images/time.pb-c.d #41 18.87 PBCC images/binfmt-misc.pb-c.c #41 18.90 DEP images/binfmt-misc.pb-c.d #41 18.96 PBCC images/seccomp.pb-c.c #41 19.00 DEP images/seccomp.pb-c.d #41 19.08 PBCC images/userns.pb-c.c #41 19.09 DEP images/userns.pb-c.d #41 19.15 PBCC images/cgroup.pb-c.c #41 19.21 DEP images/cgroup.pb-c.d #41 19.29 PBCC images/ext-file.pb-c.c #41 19.30 DEP images/ext-file.pb-c.d #41 19.40 PBCC images/rpc.pb-c.c #41 19.58 DEP images/rpc.pb-c.d #41 19.62 PBCC images/siginfo.pb-c.c #41 19.65 DEP images/siginfo.pb-c.d #41 19.73 PBCC images/pagemap.pb-c.c #41 19.81 DEP images/pagemap.pb-c.d #41 19.93 PBCC images/rlimit.pb-c.c #41 19.93 DEP images/rlimit.pb-c.d #41 19.99 PBCC images/file-lock.pb-c.c #41 20.01 DEP images/file-lock.pb-c.d #41 20.09 PBCC images/tty.pb-c.c #41 20.18 DEP images/tty.pb-c.d #41 20.28 PBCC images/tun.pb-c.c #41 20.39 PBCC images/netdev.pb-c.c #41 20.50 DEP images/tun.pb-c.d #41 20.66 DEP images/netdev.pb-c.d #41 20.69 PBCC images/vma.pb-c.c #41 20.79 DEP images/vma.pb-c.d #41 20.84 PBCC images/creds.pb-c.c #41 20.88 DEP images/creds.pb-c.d #41 20.95 PBCC images/utsns.pb-c.c #41 20.95 DEP images/utsns.pb-c.d #41 ... #36 [tini 4/4] RUN PREFIX=/build ./install.sh tini #36 sha256:03f92a79cedff0a476620a91ce3655c835835637a2fc9ae797250056d1d91ec7 #36 9.311 + RM_GOPATH=0 #36 9.311 + TMP_GOPATH= #36 9.311 + : /build #36 9.311 + '[' -z '' ']' #36 9.318 ++ mktemp -d #36 9.322 + export GOPATH=/tmp/tmp.1njZl3TH4z #36 9.322 + GOPATH=/tmp/tmp.1njZl3TH4z #36 9.322 + RM_GOPATH=1 #36 9.327 ++ dirname ./install.sh #36 9.329 + dir=. #36 9.329 + bin=tini #36 9.329 + shift #36 9.329 + '[' '!' -f ./tini.installer ']' #36 9.339 + . ./tini.installer #36 9.339 ++ : fec3683b971d9c3ef73f284f176672c44b448662 #36 9.339 + install_tini #36 9.339 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' #36 9.339 + git clone https://github.com/krallin/tini.git /tmp/tmp.1njZl3TH4z/tini #36 9.355 Cloning into '/tmp/tmp.1njZl3TH4z/tini'... #36 9.358 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 #36 10.75 + cd /tmp/tmp.1njZl3TH4z/tini #36 10.75 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 #36 10.77 + cmake . #36 11.58 -- The C compiler identification is GNU 8.3.0 #36 11.66 -- Check for working C compiler: /usr/bin/cc #36 12.66 -- Check for working C compiler: /usr/bin/cc -- works #36 12.70 -- Detecting C compiler ABI info #36 13.96 -- Detecting C compiler ABI info - done #36 14.04 -- Detecting C compile features #36 16.35 -- Detecting C compile features - done #36 16.41 -- Performing Test HAS_BUILTIN_FORTIFY #36 16.65 -- Performing Test HAS_BUILTIN_FORTIFY - Failed #36 16.76 -- Configuring done #36 16.78 -- Generating done #36 16.79 -- Build files have been written to: /tmp/tmp.1njZl3TH4z/tini #36 16.81 + make tini-static #36 17.25 Scanning dependencies of target tini-static #36 17.43 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o #36 19.07 [100%] Linking C executable tini-static #36 ... #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 21.04 PBCC images/ipc-desc.pb-c.c #41 21.13 PBCC images/ipc-sem.pb-c.c #41 21.14 DEP images/ipc-desc.pb-c.d #41 21.20 DEP images/ipc-sem.pb-c.d #41 21.28 PBCC images/ipc-msg.pb-c.c #41 21.28 DEP images/ipc-msg.pb-c.d #41 21.37 PBCC images/ipc-shm.pb-c.c #41 21.40 DEP images/ipc-shm.pb-c.d #41 21.45 PBCC images/ipc-var.pb-c.c #41 21.49 DEP images/ipc-var.pb-c.d #41 21.53 PBCC images/sk-opts.pb-c.c #41 21.62 PBCC images/packet-sock.pb-c.c #41 21.76 DEP images/sk-opts.pb-c.d #41 21.78 DEP images/packet-sock.pb-c.d #41 21.87 PBCC images/sk-netlink.pb-c.c #41 21.95 DEP images/sk-netlink.pb-c.d #41 21.99 PBCC images/sk-inet.pb-c.c #41 ... #36 [tini 4/4] RUN PREFIX=/build ./install.sh tini #36 sha256:03f92a79cedff0a476620a91ce3655c835835637a2fc9ae797250056d1d91ec7 #36 19.86 [100%] Built target tini-static #36 19.96 + mkdir -p /build #36 19.99 + cp tini-static /build/docker-init #36 DONE 20.4s #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 22.08 DEP images/sk-inet.pb-c.d #41 22.11 PBCC images/sk-unix.pb-c.c #41 22.14 DEP images/sk-unix.pb-c.d #41 22.22 PBCC images/mm.pb-c.c #41 22.33 DEP images/mm.pb-c.d #41 22.37 PBCC images/timerfd.pb-c.c #41 22.45 DEP images/timerfd.pb-c.d #41 22.54 PBCC images/timer.pb-c.c #41 22.58 DEP images/timer.pb-c.d #41 22.66 PBCC images/sa.pb-c.c #41 22.77 DEP images/sa.pb-c.d #41 22.80 PBCC images/pipe-data.pb-c.c #41 22.84 DEP images/pipe-data.pb-c.d #41 22.92 PBCC images/mnt.pb-c.c #41 22.96 DEP images/mnt.pb-c.d #41 23.01 PBCC images/sk-packet.pb-c.c #41 23.06 DEP images/sk-packet.pb-c.d #41 23.14 PBCC images/tcp-stream.pb-c.c #41 23.21 DEP images/tcp-stream.pb-c.d #41 23.23 PBCC images/pipe.pb-c.c #41 23.29 DEP images/pipe.pb-c.d #41 23.36 PBCC images/pstree.pb-c.c #41 23.38 DEP images/pstree.pb-c.d #41 23.45 PBCC images/fs.pb-c.c #41 23.52 DEP images/fs.pb-c.d #41 23.56 PBCC images/signalfd.pb-c.c #41 23.66 DEP images/signalfd.pb-c.d #41 23.69 PBCC images/fh.pb-c.c #41 23.74 PBCC images/fsnotify.pb-c.c #41 ... #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buildpack-deps:jessie@sha256:dd86dced7c9cd2a724e779730f0a53f93b7ef42228d4344b25ce9a42a1486251 busybox:latest@sha256:bbc3a03235220b170ba48a157dd097dd1379299370e1ed99ce976df0355d24f0 busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6 debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60 hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c #26 sha256:5560905bc13cdb46f7cb39b27ec562a045d9fb78e264be2b12d74de9067fc563 #26 24.81 Downloading 'library/busybox:glibc@sha256:0b55a30394294ab23b9afd58fab94e61a923f5834fba7ddbae7f8e0c11ba85e6' (1 layers)... #26 25.21 #26 25.40 0.7% ################################################################## 92.1% ######################################################################## 100.0% #26 25.65 #26 26.50 Downloading 'library/debian:jessie@sha256:287a20c5f73087ab406e6b364833e3fb7b3ae63ca0eb3486555dc27ed32c6e60' (1 layers)... #26 26.62 skipping existing 1849cc453dee #26 26.74 #26 27.61 Downloading 'library/hello-world:latest@sha256:be0cd392e45be79ffeffa6b05338b98ebb16c87b255f48e297ec7f98e123905c' (1 layers)... #26 27.96 #26 28.21 ######################################################################## 100.0% #26 28.26 #26 28.36 Download of images into '/build' complete. #26 28.36 Use something like the following to load the result into a Docker daemon: #26 28.36 tar -cC '/build' . | docker load #26 DONE 28.8s #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 23.81 DEP images/fh.pb-c.d #41 23.87 DEP images/fsnotify.pb-c.d #41 23.95 PBCC images/eventpoll.pb-c.c #41 24.05 DEP images/eventpoll.pb-c.d #41 24.06 PBCC images/eventfd.pb-c.c #41 24.09 DEP images/eventfd.pb-c.d #41 24.22 PBCC images/remap-file-path.pb-c.c #41 24.22 DEP images/remap-file-path.pb-c.d #41 24.24 PBCC images/fifo.pb-c.c #41 24.27 DEP images/fifo.pb-c.d #41 24.33 PBCC images/ghost-file.pb-c.c #41 24.36 DEP images/ghost-file.pb-c.d #41 24.42 PBCC images/regfile.pb-c.c #41 24.48 DEP images/regfile.pb-c.d #41 24.54 PBCC images/ns.pb-c.c #41 24.57 DEP images/ns.pb-c.d #41 24.64 PBCC images/fdinfo.pb-c.c #41 24.81 DEP images/fdinfo.pb-c.d #41 24.84 PBCC images/core-aarch64.pb-c.c #41 24.94 PBCC images/core-arm.pb-c.c #41 25.01 PBCC images/core-ppc64.pb-c.c #41 25.14 PBCC images/core-s390.pb-c.c #41 25.14 PBCC images/core-x86.pb-c.c #41 25.17 PBCC images/core.pb-c.c #41 25.36 PBCC images/inventory.pb-c.c #41 25.75 DEP images/core-aarch64.pb-c.d #41 25.75 DEP images/core-arm.pb-c.d #41 25.75 DEP images/core-ppc64.pb-c.d #41 25.75 DEP images/core-s390.pb-c.d #41 25.75 DEP images/core-x86.pb-c.d #41 25.92 DEP images/core.pb-c.d #41 25.92 DEP images/inventory.pb-c.d #41 25.96 PBCC images/cpuinfo.pb-c.c #41 25.99 DEP images/cpuinfo.pb-c.d #41 26.07 PBCC images/stats.pb-c.c #41 26.31 DEP images/stats.pb-c.d + return + VERSION=0.0.0-20210129131206-eeec7e566a + PRODUCT=docker + hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210129131206-eeec7e566a GOOS="" GOARCH="" GOARM="" #41 ... #44 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #44 sha256:34178fa75bece4990d458bcfbb6be06addb001c15ec81ebcddf937effed1bc2c #44 81.39 go/ast #44 83.09 internal/lazyregexp #44 83.41 path #44 83.95 io/ioutil #44 84.91 net/url #44 86.86 text/template/parse #44 87.72 go/parser #44 91.69 log #44 92.01 text/template #44 ... #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 27.74 make[1]: Nothing to be done for 'all'. #41 29.39 CC images/stats.o #41 ... #14 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker #14 sha256:fd49c3fc534b3fbafeebcceecae12cc10ac264b0718d2d245721b78412a8fbd7 #14 ... #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 29.75 CC images/core.o #41 30.61 CC images/core-x86.o #41 ... #14 [dev 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker #14 sha256:fd49c3fc534b3fbafeebcceecae12cc10ac264b0718d2d245721b78412a8fbd7 #14 DONE 11.7s #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 31.35 CC images/core-arm.o #41 31.88 CC images/core-aarch64.o #41 32.34 CC images/core-ppc64.o #41 33.18 CC images/core-s390.o #41 34.06 CC images/cpuinfo.o #41 34.58 CC images/inventory.o #41 34.88 CC images/fdinfo.o #41 35.26 CC images/fown.o #41 35.54 CC images/ns.o #41 35.82 CC images/regfile.o #41 36.14 CC images/ghost-file.o #41 36.56 CC images/fifo.o #41 36.84 CC images/remap-file-path.o #41 37.23 CC images/eventfd.o #41 37.45 CC images/eventpoll.o #41 ... #59 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #59 sha256:b2a4cfba340168169b44d825ec1e5ac47be71e501f7eeabb7f4561850b9f633d #59 59.62 Checking out files: 38% (1736/4567) Checking out files: 39% (1782/4567) Checking out files: 40% (1827/4567) Checking out files: 41% (1873/4567) Checking out files: 42% (1919/4567) Checking out files: 43% (1964/4567) Checking out files: 44% (2010/4567) Checking out files: 45% (2056/4567) Checking out files: 46% (2101/4567) Checking out files: 47% (2147/4567) Checking out files: 48% (2193/4567) Checking out files: 49% (2238/4567) Checking out files: 50% (2284/4567) Checking out files: 51% (2330/4567) Checking out files: 52% (2375/4567) Checking out files: 53% (2421/4567) Checking out files: 54% (2467/4567) Checking out files: 55% (2512/4567) Checking out files: 56% (2558/4567) #59 ... #44 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #44 sha256:34178fa75bece4990d458bcfbb6be06addb001c15ec81ebcddf937effed1bc2c #44 92.28 encoding/binary #44 94.28 encoding/base64 #44 95.38 encoding/json #44 97.51 go/doc #44 101.0 github.com/LK4D4/vndr/build #44 101.7 encoding/xml #44 ... #59 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #59 sha256:b2a4cfba340168169b44d825ec1e5ac47be71e501f7eeabb7f4561850b9f633d #59 59.62 Checking out files: 38% (1736/4567) Checking out files: 39% (1782/4567) Checking out files: 40% (1827/4567) Checking out files: 41% (1873/4567) Checking out files: 42% (1919/4567) Checking out files: 43% (1964/4567) Checking out files: 44% (2010/4567) Checking out files: 45% (2056/4567) Checking out files: 46% (2101/4567) Checking out files: 47% (2147/4567) Checking out files: 48% (2193/4567) Checking out files: 49% (2238/4567) Checking out files: 50% (2284/4567) Checking out files: 51% (2330/4567) Checking out files: 52% (2375/4567) Checking out files: 53% (2421/4567) Checking out files: 54% (2467/4567) Checking out files: 55% (2512/4567) Checking out files: 56% (2558/4567) Checking out files: 57% (2604/4567) Checking out files: 58% (2649/4567) Checking out files: 59% (2695/4567) Checking out files: 60% (2741/4567) Checking out files: 61% (2786/4567) Checking out files: 62% (2832/4567) Checking out files: 63% (2878/4567) Checking out files: 64% (2923/4567) Checking out files: 65% (2969/4567) Checking out files: 66% (3015/4567) Checking out files: 67% (3060/4567) Checking out files: 68% (3106/4567) Checking out files: 69% (3152/4567) Checking out files: 70% (3197/4567) Checking out files: 71% (3243/4567) Checking out files: 72% (3289/4567) Checking out files: 73% (3334/4567) Checking out files: 74% (3380/4567) Checking out files: 75% (3426/4567) Checking out files: 75% (3446/4567) Checking out files: 76% (3471/4567) Checking out files: 77% (3517/4567) Checking out files: 78% (3563/4567) Checking out files: 79% (3608/4567) Checking out files: 80% (3654/4567) Checking out files: 81% (3700/4567) Checking out files: 82% (3745/4567) Checking out files: 83% (3791/4567) Checking out files: 84% (3837/4567) Checking out files: 85% (3882/4567) Checking out files: 86% (3928/4567) Checking out files: 87% (3974/4567) Checking out files: 88% (4019/4567) Checking out files: 89% (4065/4567) Checking out files: 90% (4111/4567) Checking out files: 91% (4156/4567) Checking out files: 92% (4202/4567) Checking out files: 93% (4248/4567) Checking out files: 94% (4293/4567) Checking out files: 95% (4339/4567) Checking out files: 96% (4385/4567) Checking out files: 97% (4430/4567) Checking out files: 98% (4476/4567) Checking out files: 98% (4515/4567) Checking out files: 99% (4522/4567) Checking out files: 100% (4567/4567) Checking out files: 100% (4567/4567), done. #59 61.75 + cd /tmp/tmp.4VloSymNeQ/src/github.com/containerd/containerd #59 61.75 + git checkout -q ea765aba0d05254012b0b9e595e995c09186427f #59 ... #15 [dev 6/25] RUN ldconfig #15 sha256:7f2d5debfc32552ee63cc6ca3afebdc60b5d51fa08fada1ab11f991feca9dd0c #15 ... #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 37.75 CC images/fh.o #41 38.09 CC images/fsnotify.o #41 38.93 CC images/signalfd.o #41 39.16 CC images/fs.o #41 39.49 CC images/pstree.o #41 39.79 CC images/pipe.o #41 40.02 CC images/tcp-stream.o #41 40.48 CC images/sk-packet.o #41 40.78 CC images/mnt.o #41 40.96 CC images/pipe-data.o #41 41.18 CC images/sa.o #41 41.47 CC images/timer.o #41 41.99 CC images/timerfd.o #41 ... #15 [dev 6/25] RUN ldconfig #15 sha256:7f2d5debfc32552ee63cc6ca3afebdc60b5d51fa08fada1ab11f991feca9dd0c #15 DONE 11.1s #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 42.38 CC images/mm.o #41 42.76 CC images/sk-opts.o #41 42.99 CC images/sk-unix.o #41 43.48 CC images/sk-inet.o #41 43.87 CC images/tun.o #41 44.21 CC images/sk-netlink.o #41 44.59 CC images/packet-sock.o #41 45.01 CC images/ipc-var.o #41 45.25 CC images/ipc-desc.o #41 45.58 CC images/ipc-shm.o #41 45.82 CC images/ipc-msg.o #41 46.26 CC images/ipc-sem.o #41 46.50 CC images/utsns.o #41 46.82 CC images/creds.o #41 47.15 CC images/vma.o #41 47.42 CC images/netdev.o #41 47.84 CC images/tty.o #41 48.75 CC images/file-lock.o #41 48.96 CC images/rlimit.o #41 49.28 CC images/pagemap.o #41 49.66 CC images/siginfo.o #41 50.11 CC images/rpc.o #41 ... #62 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #62 sha256:34c087694a3ef2f2135c289c427e1ca0699b8dcea9fc86f324f3d517ade42cdf #62 114.5 + for f in rootlesskit rootlesskit-docker-proxy #62 114.5 + go build -ldflags= -o /build//rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy #62 ... #44 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #44 sha256:34178fa75bece4990d458bcfbb6be06addb001c15ec81ebcddf937effed1bc2c #44 104.6 github.com/LK4D4/vndr/versioned #44 104.8 compress/flate #44 108.2 hash #44 108.2 context #44 108.4 hash/crc32 #44 108.9 crypto/cipher #44 109.2 compress/gzip #44 109.9 math/big #44 110.3 crypto/aes #44 111.4 crypto #44 111.7 crypto/des #44 112.4 crypto/internal/randutil #44 112.5 crypto/sha512 #44 113.7 crypto/ed25519/internal/edwards25519 #44 116.1 crypto/hmac #44 ... #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 51.73 CC images/ext-file.o #41 51.95 CC images/cgroup.o #41 ... #16 [dev 7/25] RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion binutils-mingw-w64 libbtrfs-dev bzip2 g++-mingw-w64-x86-64 iptables jq libcap2-bin libdevmapper-dev libnet1 libnl-3-200 libprotobuf-c1 libsystemd-dev libudev-dev net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs xz-utils zip && rm -rf /var/lib/apt/lists/* #16 sha256:cc19e1443fb6063285471f623942e8063abef5552d333bfc17a535430145cb3d #16 5.381 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] #16 5.400 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] #16 5.434 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] #16 6.144 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [303 kB] #16 7.357 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] #16 9.356 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] #16 ... #59 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #59 sha256:b2a4cfba340168169b44d825ec1e5ac47be71e501f7eeabb7f4561850b9f633d #59 64.51 + export 'BUILDTAGS=netgo osusergo static_build' #59 64.51 + BUILDTAGS='netgo osusergo static_build' #59 64.51 + export EXTRA_FLAGS=-buildmode=pie #59 64.51 + EXTRA_FLAGS=-buildmode=pie #59 64.51 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' #59 64.51 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' #59 64.51 + '[' '' = dynamic ']' #59 64.51 + make #59 65.48 + bin/ctr #59 ... #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 52.82 CC images/userns.o #41 53.31 CC images/google/protobuf/descriptor.o #41 55.37 CC images/opts.o #41 55.62 CC images/seccomp.o #41 56.01 CC images/binfmt-misc.o #41 56.27 CC images/time.o #41 56.56 CC images/sysctl.o #41 56.90 CC images/autofs.o #41 57.20 CC images/macvlan.o #41 57.44 CC images/sit.o #41 57.73 CC images/memfd.o #41 58.19 CC images/timens.o #41 58.66 LINK images/built-in.o #41 58.82 GEN compel/include/asm #41 58.84 GEN compel/include/version.h #41 58.86 touch .config #41 58.90 GEN include/common/config.h #41 59.02 GEN compel/plugins/include/uapi/std/syscall-codes-64.h #41 59.05 GEN compel/plugins/include/uapi/std/syscall-64.h #41 59.08 GEN compel/arch/x86/plugins/std/syscalls-64.S #41 59.11 DEP compel/arch/x86/plugins/std/syscalls-64.d #41 ... #62 [rootlesskit 3/4] RUN PREFIX=/build/ ./install.sh rootlesskit #62 sha256:34c087694a3ef2f2135c289c427e1ca0699b8dcea9fc86f324f3d517ade42cdf #62 DONE 123.5s #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 59.15 DEP compel/arch/x86/plugins/std/memcpy.d #41 59.20 DEP compel/arch/x86/plugins/std/parasite-head.d #41 59.25 GEN compel/plugins/include/uapi/std/syscall.h #41 ... #63 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless.sh /build #63 sha256:96e5b803983684e056482a091b25013b5a3f60dd0e0595b5d1c0f7315e63a1f4 #63 DONE 0.2s #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 59.30 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c #41 59.33 GEN compel/plugins/include/uapi/std/syscall-codes.h #41 59.35 GEN compel/plugins/include/uapi/std/asm/syscall-types.h #41 59.36 DEP compel/plugins/std/infect.d #41 59.56 DEP compel/plugins/std/string.d #41 59.69 DEP compel/plugins/std/log.d #41 59.82 DEP compel/plugins/std/fds.d #41 59.99 DEP compel/plugins/std/std.d #41 60.14 DEP compel/plugins/shmem/shmem.d #41 60.27 DEP compel/plugins/fds/fds.d #41 60.49 CC compel/plugins/std/std.o #41 60.91 CC compel/plugins/std/fds.o #41 61.51 CC compel/plugins/std/log.o #41 ... #44 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #44 sha256:34178fa75bece4990d458bcfbb6be06addb001c15ec81ebcddf937effed1bc2c #44 116.3 crypto/md5 #44 117.1 crypto/rc4 #44 117.5 crypto/sha1 #44 118.7 crypto/sha256 #44 119.9 crypto/rand #44 119.9 crypto/elliptic #44 120.7 encoding/asn1 #44 122.9 crypto/ed25519 #44 123.2 crypto/rsa #44 123.5 crypto/ecdsa #44 124.3 crypto/dsa #44 124.8 encoding/hex #44 125.1 encoding/pem #44 125.2 crypto/x509/pkix #44 125.6 vendor/golang.org/x/crypto/cryptobyte #44 126.0 vendor/golang.org/x/net/dns/dnsmessage #44 ... #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 62.54 CC compel/plugins/std/string.o #41 63.38 CC compel/plugins/std/infect.o #41 63.95 CC compel/arch/x86/plugins/std/parasite-head.o #41 64.01 CC compel/arch/x86/plugins/std/memcpy.o #41 64.05 CC compel/arch/x86/plugins/std/syscalls-64.o #41 64.17 AR compel/plugins/std.lib.a #41 64.26 CC compel/plugins/fds/fds.o #41 64.62 AR compel/plugins/fds.lib.a #41 64.71 HOSTDEP compel/src/lib/log-host.d #41 64.91 HOSTDEP compel/src/lib/handle-elf-host.d #41 65.02 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d #41 65.15 HOSTDEP compel/src/main-host.d #41 65.29 DEP compel/src/lib/ptrace.d #41 65.40 DEP compel/src/lib/infect.d #41 65.65 DEP compel/src/lib/infect-util.d #41 65.74 DEP compel/src/lib/infect-rpc.d #41 65.92 DEP compel/arch/x86/src/lib/infect.d #41 66.11 DEP compel/arch/x86/src/lib/cpu.d #41 66.18 DEP compel/src/lib/log.d #41 66.31 DEP compel/src/main.d #41 66.40 DEP compel/src/lib/handle-elf.d #41 66.54 DEP compel/arch/x86/src/lib/handle-elf.d #41 66.72 CC compel/src/lib/log.o #41 66.96 CC compel/arch/x86/src/lib/cpu.o Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20210129131206-eeec7e566a cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : fec3683b971d9c3ef73f284f176672c44b448662 + install_tini + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' + git clone https://github.com/krallin/tini.git /go/tini Install tini version fec3683b971d9c3ef73f284f176672c44b448662 Cloning into '/go/tini'... + cd /go/tini + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 + cmake . -- The C compiler identification is GNU 5.4.0 -- Check for working C compiler: /usr/bin/x86_64-linux-gnu-gcc -- Check for working C compiler: /usr/bin/x86_64-linux-gnu-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Success -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' Scanning dependencies of target tini-static make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=proxy + shift + '[' '!' -f hack/dockerfile/install/proxy.installer ']' + . hack/dockerfile/install/proxy.installer ++ : 55e924b8a84231a065879156c0de95aefc5f5435 Install docker-proxy version 55e924b8a84231a065879156c0de95aefc5f5435 + install_proxy dynamic + case "$1" in + install_proxy_dynamic + export PROXY_LDFLAGS=-linkmode=external install_proxy + PROXY_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_proxy + echo 'Install docker-proxy version 55e924b8a84231a065879156c0de95aefc5f5435' + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork Cloning into '/go/src/github.com/docker/libnetwork'... + cd /go/src/github.com/docker/libnetwork + git checkout -q 55e924b8a84231a065879156c0de95aefc5f5435 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy + return # Build the CLI cd /go/src/github.com/docker/cli && \ LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20210129131206-eeec7e566a GITCOMMIT=eeec7e566a dynbinary manpages make[2]: Entering directory '/root/build-deb/cli' ./scripts/build/dynbinary Building dynamically linked build/docker-linux-amd64 #41 67.86 CC compel/arch/x86/src/lib/infect.o #41 68.86 CC compel/src/lib/infect-rpc.o #41 69.25 CC compel/src/lib/infect-util.o #41 69.50 CC compel/src/lib/infect.o #41 ... #16 [dev 7/25] RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion binutils-mingw-w64 libbtrfs-dev bzip2 g++-mingw-w64-x86-64 iptables jq libcap2-bin libdevmapper-dev libnet1 libnl-3-200 libprotobuf-c1 libsystemd-dev libudev-dev net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs xz-utils zip && rm -rf /var/lib/apt/lists/* #16 sha256:cc19e1443fb6063285471f623942e8063abef5552d333bfc17a535430145cb3d #16 17.35 Fetched 8465 kB in 12s (694 kB/s) #16 17.35 Reading package lists... #16 22.87 Reading package lists... #16 27.49 Building dependency tree... #16 ... #44 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #44 sha256:34178fa75bece4990d458bcfbb6be06addb001c15ec81ebcddf937effed1bc2c #44 128.1 vendor/golang.org/x/crypto/internal/chacha20 #44 128.9 vendor/golang.org/x/crypto/poly1305 #44 129.3 vendor/golang.org/x/sys/cpu #44 129.6 vendor/golang.org/x/crypto/chacha20poly1305 #44 130.3 net #44 130.9 vendor/golang.org/x/crypto/hkdf #44 131.1 vendor/golang.org/x/text/transform #44 131.8 vendor/golang.org/x/text/unicode/bidi #44 133.6 vendor/golang.org/x/text/secure/bidirule #44 134.0 vendor/golang.org/x/text/unicode/norm #44 ... #16 [dev 7/25] RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion binutils-mingw-w64 libbtrfs-dev bzip2 g++-mingw-w64-x86-64 iptables jq libcap2-bin libdevmapper-dev libnet1 libnl-3-200 libprotobuf-c1 libsystemd-dev libudev-dev net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs xz-utils zip && rm -rf /var/lib/apt/lists/* #16 sha256:cc19e1443fb6063285471f623942e8063abef5552d333bfc17a535430145cb3d #16 27.49 Building dependency tree... #16 28.47 Reading state information... #16 29.83 libcap2-bin is already the newest version (1:2.25-2). #16 29.83 libcap2-bin set to manually installed. #16 29.83 The following additional packages will be installed: #16 29.83 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base #16 29.83 gcc-mingw-w64-x86-64 libaio1 libbtrfs0 libdevmapper-event1.02.1 #16 29.83 libdevmapper1.02.1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 #16 29.84 libmpdec2 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 #16 29.84 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpython3-stdlib #16 29.84 libpython3.7-minimal libpython3.7-stdlib libreadline5 libselinux1-dev #16 29.84 libsepol1-dev libsystemd0 libudev1 mingw-w64-common mingw-w64-x86-64-dev #16 29.84 python-pip-whl python3 python3-distutils python3-lib2to3 python3-minimal #16 29.84 python3-pkg-resources python3.7 python3.7-minimal vim-runtime xxd #16 29.85 Suggested packages: #16 29.85 apparmor-profiles-extra apparmor-utils bzip2-doc gcc-8-locales kmod gpm #16 29.85 wine64 python3-doc python3-tk python3-venv python-setuptools-doc #16 29.85 python3.7-venv python3.7-doc binfmt-support ctags vim-doc vim-scripts #16 29.85 xfsdump acl attr quota #16 29.85 Recommended packages: #16 29.85 aufs-dkms nftables build-essential python3-dev python3-keyring #16 29.85 python3-keyrings.alt python3-xdg unzip #16 32.64 The following NEW packages will be installed: #16 32.64 apparmor aufs-tools bash-completion binutils-mingw-w64 #16 32.64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 bzip2 dmsetup #16 32.64 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 iptables jq #16 32.64 libaio1 libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 #16 32.65 libdevmapper1.02.1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 #16 32.65 libmpdec2 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 #16 32.65 libnl-3-200 libonig5 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 #16 32.65 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib #16 32.65 libreadline5 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev #16 32.65 mingw-w64-common mingw-w64-x86-64-dev net-tools pigz python-pip-whl python3 #16 32.65 python3-distutils python3-lib2to3 python3-minimal python3-pip #16 32.65 python3-pkg-resources python3-setuptools python3-wheel python3.7 #16 32.65 python3.7-minimal thin-provisioning-tools vim vim-common vim-runtime #16 32.65 xfsprogs xxd xz-utils zip #16 32.66 The following packages will be upgraded: #16 32.68 libsystemd0 libudev1 #16 33.09 2 upgraded, 68 newly installed, 0 to remove and 32 not upgraded. #16 33.09 Need to get 105 MB of archives. #16 33.09 After this operation, 597 MB of additional disk space will be used. #16 33.09 Get:1 http://deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] #16 33.10 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libsystemd0 amd64 241-7~deb10u8 [331 kB] #16 33.10 Get:3 http://deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] #16 33.15 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 libudev1 amd64 241-7~deb10u8 [151 kB] #16 33.15 Get:5 http://security.debian.org/debian-security buster/updates/main amd64 libudev-dev amd64 241-7~deb10u8 [110 kB] #16 33.18 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 libsystemd-dev amd64 241-7~deb10u8 [322 kB] #16 33.20 Get:7 http://deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] #16 33.35 Get:8 http://deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] #16 33.35 Get:9 http://deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] #16 33.35 Get:10 http://deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] #16 33.48 Get:11 http://deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] #16 33.50 Get:12 http://deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] #16 33.50 Get:13 http://deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] #16 33.51 Get:14 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] #16 33.52 Get:15 http://deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] #16 33.53 Get:16 http://deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] #16 33.53 Get:17 http://deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] #16 33.53 Get:18 http://deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] #16 33.54 Get:19 http://deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] #16 33.54 Get:20 http://deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] #16 33.58 Get:21 http://deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] #16 33.59 Get:22 http://deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] #16 33.60 Get:23 http://deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] #16 33.63 Get:24 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] #16 33.64 Get:25 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] #16 33.66 Get:26 http://deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] #16 33.70 Get:27 http://deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] #16 33.72 Get:28 http://deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] #16 33.88 Get:29 http://deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] #16 34.06 Get:30 http://deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] #16 34.08 Get:31 http://deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] #16 34.09 Get:32 http://deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] #16 34.09 Get:33 http://deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] #16 34.46 Get:34 http://deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] #16 34.73 Get:35 http://deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] #16 34.74 Get:36 http://deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] #16 37.80 Get:37 http://deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] #16 ... #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 72.28 CC compel/src/lib/ptrace.o #41 72.77 AR compel/libcompel.a #41 72.86 HOSTCC compel/src/main-host.o #41 73.26 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o #41 73.45 HOSTCC compel/src/lib/handle-elf-host.o #41 73.81 HOSTCC compel/src/lib/log-host.o #41 74.02 HOSTLINK compel/compel-host-bin #41 74.24 DEP soccr/soccr.d #41 74.44 CC soccr/soccr.o #41 76.05 AR soccr/libsoccr.a #41 76.12 make[1]: 'soccr/libsoccr.a' is up to date. #41 76.57 DEP criu/arch/x86/sigframe.d #41 76.68 DEP criu/arch/x86/sigaction_compat.d #41 76.82 DEP criu/arch/x86/kerndat.d #41 76.97 DEP criu/arch/x86/crtools.d #41 77.18 DEP criu/arch/x86/cpu.d #41 77.36 CC criu/arch/x86/cpu.o #41 78.06 CC criu/arch/x86/crtools.o #41 79.58 CC criu/arch/x86/kerndat.o #41 80.14 CC criu/arch/x86/sigaction_compat.o #41 80.39 CC criu/arch/x86/sigframe.o #41 80.70 LINK criu/arch/x86/crtools.built-in.o #41 80.77 DEP criu/pie/util-vdso-elf32.d #41 80.95 DEP criu/pie/util-vdso.d #41 81.14 DEP criu/pie/util.d #41 81.35 CC criu/pie/util.o #41 81.68 CC criu/pie/util-vdso.o #41 82.48 CC criu/pie/util-vdso-elf32.o #41 ... #50 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter #50 sha256:10af3c40b4e83f7b385173c97b2b4a3e589b4ad6875ec29a0fe30de67a898b4e #50 136.6 + GOBIN=/build #50 136.6 + /build/gometalinter --install #50 136.6 Installing: #50 136.6 deadcode #50 136.6 dupl #50 136.6 errcheck #50 136.6 gas #50 136.6 gochecknoglobals #50 136.6 gochecknoinits #50 136.6 goconst #50 136.6 gocyclo #50 136.6 goimports #50 136.6 golint #50 136.6 gosimple #50 136.6 gotype #50 136.6 gotypex #50 136.6 ineffassign #50 136.6 interfacer #50 136.6 lll #50 136.6 maligned #50 136.6 megacheck #50 136.6 misspell #50 136.6 nakedret #50 136.6 safesql #50 136.6 staticcheck #50 136.6 structcheck #50 136.6 unconvert #50 136.6 unparam #50 136.6 unused #50 136.6 varcheck #50 ... #16 [dev 7/25] RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion binutils-mingw-w64 libbtrfs-dev bzip2 g++-mingw-w64-x86-64 iptables jq libcap2-bin libdevmapper-dev libnet1 libnl-3-200 libprotobuf-c1 libsystemd-dev libudev-dev net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs xz-utils zip && rm -rf /var/lib/apt/lists/* #16 sha256:cc19e1443fb6063285471f623942e8063abef5552d333bfc17a535430145cb3d #16 40.00 Get:38 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] #16 40.00 Get:39 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] #16 40.00 Get:40 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] #16 40.02 Get:41 http://deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] #16 40.02 Get:42 http://deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] #16 40.02 Get:43 http://deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] #16 40.04 Get:44 http://deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] #16 40.04 Get:45 http://deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] #16 40.08 Get:46 http://deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] #16 40.11 Get:47 http://deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] #16 40.13 Get:48 http://deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] #16 40.14 Get:49 http://deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] #16 40.21 Get:50 http://deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] #16 40.23 Get:51 http://deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] #16 40.23 Get:52 http://deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] #16 40.23 Get:53 http://deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] #16 40.95 Get:54 http://deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] #16 40.96 Get:55 http://deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] #16 40.96 Get:56 http://deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] #16 40.96 Get:57 http://deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] #16 40.97 Get:58 http://deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] #16 41.00 Get:59 http://deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] #16 41.18 Get:60 http://deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] #16 41.18 Get:61 http://deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] #16 41.19 Get:62 http://deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] #16 41.19 Get:63 http://deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] #16 41.21 Get:64 http://deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] #16 41.23 Get:65 http://deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] #16 41.24 Get:66 http://deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] #16 41.26 Get:67 http://deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] #16 ... #44 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #44 sha256:34178fa75bece4990d458bcfbb6be06addb001c15ec81ebcddf937effed1bc2c #44 138.0 vendor/golang.org/x/net/idna #44 140.6 vendor/golang.org/x/net/http2/hpack #44 141.7 mime #44 143.9 mime/quotedprintable #44 144.3 net/http/internal #44 144.5 os/exec #44 ... #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 83.47 AR criu/pie/pie.lib.a #41 83.54 DEP criu/pie/restorer.d #41 83.76 DEP criu/arch/x86/sigaction_compat_pie.d #41 83.92 DEP criu/arch/x86/restorer_unmap.d #41 83.95 DEP criu/arch/x86/restorer.d #41 84.26 DEP criu/arch/x86/vdso-pie.d #41 84.40 DEP criu/pie/parasite-vdso.d #41 84.60 DEP criu/pie/parasite.d #41 84.90 CC criu/pie/parasite.o #41 86.36 LINK criu/pie/parasite.built-in.o #41 86.38 GEN criu/pie/parasite-blob.h #41 86.40 CC criu/pie/parasite-vdso.o #41 87.25 CC criu/arch/x86/vdso-pie.o #41 87.71 CC criu/arch/x86/restorer.o #41 88.39 CC criu/arch/x86/restorer_unmap.o #41 88.45 CC criu/arch/x86/sigaction_compat_pie.o #41 88.75 CC criu/pie/restorer.o #41 ... #16 [dev 7/25] RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion binutils-mingw-w64 libbtrfs-dev bzip2 g++-mingw-w64-x86-64 iptables jq libcap2-bin libdevmapper-dev libnet1 libnl-3-200 libprotobuf-c1 libsystemd-dev libudev-dev net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs xz-utils zip && rm -rf /var/lib/apt/lists/* #16 sha256:cc19e1443fb6063285471f623942e8063abef5552d333bfc17a535430145cb3d #16 41.75 Get:68 http://deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] #16 41.81 Get:69 http://deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] #16 41.86 Get:70 http://deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] #16 42.83 debconf: delaying package configuration, since apt-utils is not installed #16 43.02 Fetched 105 MB in 9s (11.6 MB/s) #16 43.12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15473 files and directories currently installed.) #16 43.19 Preparing to unpack .../libsystemd0_241-7~deb10u8_amd64.deb ... #16 43.21 Unpacking libsystemd0:amd64 (241-7~deb10u8) over (241-7~deb10u4) ... #16 43.59 Setting up libsystemd0:amd64 (241-7~deb10u8) ... #16 43.80 Selecting previously unselected package pigz. #16 43.80 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15473 files and directories currently installed.) #16 43.82 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... #16 43.87 Unpacking pigz (2.4-1) ... #16 44.04 Selecting previously unselected package libpython3.7-minimal:amd64. #16 44.04 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... #16 44.06 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... #16 44.67 Selecting previously unselected package python3.7-minimal. #16 44.68 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... #16 44.69 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... #16 45.93 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... #16 45.97 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... #16 49.20 Selecting previously unselected package python3-minimal. #16 49.20 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15722 files and directories currently installed.) #16 49.24 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... #16 49.25 Unpacking python3-minimal (3.7.3-1) ... #16 49.37 Selecting previously unselected package libmpdec2:amd64. #16 49.37 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... #16 49.37 Unpacking libmpdec2:amd64 (2.4.2-2) ... #16 49.56 Selecting previously unselected package libpython3.7-stdlib:amd64. #16 49.56 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... #16 49.57 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... #16 ... #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 92.44 LINK criu/pie/restorer.built-in.o #41 92.45 GEN criu/pie/restorer-blob.h #41 92.57 DEP criu/vdso.d #41 92.87 DEP criu/vdso-compat.d #41 93.08 DEP criu/uts_ns.d #41 93.24 DEP criu/util.d #41 93.46 DEP criu/uffd.d #41 93.67 DEP criu/tun.d #41 93.91 DEP criu/tty.d #41 94.12 DEP criu/timerfd.d #41 94.38 DEP criu/timens.d #41 94.53 DEP criu/sysfs_parse.d #41 94.70 DEP criu/sysctl.d #41 94.87 DEP criu/string.d #41 94.92 DEP criu/stats.d #41 ... #44 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #44 sha256:34178fa75bece4990d458bcfbb6be06addb001c15ec81ebcddf937effed1bc2c #44 149.2 crypto/x509 #44 149.2 net/textproto #44 150.4 vendor/golang.org/x/net/http/httpguts #44 150.7 vendor/golang.org/x/net/http/httpproxy #44 151.2 mime/multipart #44 153.8 crypto/tls #44 ... #16 [dev 7/25] RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion binutils-mingw-w64 libbtrfs-dev bzip2 g++-mingw-w64-x86-64 iptables jq libcap2-bin libdevmapper-dev libnet1 libnl-3-200 libprotobuf-c1 libsystemd-dev libudev-dev net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs xz-utils zip && rm -rf /var/lib/apt/lists/* #16 sha256:cc19e1443fb6063285471f623942e8063abef5552d333bfc17a535430145cb3d #16 51.14 Selecting previously unselected package python3.7. #16 51.14 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... #16 51.15 Unpacking python3.7 (3.7.3-2+deb10u3) ... #16 51.32 Selecting previously unselected package libpython3-stdlib:amd64. #16 51.34 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... #16 51.35 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... #16 51.50 Setting up python3-minimal (3.7.3-1) ... #16 52.71 Selecting previously unselected package python3. #16 52.71 (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 ... 16134 files and directories currently installed.) #16 52.80 Preparing to unpack .../python3_3.7.3-1_amd64.deb ... #16 52.83 Unpacking python3 (3.7.3-1) ... #16 52.98 Preparing to unpack .../libudev1_241-7~deb10u8_amd64.deb ... #16 53.03 Unpacking libudev1:amd64 (241-7~deb10u8) over (241-7~deb10u4) ... #16 53.30 Setting up libudev1:amd64 (241-7~deb10u8) ... #16 53.43 Selecting previously unselected package libip4tc0:amd64. #16 53.44 (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 ... 16167 files and directories currently installed.) #16 53.47 Preparing to unpack .../00-libip4tc0_1.8.2-4_amd64.deb ... #16 53.48 Unpacking libip4tc0:amd64 (1.8.2-4) ... #16 53.61 Selecting previously unselected package libip6tc0:amd64. #16 53.62 Preparing to unpack .../01-libip6tc0_1.8.2-4_amd64.deb ... #16 53.64 Unpacking libip6tc0:amd64 (1.8.2-4) ... #16 53.74 Selecting previously unselected package libiptc0:amd64. #16 53.74 Preparing to unpack .../02-libiptc0_1.8.2-4_amd64.deb ... #16 53.75 Unpacking libiptc0:amd64 (1.8.2-4) ... #16 53.87 Selecting previously unselected package libnfnetlink0:amd64. #16 53.87 Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_amd64.deb ... #16 53.89 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... #16 53.97 Selecting previously unselected package libnetfilter-conntrack3:amd64. #16 53.98 Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... #16 54.00 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... #16 54.13 Selecting previously unselected package libnftnl11:amd64. #16 54.13 Preparing to unpack .../05-libnftnl11_1.1.2-2_amd64.deb ... #16 54.14 Unpacking libnftnl11:amd64 (1.1.2-2) ... #16 54.27 Selecting previously unselected package iptables. #16 54.28 Preparing to unpack .../06-iptables_1.8.2-4_amd64.deb ... #16 54.28 Unpacking iptables (1.8.2-4) ... #16 54.78 Selecting previously unselected package xxd. #16 54.80 Preparing to unpack .../07-xxd_2%3a8.1.0875-5_amd64.deb ... #16 54.80 Unpacking xxd (2:8.1.0875-5) ... #16 55.03 Selecting previously unselected package vim-common. #16 55.06 Preparing to unpack .../08-vim-common_2%3a8.1.0875-5_all.deb ... #16 55.10 Unpacking vim-common (2:8.1.0875-5) ... #16 55.31 Selecting previously unselected package bash-completion. #16 55.32 Preparing to unpack .../09-bash-completion_1%3a2.8-6_all.deb ... #16 ... #28 [swagger 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/kolyshkin/go-swagger.git "/go/src/github.com/go-swagger/go-swagger" && (cd "/go/src/github.com/go-swagger/go-swagger" && git checkout -q "5793aa66d4b4112c2602c716516e24710e4adbb5") && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger && rm -rf "/go" #28 sha256:064697f466d638d934b658bfacf9e1a62c21548216772e16d3ea4c26480eddf5 #28 163.8 + rm -rf /tmp/tmp.3zaNINimLY #28 DONE 164.3s #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 95.15 DEP criu/sockets.d #41 95.36 DEP criu/sk-unix.d #41 95.63 DEP criu/sk-tcp.d #41 95.88 DEP criu/sk-queue.d #41 96.09 DEP criu/sk-packet.d #41 96.34 DEP criu/sk-netlink.d #41 96.59 DEP criu/sk-inet.d #41 96.79 DEP criu/signalfd.d #41 97.05 DEP criu/sigframe.d #41 97.19 DEP criu/shmem.d #41 97.40 DEP criu/servicefd.d #41 97.68 DEP criu/seize.d #41 97.83 DEP criu/seccomp.d #41 97.99 DEP criu/rst-malloc.d #41 98.10 DEP criu/rbtree.d #41 98.17 DEP criu/pstree.d #41 98.36 DEP criu/protobuf.d #41 98.61 GEN criu/protobuf-desc-gen.h #41 100.6 DEP criu/protobuf-desc.d #41 100.9 DEP criu/proc_parse.d #41 101.1 DEP criu/plugin.d #41 101.2 DEP criu/pipes.d #41 101.5 DEP criu/pie-util.d #41 101.6 DEP criu/pie-util-vdso.d #41 101.7 DEP criu/pie-util-vdso-elf32.d #41 ... #16 [dev 7/25] RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion binutils-mingw-w64 libbtrfs-dev bzip2 g++-mingw-w64-x86-64 iptables jq libcap2-bin libdevmapper-dev libnet1 libnl-3-200 libprotobuf-c1 libsystemd-dev libudev-dev net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs xz-utils zip && rm -rf /var/lib/apt/lists/* #16 sha256:cc19e1443fb6063285471f623942e8063abef5552d333bfc17a535430145cb3d #16 59.30 Unpacking bash-completion (1:2.8-6) ... #16 59.83 Selecting previously unselected package bzip2. #16 59.83 Preparing to unpack .../10-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... #16 59.86 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... #16 59.98 Selecting previously unselected package xz-utils. #16 59.98 Preparing to unpack .../11-xz-utils_5.2.4-1_amd64.deb ... #16 60.00 Unpacking xz-utils (5.2.4-1) ... #16 60.27 Selecting previously unselected package apparmor. #16 60.27 Preparing to unpack .../12-apparmor_2.13.2-10_amd64.deb ... #16 60.42 Unpacking apparmor (2.13.2-10) ... #16 61.05 Selecting previously unselected package aufs-tools. #16 61.05 Preparing to unpack .../13-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... #16 61.06 Unpacking aufs-tools (1:4.14+20190211-1) ... #16 61.30 Selecting previously unselected package binutils-mingw-w64-i686. #16 61.30 Preparing to unpack .../14-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... #16 61.31 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... #16 62.95 Selecting previously unselected package binutils-mingw-w64-x86-64. #16 62.96 Preparing to unpack .../15-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... #16 62.97 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... #16 ... #44 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #44 sha256:34178fa75bece4990d458bcfbb6be06addb001c15ec81ebcddf937effed1bc2c #44 160.7 net/http/httptrace #44 161.0 net/http #44 ... #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 101.9 DEP criu/path.d #41 102.1 DEP criu/parasite-syscall.d #41 102.4 DEP criu/pagemap.d #41 102.7 DEP criu/pagemap-cache.d #41 102.8 DEP criu/page-xfer.d #41 103.0 DEP criu/page-pipe.d #41 103.1 DEP criu/netfilter.d #41 103.3 DEP criu/net.d #41 103.6 DEP criu/namespaces.d #41 103.8 DEP criu/mount.d #41 104.0 DEP criu/memfd.d #41 104.2 DEP criu/mem.d #41 104.4 DEP criu/lsm.d #41 104.6 DEP criu/log.d #41 104.7 DEP criu/libnetlink.d #41 104.9 DEP criu/kerndat.d #41 105.1 DEP criu/kcmp-ids.d #41 105.2 DEP criu/irmap.d #41 105.3 DEP criu/ipc_ns.d #41 105.5 DEP criu/image.d #41 105.7 DEP criu/image-desc.d #41 105.8 DEP criu/fsnotify.d #41 106.0 DEP criu/filesystems.d #41 106.2 DEP criu/files.d #41 106.4 DEP criu/files-reg.d #41 106.6 DEP criu/files-ext.d #41 106.8 DEP criu/file-lock.d #41 106.9 DEP criu/file-ids.d #41 107.1 DEP criu/fifo.d #41 107.3 DEP criu/fdstore.d #41 107.4 DEP criu/fault-injection.d #41 107.5 DEP criu/external.d #41 ... #16 [dev 7/25] RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion binutils-mingw-w64 libbtrfs-dev bzip2 g++-mingw-w64-x86-64 iptables jq libcap2-bin libdevmapper-dev libnet1 libnl-3-200 libprotobuf-c1 libsystemd-dev libudev-dev net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs xz-utils zip && rm -rf /var/lib/apt/lists/* #16 sha256:cc19e1443fb6063285471f623942e8063abef5552d333bfc17a535430145cb3d #16 65.06 Selecting previously unselected package binutils-mingw-w64. #16 65.07 Preparing to unpack .../16-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... #16 65.08 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... #16 65.20 Selecting previously unselected package libdevmapper1.02.1:amd64. #16 65.20 Preparing to unpack .../17-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... #16 65.21 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... #16 65.34 Selecting previously unselected package dmsetup. #16 65.36 Preparing to unpack .../18-dmsetup_2%3a1.02.155-3_amd64.deb ... #16 65.37 Unpacking dmsetup (2:1.02.155-3) ... Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20210129131206-eeec7e566a + popd + exit 0 ~/rpmbuild/BUILD/src Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.C5ZMcE + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64 + cd src ++ readlink -f engine/bundles/dynbinary-daemon/dockerd + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20210129131206-eeec7e566a /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64//usr/bin/dockerd + install -D -p -m 0755 /usr/local/bin/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64//usr/bin/docker-proxy + install -D -p -m 755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64//usr/bin/docker-init + install -D -m 0644 /root/rpmbuild/SOURCES/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64//usr/lib/systemd/system/docker.service + install -D -m 0644 /root/rpmbuild/SOURCES/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64//usr/lib/systemd/system/docker.socket + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.vuaRao + umask 022 + cd /root/rpmbuild/BUILD + cd src + engine/bundles/dynbinary-daemon/dockerd -v Docker version 0.0.0-20210129131206-eeec7e566a, build eeec7e566a + exit 0 Processing files: docker-ce-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64 Provides: docker-ce = 3:0.0.0.20210129131206.eeec7e566a-0.el7 docker-ce(x86-64) = 3:0.0.0.20210129131206.eeec7e566a-0.el7 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh 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) libseccomp.so.2()(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH) Conflicts: docker docker-io docker-engine-cs docker-ee Obsoletes: docker-ce-selinux docker-engine-selinux docker-engine Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20210129131206.eeec7e566a-0.el7.src.rpm #16 65.52 Selecting previously unselected package mingw-w64-common. #16 65.52 Preparing to unpack .../19-mingw-w64-common_6.0.0-3_all.deb ... #16 65.54 Unpacking mingw-w64-common (6.0.0-3) ... Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.YtwuXb + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64 + exit 0 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.di1VMq + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf src + /usr/bin/mkdir -p src + cd src + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/tar -xf - + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.OWhq7G + umask 022 + cd /root/rpmbuild/BUILD + cd src + mkdir -p /go/src/github.com/docker + rm -f /go/src/github.com/docker/cli + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli + pushd /go/src/github.com/docker/cli /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src + DISABLE_WARN_OUTSIDE_CONTAINER=1 + make VERSION=0.0.0-20210129131206-eeec7e566a GITCOMMIT=eeec7e566a dynbinary manpages ./scripts/build/dynbinary Building dynamically linked build/docker-linux-amd64 #16 69.96 Selecting previously unselected package mingw-w64-x86-64-dev. #16 69.96 Preparing to unpack .../20-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... #16 69.96 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... #16 ... #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 107.6 DEP criu/eventpoll.d #41 107.8 DEP criu/eventfd.d #41 108.0 DEP criu/crtools.d #41 108.2 DEP criu/cr-service.d #41 108.4 DEP criu/cr-restore.d #41 108.7 DEP criu/cr-errno.d #41 108.7 DEP criu/cr-dump.d #41 109.0 DEP criu/cr-dedup.d #41 109.2 DEP criu/cr-check.d #41 109.5 DEP criu/config.d #41 109.8 DEP criu/clone-noasan.d #41 109.9 DEP criu/cgroup.d #41 110.2 DEP criu/cgroup-props.d #41 110.3 DEP criu/bitmap.d #41 110.3 DEP criu/bfd.d #41 110.5 DEP criu/autofs.d #41 110.7 DEP criu/aio.d #41 110.9 DEP criu/action-scripts.d #41 111.3 CC criu/action-scripts.o #41 111.8 CC criu/aio.o #41 112.5 CC criu/autofs.o #41 114.3 CC criu/bfd.o #41 114.9 CC criu/bitmap.o #41 115.1 CC criu/cgroup-props.o #41 116.2 CC criu/cgroup.o #41 ... #16 [dev 7/25] RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion binutils-mingw-w64 libbtrfs-dev bzip2 g++-mingw-w64-x86-64 iptables jq libcap2-bin libdevmapper-dev libnet1 libnl-3-200 libprotobuf-c1 libsystemd-dev libudev-dev net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs xz-utils zip && rm -rf /var/lib/apt/lists/* #16 sha256:cc19e1443fb6063285471f623942e8063abef5552d333bfc17a535430145cb3d #16 74.72 Selecting previously unselected package gcc-mingw-w64-base. #16 74.76 Preparing to unpack .../21-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... #16 74.77 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... #16 74.95 Selecting previously unselected package gcc-mingw-w64-x86-64. #16 74.96 Preparing to unpack .../22-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... #16 74.97 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... #16 ... #44 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #44 sha256:34178fa75bece4990d458bcfbb6be06addb001c15ec81ebcddf937effed1bc2c #44 174.8 github.com/LK4D4/vndr/godl #44 175.5 github.com/LK4D4/vndr #44 ... #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 120.1 CC criu/clone-noasan.o #41 120.3 CC criu/config.o #41 ... #47 [gotestsum 3/3] RUN PREFIX=/build ./install.sh gotestsum #47 sha256:b43f6bef6f2db11807047a9635abbe5bc41c35340bf287eab2dacf9967a1380b #47 DONE 186.1s #44 [vndr 3/3] RUN PREFIX=/build ./install.sh vndr #44 sha256:34178fa75bece4990d458bcfbb6be06addb001c15ec81ebcddf937effed1bc2c #44 DONE 186.1s #54 [runc 3/3] RUN PREFIX=/build ./install.sh runc #54 sha256:372ae9a7374af94333ae6af3a1eb101b84af2fceb0f0fd805af9c40c21b5c2e9 #54 ... #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 122.1 CC criu/cr-check.o #41 124.1 CC criu/cr-dedup.o #41 124.6 CC criu/cr-dump.o #41 127.3 CC criu/cr-errno.o #41 127.4 CC criu/cr-restore.o #41 132.4 CC criu/cr-service.o #41 134.1 CC criu/crtools.o #41 134.8 CC criu/eventfd.o #41 ... #16 [dev 7/25] RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion binutils-mingw-w64 libbtrfs-dev bzip2 g++-mingw-w64-x86-64 iptables jq libcap2-bin libdevmapper-dev libnet1 libnl-3-200 libprotobuf-c1 libsystemd-dev libudev-dev net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs xz-utils zip && rm -rf /var/lib/apt/lists/* #16 sha256:cc19e1443fb6063285471f623942e8063abef5552d333bfc17a535430145cb3d #16 92.55 Selecting previously unselected package g++-mingw-w64-x86-64. #16 92.56 Preparing to unpack .../23-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... #16 92.57 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... scripts/docs/generate-man.sh #16 ... #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 135.2 CC criu/eventpoll.o #41 136.1 CC criu/external.o #41 136.5 CC criu/fault-injection.o #41 136.7 CC criu/fdstore.o #41 137.1 CC criu/fifo.o #41 137.6 CC criu/file-ids.o #41 137.9 CC criu/file-lock.o #41 138.9 CC criu/files-ext.o #41 139.3 CC criu/files-reg.o #41 141.7 CC criu/files.o #41 144.1 CC criu/filesystems.o #41 144.8 CC criu/fsnotify.o #41 146.0 CC criu/image-desc.o #41 146.1 CC criu/image.o #41 ... #16 [dev 7/25] RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion binutils-mingw-w64 libbtrfs-dev bzip2 g++-mingw-w64-x86-64 iptables jq libcap2-bin libdevmapper-dev libnet1 libnl-3-200 libprotobuf-c1 libsystemd-dev libudev-dev net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs xz-utils zip && rm -rf /var/lib/apt/lists/* #16 sha256:cc19e1443fb6063285471f623942e8063abef5552d333bfc17a535430145cb3d #16 104.3 Selecting previously unselected package libonig5:amd64. #16 104.3 Preparing to unpack .../24-libonig5_6.9.1-1_amd64.deb ... #16 104.3 Unpacking libonig5:amd64 (6.9.1-1) ... #16 104.5 Selecting previously unselected package libjq1:amd64. #16 104.5 Preparing to unpack .../25-libjq1_1.5+dfsg-2+b1_amd64.deb ... #16 104.5 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... #16 104.6 Selecting previously unselected package jq. #16 104.6 Preparing to unpack .../26-jq_1.5+dfsg-2+b1_amd64.deb ... #16 104.6 Unpacking jq (1.5+dfsg-2+b1) ... #16 104.7 Selecting previously unselected package libaio1:amd64. #16 104.8 Preparing to unpack .../27-libaio1_0.3.112-3_amd64.deb ... #16 104.8 Unpacking libaio1:amd64 (0.3.112-3) ... #16 105.1 Selecting previously unselected package libbtrfs0. #16 105.1 Preparing to unpack .../28-libbtrfs0_4.20.1-2_amd64.deb ... #16 105.1 Unpacking libbtrfs0 (4.20.1-2) ... #16 105.3 Selecting previously unselected package libbtrfs-dev. #16 105.3 Preparing to unpack .../29-libbtrfs-dev_4.20.1-2_amd64.deb ... #16 105.3 Unpacking libbtrfs-dev (4.20.1-2) ... #16 105.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64. #16 105.4 Preparing to unpack .../30-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... #16 105.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... #16 105.8 Selecting previously unselected package libudev-dev:amd64. #16 105.8 Preparing to unpack .../31-libudev-dev_241-7~deb10u8_amd64.deb ... #16 105.8 Unpacking libudev-dev:amd64 (241-7~deb10u8) ... #16 106.0 Selecting previously unselected package libsepol1-dev:amd64. #16 106.0 Preparing to unpack .../32-libsepol1-dev_2.8-1_amd64.deb ... #16 106.0 Unpacking libsepol1-dev:amd64 (2.8-1) ... #16 106.3 Selecting previously unselected package libpcre16-3:amd64. #16 106.3 Preparing to unpack .../33-libpcre16-3_2%3a8.39-12_amd64.deb ... #16 106.3 Unpacking libpcre16-3:amd64 (2:8.39-12) ... #16 106.6 Selecting previously unselected package libpcre32-3:amd64. #16 106.6 Preparing to unpack .../34-libpcre32-3_2%3a8.39-12_amd64.deb ... #16 106.6 Unpacking libpcre32-3:amd64 (2:8.39-12) ... #16 106.8 Selecting previously unselected package libpcrecpp0v5:amd64. #16 106.9 Preparing to unpack .../35-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... #16 106.9 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... #16 107.0 Selecting previously unselected package libpcre3-dev:amd64. #16 107.0 Preparing to unpack .../36-libpcre3-dev_2%3a8.39-12_amd64.deb ... #16 107.0 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... #16 107.3 Selecting previously unselected package libselinux1-dev:amd64. #16 107.3 Preparing to unpack .../37-libselinux1-dev_2.8-1+b1_amd64.deb ... #16 107.4 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... #16 107.6 Selecting previously unselected package libdevmapper-dev:amd64. #16 107.6 Preparing to unpack .../38-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... #16 107.6 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... #16 107.9 Selecting previously unselected package libgpm2:amd64. #16 107.9 Preparing to unpack .../39-libgpm2_1.20.7-5_amd64.deb ... #16 107.9 Unpacking libgpm2:amd64 (1.20.7-5) ... #16 108.3 Selecting previously unselected package libicu63:amd64. #16 108.3 Preparing to unpack .../40-libicu63_63.1-6+deb10u1_amd64.deb ... #16 108.4 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... #16 111.9 Selecting previously unselected package libnet1:amd64. #16 111.9 Preparing to unpack .../41-libnet1_1.1.6+dfsg-3.1_amd64.deb ... #16 111.9 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... #16 112.0 Selecting previously unselected package libnl-3-200:amd64. #16 112.0 Preparing to unpack .../42-libnl-3-200_3.4.0-1_amd64.deb ... #16 112.0 Unpacking libnl-3-200:amd64 (3.4.0-1) ... #16 112.1 Selecting previously unselected package libprotobuf-c1:amd64. #16 112.1 Preparing to unpack .../43-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... #16 112.1 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... #16 112.3 Selecting previously unselected package libreadline5:amd64. #16 112.3 Preparing to unpack .../44-libreadline5_5.2+dfsg-3+b13_amd64.deb ... #16 112.4 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... #16 112.5 Selecting previously unselected package libsystemd-dev:amd64. #16 112.5 Preparing to unpack .../45-libsystemd-dev_241-7~deb10u8_amd64.deb ... #16 112.5 Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ... #16 112.9 Selecting previously unselected package net-tools. #16 112.9 Preparing to unpack .../46-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... #16 112.9 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... #16 113.2 Selecting previously unselected package python-pip-whl. #16 113.2 Preparing to unpack .../47-python-pip-whl_18.1-5_all.deb ... #16 113.2 Unpacking python-pip-whl (18.1-5) ... #16 113.8 Selecting previously unselected package python3-lib2to3. #16 113.8 Preparing to unpack .../48-python3-lib2to3_3.7.3-1_all.deb ... #16 113.8 Unpacking python3-lib2to3 (3.7.3-1) ... #16 113.9 Selecting previously unselected package python3-distutils. #16 113.9 Preparing to unpack .../49-python3-distutils_3.7.3-1_all.deb ... #16 113.9 Unpacking python3-distutils (3.7.3-1) ... #16 114.1 Selecting previously unselected package python3-pip. #16 114.1 Preparing to unpack .../50-python3-pip_18.1-5_all.deb ... #16 114.2 Unpacking python3-pip (18.1-5) ... #16 114.3 Selecting previously unselected package python3-pkg-resources. #16 114.3 Preparing to unpack .../51-python3-pkg-resources_40.8.0-1_all.deb ... #16 114.4 Unpacking python3-pkg-resources (40.8.0-1) ... #16 114.5 Selecting previously unselected package python3-setuptools. #16 114.5 Preparing to unpack .../52-python3-setuptools_40.8.0-1_all.deb ... #16 114.5 Unpacking python3-setuptools (40.8.0-1) ... #16 ... #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 147.1 CC criu/ipc_ns.o #41 148.1 CC criu/irmap.o #41 148.8 CC criu/kcmp-ids.o #41 149.1 CC criu/kerndat.o #41 150.3 CC criu/libnetlink.o #41 150.6 CC criu/log.o #41 151.2 CC criu/lsm.o #41 151.6 CC criu/mem.o #41 153.6 CC criu/memfd.o #41 154.2 CC criu/mount.o #41 ... #16 [dev 7/25] RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion binutils-mingw-w64 libbtrfs-dev bzip2 g++-mingw-w64-x86-64 iptables jq libcap2-bin libdevmapper-dev libnet1 libnl-3-200 libprotobuf-c1 libsystemd-dev libudev-dev net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs xz-utils zip && rm -rf /var/lib/apt/lists/* #16 sha256:cc19e1443fb6063285471f623942e8063abef5552d333bfc17a535430145cb3d #16 114.8 Selecting previously unselected package python3-wheel. #16 114.8 Preparing to unpack .../53-python3-wheel_0.32.3-2_all.deb ... #16 114.8 Unpacking python3-wheel (0.32.3-2) ... #16 114.9 Selecting previously unselected package thin-provisioning-tools. #16 114.9 Preparing to unpack .../54-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... #16 114.9 Unpacking thin-provisioning-tools (0.7.6-2.1) ... #16 115.2 Selecting previously unselected package vim-runtime. #16 115.2 Preparing to unpack .../55-vim-runtime_2%3a8.1.0875-5_all.deb ... #16 115.2 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' #16 115.2 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' #16 115.2 Unpacking vim-runtime (2:8.1.0875-5) ... #16 118.5 Selecting previously unselected package vim. #16 118.5 Preparing to unpack .../56-vim_2%3a8.1.0875-5_amd64.deb ... #16 118.5 Unpacking vim (2:8.1.0875-5) ... #16 119.2 Selecting previously unselected package xfsprogs. #16 119.2 Preparing to unpack .../57-xfsprogs_4.20.0-1_amd64.deb ... #16 119.2 Unpacking xfsprogs (4.20.0-1) ... #16 119.6 Selecting previously unselected package zip. #16 119.6 Preparing to unpack .../58-zip_3.0-11+b1_amd64.deb ... #16 119.6 Unpacking zip (3.0-11+b1) ... #16 119.8 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... #16 119.8 Setting up aufs-tools (1:4.14+20190211-1) ... #16 119.9 Setting up net-tools (1.60+git20180626.aebd88e-1) ... #16 119.9 Setting up libip6tc0:amd64 (1.8.2-4) ... #16 119.9 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... #16 119.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... #16 119.9 Setting up libgpm2:amd64 (1.20.7-5) ... #16 119.9 Setting up libpcre16-3:amd64 (2:8.39-12) ... #16 119.9 Setting up libip4tc0:amd64 (1.8.2-4) ... #16 120.0 Setting up libsepol1-dev:amd64 (2.8-1) ... #16 120.0 Setting up libnftnl11:amd64 (1.1.2-2) ... #16 120.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... #16 120.0 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... #16 120.0 Setting up bzip2 (1.0.6-9.2~deb10u1) ... #16 120.0 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... #16 120.0 Setting up libicu63:amd64 (63.1-6+deb10u1) ... #16 120.0 Setting up xxd (2:8.1.0875-5) ... #16 120.1 Setting up libbtrfs0 (4.20.1-2) ... #16 120.1 Setting up zip (3.0-11+b1) ... #16 120.1 Setting up vim-common (2:8.1.0875-5) ... #16 120.1 Setting up bash-completion (1:2.8-6) ... #16 123.1 Setting up libiptc0:amd64 (1.8.2-4) ... #16 123.1 Setting up xz-utils (5.2.4-1) ... #16 123.1 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #16 123.1 Setting up libpcre32-3:amd64 (2:8.39-12) ... #16 123.1 Setting up libudev-dev:amd64 (241-7~deb10u8) ... #16 123.2 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... #16 123.2 Setting up libbtrfs-dev (4.20.1-2) ... #16 123.2 Setting up pigz (2.4-1) ... #16 123.2 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... #16 123.2 Setting up libnl-3-200:amd64 (3.4.0-1) ... #16 123.2 Setting up python-pip-whl (18.1-5) ... #16 123.3 Setting up libmpdec2:amd64 (2.4.2-2) ... #16 123.3 Setting up mingw-w64-common (6.0.0-3) ... #16 123.3 Setting up vim-runtime (2:8.1.0875-5) ... #16 123.8 Setting up libaio1:amd64 (0.3.112-3) ... #16 123.8 Setting up libsystemd-dev:amd64 (241-7~deb10u8) ... #16 123.9 Setting up libonig5:amd64 (6.9.1-1) ... #16 123.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... #16 123.9 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... #16 123.9 Setting up vim (2:8.1.0875-5) ... #16 123.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode #16 123.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode #16 123.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode #16 123.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode #16 123.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode #16 123.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode #16 123.9 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode #16 124.0 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode #16 124.0 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... #16 124.0 Setting up libpcre3-dev:amd64 (2:8.39-12) ... #16 124.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... #16 124.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode #16 124.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode #16 124.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... #16 124.1 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 #16 124.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode #16 124.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... #16 124.1 Setting up thin-provisioning-tools (0.7.6-2.1) ... #16 124.1 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... #16 124.1 Setting up jq (1.5+dfsg-2+b1) ... #16 124.1 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... #16 124.1 Setting up python3.7 (3.7.3-2+deb10u3) ... #16 ... #54 [runc 3/3] RUN PREFIX=/build ./install.sh runc #54 sha256:372ae9a7374af94333ae6af3a1eb101b84af2fceb0f0fd805af9c40c21b5c2e9 #54 186.3 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -installsuffix netgo -ldflags "-w -extldflags -static -X main.gitCommit="dc9208a3303feef5b3839f4323d9beb36df0a9dd" -X main.version=1.0.0-rc10 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty #54 ... #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 158.5 CC criu/namespaces.o #41 160.5 CC criu/net.o #41 164.1 CC criu/netfilter.o #41 164.6 CC criu/page-pipe.o #41 165.4 CC criu/page-xfer.o #41 167.1 CC criu/pagemap-cache.o #41 167.6 CC criu/pagemap.o #41 168.7 CC criu/parasite-syscall.o #41 ... #16 [dev 7/25] RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion binutils-mingw-w64 libbtrfs-dev bzip2 g++-mingw-w64-x86-64 iptables jq libcap2-bin libdevmapper-dev libnet1 libnl-3-200 libprotobuf-c1 libsystemd-dev libudev-dev net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs xz-utils zip && rm -rf /var/lib/apt/lists/* #16 sha256:cc19e1443fb6063285471f623942e8063abef5552d333bfc17a535430145cb3d #16 127.0 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... #16 127.0 Setting up iptables (1.8.2-4) ... #16 127.0 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode #16 127.0 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode #16 127.0 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode #16 127.0 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode #16 127.0 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode #16 127.0 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode #16 127.1 Setting up python3 (3.7.3-1) ... #16 127.5 Setting up python3-wheel (0.32.3-2) ... #16 128.1 Setting up apparmor (2.13.2-10) ... #16 ... #54 [runc 3/3] RUN PREFIX=/build ./install.sh runc #54 sha256:372ae9a7374af94333ae6af3a1eb101b84af2fceb0f0fd805af9c40c21b5c2e9 #54 188.6 + mkdir -p /build #54 188.6 + cp runc /build/runc #54 DONE 189.0s #38 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "/go/src/github.com/docker/distribution" && (cd "/go/src/github.com/docker/distribution" && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827") && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "/go/src/github.com/docker/distribution" && git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"); GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "/go" #38 sha256:4762438322ce0eb1b7b3091201d5b329ab57de8e2faa58f35105e720fa7112e1 #38 235.2 + dpkg --print-architecture #38 235.3 + cd /tmp/tmp.khiyBaxSAo/src/github.com/docker/distribution #38 235.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd #38 235.8 + GOPATH=/tmp/tmp.khiyBaxSAo/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.khiyBaxSAo #38 235.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry scripts/docs/generate-man.sh #38 ... #16 [dev 7/25] RUN apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion binutils-mingw-w64 libbtrfs-dev bzip2 g++-mingw-w64-x86-64 iptables jq libcap2-bin libdevmapper-dev libnet1 libnl-3-200 libprotobuf-c1 libsystemd-dev libudev-dev net-tools pigz python3-pip python3-setuptools python3-wheel thin-provisioning-tools vim vim-common xfsprogs xz-utils zip && rm -rf /var/lib/apt/lists/* #16 sha256:cc19e1443fb6063285471f623942e8063abef5552d333bfc17a535430145cb3d #16 130.0 Setting up python3-lib2to3 (3.7.3-1) ... #16 130.4 Setting up python3-pkg-resources (40.8.0-1) ... #16 131.3 Setting up python3-distutils (3.7.3-1) ... #16 131.7 Setting up python3-setuptools (40.8.0-1) ... #16 132.8 Setting up python3-pip (18.1-5) ... #16 133.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... #16 133.8 Setting up dmsetup (2:1.02.155-3) ... #16 133.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... #16 133.8 Setting up xfsprogs (4.20.0-1) ... #16 133.8 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... #16 133.8 Processing triggers for mime-support (3.62) ... #16 133.9 Processing triggers for libc-bin (2.28-10) ... #16 DONE 134.3s #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 169.7 CC criu/path.o #41 170.1 CC criu/pie-util-vdso-elf32.o #41 170.8 CC criu/pie-util-vdso.o #41 171.3 CC criu/pie-util.o #41 171.5 CC criu/pipes.o #41 172.4 CC criu/plugin.o #41 172.9 CC criu/proc_parse.o #41 175.6 CC criu/protobuf-desc.o #41 176.4 CC criu/protobuf.o #41 ... #17 [dev 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true #17 sha256:7f9d474b3318b782777811bc20e6aaab955942de864b7a51c473d02192edd4c6 #17 1.611 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode #17 1.617 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode #17 1.621 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting #17 DONE 1.9s #18 [dev 9/25] RUN pip3 install yamllint==1.16.0 #18 sha256:38ccab4dfd48065a349da0e2ad64ce3e37d329b04eab98c424a9854c17b10231 #18 5.063 Collecting yamllint==1.16.0 #18 ... #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 177.0 CC criu/pstree.o #41 178.3 CC criu/rbtree.o #41 178.7 CC criu/rst-malloc.o #41 179.0 CC criu/seccomp.o #41 179.8 CC criu/seize.o #41 180.8 CC criu/servicefd.o #41 181.3 CC criu/shmem.o #41 182.3 CC criu/sigframe.o #41 182.5 CC criu/signalfd.o #41 182.9 CC criu/sk-inet.o #41 184.0 CC criu/sk-netlink.o #41 184.4 CC criu/sk-packet.o #41 184.9 CC criu/sk-queue.o #41 185.4 CC criu/sk-tcp.o #41 185.8 CC criu/sk-unix.o #41 187.4 CC criu/sockets.o #41 188.2 CC criu/stats.o #41 188.5 CC criu/string.o #41 188.6 CC criu/sysctl.o #41 ... #18 [dev 9/25] RUN pip3 install yamllint==1.16.0 #18 sha256:38ccab4dfd48065a349da0e2ad64ce3e37d329b04eab98c424a9854c17b10231 #18 10.42 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) #18 10.50 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) #18 10.53 Downloading https://files.pythonhosted.org/packages/42/ba/a9d64c7bcbc7e3e8e5f93a52721b377e994c22d16196e2b0f1236774353a/pathspec-0.9.0-py2.py3-none-any.whl #18 10.57 Collecting pyyaml (from yamllint==1.16.0) #18 10.78 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) #18 11.03 Installing collected packages: pathspec, pyyaml, yamllint #18 11.40 Successfully installed pathspec-0.9.0 pyyaml-5.4.1 yamllint-1.16.0 #18 DONE 11.7s #23 [dev 10/25] COPY --from=dockercli /build/ /usr/local/cli #23 sha256:f5a21c4b201c66ad58d9d8d4bcb5ad1befe22f28548cf859291778218e8f70f4 #23 DONE 0.4s #27 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images #27 sha256:09d2e6384c7bf44605fd557730d45a7808ba8ba6715a78bd36bc4aa3757b739b #27 ... #50 [gometalinter 3/3] RUN PREFIX=/build ./install.sh gometalinter #50 sha256:10af3c40b4e83f7b385173c97b2b4a3e589b4ad6875ec29a0fe30de67a898b4e #50 DONE 259.5s #27 [dev 11/25] COPY --from=frozen-images /build/ /docker-frozen-images #27 sha256:09d2e6384c7bf44605fd557730d45a7808ba8ba6715a78bd36bc4aa3757b739b #27 DONE 4.7s #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 189.3 CC criu/sysfs_parse.o #41 189.8 CC criu/timens.o #41 190.1 CC criu/timerfd.o #41 190.7 CC criu/tty.o #41 192.7 CC criu/tun.o #41 193.1 CC criu/uffd.o #41 194.0 CC criu/util.o #41 195.2 CC criu/uts_ns.o #41 195.4 CC criu/vdso-compat.o #41 195.7 CC criu/vdso.o #41 ... #29 [dev 12/25] COPY --from=swagger /build/ /usr/local/bin/ #29 sha256:229b047de75741618f1291e4ca3fcb8fdb5887bbfcd3876cc81513c8efd21a2b #29 DONE 0.5s #32 [dev 13/25] COPY --from=tomlv /build/ /usr/local/bin/ #32 sha256:cfb99d461bc59fdd7cf3b344a5910c16e1c915afa80d630e3a6421e64384191a #32 DONE 0.2s #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 ... #37 [dev 14/25] COPY --from=tini /build/ /usr/local/bin/ #37 sha256:bd6b968a7b800f2eb7716c4e6927d0ed75caa2d71c155fba376bd1a495737daf #37 DONE 0.1s #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 196.3 LINK criu/built-in.o #41 196.5 LINK criu/criu #41 196.9 DEP lib/c/criu.d #41 ... #38 [registry 1/1] RUN set -x && export GOPATH="$(mktemp -d)" && git clone https://github.com/docker/distribution.git "/go/src/github.com/docker/distribution" && (cd "/go/src/github.com/docker/distribution" && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827") && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|ppc64*|s390x) (cd "/go/src/github.com/docker/distribution" && git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"); GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac && rm -rf "/go" #38 sha256:4762438322ce0eb1b7b3091201d5b329ab57de8e2faa58f35105e720fa7112e1 #38 261.5 + rm -rf /tmp/tmp.khiyBaxSAo/src/github.com/docker/distribution/Godeps/_workspace:/tmp/tmp.khiyBaxSAo #38 DONE 261.9s #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 197.0 CC images/rpc.pb-c.o #41 197.4 CC lib/c/criu.o #41 198.1 LINK lib/c/built-in.o #41 198.1 LINK lib/c/libcriu.so #41 198.1 LINK lib/c/libcriu.a #41 198.2 GEN magic.py #41 198.3 Note: Building without setproctitle() and strlcpy() support. #41 198.3 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). #41 198.3 Note: Building without GnuTLS support #41 198.3 Makefile.config:39: Warn: you have no libnftables installed #41 198.3 Makefile.config:40: Warn: Building without nftables support #41 198.9 fatal: not a git repository (or any of the parent directories): .git #41 199.5 make[1]: Nothing to be done for 'all'. #41 200.0 make[1]: 'images/built-in.o' is up to date. #41 200.1 make[1]: 'compel/plugins/std.lib.a' is up to date. #41 200.1 make[1]: 'compel/plugins/fds.lib.a' is up to date. #41 200.1 make[1]: 'compel/libcompel.a' is up to date. #41 200.1 make[1]: 'compel/compel-host-bin' is up to date. #41 200.1 make[1]: Nothing to be done for 'all'. #41 200.2 make[1]: 'soccr/libsoccr.a' is up to date. #41 200.4 make[2]: Nothing to be done for 'all'. #41 200.4 make[2]: Nothing to be done for 'all'. #41 200.4 make[2]: Nothing to be done for 'all'. #41 200.5 make[2]: Nothing to be done for 'all'. #41 200.6 make[2]: Nothing to be done for 'all'. #41 200.6 make[2]: Nothing to be done for 'all'. #41 200.6 make[2]: Nothing to be done for 'all'. #41 200.7 make[2]: Nothing to be done for 'all'. #41 ... #39 [dev 15/25] COPY --from=registry /build/ /usr/local/bin/ #39 sha256:59a382a55e5a71d24a15db342f0ab7eeb1f19c99e9d4d012718b34bdfc273cb7 #39 DONE 0.7s #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu #41 sha256:84dd34b9061dcb443c4d69a6eb57f8db04c355cedc9bb7abe974e6f80aa9834d #41 200.7 INSTALL criu/criu #41 DONE 200.8s #59 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #59 sha256:b2a4cfba340168169b44d825ec1e5ac47be71e501f7eeabb7f4561850b9f633d #59 ... #42 [dev 16/25] COPY --from=criu /build/ /usr/local/ #42 sha256:19d3410a2ce4c96b85f4744e2325f4343dbbb6840c376ec3f2c69befafe93b0b #42 DONE 0.1s #45 [dev 17/25] COPY --from=vndr /build/ /usr/local/bin/ #45 sha256:3445154c282159596d5b920ee44d34b3914af1806eda30e8430a8ad668ed4ddb #45 DONE 0.2s #48 [dev 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ #48 sha256:cc4e9bab747dbfc57e1f6125ad8bca2473bb75400969df45cf8eb31391adbca8 #48 DONE 0.2s #59 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #59 sha256:b2a4cfba340168169b44d825ec1e5ac47be71e501f7eeabb7f4561850b9f633d #59 ... #51 [dev 19/25] COPY --from=gometalinter /build/ /usr/local/bin/ #51 sha256:02e910d42fc7653859baf72c7b0e89dcdf5616abcb9141de174206a1b76453b7 Project root: /go/src/github.com/docker/cli Generating man pages into /go/src/github.com/docker/cli/man/man1 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/deploy.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/engine/activate.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/engine/check.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/engine/update.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/engine.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping 2021/09/16 16:41:25 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping make[2]: Leaving directory '/root/build-deb/cli' # Build the CLI plugins # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values set -e;cd /sources && \ tar xzf plugin-installers.tgz; \ for installer in plugins/*.installer; do \ LDFLAGS='' bash ${installer} build; \ done Cloning into '/go/src/github.com/docker/app'... Fetching origin #51 DONE 1.0s #59 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #59 sha256:b2a4cfba340168169b44d825ec1e5ac47be71e501f7eeabb7f4561850b9f633d #59 ... #55 [dev 20/25] COPY --from=runc /build/ /usr/local/bin/ #55 sha256:3b350ee62e887565cf96f1cc03294544aec3850ca42183e679c7c7096e66ce07 #55 DONE 0.3s #59 [containerd 4/4] RUN PREFIX=/build ./install.sh containerd #59 sha256:b2a4cfba340168169b44d825ec1e5ac47be71e501f7eeabb7f4561850b9f633d make[2]: Entering directory '/go/src/github.com/docker/app' go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=7eea32b -X github.com/docker/app/internal.Version=v0.8.0 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2021-09-16T16:41:28Z" -o bin/docker-app ./cmd/docker-app #59 233.6 + bin/containerd #59 260.9 + bin/containerd-stress #59 263.1 + bin/containerd-shim Project root: /go/src/github.com/docker/cli Generating man pages into /go/src/github.com/docker/cli/man/man1 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/deploy.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/engine/activate.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/engine/check.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/engine/update.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/engine.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping 2021/09/16 16:42:08 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping + popd ~/rpmbuild/BUILD/src + pushd /root/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src + for installer in '*.installer' + bash app.installer build Cloning into '/go/src/github.com/docker/app'... Fetching origin go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=7eea32b -X github.com/docker/app/internal.Version=v0.8.0 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2021-09-16T16:42:11Z" -o bin/docker-app ./cmd/docker-app #59 270.7 + bin/containerd-shim-runc-v1 make[2]: Leaving directory '/go/src/github.com/docker/app' Cloning into '/go/src/github.com/docker/buildx'... Fetching origin + GOFLAGS=-mod=vendor + go build -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.4.2-tp-docker -X github.com/docker/buildx/version.Revision=fb7b670b764764dc4716df3eba07ffdae4cc47b2 -X github.com/docker/buildx/version.Package=github.com/docker/buildx -X main.experimental=1' ./cmd/buildx #59 273.8 + bin/containerd-shim-runc-v2 #59 274.7 + binaries #59 274.7 + mkdir -p /build #59 274.7 + cp bin/containerd /build/containerd #59 274.7 + cp bin/containerd-shim /build/containerd-shim #59 274.8 + cp bin/ctr /build/ctr #59 DONE 276.2s #60 [dev 21/25] COPY --from=containerd /build/ /usr/local/bin/ #60 sha256:2fae54578ba1deac08385adafbf42fdb141d35d9c070e9dae1f3c93f88bc5b33 #60 DONE 0.8s #64 [dev 22/25] COPY --from=rootlesskit /build/ /usr/local/bin/ #64 sha256:877279214f44238b2923db811f2449ddbace52b070b598f4a671c45fb77ee650 #64 DONE 0.3s #66 [dev 23/25] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 #66 sha256:1442a6f96d5b86e3696fcec0059139cc602108999dd68e5847c5eca316b9a9fc #66 DONE 0.4s #69 [dev 24/25] COPY --from=proxy /build/ /usr/local/bin/ #69 sha256:7dcb15fffe7cd3698e490491216287a2446cece27d221b3ed445d24082c39402 #69 DONE 0.2s #70 [dev 25/25] WORKDIR /go/src/github.com/docker/docker #70 sha256:661acdb4452863befd52e691c00bc27d9d836b76e946b54118f1a22dcc01ba01 #70 DONE 0.1s #71 [final 1/1] COPY . /go/src/github.com/docker/docker #71 sha256:c59b76a9309c87549ac4c147c19f268280bef8637c8aa105d5d6b0da88a4267d #71 DONE 0.7s #72 exporting to image #72 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 #72 exporting layers #72 exporting layers 7.6s done #72 writing image sha256:1cd767f531fc021b6ac47812303e271905ef6e2df2d8d7ddd74a557868843a61 done #72 naming to docker.io/library/docker-dev:19-03 done #72 DONE 7.6s docker run --rm -i --privileged -e DOCKER_CROSSPLATFORMS -e BUILD_APT_MIRROR -e BUILDFLAGS -e KEEPBUNDLE -e DOCKER_BUILD_ARGS -e DOCKER_BUILD_GOGC -e DOCKER_BUILD_OPTS -e DOCKER_BUILD_PKGS -e DOCKER_BUILDKIT -e DOCKER_BASH_COMPLETION_PATH -e DOCKER_CLI_PATH -e DOCKER_DEBUG -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT -e DOCKER_GRAPHDRIVER -e DOCKER_LDFLAGS -e DOCKER_PORT -e DOCKER_REMAP_ROOT -e DOCKER_STORAGE_OPTS -e DOCKER_TEST_HOST -e DOCKER_USERLANDPROXY -e DOCKERD_ARGS -e TEST_INTEGRATION_DIR -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e TESTDEBUG -e TESTDIRS -e TESTFLAGS -e TESTFLAGS_INTEGRATION -e TESTFLAGS_INTEGRATION_CLI -e TEST_FILTER -e TIMEOUT -e VALIDATE_REPO -e VALIDATE_BRANCH -e VALIDATE_ORIGIN_BRANCH -e HTTP_PROXY -e HTTPS_PROXY -e NO_PROXY -e http_proxy -e https_proxy -e no_proxy -e VERSION -e PLATFORM -e DEFAULT_PRODUCT_LICENSE -e PRODUCT -v "/home/ubuntu/workspace/docker-ce-packaging_PR-486/engine/bundles:/go/src/github.com/docker/docker/bundles" -v "/home/ubuntu/workspace/docker-ce-packaging_PR-486/engine/.git:/go/src/github.com/docker/docker/.git" -v docker-dev-cache:/root/.cache "docker-dev:19-03" hack/make.sh binary Removing bundles/ ---> Making bundle: binary (in bundles/binary) Building: bundles/binary-daemon/dockerd-0.0.0-20210212105829-69f9c8c906 GOOS="" GOARCH="" GOARM="" + for installer in '*.installer' + bash buildx.installer build Cloning into '/go/src/github.com/docker/buildx'... Fetching origin + GOFLAGS=-mod=vendor + go build -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.4.2-tp-docker -X github.com/docker/buildx/version.Revision=fb7b670b764764dc4716df3eba07ffdae4cc47b2 -X github.com/docker/buildx/version.Package=github.com/docker/buildx -X main.experimental=1' ./cmd/buildx make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ./engine/bundles/dynbinary-daemon/dockerd -v Docker version 0.0.0-20210129131206-eeec7e566a, build eeec7e566a ./cli/build/docker -v Docker version 0.0.0-20210129131206-eeec7e566a, build eeec7e566a make[1]: Leaving directory '/root/build-deb' debian/rules binary dh binary --with=bash-completion --with=systemd dh_testroot dh_prep debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install 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 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker set -e;cd /sources && \ tar xzf plugin-installers.tgz; \ for installer in plugins/*.installer; do \ DESTDIR=/root/build-deb/debian/docker-ce-cli \ PREFIX=/usr/libexec/docker/cli-plugins \ bash ${installer} install_plugin; \ done # docker-ce install install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20210129131206-eeec7e566a debian/docker-ce/usr/bin/dockerd install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion dh_systemd_enable debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' dh_systemd_start dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # if we're on Ubuntu, we need to Recommends: apparmor echo 'apparmor:Recommends=apparmor' >> debian/docker-ce.substvars dh_gencontrol dpkg-gencontrol: warning: package docker-ce: unused substitution variable ${misc:Depends} make[1]: Leaving directory '/root/build-deb' dh_md5sums dh_builddeb dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial_amd64.deb'. Created binary: bundles/binary-daemon/dockerd-0.0.0-20210212105829-69f9c8c906 Copying nested executables into bundles/binary-daemon make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-486/engine' mkdir -p build/linux/docker cp /home/ubuntu/workspace/docker-ce-packaging_PR-486/cli/build/docker build/linux/docker/ for f in dockerd containerd ctr containerd-shim containerd-shim-runc-v2 docker-init docker-proxy runc; do \ cp -L /home/ubuntu/workspace/docker-ce-packaging_PR-486/engine/bundles/binary-daemon/$f build/linux/docker/$f; \ done cp: cannot stat '/home/ubuntu/workspace/docker-ce-packaging_PR-486/engine/bundles/binary-daemon/containerd-shim-runc-v2': No such file or directory tar -C build/linux -c -z -f build/linux/docker-0.0.0-20210212105829-69f9c8c906.tgz docker # extra binaries for running rootless mkdir -p build/linux/docker-rootless-extras for f in rootlesskit rootlesskit-docker-proxy dockerd-rootless.sh vpnkit; do \ if [ -f /home/ubuntu/workspace/docker-ce-packaging_PR-486/engine/bundles/binary-daemon/$f ]; then \ cp -L /home/ubuntu/workspace/docker-ce-packaging_PR-486/engine/bundles/binary-daemon/$f build/linux/docker-rootless-extras/$f; \ fi \ done tar -C build/linux -c -z -f build/linux/docker-rootless-extras-0.0.0-20210212105829-69f9c8c906.tgz docker-rootless-extras make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-486/static' [Pipeline] sh + pwd + make ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_PR-486/engine clean-engine [ ! -d /home/ubuntu/workspace/docker-ce-packaging_PR-486/engine ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/engine:/v -w /v alpine chown -R 1000:1000 /v Unable to find image 'alpine:latest' locally latest: Pulling from library/alpine a0d0a0d46f8b: Pulling fs layer a0d0a0d46f8b: Download complete a0d0a0d46f8b: Pull complete Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a Status: Downloaded newer image for alpine:latest + popd ~/rpmbuild/BUILD/src + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.dKFxyN + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64 + cd src + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64//usr/bin + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64//usr/bin/docker + pushd /root/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src + for installer in '*.installer' + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64 + PREFIX=/usr/libexec/docker/cli-plugins + bash app.installer install_plugin + for installer in '*.installer' + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64 + PREFIX=/usr/libexec/docker/cli-plugins + bash buildx.installer install_plugin + popd + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64/usr/share/bash-completion/completions ~/rpmbuild/BUILD/src + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64/usr/share/zsh/vendor-completions + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64/usr/share/fish/vendor_completions.d + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64/usr/share/bash-completion/completions/docker + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64/usr/share/zsh/vendor-completions/_docker + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64/usr/share/fish/vendor_completions.d/docker.fish + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64/usr/share/man/man1 + 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-deploy.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-engine-activate.1 cli/man/man1/docker-engine-check.1 cli/man/man1/docker-engine-update.1 cli/man/man1/docker-engine.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.20210129131206.eeec7e566a-0.el7.x86_64//usr/share/man/man1 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64/usr/share/man/man5 + 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.20210129131206.eeec7e566a-0.el7.x86_64//usr/share/man/man5 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64/usr/share/man/man8 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64//usr/share/man/man8 + mkdir -p build-docs + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/LICENSE build-docs/LICENSE + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/MAINTAINERS build-docs/MAINTAINERS + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/NOTICE build-docs/NOTICE + for cli_file in LICENSE MAINTAINERS NOTICE README.md + cp cli/README.md build-docs/README.md + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.OA4yaZ + umask 022 + cd /root/rpmbuild/BUILD + cd src + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20210129131206.eeec7e566a + export DOCDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20210129131206.eeec7e566a + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20210129131206.eeec7e566a + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20210129131206.eeec7e566a + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20210129131206.eeec7e566a + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20210129131206.eeec7e566a + exit 0 Provides: docker-ce-cli = 1:0.0.0.20210129131206.eeec7e566a-0.el7 docker-ce-cli(x86-64) = 1:0.0.0.20210129131206.eeec7e566a-0.el7 Requires(interp): /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(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) Conflicts: docker docker-io docker-engine-cs docker-ee docker-ee-cli Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.src.rpm rm -rf /home/ubuntu/workspace/docker-ce-packaging_PR-486/engine [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xs9dEp + umask 022 + cd /root/rpmbuild/BUILD + cd src + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210129131206.eeec7e566a-0.el7.x86_64 + exit 0 docker run --rm -i -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-486/rpm' [Pipeline] sh + pwd + make ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_PR-486/engine clean-engine [ ! -d /home/ubuntu/workspace/docker-ce-packaging_PR-486/engine ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/engine:/v -w /v alpine chown -R 1000:1000 /v rm -rf /home/ubuntu/workspace/docker-ce-packaging_PR-486/engine [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // wrap [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial_amd64.deb'. dpkg-genchanges >../docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial_amd64.changes dpkg-genchanges: including full source code in upload dpkg-source -I.git --after-build build-deb dpkg-buildpackage: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-ce-cli_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial_amd64.deb /root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial.dsc /root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial.tar.gz /root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial_amd64.changes /root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial_amd64.deb /build '/root/docker-ce-cli_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial_amd64.deb' removed '/root/docker-ce-cli_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial_amd64.deb' '/root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial.dsc' -> '/build/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial.dsc' removed '/root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial.dsc' '/root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial.tar.gz' -> '/build/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial.tar.gz' removed '/root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial.tar.gz' '/root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial_amd64.changes' -> '/build/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial_amd64.changes' removed '/root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial_amd64.changes' '/root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial_amd64.deb' -> '/build/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial_amd64.deb' removed '/root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-xenial_amd64.deb' docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/deb:/v -w /v alpine chown -R 1000:1000 debbuild/ubuntu-xenial == Building packages for ubuntu-focal == 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 /home/ubuntu/workspace/docker-ce-packaging_PR-486/deb/ubuntu-focal/Dockerfile . #1 [internal] load build definition from Dockerfile #1 sha256:58945fe440ad14b623d937c40b159eb5b5baf880b87b7cd81dac675f5dbd753c #1 transferring dockerfile: 1.20kB done #1 DONE 0.0s #2 [internal] load .dockerignore #2 sha256:693fc6221fd9575bdaf2d4f71f979499bc976a35870a0692e145c168acd76cb4 #2 transferring context: 2B done #2 DONE 0.0s #5 [auth] library/golang:pull token for registry-1.docker.io #5 sha256:ac0a1e54cdb2db8a1689bcb2e0924513c99000735cf202c607e1ed3f4ac821de #5 DONE 0.0s #6 [auth] library/ubuntu:pull token for registry-1.docker.io #6 sha256:83a41e1e9e8ba60830e2f575bc85f2f5e04bd706e1d1c326f35e54542739ce76 #6 DONE 0.0s #4 [internal] load metadata for docker.io/library/golang:1.13.15-buster #4 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 #4 DONE 0.2s #3 [internal] load metadata for docker.io/library/ubuntu:focal #3 sha256:d8099b9e2a8d5949e23c58d0d8ac7c3b4e8785ea131ce18291d94cefef37ed4b #3 DONE 0.3s #10 [internal] load build context #10 sha256:8d84f69b5d9601d4b9d5f84d0caa2de135292659c8bad06a6bb10773975b6321 #10 transferring context: 791B done #10 DONE 0.0s #14 [golang 1/1] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 #14 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be #14 CACHED #7 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:9d6a8699fb5c9c39cf08a0871bd6219f0400981c570894cd8cbea30d3424a31f #7 sha256:fdc3a0d13198019f7c8763ab083849eba26a7b3c6b8c4a7396e47c113558b7a1 #7 resolve docker.io/library/ubuntu:focal@sha256:9d6a8699fb5c9c39cf08a0871bd6219f0400981c570894cd8cbea30d3424a31f 0.0s done #7 sha256:35807b77a593c1147d13dc926a91dcc3015616ff7307cc30442c5a8e07546283 3.15MB / 28.57MB 0.1s #7 sha256:9d6a8699fb5c9c39cf08a0871bd6219f0400981c570894cd8cbea30d3424a31f 1.42kB / 1.42kB done #7 sha256:10cbddb6cf8568f56584ccb6c866203e68ab8e621bb87038e254f6f27f955bbe 529B / 529B done #7 sha256:fb52e22af1b01869e23e75089c368a1130fa538946d0411d47f964f8b1076180 1.46kB / 1.46kB done #7 sha256:35807b77a593c1147d13dc926a91dcc3015616ff7307cc30442c5a8e07546283 16.78MB / 28.57MB 0.2s #7 sha256:35807b77a593c1147d13dc926a91dcc3015616ff7307cc30442c5a8e07546283 28.57MB / 28.57MB 0.4s #7 sha256:35807b77a593c1147d13dc926a91dcc3015616ff7307cc30442c5a8e07546283 28.57MB / 28.57MB 0.5s done #7 extracting sha256:35807b77a593c1147d13dc926a91dcc3015616ff7307cc30442c5a8e07546283 #7 extracting sha256:35807b77a593c1147d13dc926a91dcc3015616ff7307cc30442c5a8e07546283 1.0s done #7 DONE 1.7s #8 [stage-1 2/9] RUN if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then rm -f /usr/bin/man; dpkg-divert --quiet --remove --rename /usr/bin/man; fi #8 sha256:9c5ff9792a5fbdac859131a3fbf931b09fb391ee7d2518c51da810999aff6bb0 #8 DONE 0.7s #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git #9 sha256:1c3cfc5896082c97e430fbf7fd7a73e5251d4ddd91a40714cfbd91b466d61e5c #9 0.871 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] #9 0.883 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] #9 1.029 Get:3 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [791 kB] #9 1.087 Get:4 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [529 kB] #9 1.091 Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.1 kB] #9 1.091 Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1082 kB] #9 1.281 Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] #9 1.377 Get:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB] #9 1.472 Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] #9 2.162 Get:10 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] #9 2.167 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] #9 2.210 Get:12 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] #9 2.217 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1071 kB] #9 2.266 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [576 kB] #9 2.295 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.3 kB] #9 2.297 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1528 kB] #9 2.369 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [2668 B] #9 2.370 Get:18 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [6310 B] #9 3.065 Fetched 19.1 MB in 3s (7380 kB/s) #9 3.065 Reading package lists... #9 3.802 Reading package lists... #9 4.495 Building dependency tree... #9 4.624 Reading state information... #9 4.763 The following additional packages will be installed: #9 4.763 at autoconf automake autopoint autotools-dev binutils binutils-common #9 4.763 binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp #9 4.763 cpp-9 dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism diffstat #9 4.763 dirmngr distro-info-data dpkg-dev dput dwz fakeroot file g++ g++-9 gcc gcc-9 #9 4.763 gcc-9-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg #9 4.763 gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base #9 4.763 intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl #9 4.763 libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-pkg-perl #9 4.763 libarchive-cpio-perl libarchive-zip-perl libarray-intspan-perl libasan5 #9 4.763 libasn1-8-heimdal libassuan0 libasync-mergepoint-perl libatomic1 #9 4.763 libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl #9 4.763 libbinutils libbrotli1 libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl #9 4.763 libcbor0.6 libcc1-0 libclass-method-modifiers-perl libclass-xsaccessor-perl #9 4.763 libclone-perl libcommon-sense-perl libconst-fast-perl #9 4.763 libcontextual-return-perl libcpanel-json-xs-perl libcroco3 libcrypt-dev #9 4.763 libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdata-dump-perl #9 4.763 libdata-optlist-perl libdebhelper-perl libdevel-callchecker-perl #9 4.763 libdevel-size-perl libdigest-bubblebabble-perl libdigest-hmac-perl #9 4.763 libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2 #9 4.763 libelf1 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1 #9 4.763 libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl #9 4.763 libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl #9 4.763 libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl #9 4.763 libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl #9 4.763 libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl #9 4.764 libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data #9 4.764 libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal #9 4.764 libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal #9 4.764 libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl #9 4.764 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl #9 4.764 libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #9 4.764 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #9 4.764 libhx509-5-heimdal libicu66 libidn11 libimport-into-perl #9 4.764 libio-async-loop-epoll-perl libio-async-perl libio-html-perl #9 4.764 libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl #9 4.764 libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22 #9 4.764 libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 #9 4.764 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 #9 4.764 libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl #9 4.764 liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl #9 4.764 liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl #9 4.764 liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl #9 4.764 liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl #9 4.764 libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl #9 4.764 libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 #9 4.764 libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl #9 4.764 libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl #9 4.764 libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0 #9 4.764 libnumber-compare-perl libnumber-range-perl libobject-id-perl #9 4.764 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #9 4.764 libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl #9 4.764 libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl #9 4.764 libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib #9 4.764 libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl #9 4.764 libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl #9 4.764 libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal #9 4.764 librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db #9 4.764 libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2 #9 4.764 libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1 #9 4.764 libstdc++-9-dev libstrictures-perl libstring-copyright-perl #9 4.764 libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl #9 4.764 libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl #9 4.764 libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl #9 4.764 libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl #9 4.764 libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl #9 4.764 libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl #9 4.764 libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0 #9 4.764 libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl #9 4.764 libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 #9 4.764 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #9 4.764 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #9 4.764 libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1 #9 4.764 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev #9 4.765 lsb-release m4 make man-db manpages manpages-dev mime-support netbase #9 4.765 openssh-client openssl patch patchutils perl perl-modules-5.30 #9 4.765 perl-openssl-defaults pinentry-curses po-debconf publicsuffix #9 4.765 python-apt-common python3 python3-apt python3-certifi python3-chardet #9 4.765 python3-debian python3-gpg python3-idna python3-magic python3-minimal #9 4.765 python3-pkg-resources python3-requests python3-six python3-unidiff #9 4.765 python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common #9 4.765 shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs #9 4.765 xz-utils #9 4.766 Suggested packages: #9 4.766 default-mta | mail-transport-agent autoconf-archive gnu-standards #9 4.766 autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc #9 4.766 gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx #9 4.766 | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope #9 4.766 disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl #9 4.766 libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl #9 4.766 libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt #9 4.766 ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl #9 4.766 dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko #9 4.766 mini-dinstall rsync g++-multilib g++-9-multilib gcc-9-doc gcc-multilib flex #9 4.766 bison gdb gcc-doc gcc-9-multilib gettext-doc libasprintf-dev #9 4.766 libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el #9 4.766 git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie #9 4.766 xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr gdbm-l10n #9 4.766 krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libossp-uuid-perl #9 4.766 libscalar-number-perl libsasl2-modules-gssapi-mit #9 4.766 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp #9 4.766 libsasl2-modules-sql libstdc++-9-doc libbareword-filehandles-perl #9 4.766 libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler #9 4.766 gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl #9 4.766 libxml-sax-expatxs-perl bash-completion binutils-multiarch #9 4.766 libtext-template-perl m4-doc make-doc apparmor www-browser keychain #9 4.766 libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc #9 4.766 libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl #9 4.766 liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk #9 4.766 python3-venv python3-apt-dbg python-apt-doc python3-setuptools #9 4.766 python3-cryptography python3-openssl python3-socks python3.8-venv #9 4.766 python3.8-doc binfmt-support readline-doc zip wdiff-doc #9 5.042 The following NEW packages will be installed: #9 5.042 at autoconf automake autopoint autotools-dev binutils binutils-common #9 5.043 binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp #9 5.043 cpp-9 curl dctrl-tools debhelper devscripts dh-autoreconf #9 5.043 dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz #9 5.043 equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git #9 5.043 git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client #9 5.043 gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes #9 5.043 krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl #9 5.043 libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl #9 5.043 libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal #9 5.043 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl #9 5.043 libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1 #9 5.043 libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0 #9 5.043 libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl #9 5.043 libcommon-sense-perl libconst-fast-perl libcontextual-return-perl #9 5.043 libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0 #9 5.043 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl #9 5.043 libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl #9 5.043 libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl #9 5.043 libdpkg-perl libdynaloader-functions-perl libedit2 libelf1 #9 5.043 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1 #9 5.043 libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl #9 5.043 libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl #9 5.043 libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl #9 5.043 libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl #9 5.043 libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl #9 5.043 libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data #9 5.043 libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal #9 5.043 libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal #9 5.043 libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl #9 5.043 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl #9 5.043 libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl #9 5.043 libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl #9 5.043 libhx509-5-heimdal libicu66 libidn11 libimport-into-perl #9 5.043 libio-async-loop-epoll-perl libio-async-perl libio-html-perl #9 5.043 libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl #9 5.043 libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22 #9 5.043 libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 #9 5.043 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 #9 5.043 libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl #9 5.043 liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl #9 5.043 liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl #9 5.043 liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl #9 5.043 liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl #9 5.044 libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl #9 5.044 libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 #9 5.044 libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl #9 5.044 libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl #9 5.044 libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0 #9 5.044 libnumber-compare-perl libnumber-range-perl libobject-id-perl #9 5.044 libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl #9 5.044 libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl #9 5.044 libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl #9 5.044 libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib #9 5.044 libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl #9 5.044 libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl #9 5.044 libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal #9 5.044 librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db #9 5.044 libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2 #9 5.044 libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1 #9 5.044 libstdc++-9-dev libstrictures-perl libstring-copyright-perl #9 5.044 libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl #9 5.044 libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl #9 5.044 libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl #9 5.044 libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl #9 5.044 libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl #9 5.044 libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl #9 5.044 libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0 #9 5.044 libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl #9 5.044 libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 #9 5.044 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl #9 5.044 libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl #9 5.044 libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1 #9 5.044 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev #9 5.044 lsb-release m4 make man-db manpages manpages-dev mime-support netbase #9 5.045 openssh-client openssl patch patchutils perl perl-modules-5.30 #9 5.045 perl-openssl-defaults pinentry-curses po-debconf publicsuffix #9 5.045 python-apt-common python3 python3-apt python3-certifi python3-chardet #9 5.045 python3-debian python3-gpg python3-idna python3-magic python3-minimal #9 5.045 python3-pkg-resources python3-requests python3-six python3-unidiff #9 5.045 python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common #9 5.045 shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs #9 5.045 xz-utils #9 5.463 0 upgraded, 354 newly installed, 0 to remove and 3 not upgraded. #9 5.463 Need to get 104 MB of archives. #9 5.463 After this operation, 467 MB of additional disk space will be used. #9 5.463 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblocale-gettext-perl amd64 1.07-4 [17.1 kB] #9 5.609 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.8 [1320 kB] #9 6.032 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04 [717 kB] #9 6.075 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libexpat1 amd64 2.2.9-1build1 [73.3 kB] #9 6.078 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04 [1898 kB] #9 6.168 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] #9 6.168 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] #9 6.170 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] #9 6.173 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB] #9 6.176 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB] #9 6.181 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB] #9 6.203 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04 [1675 kB] #9 6.282 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04 [387 kB] #9 6.303 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] #9 6.304 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] #9 6.305 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB] #9 6.306 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 bsdmainutils amd64 11.1.2ubuntu3 [181 kB] #9 6.315 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libuchardet0 amd64 0.0.6-3build1 [65.2 kB] #9 6.317 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 groff-base amd64 1.22.4-4build1 [847 kB] #9 6.354 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB] #9 6.356 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libpipeline1 amd64 1.5.2-2build1 [27.7 kB] #9 6.395 Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 man-db amd64 2.9.1-1 [1112 kB] #9 6.409 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB] #9 6.572 Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B] #9 6.572 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB] #9 6.784 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB] #9 6.787 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.8 [620 kB] #9 6.793 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20210119~20.04.1 [146 kB] #9 6.800 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.6 [4608 B] #9 6.800 Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic-mgc amd64 1:5.38-4 [218 kB] #9 6.810 Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic1 amd64 1:5.38-4 [75.9 kB] #9 6.813 Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 file amd64 1:5.38-4 [23.3 kB] #9 6.815 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 less amd64 551-1ubuntu0.1 [123 kB] #9 6.820 Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 libelf1 amd64 0.176-1.1build1 [44.0 kB] #9 6.857 Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB] #9 6.930 Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B] #9 6.930 Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2021a-0ubuntu0.20.04 [295 kB] #9 6.938 Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 libicu66 amd64 66.1-2ubuntu2 [8520 kB] #9 7.446 Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [640 kB] #9 7.461 Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB] #9 7.462 Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB] #9 7.463 Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB] #9 7.465 Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pkg-resources all 45.2.0-1 [130 kB] #9 7.467 Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-six all 1.14.0-2 [12.1 kB] #9 7.467 Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 shared-mime-info amd64 1.15-1 [430 kB] #9 7.471 Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 ucf all 3.0038+nmu1 [51.6 kB] #9 7.472 Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 xdg-user-dirs amd64 0.17-2ubuntu1 [48.3 kB] #9 7.519 Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1 [82.5 kB] #9 7.591 Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext-base amd64 0.19.8.1-10build1 [50.2 kB] #9 7.592 Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 iso-codes all 4.4-1 [2695 kB] #9 7.704 Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-locales all 1.17-6ubuntu4.1 [11.4 kB] #9 7.704 Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB] #9 7.727 Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB] #9 7.728 Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB] #9 7.728 Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB] #9 7.729 Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB] #9 7.730 Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB] #9 7.731 Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB] #9 7.743 Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB] #9 7.807 Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] #9 7.809 Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau6 amd64 1:1.0.9-0ubuntu1 [7488 B] #9 7.809 Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu1 [10.6 kB] #9 7.809 Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1 amd64 1.14-2 [44.7 kB] #9 7.811 Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB] #9 7.814 Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-6 amd64 2:1.6.9-2ubuntu1.2 [575 kB] #9 7.833 Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 libxext6 amd64 2:1.3.4-0ubuntu1 [29.1 kB] #9 7.834 Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B] #9 7.879 Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages all 5.05-1 [1314 kB] #9 7.924 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.3 [671 kB] #9 7.964 Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB] #9 7.968 Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python-apt-common all 2.0.0ubuntu0.20.04.6 [17.1 kB] #9 7.968 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-apt amd64 2.0.0ubuntu0.20.04.6 [154 kB] #9 7.974 Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 libunwind8 amd64 1.2.1-9build1 [47.6 kB] #9 7.975 Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 strace amd64 5.5-3ubuntu1 [380 kB] #9 7.990 Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 xauth amd64 1:1.1-0ubuntu1 [25.0 kB] #9 7.991 Get:76 http://archive.ubuntu.com/ubuntu focal/main amd64 libfl2 amd64 2.6.4-6.2 [11.5 kB] #9 7.991 Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 at amd64 3.1.23-1ubuntu1 [38.7 kB] #9 8.023 Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 libsigsegv2 amd64 2.12-2 [13.9 kB] #9 8.096 Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] #9 8.101 Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] #9 8.111 Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] #9 8.113 Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] #9 8.132 Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB] #9 8.147 Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.1 [207 kB] #9 8.172 Get:85 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.1 [475 kB] #9 8.187 Get:86 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.1 [47.1 kB] #9 8.189 Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.1 [46.6 kB] #9 8.190 Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.1 [1613 kB] #9 8.264 Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.1 [3380 B] #9 8.265 Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.2 [71.8 kB] #9 8.267 Get:91 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-84.94 [1115 kB] #9 8.324 Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB] #9 8.328 Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.2 [2520 kB] #9 8.433 Get:94 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-base amd64 9.3.0-17ubuntu1~20.04 [19.1 kB] #9 8.434 Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB] #9 8.474 Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB] #9 8.481 Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] #9 8.482 Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.3.0-17ubuntu1~20.04 [7494 kB] #9 8.901 Get:99 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB] #9 8.901 Get:100 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] #9 8.923 Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] #9 9.069 Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] #9 9.214 Get:103 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B] #9 9.228 Get:104 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.3.0-17ubuntu1~20.04 [394 kB] #9 9.494 Get:105 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] #9 9.607 Get:106 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB] #9 9.710 Get:107 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] #9 9.751 Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] #9 9.756 Get:109 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.3.0-17ubuntu1~20.04 [2360 kB] #9 9.867 Get:110 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.3.0-17ubuntu1~20.04 [8241 kB] #9 10.35 Get:111 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B] #9 10.36 Get:112 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1714 kB] #9 10.37 Get:113 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8405 kB] #9 10.90 Get:114 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B] #9 10.90 Get:115 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB] #9 10.90 Get:116 http://archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB] #9 10.90 Get:117 http://archive.ubuntu.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB] #9 10.90 Get:118 http://archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB] #9 10.91 Get:119 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] #9 10.91 Get:120 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] #9 10.91 Get:121 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB] #9 10.91 Get:122 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB] #9 10.97 Get:123 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB] #9 10.97 Get:124 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB] #9 11.04 Get:125 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB] #9 11.04 Get:126 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB] #9 11.05 Get:127 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB] #9 11.05 Get:128 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB] #9 11.05 Get:129 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB] #9 11.06 Get:130 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2 [14.9 kB] #9 11.06 Get:131 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2 [49.3 kB] #9 11.06 Get:132 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB] #9 11.11 Get:133 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] #9 11.12 Get:134 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB] #9 11.19 Get:135 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] #9 11.19 Get:136 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB] #9 11.19 Get:137 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.7 [234 kB] #9 11.20 Get:138 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.7 [161 kB] #9 11.21 Get:139 http://archive.ubuntu.com/ubuntu focal/main amd64 dctrl-tools amd64 2.24-3 [61.5 kB] #9 11.21 Get:140 http://archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB] #9 11.21 Get:141 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB] #9 11.21 Get:142 http://archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB] #9 11.26 Get:143 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB] #9 11.26 Get:144 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9532 B] #9 11.33 Get:145 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB] #9 11.33 Get:146 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5228 B] #9 11.33 Get:147 http://archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB] #9 11.33 Get:148 http://archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB] #9 11.34 Get:149 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB] #9 11.37 Get:150 http://archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB] #9 11.37 Get:151 http://archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB] #9 11.38 Get:152 http://archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB] #9 11.42 Get:153 http://archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB] #9 11.43 Get:154 http://archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB] #9 11.47 Get:155 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB] #9 11.48 Get:156 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB] #9 11.48 Get:157 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] #9 11.48 Get:158 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B] #9 11.48 Get:159 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB] #9 11.49 Get:160 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.1 [51.7 kB] #9 11.49 Get:161 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.1 [480 kB] #9 11.55 Get:162 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB] #9 11.56 Get:163 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB] #9 11.56 Get:164 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB] #9 11.62 Get:165 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.1 [97.6 kB] #9 11.62 Get:166 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.1 [90.3 kB] #9 11.62 Get:167 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.1 [217 kB] #9 11.63 Get:168 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.1 [259 kB] #9 11.64 Get:169 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-which-perl all 1.23-1 [13.8 kB] #9 11.64 Get:170 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-homedir-perl all 1.004-1 [37.3 kB] #9 11.64 Get:171 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-pty-perl amd64 1:1.12-1 [32.4 kB] #9 11.69 Get:172 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-run-perl all 20180523.0-2 [89.7 kB] #9 11.69 Get:173 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB] #9 11.69 Get:174 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-op-check-perl amd64 0.22-1build2 [10.2 kB] #9 11.76 Get:175 http://archive.ubuntu.com/ubuntu focal/main amd64 libdynaloader-functions-perl all 0.003-1 [11.9 kB] #9 11.76 Get:176 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu1 [14.5 kB] #9 11.76 Get:177 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-classify-perl amd64 0.015-1build2 [21.1 kB] #9 11.76 Get:178 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB] #9 11.76 Get:179 http://archive.ubuntu.com/ubuntu focal/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB] #9 11.77 Get:180 http://archive.ubuntu.com/ubuntu focal/main amd64 librole-tiny-perl all 2.001004-1 [16.5 kB] #9 11.77 Get:181 http://archive.ubuntu.com/ubuntu focal/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB] #9 11.83 Get:182 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB] #9 11.84 Get:183 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoo-perl all 2.003006-1 [46.3 kB] #9 11.84 Get:184 http://archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] #9 11.91 Get:185 http://archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB] #9 11.91 Get:186 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9920 B] #9 11.91 Get:187 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-listing-perl all 6.04-1 [9774 B] #9 11.91 Get:188 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB] #9 11.91 Get:189 http://archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB] #9 11.91 Get:190 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB] #9 11.91 Get:191 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tree-perl all 5.07-2 [200 kB] #9 11.98 Get:192 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB] #9 11.98 Get:193 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB] #9 11.98 Get:194 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB] #9 12.05 Get:195 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-cookies-perl all 6.08-1 [18.3 kB] #9 12.05 Get:196 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB] #9 12.05 Get:197 http://archive.ubuntu.com/ubuntu focal/main amd64 perl-openssl-defaults amd64 4 [7192 B] #9 12.05 Get:198 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ssleay-perl amd64 1.88-2ubuntu1 [291 kB] #9 12.06 Get:199 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-socket-ssl-perl all 2.067-1 [176 kB] #9 12.07 Get:200 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-http-perl all 6.19-1 [22.8 kB] #9 12.07 Get:201 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B] #9 12.12 Get:202 http://archive.ubuntu.com/ubuntu focal/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB] #9 12.27 Get:203 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB] #9 12.35 Get:204 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-perl all 6.43-1 [140 kB] #9 12.54 Get:205 http://archive.ubuntu.com/ubuntu focal/main amd64 patchutils amd64 0.3.4-2 [71.1 kB] #9 12.59 Get:206 http://archive.ubuntu.com/ubuntu focal/main amd64 wdiff amd64 1.2.2-2build1 [29.8 kB] #9 12.60 Get:207 http://archive.ubuntu.com/ubuntu focal/main amd64 devscripts amd64 2.20.2ubuntu2 [940 kB] #9 12.77 Get:208 http://archive.ubuntu.com/ubuntu focal/main amd64 diffstat amd64 1.63-1 [27.2 kB] #9 12.77 Get:209 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-chardet all 3.0.4-4build1 [80.4 kB] #9 12.77 Get:210 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-debian all 0.1.36ubuntu1 [65.0 kB] #9 12.78 Get:211 http://archive.ubuntu.com/ubuntu focal/main amd64 libgpgme11 amd64 1.13.1-7ubuntu2 [121 kB] #9 12.79 Get:212 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gpg amd64 1.13.1-7ubuntu2 [165 kB] #9 12.80 Get:213 http://archive.ubuntu.com/ubuntu focal/main amd64 dput all 1.0.3ubuntu1 [42.3 kB] #9 12.80 Get:214 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.7 [232 kB] #9 12.82 Get:215 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] #9 12.82 Get:216 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git-man all 1:2.25.1-1ubuntu3.2 [884 kB] #9 12.86 Get:217 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git amd64 1:2.25.1-1ubuntu3.2 [4554 kB] #9 13.11 Get:218 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB] #9 13.11 Get:219 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB] #9 13.11 Get:220 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] #9 13.11 Get:221 http://archive.ubuntu.com/ubuntu focal/main amd64 libapt-pkg-perl amd64 0.1.36build3 [68.5 kB] #9 13.11 Get:222 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9644 B] #9 13.11 Get:223 http://archive.ubuntu.com/ubuntu focal/main amd64 libarray-intspan-perl all 2.003-1 [23.3 kB] #9 13.11 Get:224 http://archive.ubuntu.com/ubuntu focal/main amd64 libasync-mergepoint-perl all 0.04-2 [10.2 kB] #9 13.11 Get:225 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-implementation-perl all 0.09-1 [12.2 kB] #9 13.11 Get:226 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B] #9 13.18 Get:227 http://archive.ubuntu.com/ubuntu focal/main amd64 libvariable-magic-perl amd64 0.62-1build2 [34.4 kB] #9 13.25 Get:228 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-endofscope-perl all 0.24-1 [16.8 kB] #9 13.25 Get:229 http://archive.ubuntu.com/ubuntu focal/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB] #9 13.26 Get:230 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-xsaccessor-perl amd64 1.19-3build3 [33.6 kB] #9 13.26 Get:231 http://archive.ubuntu.com/ubuntu focal/main amd64 libclone-perl amd64 0.43-2 [11.0 kB] #9 13.26 Get:232 http://archive.ubuntu.com/ubuntu focal/main amd64 libcommon-sense-perl amd64 3.74-2build6 [20.1 kB] #9 13.26 Get:233 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-util-perl amd64 1.07-3build5 [19.7 kB] #9 13.26 Get:234 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-install-perl all 0.928-1 [10.5 kB] #9 13.26 Get:235 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-optlist-perl all 0.110-1 [9956 B] #9 13.26 Get:236 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB] #9 13.33 Get:237 http://archive.ubuntu.com/ubuntu focal/main amd64 libconst-fast-perl all 0.014-1 [7958 B] #9 13.33 Get:238 http://archive.ubuntu.com/ubuntu focal/main amd64 libwant-perl amd64 0.29-1build4 [24.2 kB] #9 13.33 Get:239 http://archive.ubuntu.com/ubuntu focal/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB] #9 13.33 Get:240 http://archive.ubuntu.com/ubuntu focal/main amd64 libcpanel-json-xs-perl amd64 4.19-1build1 [109 kB] #9 13.34 Get:241 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB] #9 13.34 Get:242 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-bubblebabble-perl all 0.02-2 [7908 B] #9 13.34 Get:243 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB] #9 13.34 Get:244 http://archive.ubuntu.com/ubuntu focal/main amd64 libdistro-info-perl all 0.23ubuntu1 [4668 B] #9 13.34 Get:245 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B] #9 13.40 Get:246 http://archive.ubuntu.com/ubuntu focal/main amd64 libmailtools-perl all 2.21-1 [80.7 kB] #9 13.41 Get:247 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ip-perl all 1.26-2 [27.4 kB] #9 13.41 Get:248 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-perl all 1.22-1 [336 kB] #9 13.42 Get:249 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-domain-tld-perl all 1.75-1 [29.1 kB] #9 13.42 Get:250 http://archive.ubuntu.com/ubuntu focal/main amd64 libemail-valid-perl all 1.202-1 [16.3 kB] #9 13.42 Get:251 http://archive.ubuntu.com/ubuntu focal/main amd64 libexporter-tiny-perl all 1.002001-1 [35.5 kB] #9 13.42 Get:252 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-system-simple-perl all 1.26-1 [22.8 kB] #9 13.42 Get:253 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-basedir-perl all 0.08-1 [16.9 kB] #9 13.42 Get:254 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-chdir-perl all 0.1008-1 [11.7 kB] #9 13.47 Get:255 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB] #9 13.55 Get:256 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-compare-perl all 0.03-1 [7318 B] #9 13.55 Get:257 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-glob-perl all 0.10-1 [7554 B] #9 13.55 Get:258 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB] #9 13.55 Get:259 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB] #9 13.55 Get:260 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-string-perl all 1.08-3 [11.1 kB] #9 13.55 Get:261 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-ttf-perl all 1.06-1 [313 kB] #9 13.55 Get:262 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuture-perl all 0.43-1 [77.8 kB] #9 13.55 Get:263 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-stringy-perl all 2.111-3 [55.8 kB] #9 13.55 Get:264 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-validate-perl amd64 1.29-3 [52.7 kB] #9 13.62 Get:265 http://archive.ubuntu.com/ubuntu focal/main amd64 libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB] #9 13.63 Get:266 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-versions-perl all 1.62-1 [9294 B] #9 13.63 Get:267 http://archive.ubuntu.com/ubuntu focal/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB] #9 13.63 Get:268 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-tiny-multipart-perl all 0.08-1 [8488 B] #9 13.63 Get:269 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB] #9 13.63 Get:270 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-perl all 4.02000-2 [80.9 kB] #9 13.63 Get:271 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-perl all 1.708-1 [67.8 kB] #9 13.63 Get:272 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB] #9 13.63 Get:273 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-perl all 0.38-1 [19.1 kB] #9 13.69 Get:274 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-identify-perl amd64 0.14-1build2 [10.7 kB] #9 13.71 Get:275 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-name-perl amd64 0.26-1 [11.5 kB] #9 13.71 Get:276 http://archive.ubuntu.com/ubuntu focal/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB] #9 13.71 Get:277 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-tiny-perl all 0.108-1 [42.6 kB] #9 13.71 Get:278 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-perl all 1.008001-2 [304 kB] #9 13.71 Get:279 http://archive.ubuntu.com/ubuntu focal/main amd64 libgitlab-api-v4-perl all 0.25-1 [83.8 kB] #9 13.71 Get:280 http://archive.ubuntu.com/ubuntu focal/main amd64 libhash-fieldhash-perl amd64 0.15-1build2 [16.9 kB] #9 13.71 Get:281 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB] #9 13.72 Get:282 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB] #9 13.77 Get:283 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-daemon-perl all 6.06-1 [21.4 kB] #9 13.79 Get:284 http://archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB] #9 13.79 Get:285 http://archive.ubuntu.com/ubuntu focal/main amd64 libstruct-dumb-perl all 0.09-1 [10.5 kB] #9 13.79 Get:286 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-perl all 0.75-1 [254 kB] #9 13.79 Get:287 http://archive.ubuntu.com/ubuntu focal/main amd64 liblinux-epoll-perl amd64 0.017-1 [16.0 kB] #9 13.79 Get:288 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-loop-epoll-perl all 0.20-1 [10.4 kB] #9 13.79 Get:289 http://archive.ubuntu.com/ubuntu focal/main amd64 libtypes-serialiser-perl all 1.0-1 [12.1 kB] #9 13.80 Get:290 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-xs-perl amd64 4.020-1build1 [83.7 kB] #9 13.80 Get:291 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-maybexs-perl all 1.004000-1 [11.0 kB] #9 13.84 Get:292 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-compare-perl all 0.53-1 [65.6 kB] #9 13.87 Get:293 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-moreutils-perl amd64 0.416-1build5 [55.5 kB] #9 13.87 Get:294 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB] #9 13.87 Get:295 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-xs-perl amd64 0.58-2 [32.5 kB] #9 13.87 Get:296 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl7 amd64 2.4.6-14 [38.5 kB] #9 13.87 Get:297 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB] #9 13.88 Get:298 http://archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] #9 13.88 Get:299 http://archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] #9 13.88 Get:300 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-aliases-perl all 0.001006-1 [7176 B] #9 13.91 Get:301 http://archive.ubuntu.com/ubuntu focal/main amd64 libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB] #9 13.95 Get:302 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-struct-perl all 0.017-1 [23.4 kB] #9 13.95 Get:303 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-sec-perl amd64 1.15-1 [44.6 kB] #9 14.10 Get:304 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-libidn-perl amd64 0.12.ds-3build2 [17.3 kB] #9 14.25 Get:305 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-range-perl all 0.12-1 [8556 B] #9 14.26 Get:306 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-xs-perl amd64 0.29-1build1 [18.4 kB] #9 14.29 Get:307 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB] #9 14.38 Get:308 http://archive.ubuntu.com/ubuntu focal/main amd64 libperl4-corelibs-perl all 0.004-2 [37.4 kB] #9 14.41 Get:309 http://archive.ubuntu.com/ubuntu focal/main amd64 libperlio-gzip-perl amd64 0.19-1build5 [14.6 kB] #9 14.42 Get:310 http://archive.ubuntu.com/ubuntu focal/main amd64 libpod-constants-perl all 0.19-1 [16.0 kB] #9 14.43 Get:311 http://archive.ubuntu.com/ubuntu focal/main amd64 libre2-5 amd64 20200101+dfsg-1build1 [162 kB] #9 14.51 Get:312 http://archive.ubuntu.com/ubuntu focal/main amd64 libre-engine-re2-perl amd64 0.13-5 [16.2 kB] #9 14.52 Get:313 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadonly-perl all 2.050-2 [19.9 kB] #9 14.53 Get:314 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-perl all 0.204-1 [15.0 kB] #9 14.53 Get:315 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-xs-perl amd64 0.117-1build2 [12.0 kB] #9 14.53 Get:316 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB] #9 14.54 Get:317 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-perl all 0.2.12-1 [17.1 kB] #9 14.55 Get:318 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2 [49.1 kB] #9 14.56 Get:319 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-decoder-perl amd64 4.011+ds-1build1 [102 kB] #9 14.58 Get:320 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-encoder-perl amd64 4.011+ds-1build1 [104 kB] #9 14.62 Get:321 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-perl all 4.011-1 [8604 B] #9 14.62 Get:322 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-key-perl amd64 1.33-2build2 [35.4 kB] #9 14.62 Get:323 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-copyright-perl all 0.003006-1 [9608 B] #9 14.63 Get:324 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB] #9 14.63 Get:325 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB] #9 14.63 Get:326 http://archive.ubuntu.com/ubuntu focal/main amd64 libterm-readkey-perl amd64 2.38-1build1 [24.6 kB] #9 14.69 Get:327 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-fatal-perl all 0.014-1 [11.1 kB] #9 14.69 Get:328 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-refcount-perl all 0.10-1 [11.4 kB] #9 14.70 Get:329 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B] #9 14.70 Get:330 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-xs-perl amd64 0.016-1 [22.9 kB] #9 14.77 Get:331 http://archive.ubuntu.com/ubuntu focal/main amd64 libunicode-utf8-perl amd64 0.62-1build1 [18.1 kB] #9 14.77 Get:332 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB] #9 14.77 Get:333 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-base-perl all 1.09-1 [18.8 kB] #9 14.77 Get:334 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB] #9 14.77 Get:335 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1build1 [320 kB] #9 14.80 Get:336 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-parser-perl amd64 2.46-1 [193 kB] #9 14.84 Get:337 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB] #9 14.84 Get:338 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-writer-perl all 0.625-1 [24.9 kB] #9 14.84 Get:339 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-libyaml-perl amd64 0.81+repack-1 [28.5 kB] #9 14.84 Get:340 http://archive.ubuntu.com/ubuntu focal/main amd64 licensecheck all 3.0.45-1 [23.9 kB] #9 14.91 Get:341 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-size-perl amd64 0.83-1build1 [20.0 kB] #9 14.91 Get:342 http://archive.ubuntu.com/ubuntu focal/main amd64 t1utils amd64 1.41-3 [56.1 kB] #9 14.92 Get:343 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lintian all 2.62.0ubuntu1 [981 kB] #9 14.96 Get:344 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2266 kB] #9 15.08 Get:345 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-certifi all 2019.11.28-1 [149 kB] #9 15.09 Get:346 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-idna all 2.8-1 [34.6 kB] #9 15.09 Get:347 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-urllib3 all 1.25.8-2ubuntu0.1 [88.3 kB] #9 15.09 Get:348 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB] #9 15.09 Get:349 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-unidiff all 0.5.5-2 [9180 B] #9 15.09 Get:350 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-xdg all 0.26-1ubuntu1 [36.1 kB] #9 15.10 Get:351 http://archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB] #9 15.10 Get:352 http://archive.ubuntu.com/ubuntu focal/universe amd64 equivs all 2.2.0 [19.7 kB] #9 15.10 Get:353 http://archive.ubuntu.com/ubuntu focal/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB] #9 15.27 Get:354 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-magic all 2:0.4.15-3 [9376 B] #9 15.44 debconf: delaying package configuration, since apt-utils is not installed #9 15.47 Fetched 104 MB in 10s (10.2 MB/s) #9 15.52 Selecting previously unselected package liblocale-gettext-perl. #9 15.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 ... 4125 files and directories currently installed.) #9 15.53 Preparing to unpack .../liblocale-gettext-perl_1.07-4_amd64.deb ... #9 15.53 Unpacking liblocale-gettext-perl (1.07-4) ... #9 15.57 Selecting previously unselected package libssl1.1:amd64. #9 15.57 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.8_amd64.deb ... #9 15.58 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.8) ... #9 15.76 Selecting previously unselected package libpython3.8-minimal:amd64. #9 15.76 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04_amd64.deb ... #9 15.77 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04) ... #9 15.90 Selecting previously unselected package libexpat1:amd64. #9 15.90 Preparing to unpack .../libexpat1_2.2.9-1build1_amd64.deb ... #9 15.90 Unpacking libexpat1:amd64 (2.2.9-1build1) ... #9 16.03 Selecting previously unselected package python3.8-minimal. #9 16.03 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04_amd64.deb ... #9 16.05 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04) ... #9 16.32 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.8) ... #9 16.45 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04) ... #9 16.49 Setting up libexpat1:amd64 (2.2.9-1build1) ... #9 16.52 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04) ... #9 17.08 Selecting previously unselected package python3-minimal. #9 17.08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4440 files and directories currently installed.) #9 17.09 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... #9 17.09 Unpacking python3-minimal (3.8.2-0ubuntu2) ... #9 17.14 Selecting previously unselected package mime-support. #9 17.14 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... #9 17.14 Unpacking mime-support (3.64ubuntu1) ... #9 17.18 Selecting previously unselected package libmpdec2:amd64. #9 17.18 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... #9 17.19 Unpacking libmpdec2:amd64 (2.4.2-3) ... #9 17.23 Selecting previously unselected package readline-common. #9 17.23 Preparing to unpack .../3-readline-common_8.0-4_all.deb ... #9 17.24 Unpacking readline-common (8.0-4) ... #9 17.27 Selecting previously unselected package libreadline8:amd64. #9 17.27 Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ... #9 17.28 Unpacking libreadline8:amd64 (8.0-4) ... #9 17.33 Selecting previously unselected package libsqlite3-0:amd64. #9 17.33 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ... #9 17.33 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ... #9 17.40 Selecting previously unselected package libpython3.8-stdlib:amd64. #9 17.40 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04_amd64.deb ... #9 17.41 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04) ... #9 17.61 Selecting previously unselected package python3.8. #9 17.61 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04_amd64.deb ... #9 17.62 Unpacking python3.8 (3.8.10-0ubuntu1~20.04) ... #9 17.66 Selecting previously unselected package libpython3-stdlib:amd64. #9 17.66 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... #9 17.67 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... #9 17.71 Setting up python3-minimal (3.8.2-0ubuntu2) ... #9 17.97 Selecting previously unselected package python3. #9 17.97 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4870 files and directories currently installed.) #9 17.98 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_amd64.deb ... #9 18.00 Unpacking python3 (3.8.2-0ubuntu2) ... #9 18.14 Selecting previously unselected package libbsd0:amd64. #9 18.14 Preparing to unpack .../001-libbsd0_0.10.0-1_amd64.deb ... #9 18.15 Unpacking libbsd0:amd64 (0.10.0-1) ... #9 18.20 Selecting previously unselected package bsdmainutils. #9 18.21 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_amd64.deb ... #9 18.21 Unpacking bsdmainutils (11.1.2ubuntu3) ... #9 18.27 Selecting previously unselected package libuchardet0:amd64. #9 18.27 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_amd64.deb ... #9 18.28 Unpacking libuchardet0:amd64 (0.0.6-3build1) ... #9 18.31 Selecting previously unselected package groff-base. #9 18.32 Preparing to unpack .../004-groff-base_1.22.4-4build1_amd64.deb ... #9 18.32 Unpacking groff-base (1.22.4-4build1) ... #9 18.46 Selecting previously unselected package libgdbm6:amd64. #9 18.46 Preparing to unpack .../005-libgdbm6_1.18.1-5_amd64.deb ... #9 18.47 Unpacking libgdbm6:amd64 (1.18.1-5) ... #9 18.55 Selecting previously unselected package libpipeline1:amd64. #9 18.56 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_amd64.deb ... #9 18.56 Unpacking libpipeline1:amd64 (1.5.2-2build1) ... #9 18.62 Selecting previously unselected package man-db. #9 18.62 Preparing to unpack .../007-man-db_2.9.1-1_amd64.deb ... #9 18.63 Unpacking man-db (2.9.1-1) ... #9 18.80 Selecting previously unselected package perl-modules-5.30. #9 18.80 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ... #9 18.80 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) ... #9 19.17 Selecting previously unselected package libgdbm-compat4:amd64. #9 19.17 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_amd64.deb ... #9 19.17 Unpacking libgdbm-compat4:amd64 (1.18.1-5) ... #9 19.21 Selecting previously unselected package libperl5.30:amd64. #9 19.21 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ... #9 19.21 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... #9 19.77 Selecting previously unselected package perl. #9 19.77 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.2_amd64.deb ... #9 19.78 Unpacking perl (5.30.0-9ubuntu0.2) ... #9 19.86 Selecting previously unselected package openssl. #9 19.86 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.8_amd64.deb ... #9 19.87 Unpacking openssl (1.1.1f-1ubuntu2.8) ... #9 19.98 Selecting previously unselected package ca-certificates. #9 19.98 Preparing to unpack .../013-ca-certificates_20210119~20.04.1_all.deb ... #9 19.98 Unpacking ca-certificates (20210119~20.04.1) ... #9 20.05 Selecting previously unselected package distro-info-data. #9 20.05 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.6_all.deb ... #9 20.06 Unpacking distro-info-data (0.43ubuntu1.6) ... #9 20.10 Selecting previously unselected package libmagic-mgc. #9 20.10 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_amd64.deb ... #9 20.10 Unpacking libmagic-mgc (1:5.38-4) ... #9 20.22 Selecting previously unselected package libmagic1:amd64. #9 20.23 Preparing to unpack .../016-libmagic1_1%3a5.38-4_amd64.deb ... #9 20.25 Unpacking libmagic1:amd64 (1:5.38-4) ... #9 20.33 Selecting previously unselected package file. #9 20.33 Preparing to unpack .../017-file_1%3a5.38-4_amd64.deb ... #9 20.34 Unpacking file (1:5.38-4) ... #9 20.38 Selecting previously unselected package less. #9 20.38 Preparing to unpack .../018-less_551-1ubuntu0.1_amd64.deb ... #9 20.38 Unpacking less (551-1ubuntu0.1) ... #9 20.43 Selecting previously unselected package libelf1:amd64. #9 20.43 Preparing to unpack .../019-libelf1_0.176-1.1build1_amd64.deb ... #9 20.44 Unpacking libelf1:amd64 (0.176-1.1build1) ... #9 20.52 Selecting previously unselected package libglib2.0-0:amd64. #9 20.52 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ... #9 20.52 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... #9 20.66 Selecting previously unselected package libglib2.0-data. #9 20.66 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ... #9 20.67 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ... #9 20.74 Selecting previously unselected package tzdata. #9 20.74 Preparing to unpack .../022-tzdata_2021a-0ubuntu0.20.04_all.deb ... #9 20.74 Unpacking tzdata (2021a-0ubuntu0.20.04) ... #9 20.92 Selecting previously unselected package libicu66:amd64. #9 20.92 Preparing to unpack .../023-libicu66_66.1-2ubuntu2_amd64.deb ... #9 20.92 Unpacking libicu66:amd64 (66.1-2ubuntu2) ... #9 21.76 Selecting previously unselected package libxml2:amd64. #9 21.76 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ... #9 21.76 Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... #9 21.85 Selecting previously unselected package libyaml-0-2:amd64. #9 21.85 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_amd64.deb ... #9 21.86 Unpacking libyaml-0-2:amd64 (0.2.2-1) ... #9 21.89 Selecting previously unselected package lsb-release. #9 21.89 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ... #9 21.90 Unpacking lsb-release (11.1.0ubuntu2) ... #9 21.94 Selecting previously unselected package netbase. #9 21.94 Preparing to unpack .../027-netbase_6.1_all.deb ... #9 21.94 Unpacking netbase (6.1) ... #9 21.98 Selecting previously unselected package python3-pkg-resources. #9 21.98 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1_all.deb ... #9 21.98 Unpacking python3-pkg-resources (45.2.0-1) ... #9 22.03 Selecting previously unselected package python3-six. #9 22.03 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ... #9 22.03 Unpacking python3-six (1.14.0-2) ... #9 22.07 Selecting previously unselected package shared-mime-info. #9 22.07 Preparing to unpack .../030-shared-mime-info_1.15-1_amd64.deb ... #9 22.07 Unpacking shared-mime-info (1.15-1) ... #9 22.15 Selecting previously unselected package ucf. #9 22.16 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ... #9 22.16 Moving old data out of the way #9 22.16 Unpacking ucf (3.0038+nmu1) ... #9 22.21 Selecting previously unselected package xdg-user-dirs. #9 22.21 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_amd64.deb ... #9 22.22 Unpacking xdg-user-dirs (0.17-2ubuntu1) ... #9 22.27 Selecting previously unselected package xz-utils. #9 22.27 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1_amd64.deb ... #9 22.28 Unpacking xz-utils (5.2.4-1ubuntu1) ... #9 22.32 Selecting previously unselected package gettext-base. #9 22.32 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_amd64.deb ... #9 22.32 Unpacking gettext-base (0.19.8.1-10build1) ... #9 22.36 Selecting previously unselected package iso-codes. #9 22.36 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ... #9 22.37 Unpacking iso-codes (4.4-1) ... #9 22.73 Selecting previously unselected package krb5-locales. #9 22.73 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.1_all.deb ... #9 22.73 Unpacking krb5-locales (1.17-6ubuntu4.1) ... #9 22.78 Selecting previously unselected package libcbor0.6:amd64. #9 22.78 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ... #9 22.78 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ... #9 22.82 Selecting previously unselected package libedit2:amd64. #9 22.83 Preparing to unpack .../038-libedit2_3.1-20191231-1_amd64.deb ... #9 22.83 Unpacking libedit2:amd64 (3.1-20191231-1) ... #9 22.87 Selecting previously unselected package libfido2-1:amd64. #9 22.88 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_amd64.deb ... #9 22.88 Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ... #9 22.92 Selecting previously unselected package libkrb5support0:amd64. #9 22.92 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ... #9 22.92 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ... #9 22.96 Selecting previously unselected package libk5crypto3:amd64. #9 22.96 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ... #9 22.97 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ... #9 23.01 Selecting previously unselected package libkeyutils1:amd64. #9 23.02 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1_amd64.deb ... #9 23.02 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ... #9 23.05 Selecting previously unselected package libkrb5-3:amd64. #9 23.05 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ... #9 23.06 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ... #9 23.16 Selecting previously unselected package libgssapi-krb5-2:amd64. #9 23.16 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ... #9 23.17 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... #9 23.22 Selecting previously unselected package libpsl5:amd64. #9 23.22 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_amd64.deb ... #9 23.22 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... #9 23.27 Selecting previously unselected package libxau6:amd64. #9 23.27 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_amd64.deb ... #9 23.27 Unpacking libxau6:amd64 (1:1.0.9-0ubuntu1) ... #9 23.31 Selecting previously unselected package libxdmcp6:amd64. #9 23.31 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_amd64.deb ... #9 23.32 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ... #9 23.35 Selecting previously unselected package libxcb1:amd64. #9 23.35 Preparing to unpack .../048-libxcb1_1.14-2_amd64.deb ... #9 23.36 Unpacking libxcb1:amd64 (1.14-2) ... #9 23.39 Selecting previously unselected package libx11-data. #9 23.39 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ... #9 23.40 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ... #9 23.46 Selecting previously unselected package libx11-6:amd64. #9 23.46 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_amd64.deb ... #9 23.47 Unpacking libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ... #9 23.55 Selecting previously unselected package libxext6:amd64. #9 23.56 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_amd64.deb ... #9 23.56 Unpacking libxext6:amd64 (2:1.3.4-0ubuntu1) ... #9 23.59 Selecting previously unselected package libxmuu1:amd64. #9 23.60 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ... #9 23.60 Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ... #9 23.63 Selecting previously unselected package manpages. #9 23.63 Preparing to unpack .../053-manpages_5.05-1_all.deb ... #9 23.63 Unpacking manpages (5.05-1) ... #9 23.76 Selecting previously unselected package openssh-client. #9 23.76 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.3_amd64.deb ... #9 23.77 Unpacking openssh-client (1:8.2p1-4ubuntu0.3) ... #9 23.87 Selecting previously unselected package publicsuffix. #9 23.87 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ... #9 23.88 Unpacking publicsuffix (20200303.0012-1) ... #9 23.91 Selecting previously unselected package python-apt-common. #9 23.91 Preparing to unpack .../056-python-apt-common_2.0.0ubuntu0.20.04.6_all.deb ... #9 23.92 Unpacking python-apt-common (2.0.0ubuntu0.20.04.6) ... #9 23.95 Selecting previously unselected package python3-apt. #9 23.96 Preparing to unpack .../057-python3-apt_2.0.0ubuntu0.20.04.6_amd64.deb ... #9 23.96 Unpacking python3-apt (2.0.0ubuntu0.20.04.6) ... #9 24.01 Selecting previously unselected package libunwind8:amd64. #9 24.01 Preparing to unpack .../058-libunwind8_1.2.1-9build1_amd64.deb ... #9 24.01 Unpacking libunwind8:amd64 (1.2.1-9build1) ... #9 24.04 Selecting previously unselected package strace. #9 24.04 Preparing to unpack .../059-strace_5.5-3ubuntu1_amd64.deb ... #9 24.05 Unpacking strace (5.5-3ubuntu1) ... #9 24.11 Selecting previously unselected package xauth. #9 24.11 Preparing to unpack .../060-xauth_1%3a1.1-0ubuntu1_amd64.deb ... #9 24.12 Unpacking xauth (1:1.1-0ubuntu1) ... #9 24.15 Selecting previously unselected package libfl2:amd64. #9 24.16 Preparing to unpack .../061-libfl2_2.6.4-6.2_amd64.deb ... #9 24.16 Unpacking libfl2:amd64 (2.6.4-6.2) ... #9 24.21 Selecting previously unselected package at. #9 24.21 Preparing to unpack .../062-at_3.1.23-1ubuntu1_amd64.deb ... #9 24.21 Unpacking at (3.1.23-1ubuntu1) ... #9 24.25 Selecting previously unselected package libsigsegv2:amd64. #9 24.25 Preparing to unpack .../063-libsigsegv2_2.12-2_amd64.deb ... #9 24.26 Unpacking libsigsegv2:amd64 (2.12-2) ... #9 24.29 Selecting previously unselected package m4. #9 24.29 Preparing to unpack .../064-m4_1.4.18-4_amd64.deb ... #9 24.29 Unpacking m4 (1.4.18-4) ... #9 24.33 Selecting previously unselected package autoconf. #9 24.34 Preparing to unpack .../065-autoconf_2.69-11.1_all.deb ... #9 24.34 Unpacking autoconf (2.69-11.1) ... #9 24.41 Selecting previously unselected package autotools-dev. #9 24.41 Preparing to unpack .../066-autotools-dev_20180224.1_all.deb ... #9 24.42 Unpacking autotools-dev (20180224.1) ... #9 24.47 Selecting previously unselected package automake. #9 24.47 Preparing to unpack .../067-automake_1%3a1.16.1-4ubuntu6_all.deb ... #9 24.47 Unpacking automake (1:1.16.1-4ubuntu6) ... #9 24.55 Selecting previously unselected package autopoint. #9 24.55 Preparing to unpack .../068-autopoint_0.19.8.1-10build1_all.deb ... #9 24.55 Unpacking autopoint (0.19.8.1-10build1) ... #9 24.62 Selecting previously unselected package binutils-common:amd64. #9 24.62 Preparing to unpack .../069-binutils-common_2.34-6ubuntu1.1_amd64.deb ... #9 24.63 Unpacking binutils-common:amd64 (2.34-6ubuntu1.1) ... #9 24.68 Selecting previously unselected package libbinutils:amd64. #9 24.68 Preparing to unpack .../070-libbinutils_2.34-6ubuntu1.1_amd64.deb ... #9 24.69 Unpacking libbinutils:amd64 (2.34-6ubuntu1.1) ... #9 24.84 Selecting previously unselected package libctf-nobfd0:amd64. #9 24.84 Preparing to unpack .../071-libctf-nobfd0_2.34-6ubuntu1.1_amd64.deb ... #9 24.85 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.1) ... #9 24.89 Selecting previously unselected package libctf0:amd64. #9 24.89 Preparing to unpack .../072-libctf0_2.34-6ubuntu1.1_amd64.deb ... #9 24.90 Unpacking libctf0:amd64 (2.34-6ubuntu1.1) ... #9 24.93 Selecting previously unselected package binutils-x86-64-linux-gnu. #9 24.93 Preparing to unpack .../073-binutils-x86-64-linux-gnu_2.34-6ubuntu1.1_amd64.deb ... #9 24.94 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.1) ... #9 25.14 Selecting previously unselected package binutils. #9 25.14 Preparing to unpack .../074-binutils_2.34-6ubuntu1.1_amd64.deb ... #9 25.15 Unpacking binutils (2.34-6ubuntu1.1) ... #9 25.18 Selecting previously unselected package libc-dev-bin. #9 25.18 Preparing to unpack .../075-libc-dev-bin_2.31-0ubuntu9.2_amd64.deb ... #9 25.18 Unpacking libc-dev-bin (2.31-0ubuntu9.2) ... #9 25.22 Selecting previously unselected package linux-libc-dev:amd64. #9 25.23 Preparing to unpack .../076-linux-libc-dev_5.4.0-84.94_amd64.deb ... #9 25.23 Unpacking linux-libc-dev:amd64 (5.4.0-84.94) ... #9 25.40 Selecting previously unselected package libcrypt-dev:amd64. #9 25.40 Preparing to unpack .../077-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ... #9 25.41 Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ... #9 25.45 Selecting previously unselected package libc6-dev:amd64. #9 25.46 Preparing to unpack .../078-libc6-dev_2.31-0ubuntu9.2_amd64.deb ... #9 25.46 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.2) ... #9 25.78 Selecting previously unselected package gcc-9-base:amd64. #9 25.78 Preparing to unpack .../079-gcc-9-base_9.3.0-17ubuntu1~20.04_amd64.deb ... #9 25.78 Unpacking gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) ... #9 25.87 Selecting previously unselected package libisl22:amd64. #9 25.87 Preparing to unpack .../080-libisl22_0.22.1-1_amd64.deb ... #9 25.87 Unpacking libisl22:amd64 (0.22.1-1) ... #9 25.96 Selecting previously unselected package libmpfr6:amd64. #9 25.96 Preparing to unpack .../081-libmpfr6_4.0.2-1_amd64.deb ... #9 25.96 Unpacking libmpfr6:amd64 (4.0.2-1) ... #9 26.02 Selecting previously unselected package libmpc3:amd64. #9 26.02 Preparing to unpack .../082-libmpc3_1.1.0-1_amd64.deb ... #9 26.03 Unpacking libmpc3:amd64 (1.1.0-1) ... #9 26.05 Selecting previously unselected package cpp-9. #9 26.06 Preparing to unpack .../083-cpp-9_9.3.0-17ubuntu1~20.04_amd64.deb ... #9 26.06 Unpacking cpp-9 (9.3.0-17ubuntu1~20.04) ... #9 26.79 Selecting previously unselected package cpp. #9 26.80 Preparing to unpack .../084-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ... #9 26.80 Unpacking cpp (4:9.3.0-1ubuntu2) ... #9 26.85 Selecting previously unselected package libcc1-0:amd64. #9 26.85 Preparing to unpack .../085-libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... #9 26.86 Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... #9 26.91 Selecting previously unselected package libgomp1:amd64. #9 26.91 Preparing to unpack .../086-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... #9 26.93 Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... #9 26.99 Selecting previously unselected package libitm1:amd64. #9 26.99 Preparing to unpack .../087-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... #9 26.99 Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... #9 27.03 Selecting previously unselected package libatomic1:amd64. #9 27.04 Preparing to unpack .../088-libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... #9 27.04 Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... #9 27.08 Selecting previously unselected package libasan5:amd64. #9 27.08 Preparing to unpack .../089-libasan5_9.3.0-17ubuntu1~20.04_amd64.deb ... #9 27.08 Unpacking libasan5:amd64 (9.3.0-17ubuntu1~20.04) ... #9 27.16 Selecting previously unselected package liblsan0:amd64. #9 27.16 Preparing to unpack .../090-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... #9 27.16 Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... #9 27.28 Selecting previously unselected package libtsan0:amd64. #9 27.28 Preparing to unpack .../091-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... #9 27.28 Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... #9 27.52 Selecting previously unselected package libubsan1:amd64. #9 27.52 Preparing to unpack .../092-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... #9 27.53 Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... #9 27.69 Selecting previously unselected package libquadmath0:amd64. #9 27.69 Preparing to unpack .../093-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... #9 27.69 Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... #9 27.73 Selecting previously unselected package libgcc-9-dev:amd64. #9 27.73 Preparing to unpack .../094-libgcc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... #9 27.74 Unpacking libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... #9 28.05 Selecting previously unselected package gcc-9. #9 28.05 Preparing to unpack .../095-gcc-9_9.3.0-17ubuntu1~20.04_amd64.deb ... #9 28.06 Unpacking gcc-9 (9.3.0-17ubuntu1~20.04) ... #9 28.86 Selecting previously unselected package gcc. #9 28.87 Preparing to unpack .../096-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ... #9 28.87 Unpacking gcc (4:9.3.0-1ubuntu2) ... #9 28.91 Selecting previously unselected package libstdc++-9-dev:amd64. #9 28.91 Preparing to unpack .../097-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... #9 28.91 Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... #9 29.17 Selecting previously unselected package g++-9. #9 29.18 Preparing to unpack .../098-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ... #9 29.18 Unpacking g++-9 (9.3.0-17ubuntu1~20.04) ... #9 29.93 Selecting previously unselected package g++. #9 29.94 Preparing to unpack .../099-g++_4%3a9.3.0-1ubuntu2_amd64.deb ... #9 29.94 Unpacking g++ (4:9.3.0-1ubuntu2) ... #9 29.97 Selecting previously unselected package make. #9 29.97 Preparing to unpack .../100-make_4.2.1-1.2_amd64.deb ... #9 29.98 Unpacking make (4.2.1-1.2) ... #9 30.03 Selecting previously unselected package libdpkg-perl. #9 30.03 Preparing to unpack .../101-libdpkg-perl_1.19.7ubuntu3_all.deb ... #9 30.03 Unpacking libdpkg-perl (1.19.7ubuntu3) ... #9 30.10 Selecting previously unselected package patch. #9 30.10 Preparing to unpack .../102-patch_2.7.6-6_amd64.deb ... #9 30.11 Unpacking patch (2.7.6-6) ... #9 30.15 Selecting previously unselected package dpkg-dev. #9 30.15 Preparing to unpack .../103-dpkg-dev_1.19.7ubuntu3_all.deb ... #9 30.16 Unpacking dpkg-dev (1.19.7ubuntu3) ... #9 30.25 Selecting previously unselected package build-essential. #9 30.25 Preparing to unpack .../104-build-essential_12.8ubuntu1.1_amd64.deb ... #9 30.25 Unpacking build-essential (12.8ubuntu1.1) ... #9 30.29 Selecting previously unselected package libbrotli1:amd64. #9 30.29 Preparing to unpack .../105-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... #9 30.30 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... #9 30.36 Selecting previously unselected package libroken18-heimdal:amd64. #9 30.36 Preparing to unpack .../106-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... #9 30.36 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... #9 30.40 Selecting previously unselected package libasn1-8-heimdal:amd64. #9 30.40 Preparing to unpack .../107-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... #9 30.41 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... #9 30.47 Selecting previously unselected package libheimbase1-heimdal:amd64. #9 30.47 Preparing to unpack .../108-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... #9 30.47 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... #9 30.51 Selecting previously unselected package libhcrypto4-heimdal:amd64. #9 30.51 Preparing to unpack .../109-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... #9 30.51 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... #9 30.58 Selecting previously unselected package libwind0-heimdal:amd64. #9 30.58 Preparing to unpack .../110-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... #9 30.59 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... #9 30.63 Selecting previously unselected package libhx509-5-heimdal:amd64. #9 30.63 Preparing to unpack .../111-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... #9 30.64 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... #9 30.70 Selecting previously unselected package libkrb5-26-heimdal:amd64. #9 30.70 Preparing to unpack .../112-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... #9 30.71 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... #9 30.76 Selecting previously unselected package libheimntlm0-heimdal:amd64. #9 30.76 Preparing to unpack .../113-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... #9 30.76 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... #9 30.80 Selecting previously unselected package libgssapi3-heimdal:amd64. #9 30.80 Preparing to unpack .../114-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... #9 30.81 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... #9 30.84 Selecting previously unselected package libsasl2-modules-db:amd64. #9 30.84 Preparing to unpack .../115-libsasl2-modules-db_2.1.27+dfsg-2_amd64.deb ... #9 30.85 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ... #9 30.88 Selecting previously unselected package libsasl2-2:amd64. #9 30.88 Preparing to unpack .../116-libsasl2-2_2.1.27+dfsg-2_amd64.deb ... #9 30.89 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2) ... #9 30.92 Selecting previously unselected package libldap-common. #9 30.92 Preparing to unpack .../117-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ... #9 30.93 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ... #9 30.96 Selecting previously unselected package libldap-2.4-2:amd64. #9 30.96 Preparing to unpack .../118-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... #9 30.96 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... #9 31.01 Selecting previously unselected package libnghttp2-14:amd64. #9 31.01 Preparing to unpack .../119-libnghttp2-14_1.40.0-1build1_amd64.deb ... #9 31.02 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ... #9 31.06 Selecting previously unselected package librtmp1:amd64. #9 31.06 Preparing to unpack .../120-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... #9 31.06 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... #9 31.11 Selecting previously unselected package libssh-4:amd64. #9 31.11 Preparing to unpack .../121-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ... #9 31.12 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ... #9 31.17 Selecting previously unselected package libcurl4:amd64. #9 31.17 Preparing to unpack .../122-libcurl4_7.68.0-1ubuntu2.7_amd64.deb ... #9 31.17 Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.7) ... #9 31.29 Selecting previously unselected package curl. #9 31.30 Preparing to unpack .../123-curl_7.68.0-1ubuntu2.7_amd64.deb ... #9 31.30 Unpacking curl (7.68.0-1ubuntu2.7) ... #9 31.35 Selecting previously unselected package dctrl-tools. #9 31.35 Preparing to unpack .../124-dctrl-tools_2.24-3_amd64.deb ... #9 31.36 Unpacking dctrl-tools (2.24-3) ... #9 31.39 Selecting previously unselected package libtool. #9 31.39 Preparing to unpack .../125-libtool_2.4.6-14_all.deb ... #9 31.40 Unpacking libtool (2.4.6-14) ... #9 31.44 Selecting previously unselected package dh-autoreconf. #9 31.44 Preparing to unpack .../126-dh-autoreconf_19_all.deb ... #9 31.44 Unpacking dh-autoreconf (19) ... #9 31.47 Selecting previously unselected package libdebhelper-perl. #9 31.47 Preparing to unpack .../127-libdebhelper-perl_12.10ubuntu1_all.deb ... #9 31.48 Unpacking libdebhelper-perl (12.10ubuntu1) ... #9 31.51 Selecting previously unselected package libarchive-zip-perl. #9 31.52 Preparing to unpack .../128-libarchive-zip-perl_1.67-2_all.deb ... #9 31.52 Unpacking libarchive-zip-perl (1.67-2) ... #9 31.55 Selecting previously unselected package libsub-override-perl. #9 31.56 Preparing to unpack .../129-libsub-override-perl_0.09-2_all.deb ... #9 31.56 Unpacking libsub-override-perl (0.09-2) ... #9 31.59 Selecting previously unselected package libfile-stripnondeterminism-perl. #9 31.59 Preparing to unpack .../130-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ... #9 31.60 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ... #9 31.64 Selecting previously unselected package dh-strip-nondeterminism. #9 31.64 Preparing to unpack .../131-dh-strip-nondeterminism_1.7.0-1_all.deb ... #9 31.64 Unpacking dh-strip-nondeterminism (1.7.0-1) ... #9 31.67 Selecting previously unselected package dwz. #9 31.67 Preparing to unpack .../132-dwz_0.13-5_amd64.deb ... #9 31.68 Unpacking dwz (0.13-5) ... #9 31.79 Selecting previously unselected package libcroco3:amd64. #9 31.80 Preparing to unpack .../133-libcroco3_0.6.13-1_amd64.deb ... #9 31.80 Unpacking libcroco3:amd64 (0.6.13-1) ... #9 31.84 Selecting previously unselected package gettext. #9 31.84 Preparing to unpack .../134-gettext_0.19.8.1-10build1_amd64.deb ... #9 31.84 Unpacking gettext (0.19.8.1-10build1) ... #9 31.95 Selecting previously unselected package intltool-debian. #9 31.95 Preparing to unpack .../135-intltool-debian_0.35.0+20060710.5_all.deb ... #9 31.96 Unpacking intltool-debian (0.35.0+20060710.5) ... #9 31.99 Selecting previously unselected package po-debconf. #9 31.99 Preparing to unpack .../136-po-debconf_1.0.21_all.deb ... #9 31.99 Unpacking po-debconf (1.0.21) ... #9 32.04 Selecting previously unselected package debhelper. #9 32.04 Preparing to unpack .../137-debhelper_12.10ubuntu1_all.deb ... #9 32.04 Unpacking debhelper (12.10ubuntu1) ... #9 32.15 Selecting previously unselected package libfakeroot:amd64. #9 32.16 Preparing to unpack .../138-libfakeroot_1.24-1_amd64.deb ... #9 32.16 Unpacking libfakeroot:amd64 (1.24-1) ... #9 32.19 Selecting previously unselected package fakeroot. #9 32.19 Preparing to unpack .../139-fakeroot_1.24-1_amd64.deb ... #9 32.20 Unpacking fakeroot (1.24-1) ... #9 32.24 Selecting previously unselected package libassuan0:amd64. #9 32.25 Preparing to unpack .../140-libassuan0_2.5.3-7ubuntu2_amd64.deb ... #9 32.25 Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ... #9 32.28 Selecting previously unselected package gpgconf. #9 32.28 Preparing to unpack .../141-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ... #9 32.28 Unpacking gpgconf (2.2.19-3ubuntu2.1) ... #9 32.34 Selecting previously unselected package libksba8:amd64. #9 32.34 Preparing to unpack .../142-libksba8_1.3.5-2_amd64.deb ... #9 32.34 Unpacking libksba8:amd64 (1.3.5-2) ... #9 32.38 Selecting previously unselected package libnpth0:amd64. #9 32.38 Preparing to unpack .../143-libnpth0_1.6-1_amd64.deb ... #9 32.39 Unpacking libnpth0:amd64 (1.6-1) ... #9 32.43 Selecting previously unselected package dirmngr. #9 32.43 Preparing to unpack .../144-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ... #9 32.44 Unpacking dirmngr (2.2.19-3ubuntu2.1) ... #9 32.51 Selecting previously unselected package gnupg-l10n. #9 32.51 Preparing to unpack .../145-gnupg-l10n_2.2.19-3ubuntu2.1_all.deb ... #9 32.52 Unpacking gnupg-l10n (2.2.19-3ubuntu2.1) ... #9 32.55 Selecting previously unselected package gnupg-utils. #9 32.55 Preparing to unpack .../146-gnupg-utils_2.2.19-3ubuntu2.1_amd64.deb ... #9 32.56 Unpacking gnupg-utils (2.2.19-3ubuntu2.1) ... #9 32.63 Selecting previously unselected package gpg. #9 32.63 Preparing to unpack .../147-gpg_2.2.19-3ubuntu2.1_amd64.deb ... #9 32.64 Unpacking gpg (2.2.19-3ubuntu2.1) ... #9 32.72 Selecting previously unselected package pinentry-curses. #9 32.72 Preparing to unpack .../148-pinentry-curses_1.1.0-3build1_amd64.deb ... #9 32.72 Unpacking pinentry-curses (1.1.0-3build1) ... #9 32.77 Selecting previously unselected package gpg-agent. #9 32.77 Preparing to unpack .../149-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ... #9 32.77 Unpacking gpg-agent (2.2.19-3ubuntu2.1) ... #9 32.82 Selecting previously unselected package gpg-wks-client. #9 32.82 Preparing to unpack .../150-gpg-wks-client_2.2.19-3ubuntu2.1_amd64.deb ... #9 32.83 Unpacking gpg-wks-client (2.2.19-3ubuntu2.1) ... #9 32.88 Selecting previously unselected package gpg-wks-server. #9 32.88 Preparing to unpack .../151-gpg-wks-server_2.2.19-3ubuntu2.1_amd64.deb ... #9 32.89 Unpacking gpg-wks-server (2.2.19-3ubuntu2.1) ... #9 32.95 Selecting previously unselected package gpgsm. #9 32.95 Preparing to unpack .../152-gpgsm_2.2.19-3ubuntu2.1_amd64.deb ... #9 32.96 Unpacking gpgsm (2.2.19-3ubuntu2.1) ... #9 33.00 Selecting previously unselected package gnupg. #9 33.01 Preparing to unpack .../153-gnupg_2.2.19-3ubuntu2.1_all.deb ... #9 33.01 Unpacking gnupg (2.2.19-3ubuntu2.1) ... #9 33.08 Selecting previously unselected package libfile-which-perl. #9 33.08 Preparing to unpack .../154-libfile-which-perl_1.23-1_all.deb ... #9 33.09 Unpacking libfile-which-perl (1.23-1) ... #9 33.13 Selecting previously unselected package libfile-homedir-perl. #9 33.13 Preparing to unpack .../155-libfile-homedir-perl_1.004-1_all.deb ... #9 33.14 Unpacking libfile-homedir-perl (1.004-1) ... #9 33.18 Selecting previously unselected package libio-pty-perl. #9 33.18 Preparing to unpack .../156-libio-pty-perl_1%3a1.12-1_amd64.deb ... #9 33.19 Unpacking libio-pty-perl (1:1.12-1) ... #9 33.22 Selecting previously unselected package libipc-run-perl. #9 33.22 Preparing to unpack .../157-libipc-run-perl_20180523.0-2_all.deb ... #9 33.23 Unpacking libipc-run-perl (20180523.0-2) ... #9 33.26 Selecting previously unselected package libclass-method-modifiers-perl. #9 33.26 Preparing to unpack .../158-libclass-method-modifiers-perl_2.13-1_all.deb ... #9 33.27 Unpacking libclass-method-modifiers-perl (2.13-1) ... #9 33.30 Selecting previously unselected package libb-hooks-op-check-perl. #9 33.31 Preparing to unpack .../159-libb-hooks-op-check-perl_0.22-1build2_amd64.deb ... #9 33.31 Unpacking libb-hooks-op-check-perl (0.22-1build2) ... #9 33.34 Selecting previously unselected package libdynaloader-functions-perl. #9 33.34 Preparing to unpack .../160-libdynaloader-functions-perl_0.003-1_all.deb ... #9 33.35 Unpacking libdynaloader-functions-perl (0.003-1) ... #9 33.38 Selecting previously unselected package libdevel-callchecker-perl. #9 33.38 Preparing to unpack .../161-libdevel-callchecker-perl_0.008-1ubuntu1_amd64.deb ... #9 33.39 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ... #9 33.43 Selecting previously unselected package libparams-classify-perl. #9 33.43 Preparing to unpack .../162-libparams-classify-perl_0.015-1build2_amd64.deb ... #9 33.44 Unpacking libparams-classify-perl (0.015-1build2) ... #9 33.47 Selecting previously unselected package libmodule-runtime-perl. #9 33.47 Preparing to unpack .../163-libmodule-runtime-perl_0.016-1_all.deb ... #9 33.47 Unpacking libmodule-runtime-perl (0.016-1) ... #9 33.53 Selecting previously unselected package libimport-into-perl. #9 33.53 Preparing to unpack .../164-libimport-into-perl_1.002005-1_all.deb ... #9 33.54 Unpacking libimport-into-perl (1.002005-1) ... #9 33.57 Selecting previously unselected package librole-tiny-perl. #9 33.57 Preparing to unpack .../165-librole-tiny-perl_2.001004-1_all.deb ... #9 33.58 Unpacking librole-tiny-perl (2.001004-1) ... #9 33.60 Selecting previously unselected package libstrictures-perl. #9 33.61 Preparing to unpack .../166-libstrictures-perl_2.000006-1_all.deb ... #9 33.61 Unpacking libstrictures-perl (2.000006-1) ... #9 33.67 Selecting previously unselected package libsub-quote-perl. #9 33.68 Preparing to unpack .../167-libsub-quote-perl_2.006006-1_all.deb ... #9 33.76 Unpacking libsub-quote-perl (2.006006-1) ... #9 33.81 Selecting previously unselected package libmoo-perl. #9 33.81 Preparing to unpack .../168-libmoo-perl_2.003006-1_all.deb ... #9 33.82 Unpacking libmoo-perl (2.003006-1) ... #9 33.85 Selecting previously unselected package libencode-locale-perl. #9 33.85 Preparing to unpack .../169-libencode-locale-perl_1.05-1_all.deb ... #9 33.86 Unpacking libencode-locale-perl (1.05-1) ... #9 33.89 Selecting previously unselected package libtimedate-perl. #9 33.89 Preparing to unpack .../170-libtimedate-perl_2.3200-1_all.deb ... #9 33.90 Unpacking libtimedate-perl (2.3200-1) ... #9 33.94 Selecting previously unselected package libhttp-date-perl. #9 33.94 Preparing to unpack .../171-libhttp-date-perl_6.05-1_all.deb ... #9 33.95 Unpacking libhttp-date-perl (6.05-1) ... #9 33.97 Selecting previously unselected package libfile-listing-perl. #9 33.98 Preparing to unpack .../172-libfile-listing-perl_6.04-1_all.deb ... #9 33.98 Unpacking libfile-listing-perl (6.04-1) ... #9 34.01 Selecting previously unselected package libhtml-tagset-perl. #9 34.01 Preparing to unpack .../173-libhtml-tagset-perl_3.20-4_all.deb ... #9 34.02 Unpacking libhtml-tagset-perl (3.20-4) ... #9 34.06 Selecting previously unselected package liburi-perl. #9 34.06 Preparing to unpack .../174-liburi-perl_1.76-2_all.deb ... #9 34.06 Unpacking liburi-perl (1.76-2) ... #9 34.10 Selecting previously unselected package libhtml-parser-perl. #9 34.10 Preparing to unpack .../175-libhtml-parser-perl_3.72-5_amd64.deb ... #9 34.11 Unpacking libhtml-parser-perl (3.72-5) ... #9 34.15 Selecting previously unselected package libhtml-tree-perl. #9 34.15 Preparing to unpack .../176-libhtml-tree-perl_5.07-2_all.deb ... #9 34.15 Unpacking libhtml-tree-perl (5.07-2) ... #9 34.19 Selecting previously unselected package libio-html-perl. #9 34.20 Preparing to unpack .../177-libio-html-perl_1.001-1_all.deb ... #9 34.20 Unpacking libio-html-perl (1.001-1) ... #9 34.23 Selecting previously unselected package liblwp-mediatypes-perl. #9 34.23 Preparing to unpack .../178-liblwp-mediatypes-perl_6.04-1_all.deb ... #9 34.23 Unpacking liblwp-mediatypes-perl (6.04-1) ... #9 34.27 Selecting previously unselected package libhttp-message-perl. #9 34.27 Preparing to unpack .../179-libhttp-message-perl_6.22-1_all.deb ... #9 34.27 Unpacking libhttp-message-perl (6.22-1) ... #9 34.30 Selecting previously unselected package libhttp-cookies-perl. #9 34.31 Preparing to unpack .../180-libhttp-cookies-perl_6.08-1_all.deb ... #9 34.31 Unpacking libhttp-cookies-perl (6.08-1) ... #9 34.35 Selecting previously unselected package libhttp-negotiate-perl. #9 34.35 Preparing to unpack .../181-libhttp-negotiate-perl_6.01-1_all.deb ... #9 34.35 Unpacking libhttp-negotiate-perl (6.01-1) ... #9 34.38 Selecting previously unselected package perl-openssl-defaults:amd64. #9 34.38 Preparing to unpack .../182-perl-openssl-defaults_4_amd64.deb ... #9 34.39 Unpacking perl-openssl-defaults:amd64 (4) ... #9 34.42 Selecting previously unselected package libnet-ssleay-perl. #9 34.43 Preparing to unpack .../183-libnet-ssleay-perl_1.88-2ubuntu1_amd64.deb ... #9 34.43 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ... #9 34.50 Selecting previously unselected package libio-socket-ssl-perl. #9 34.50 Preparing to unpack .../184-libio-socket-ssl-perl_2.067-1_all.deb ... #9 34.50 Unpacking libio-socket-ssl-perl (2.067-1) ... #9 34.55 Selecting previously unselected package libnet-http-perl. #9 34.55 Preparing to unpack .../185-libnet-http-perl_6.19-1_all.deb ... #9 34.55 Unpacking libnet-http-perl (6.19-1) ... #9 34.59 Selecting previously unselected package liblwp-protocol-https-perl. #9 34.59 Preparing to unpack .../186-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ... #9 34.60 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ... #9 34.62 Selecting previously unselected package libtry-tiny-perl. #9 34.62 Preparing to unpack .../187-libtry-tiny-perl_0.30-1_all.deb ... #9 34.63 Unpacking libtry-tiny-perl (0.30-1) ... #9 34.66 Selecting previously unselected package libwww-robotrules-perl. #9 34.67 Preparing to unpack .../188-libwww-robotrules-perl_6.02-1_all.deb ... #9 34.67 Unpacking libwww-robotrules-perl (6.02-1) ... #9 34.71 Selecting previously unselected package libwww-perl. #9 34.71 Preparing to unpack .../189-libwww-perl_6.43-1_all.deb ... #9 34.71 Unpacking libwww-perl (6.43-1) ... #9 34.77 Selecting previously unselected package patchutils. #9 34.77 Preparing to unpack .../190-patchutils_0.3.4-2_amd64.deb ... #9 34.78 Unpacking patchutils (0.3.4-2) ... #9 34.81 Selecting previously unselected package wdiff. #9 34.82 Preparing to unpack .../191-wdiff_1.2.2-2build1_amd64.deb ... #9 34.82 Unpacking wdiff (1.2.2-2build1) ... #9 34.86 Selecting previously unselected package devscripts. #9 34.86 Preparing to unpack .../192-devscripts_2.20.2ubuntu2_amd64.deb ... #9 34.88 Unpacking devscripts (2.20.2ubuntu2) ... #9 35.01 Selecting previously unselected package diffstat. #9 35.01 Preparing to unpack .../193-diffstat_1.63-1_amd64.deb ... #9 35.01 Unpacking diffstat (1.63-1) ... #9 35.05 Selecting previously unselected package python3-chardet. #9 35.05 Preparing to unpack .../194-python3-chardet_3.0.4-4build1_all.deb ... #9 35.05 Unpacking python3-chardet (3.0.4-4build1) ... #9 35.10 Selecting previously unselected package python3-debian. #9 35.10 Preparing to unpack .../195-python3-debian_0.1.36ubuntu1_all.deb ... #9 35.10 Unpacking python3-debian (0.1.36ubuntu1) ... #9 35.15 Selecting previously unselected package libgpgme11:amd64. #9 35.15 Preparing to unpack .../196-libgpgme11_1.13.1-7ubuntu2_amd64.deb ... #9 35.15 Unpacking libgpgme11:amd64 (1.13.1-7ubuntu2) ... #9 35.20 Selecting previously unselected package python3-gpg. #9 35.20 Preparing to unpack .../197-python3-gpg_1.13.1-7ubuntu2_amd64.deb ... #9 35.20 Unpacking python3-gpg (1.13.1-7ubuntu2) ... #9 35.26 Selecting previously unselected package dput. #9 35.27 Preparing to unpack .../198-dput_1.0.3ubuntu1_all.deb ... #9 35.27 Unpacking dput (1.0.3ubuntu1) ... #9 35.31 Selecting previously unselected package libcurl3-gnutls:amd64. #9 35.32 Preparing to unpack .../199-libcurl3-gnutls_7.68.0-1ubuntu2.7_amd64.deb ... #9 35.32 Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... #9 35.37 Selecting previously unselected package liberror-perl. #9 35.37 Preparing to unpack .../200-liberror-perl_0.17029-1_all.deb ... #9 35.37 Unpacking liberror-perl (0.17029-1) ... #9 35.40 Selecting previously unselected package git-man. #9 35.41 Preparing to unpack .../201-git-man_1%3a2.25.1-1ubuntu3.2_all.deb ... #9 35.41 Unpacking git-man (1:2.25.1-1ubuntu3.2) ... #9 35.52 Selecting previously unselected package git. #9 35.52 Preparing to unpack .../202-git_1%3a2.25.1-1ubuntu3.2_amd64.deb ... #9 35.54 Unpacking git (1:2.25.1-1ubuntu3.2) ... #9 36.09 Selecting previously unselected package libalgorithm-diff-perl. #9 36.09 Preparing to unpack .../203-libalgorithm-diff-perl_1.19.03-2_all.deb ... #9 36.09 Unpacking libalgorithm-diff-perl (1.19.03-2) ... #9 36.13 Selecting previously unselected package libalgorithm-diff-xs-perl. #9 36.13 Preparing to unpack .../204-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ... #9 36.13 Unpacking libalgorithm-diff-xs-perl (0.04-6) ... #9 36.17 Selecting previously unselected package libalgorithm-merge-perl. #9 36.17 Preparing to unpack .../205-libalgorithm-merge-perl_0.08-3_all.deb ... #9 36.18 Unpacking libalgorithm-merge-perl (0.08-3) ... #9 36.20 Selecting previously unselected package libapt-pkg-perl. #9 36.21 Preparing to unpack .../206-libapt-pkg-perl_0.1.36build3_amd64.deb ... #9 36.21 Unpacking libapt-pkg-perl (0.1.36build3) ... #9 36.24 Selecting previously unselected package libarchive-cpio-perl. #9 36.25 Preparing to unpack .../207-libarchive-cpio-perl_0.10-1_all.deb ... #9 36.25 Unpacking libarchive-cpio-perl (0.10-1) ... #9 36.28 Selecting previously unselected package libarray-intspan-perl. #9 36.28 Preparing to unpack .../208-libarray-intspan-perl_2.003-1_all.deb ... #9 36.29 Unpacking libarray-intspan-perl (2.003-1) ... #9 36.32 Selecting previously unselected package libasync-mergepoint-perl. #9 36.32 Preparing to unpack .../209-libasync-mergepoint-perl_0.04-2_all.deb ... #9 36.33 Unpacking libasync-mergepoint-perl (0.04-2) ... #9 36.35 Selecting previously unselected package libmodule-implementation-perl. #9 36.36 Preparing to unpack .../210-libmodule-implementation-perl_0.09-1_all.deb ... #9 36.36 Unpacking libmodule-implementation-perl (0.09-1) ... #9 36.39 Selecting previously unselected package libsub-exporter-progressive-perl. #9 36.39 Preparing to unpack .../211-libsub-exporter-progressive-perl_0.001013-1_all.deb ... #9 36.39 Unpacking libsub-exporter-progressive-perl (0.001013-1) ... #9 36.42 Selecting previously unselected package libvariable-magic-perl. #9 36.42 Preparing to unpack .../212-libvariable-magic-perl_0.62-1build2_amd64.deb ... #9 36.43 Unpacking libvariable-magic-perl (0.62-1build2) ... #9 36.46 Selecting previously unselected package libb-hooks-endofscope-perl. #9 36.46 Preparing to unpack .../213-libb-hooks-endofscope-perl_0.24-1_all.deb ... #9 36.46 Unpacking libb-hooks-endofscope-perl (0.24-1) ... #9 36.49 Selecting previously unselected package libcapture-tiny-perl. #9 36.49 Preparing to unpack .../214-libcapture-tiny-perl_0.48-1_all.deb ... #9 36.50 Unpacking libcapture-tiny-perl (0.48-1) ... #9 36.53 Selecting previously unselected package libclass-xsaccessor-perl. #9 36.53 Preparing to unpack .../215-libclass-xsaccessor-perl_1.19-3build3_amd64.deb ... #9 36.54 Unpacking libclass-xsaccessor-perl (1.19-3build3) ... #9 36.57 Selecting previously unselected package libclone-perl. #9 36.57 Preparing to unpack .../216-libclone-perl_0.43-2_amd64.deb ... #9 36.58 Unpacking libclone-perl (0.43-2) ... #9 36.61 Selecting previously unselected package libcommon-sense-perl. #9 36.61 Preparing to unpack .../217-libcommon-sense-perl_3.74-2build6_amd64.deb ... #9 36.61 Unpacking libcommon-sense-perl (3.74-2build6) ... #9 36.65 Selecting previously unselected package libparams-util-perl. #9 36.65 Preparing to unpack .../218-libparams-util-perl_1.07-3build5_amd64.deb ... #9 36.66 Unpacking libparams-util-perl (1.07-3build5) ... #9 36.69 Selecting previously unselected package libsub-install-perl. #9 36.69 Preparing to unpack .../219-libsub-install-perl_0.928-1_all.deb ... #9 36.70 Unpacking libsub-install-perl (0.928-1) ... #9 36.73 Selecting previously unselected package libdata-optlist-perl. #9 36.73 Preparing to unpack .../220-libdata-optlist-perl_0.110-1_all.deb ... #9 36.74 Unpacking libdata-optlist-perl (0.110-1) ... #9 36.78 Selecting previously unselected package libsub-exporter-perl. #9 36.78 Preparing to unpack .../221-libsub-exporter-perl_0.987-1_all.deb ... #9 36.78 Unpacking libsub-exporter-perl (0.987-1) ... #9 36.84 Selecting previously unselected package libconst-fast-perl. #9 36.84 Preparing to unpack .../222-libconst-fast-perl_0.014-1_all.deb ... #9 36.87 Unpacking libconst-fast-perl (0.014-1) ... #9 36.96 Selecting previously unselected package libwant-perl. #9 36.96 Preparing to unpack .../223-libwant-perl_0.29-1build4_amd64.deb ... #9 36.97 Unpacking libwant-perl (0.29-1build4) ... #9 37.00 Selecting previously unselected package libcontextual-return-perl. #9 37.01 Preparing to unpack .../224-libcontextual-return-perl_0.004014-2_all.deb ... #9 37.01 Unpacking libcontextual-return-perl (0.004014-2) ... #9 37.06 Selecting previously unselected package libcpanel-json-xs-perl. #9 37.06 Preparing to unpack .../225-libcpanel-json-xs-perl_4.19-1build1_amd64.deb ... #9 37.06 Unpacking libcpanel-json-xs-perl (4.19-1build1) ... #9 37.11 Selecting previously unselected package libdata-dump-perl. #9 37.11 Preparing to unpack .../226-libdata-dump-perl_1.23-1_all.deb ... #9 37.12 Unpacking libdata-dump-perl (1.23-1) ... #9 37.14 Selecting previously unselected package libdigest-bubblebabble-perl. #9 37.15 Preparing to unpack .../227-libdigest-bubblebabble-perl_0.02-2_all.deb ... #9 37.15 Unpacking libdigest-bubblebabble-perl (0.02-2) ... #9 37.19 Selecting previously unselected package libdigest-hmac-perl. #9 37.19 Preparing to unpack .../228-libdigest-hmac-perl_1.03+dfsg-2_all.deb ... #9 37.20 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ... #9 37.22 Selecting previously unselected package libdistro-info-perl. #9 37.23 Preparing to unpack .../229-libdistro-info-perl_0.23ubuntu1_all.deb ... #9 37.23 Unpacking libdistro-info-perl (0.23ubuntu1) ... #9 37.27 Selecting previously unselected package libnet-smtp-ssl-perl. #9 37.27 Preparing to unpack .../230-libnet-smtp-ssl-perl_1.04-1_all.deb ... #9 37.27 Unpacking libnet-smtp-ssl-perl (1.04-1) ... #9 37.31 Selecting previously unselected package libmailtools-perl. #9 37.31 Preparing to unpack .../231-libmailtools-perl_2.21-1_all.deb ... #9 37.32 Unpacking libmailtools-perl (2.21-1) ... #9 37.35 Selecting previously unselected package libnet-ip-perl. #9 37.36 Preparing to unpack .../232-libnet-ip-perl_1.26-2_all.deb ... #9 37.36 Unpacking libnet-ip-perl (1.26-2) ... #9 37.41 Selecting previously unselected package libnet-dns-perl. #9 37.41 Preparing to unpack .../233-libnet-dns-perl_1.22-1_all.deb ... #9 37.41 Unpacking libnet-dns-perl (1.22-1) ... #9 37.47 Selecting previously unselected package libnet-domain-tld-perl. #9 37.48 Preparing to unpack .../234-libnet-domain-tld-perl_1.75-1_all.deb ... #9 37.48 Unpacking libnet-domain-tld-perl (1.75-1) ... #9 37.51 Selecting previously unselected package libemail-valid-perl. #9 37.51 Preparing to unpack .../235-libemail-valid-perl_1.202-1_all.deb ... #9 37.52 Unpacking libemail-valid-perl (1.202-1) ... #9 37.55 Selecting previously unselected package libexporter-tiny-perl. #9 37.55 Preparing to unpack .../236-libexporter-tiny-perl_1.002001-1_all.deb ... #9 37.56 Unpacking libexporter-tiny-perl (1.002001-1) ... #9 37.59 Selecting previously unselected package libipc-system-simple-perl. #9 37.59 Preparing to unpack .../237-libipc-system-simple-perl_1.26-1_all.deb ... #9 37.59 Unpacking libipc-system-simple-perl (1.26-1) ... #9 37.63 Selecting previously unselected package libfile-basedir-perl. #9 37.63 Preparing to unpack .../238-libfile-basedir-perl_0.08-1_all.deb ... #9 37.64 Unpacking libfile-basedir-perl (0.08-1) ... #9 37.67 Selecting previously unselected package libfile-chdir-perl. #9 37.67 Preparing to unpack .../239-libfile-chdir-perl_0.1008-1_all.deb ... #9 37.68 Unpacking libfile-chdir-perl (0.1008-1) ... #9 37.71 Selecting previously unselected package libfile-fcntllock-perl. #9 37.71 Preparing to unpack .../240-libfile-fcntllock-perl_0.22-3build4_amd64.deb ... #9 37.72 Unpacking libfile-fcntllock-perl (0.22-3build4) ... #9 37.76 Selecting previously unselected package libnumber-compare-perl. #9 37.76 Preparing to unpack .../241-libnumber-compare-perl_0.03-1_all.deb ... #9 37.76 Unpacking libnumber-compare-perl (0.03-1) ... #9 37.79 Selecting previously unselected package libtext-glob-perl. #9 37.80 Preparing to unpack .../242-libtext-glob-perl_0.10-1_all.deb ... #9 37.80 Unpacking libtext-glob-perl (0.10-1) ... #9 37.88 Selecting previously unselected package libfile-find-rule-perl. #9 37.88 Preparing to unpack .../243-libfile-find-rule-perl_0.34-1_all.deb ... #9 37.89 Unpacking libfile-find-rule-perl (0.34-1) ... #9 37.94 Selecting previously unselected package libfont-afm-perl. #9 37.94 Preparing to unpack .../244-libfont-afm-perl_1.20-2_all.deb ... #9 37.94 Unpacking libfont-afm-perl (1.20-2) ... #9 37.98 Selecting previously unselected package libio-string-perl. #9 37.98 Preparing to unpack .../245-libio-string-perl_1.08-3_all.deb ... #9 37.99 Unpacking libio-string-perl (1.08-3) ... #9 38.03 Selecting previously unselected package libfont-ttf-perl. #9 38.03 Preparing to unpack .../246-libfont-ttf-perl_1.06-1_all.deb ... #9 38.03 Unpacking libfont-ttf-perl (1.06-1) ... #9 38.09 Selecting previously unselected package libfuture-perl. #9 38.10 Preparing to unpack .../247-libfuture-perl_0.43-1_all.deb ... #9 38.10 Unpacking libfuture-perl (0.43-1) ... #9 38.14 Selecting previously unselected package libio-stringy-perl. #9 38.14 Preparing to unpack .../248-libio-stringy-perl_2.111-3_all.deb ... #9 38.15 Unpacking libio-stringy-perl (2.111-3) ... #9 38.18 Selecting previously unselected package libparams-validate-perl. #9 38.18 Preparing to unpack .../249-libparams-validate-perl_1.29-3_amd64.deb ... #9 38.19 Unpacking libparams-validate-perl (1.29-3) ... #9 38.22 Selecting previously unselected package libgetopt-long-descriptive-perl. #9 38.22 Preparing to unpack .../250-libgetopt-long-descriptive-perl_0.104-1_all.deb ... #9 38.23 Unpacking libgetopt-long-descriptive-perl (0.104-1) ... #9 38.31 Selecting previously unselected package libsort-versions-perl. #9 38.31 Preparing to unpack .../251-libsort-versions-perl_1.62-1_all.deb ... #9 38.32 Unpacking libsort-versions-perl (1.62-1) ... #9 38.35 Selecting previously unselected package libgit-wrapper-perl. #9 38.35 Preparing to unpack .../252-libgit-wrapper-perl_0.048-1_all.deb ... #9 38.35 Unpacking libgit-wrapper-perl (0.048-1) ... #9 38.38 Selecting previously unselected package libhttp-tiny-multipart-perl. #9 38.38 Preparing to unpack .../253-libhttp-tiny-multipart-perl_0.08-1_all.deb ... #9 38.39 Unpacking libhttp-tiny-multipart-perl (0.08-1) ... #9 38.42 Selecting previously unselected package libio-prompter-perl. #9 38.42 Preparing to unpack .../254-libio-prompter-perl_0.004015-1_all.deb ... #9 38.42 Unpacking libio-prompter-perl (0.004015-1) ... #9 38.45 Selecting previously unselected package libjson-perl. #9 38.46 Preparing to unpack .../255-libjson-perl_4.02000-2_all.deb ... #9 38.46 Unpacking libjson-perl (4.02000-2) ... #9 38.49 Selecting previously unselected package liblog-any-perl. #9 38.50 Preparing to unpack .../256-liblog-any-perl_1.708-1_all.deb ... #9 38.50 Unpacking liblog-any-perl (1.708-1) ... #9 38.54 Selecting previously unselected package liblog-any-adapter-screen-perl. #9 38.54 Preparing to unpack .../257-liblog-any-adapter-screen-perl_0.140-1_all.deb ... #9 38.54 Unpacking liblog-any-adapter-screen-perl (0.140-1) ... #9 38.57 Selecting previously unselected package libpackage-stash-perl. #9 38.58 Preparing to unpack .../258-libpackage-stash-perl_0.38-1_all.deb ... #9 38.58 Unpacking libpackage-stash-perl (0.38-1) ... #9 38.61 Selecting previously unselected package libsub-identify-perl. #9 38.61 Preparing to unpack .../259-libsub-identify-perl_0.14-1build2_amd64.deb ... #9 38.62 Unpacking libsub-identify-perl (0.14-1build2) ... #9 38.64 Selecting previously unselected package libsub-name-perl. #9 38.65 Preparing to unpack .../260-libsub-name-perl_0.26-1_amd64.deb ... #9 38.65 Unpacking libsub-name-perl (0.26-1) ... #9 38.68 Selecting previously unselected package libnamespace-clean-perl. #9 38.68 Preparing to unpack .../261-libnamespace-clean-perl_0.27-1_all.deb ... #9 38.69 Unpacking libnamespace-clean-perl (0.27-1) ... #9 38.71 Selecting previously unselected package libpath-tiny-perl. #9 38.71 Preparing to unpack .../262-libpath-tiny-perl_0.108-1_all.deb ... #9 38.72 Unpacking libpath-tiny-perl (0.108-1) ... #9 38.75 Selecting previously unselected package libtype-tiny-perl. #9 38.75 Preparing to unpack .../263-libtype-tiny-perl_1.008001-2_all.deb ... #9 38.76 Unpacking libtype-tiny-perl (1.008001-2) ... #9 38.81 Selecting previously unselected package libgitlab-api-v4-perl. #9 38.81 Preparing to unpack .../264-libgitlab-api-v4-perl_0.25-1_all.deb ... #9 38.82 Unpacking libgitlab-api-v4-perl (0.25-1) ... #9 38.86 Selecting previously unselected package libhash-fieldhash-perl. #9 38.87 Preparing to unpack .../265-libhash-fieldhash-perl_0.15-1build2_amd64.deb ... #9 38.87 Unpacking libhash-fieldhash-perl (0.15-1build2) ... #9 38.91 Selecting previously unselected package libhtml-form-perl. #9 38.91 Preparing to unpack .../266-libhtml-form-perl_6.07-1_all.deb ... #9 38.92 Unpacking libhtml-form-perl (6.07-1) ... #9 38.95 Selecting previously unselected package libhtml-format-perl. #9 38.96 Preparing to unpack .../267-libhtml-format-perl_2.12-1_all.deb ... #9 38.96 Unpacking libhtml-format-perl (2.12-1) ... #9 39.00 Selecting previously unselected package libhttp-daemon-perl. #9 39.00 Preparing to unpack .../268-libhttp-daemon-perl_6.06-1_all.deb ... #9 39.01 Unpacking libhttp-daemon-perl (6.06-1) ... #9 39.05 Selecting previously unselected package libidn11:amd64. #9 39.05 Preparing to unpack .../269-libidn11_1.33-2.2ubuntu2_amd64.deb ... #9 39.06 Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ... #9 39.09 Selecting previously unselected package libstruct-dumb-perl. #9 39.10 Preparing to unpack .../270-libstruct-dumb-perl_0.09-1_all.deb ... #9 39.10 Unpacking libstruct-dumb-perl (0.09-1) ... #9 39.13 Selecting previously unselected package libio-async-perl. #9 39.13 Preparing to unpack .../271-libio-async-perl_0.75-1_all.deb ... #9 39.14 Unpacking libio-async-perl (0.75-1) ... #9 39.24 Selecting previously unselected package liblinux-epoll-perl. #9 39.25 Preparing to unpack .../272-liblinux-epoll-perl_0.017-1_amd64.deb ... #9 39.25 Unpacking liblinux-epoll-perl (0.017-1) ... #9 39.29 Selecting previously unselected package libio-async-loop-epoll-perl. #9 39.29 Preparing to unpack .../273-libio-async-loop-epoll-perl_0.20-1_all.deb ... #9 39.30 Unpacking libio-async-loop-epoll-perl (0.20-1) ... #9 39.32 Selecting previously unselected package libtypes-serialiser-perl. #9 39.33 Preparing to unpack .../274-libtypes-serialiser-perl_1.0-1_all.deb ... #9 39.33 Unpacking libtypes-serialiser-perl (1.0-1) ... #9 39.36 Selecting previously unselected package libjson-xs-perl. #9 39.37 Preparing to unpack .../275-libjson-xs-perl_4.020-1build1_amd64.deb ... #9 39.37 Unpacking libjson-xs-perl (4.020-1build1) ... #9 39.41 Selecting previously unselected package libjson-maybexs-perl. #9 39.41 Preparing to unpack .../276-libjson-maybexs-perl_1.004000-1_all.deb ... #9 39.41 Unpacking libjson-maybexs-perl (1.004000-1) ... #9 39.44 Selecting previously unselected package liblist-compare-perl. #9 39.45 Preparing to unpack .../277-liblist-compare-perl_0.53-1_all.deb ... #9 39.45 Unpacking liblist-compare-perl (0.53-1) ... #9 39.49 Selecting previously unselected package liblist-moreutils-perl. #9 39.49 Preparing to unpack .../278-liblist-moreutils-perl_0.416-1build5_amd64.deb ... #9 39.50 Unpacking liblist-moreutils-perl (0.416-1build5) ... #9 39.53 Selecting previously unselected package liblist-someutils-perl. #9 39.53 Preparing to unpack .../279-liblist-someutils-perl_0.58-1_all.deb ... #9 39.54 Unpacking liblist-someutils-perl (0.58-1) ... #9 39.57 Selecting previously unselected package liblist-someutils-xs-perl. #9 39.57 Preparing to unpack .../280-liblist-someutils-xs-perl_0.58-2_amd64.deb ... #9 39.58 Unpacking liblist-someutils-xs-perl (0.58-2) ... #9 39.61 Selecting previously unselected package libltdl7:amd64. #9 39.62 Preparing to unpack .../281-libltdl7_2.4.6-14_amd64.deb ... #9 39.62 Unpacking libltdl7:amd64 (2.4.6-14) ... #9 39.66 Selecting previously unselected package libltdl-dev:amd64. #9 39.66 Preparing to unpack .../282-libltdl-dev_2.4.6-14_amd64.deb ... #9 39.67 Unpacking libltdl-dev:amd64 (2.4.6-14) ... #9 39.71 Selecting previously unselected package libsys-hostname-long-perl. #9 39.72 Preparing to unpack .../283-libsys-hostname-long-perl_1.5-1_all.deb ... #9 39.72 Unpacking libsys-hostname-long-perl (1.5-1) ... #9 39.75 Selecting previously unselected package libmail-sendmail-perl. #9 39.75 Preparing to unpack .../284-libmail-sendmail-perl_0.80-1_all.deb ... #9 39.76 Unpacking libmail-sendmail-perl (0.80-1) ... #9 39.79 Selecting previously unselected package libmoox-aliases-perl. #9 39.79 Preparing to unpack .../285-libmoox-aliases-perl_0.001006-1_all.deb ... #9 39.80 Unpacking libmoox-aliases-perl (0.001006-1) ... #9 39.83 Selecting previously unselected package libobject-id-perl. #9 39.84 Preparing to unpack .../286-libobject-id-perl_0.1.2-2ubuntu1_all.deb ... #9 39.84 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ... #9 39.88 Selecting previously unselected package libmoox-struct-perl. #9 39.88 Preparing to unpack .../287-libmoox-struct-perl_0.017-1_all.deb ... #9 39.89 Unpacking libmoox-struct-perl (0.017-1) ... #9 39.92 Selecting previously unselected package libnet-dns-sec-perl. #9 39.93 Preparing to unpack .../288-libnet-dns-sec-perl_1.15-1_amd64.deb ... #9 39.93 Unpacking libnet-dns-sec-perl (1.15-1) ... #9 39.97 Selecting previously unselected package libnet-libidn-perl. #9 39.97 Preparing to unpack .../289-libnet-libidn-perl_0.12.ds-3build2_amd64.deb ... #9 39.97 Unpacking libnet-libidn-perl (0.12.ds-3build2) ... #9 40.02 Selecting previously unselected package libnumber-range-perl. #9 40.02 Preparing to unpack .../290-libnumber-range-perl_0.12-1_all.deb ... #9 40.03 Unpacking libnumber-range-perl (0.12-1) ... #9 40.05 Selecting previously unselected package libpackage-stash-xs-perl. #9 40.06 Preparing to unpack .../291-libpackage-stash-xs-perl_0.29-1build1_amd64.deb ... #9 40.06 Unpacking libpackage-stash-xs-perl (0.29-1build1) ... #9 40.09 Selecting previously unselected package libpath-iterator-rule-perl. #9 40.09 Preparing to unpack .../292-libpath-iterator-rule-perl_1.014-1_all.deb ... #9 40.10 Unpacking libpath-iterator-rule-perl (1.014-1) ... #9 40.13 Selecting previously unselected package libperl4-corelibs-perl. #9 40.13 Preparing to unpack .../293-libperl4-corelibs-perl_0.004-2_all.deb ... #9 40.14 Unpacking libperl4-corelibs-perl (0.004-2) ... #9 40.17 Selecting previously unselected package libperlio-gzip-perl. #9 40.17 Preparing to unpack .../294-libperlio-gzip-perl_0.19-1build5_amd64.deb ... #9 40.18 Unpacking libperlio-gzip-perl (0.19-1build5) ... #9 40.21 Selecting previously unselected package libpod-constants-perl. #9 40.21 Preparing to unpack .../295-libpod-constants-perl_0.19-1_all.deb ... #9 40.22 Unpacking libpod-constants-perl (0.19-1) ... #9 40.25 Selecting previously unselected package libre2-5:amd64. #9 40.25 Preparing to unpack .../296-libre2-5_20200101+dfsg-1build1_amd64.deb ... #9 40.26 Unpacking libre2-5:amd64 (20200101+dfsg-1build1) ... #9 40.30 Selecting previously unselected package libre-engine-re2-perl. #9 40.31 Preparing to unpack .../297-libre-engine-re2-perl_0.13-5_amd64.deb ... #9 40.31 Unpacking libre-engine-re2-perl (0.13-5) ... #9 40.35 Selecting previously unselected package libreadonly-perl. #9 40.35 Preparing to unpack .../298-libreadonly-perl_2.050-2_all.deb ... #9 40.36 Unpacking libreadonly-perl (2.050-2) ... #9 40.39 Selecting previously unselected package libref-util-perl. #9 40.39 Preparing to unpack .../299-libref-util-perl_0.204-1_all.deb ... #9 40.40 Unpacking libref-util-perl (0.204-1) ... #9 40.43 Selecting previously unselected package libref-util-xs-perl. #9 40.43 Preparing to unpack .../300-libref-util-xs-perl_0.117-1build2_amd64.deb ... #9 40.44 Unpacking libref-util-xs-perl (0.117-1build2) ... #9 40.47 Selecting previously unselected package libregexp-pattern-license-perl. #9 40.47 Preparing to unpack .../301-libregexp-pattern-license-perl_3.2.0-1_all.deb ... #9 40.48 Unpacking libregexp-pattern-license-perl (3.2.0-1) ... #9 40.51 Selecting previously unselected package libregexp-pattern-perl. #9 40.51 Preparing to unpack .../302-libregexp-pattern-perl_0.2.12-1_all.deb ... #9 40.52 Unpacking libregexp-pattern-perl (0.2.12-1) ... #9 40.56 Selecting previously unselected package libsasl2-modules:amd64. #9 40.57 Preparing to unpack .../303-libsasl2-modules_2.1.27+dfsg-2_amd64.deb ... #9 40.57 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2) ... #9 40.60 Selecting previously unselected package libsereal-decoder-perl. #9 40.61 Preparing to unpack .../304-libsereal-decoder-perl_4.011+ds-1build1_amd64.deb ... #9 40.61 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ... #9 40.65 Selecting previously unselected package libsereal-encoder-perl. #9 40.66 Preparing to unpack .../305-libsereal-encoder-perl_4.011+ds-1build1_amd64.deb ... #9 40.66 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ... #9 40.71 Selecting previously unselected package libsereal-perl. #9 40.71 Preparing to unpack .../306-libsereal-perl_4.011-1_all.deb ... #9 40.72 Unpacking libsereal-perl (4.011-1) ... #9 40.75 Selecting previously unselected package libsort-key-perl. #9 40.75 Preparing to unpack .../307-libsort-key-perl_1.33-2build2_amd64.deb ... #9 40.76 Unpacking libsort-key-perl (1.33-2build2) ... #9 40.79 Selecting previously unselected package libstring-copyright-perl. #9 40.79 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ... #9 40.80 Unpacking libstring-copyright-perl (0.003006-1) ... #9 40.83 Selecting previously unselected package libstring-escape-perl. #9 40.83 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ... #9 40.84 Unpacking libstring-escape-perl (2010.002-2) ... #9 40.87 Selecting previously unselected package libstring-shellquote-perl. #9 40.87 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ... #9 40.87 Unpacking libstring-shellquote-perl (1.04-1) ... #9 40.91 Selecting previously unselected package libterm-readkey-perl. #9 40.91 Preparing to unpack .../311-libterm-readkey-perl_2.38-1build1_amd64.deb ... #9 40.91 Unpacking libterm-readkey-perl (2.38-1build1) ... #9 40.95 Selecting previously unselected package libtest-fatal-perl. #9 40.95 Preparing to unpack .../312-libtest-fatal-perl_0.014-1_all.deb ... #9 40.95 Unpacking libtest-fatal-perl (0.014-1) ... #9 40.99 Selecting previously unselected package libtest-refcount-perl. #9 40.99 Preparing to unpack .../313-libtest-refcount-perl_0.10-1_all.deb ... #9 40.99 Unpacking libtest-refcount-perl (0.10-1) ... #9 41.02 Selecting previously unselected package libtext-levenshtein-perl. #9 41.02 Preparing to unpack .../314-libtext-levenshtein-perl_0.13-1_all.deb ... #9 41.03 Unpacking libtext-levenshtein-perl (0.13-1) ... #9 41.06 Selecting previously unselected package libtype-tiny-xs-perl. #9 41.06 Preparing to unpack .../315-libtype-tiny-xs-perl_0.016-1_amd64.deb ... #9 41.07 Unpacking libtype-tiny-xs-perl (0.016-1) ... #9 41.10 Selecting previously unselected package libunicode-utf8-perl. #9 41.10 Preparing to unpack .../316-libunicode-utf8-perl_0.62-1build1_amd64.deb ... #9 41.10 Unpacking libunicode-utf8-perl (0.62-1build1) ... #9 41.13 Selecting previously unselected package libxml-namespacesupport-perl. #9 41.14 Preparing to unpack .../317-libxml-namespacesupport-perl_1.12-1_all.deb ... #9 41.14 Unpacking libxml-namespacesupport-perl (1.12-1) ... #9 41.17 Selecting previously unselected package libxml-sax-base-perl. #9 41.17 Preparing to unpack .../318-libxml-sax-base-perl_1.09-1_all.deb ... #9 41.18 Unpacking libxml-sax-base-perl (1.09-1) ... #9 41.22 Selecting previously unselected package libxml-sax-perl. #9 41.22 Preparing to unpack .../319-libxml-sax-perl_1.02+dfsg-1_all.deb ... #9 41.23 Unpacking libxml-sax-perl (1.02+dfsg-1) ... #9 41.26 Selecting previously unselected package libxml-libxml-perl. #9 41.27 Preparing to unpack .../320-libxml-libxml-perl_2.0134+dfsg-1build1_amd64.deb ... #9 41.27 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ... #9 41.33 Selecting previously unselected package libxml-parser-perl. #9 41.33 Preparing to unpack .../321-libxml-parser-perl_2.46-1_amd64.deb ... #9 41.33 Unpacking libxml-parser-perl (2.46-1) ... #9 41.39 Selecting previously unselected package libxml-sax-expat-perl. #9 41.39 Preparing to unpack .../322-libxml-sax-expat-perl_0.51-1_all.deb ... #9 41.40 Unpacking libxml-sax-expat-perl (0.51-1) ... #9 41.43 Selecting previously unselected package libxml-writer-perl. #9 41.43 Preparing to unpack .../323-libxml-writer-perl_0.625-1_all.deb ... #9 41.44 Unpacking libxml-writer-perl (0.625-1) ... #9 41.46 Selecting previously unselected package libyaml-libyaml-perl. #9 41.47 Preparing to unpack .../324-libyaml-libyaml-perl_0.81+repack-1_amd64.deb ... #9 41.47 Unpacking libyaml-libyaml-perl (0.81+repack-1) ... #9 41.50 Selecting previously unselected package licensecheck. #9 41.50 Preparing to unpack .../325-licensecheck_3.0.45-1_all.deb ... #9 41.51 Unpacking licensecheck (3.0.45-1) ... #9 41.54 Selecting previously unselected package libdevel-size-perl. #9 41.54 Preparing to unpack .../326-libdevel-size-perl_0.83-1build1_amd64.deb ... #9 41.54 Unpacking libdevel-size-perl (0.83-1build1) ... #9 41.57 Selecting previously unselected package t1utils. #9 41.57 Preparing to unpack .../327-t1utils_1.41-3_amd64.deb ... #9 41.58 Unpacking t1utils (1.41-3) ... #9 41.62 Selecting previously unselected package lintian. #9 41.62 Preparing to unpack .../328-lintian_2.62.0ubuntu1_all.deb ... #9 41.63 Unpacking lintian (2.62.0ubuntu1) ... #9 41.88 Selecting previously unselected package manpages-dev. #9 41.88 Preparing to unpack .../329-manpages-dev_5.05-1_all.deb ... #9 41.89 Unpacking manpages-dev (5.05-1) ... #9 42.14 Selecting previously unselected package python3-certifi. #9 42.14 Preparing to unpack .../330-python3-certifi_2019.11.28-1_all.deb ... #9 42.15 Unpacking python3-certifi (2019.11.28-1) ... #9 42.20 Selecting previously unselected package python3-idna. #9 42.20 Preparing to unpack .../331-python3-idna_2.8-1_all.deb ... #9 42.20 Unpacking python3-idna (2.8-1) ... #9 42.24 Selecting previously unselected package python3-urllib3. #9 42.25 Preparing to unpack .../332-python3-urllib3_1.25.8-2ubuntu0.1_all.deb ... #9 42.25 Unpacking python3-urllib3 (1.25.8-2ubuntu0.1) ... #9 42.29 Selecting previously unselected package python3-requests. #9 42.30 Preparing to unpack .../333-python3-requests_2.22.0-2ubuntu1_all.deb ... #9 42.30 Unpacking python3-requests (2.22.0-2ubuntu1) ... #9 42.34 Selecting previously unselected package python3-unidiff. #9 42.34 Preparing to unpack .../334-python3-unidiff_0.5.5-2_all.deb ... #9 42.35 Unpacking python3-unidiff (0.5.5-2) ... #9 42.43 Selecting previously unselected package python3-xdg. #9 42.43 Preparing to unpack .../335-python3-xdg_0.26-1ubuntu1_all.deb ... #9 42.44 Unpacking python3-xdg (0.26-1ubuntu1) ... #9 42.48 Selecting previously unselected package unzip. #9 42.48 Preparing to unpack .../336-unzip_6.0-25ubuntu1_amd64.deb ... #9 42.48 Unpacking unzip (6.0-25ubuntu1) ... #9 42.53 Selecting previously unselected package equivs. #9 42.53 Preparing to unpack .../337-equivs_2.2.0_all.deb ... #9 42.54 Unpacking equivs (2.2.0) ... #9 42.57 Selecting previously unselected package libauthen-sasl-perl. #9 42.57 Preparing to unpack .../338-libauthen-sasl-perl_2.1600-1_all.deb ... #9 42.58 Unpacking libauthen-sasl-perl (2.1600-1) ... #9 42.61 Selecting previously unselected package python3-magic. #9 42.62 Preparing to unpack .../339-python3-magic_2%3a0.4.15-3_all.deb ... #9 42.62 Unpacking python3-magic (2:0.4.15-3) ... #9 42.71 Setting up libapt-pkg-perl (0.1.36build3) ... #9 42.72 Setting up libksba8:amd64 (1.3.5-2) ... #9 42.73 Setting up libpipeline1:amd64 (1.5.2-2build1) ... #9 42.75 Setting up wdiff (1.2.2-2build1) ... #9 42.77 Setting up libxau6:amd64 (1:1.0.9-0ubuntu1) ... #9 42.80 Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ... #9 42.82 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... #9 42.83 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ... #9 42.86 Setting up mime-support (3.64ubuntu1) ... #9 42.94 Setting up xdg-user-dirs (0.17-2ubuntu1) ... #9 42.99 Setting up libmagic-mgc (1:5.38-4) ... #9 43.00 Setting up libyaml-0-2:amd64 (0.2.2-1) ... #9 43.07 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... #9 43.12 No schema files found: doing nothing. #9 43.14 Setting up distro-info-data (0.43ubuntu1.6) ... #9 43.16 Setting up manpages (5.05-1) ... #9 43.18 Setting up unzip (6.0-25ubuntu1) ... #9 43.20 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... #9 43.21 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ... #9 43.23 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2) ... #9 43.25 Setting up binutils-common:amd64 (2.34-6ubuntu1.1) ... #9 43.27 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ... #9 43.28 Setting up libmagic1:amd64 (1:5.38-4) ... #9 43.30 Setting up less (551-1ubuntu0.1) ... #9 43.32 Setting up perl-openssl-defaults:amd64 (4) ... #9 43.34 Setting up linux-libc-dev:amd64 (5.4.0-84.94) ... #9 43.35 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.1) ... #9 43.36 Setting up gettext-base (0.19.8.1-10build1) ... #9 43.37 Setting up libnpth0:amd64 (1.6-1) ... #9 43.39 Setting up krb5-locales (1.17-6ubuntu4.1) ... #9 43.40 Setting up file (1:5.38-4) ... #9 43.42 Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ... #9 43.43 Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... #9 43.44 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ... #9 43.46 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ... #9 43.47 Setting up libunwind8:amd64 (1.2.1-9build1) ... #9 43.49 Setting up libfakeroot:amd64 (1.24-1) ... #9 43.51 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ... #9 43.52 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ... #9 43.53 Setting up tzdata (2021a-0ubuntu0.20.04) ... #9 43.62 #9 43.62 Current default time zone: 'Etc/UTC' #9 43.62 Local time is now: Thu Sep 16 16:46:53 UTC 2021. #9 43.62 Universal Time is now: Thu Sep 16 16:46:53 UTC 2021. #9 43.62 Run 'dpkg-reconfigure tzdata' if you wish to change it. #9 43.62 #9 43.70 Setting up fakeroot (1.24-1) ... #9 43.71 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode #9 43.71 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #9 43.71 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #9 43.71 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #9 43.71 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #9 43.71 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #9 43.71 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #9 43.71 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist #9 43.71 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist #9 43.72 Setting up autotools-dev (20180224.1) ... #9 43.73 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ... #9 43.74 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ... #9 43.76 Setting up make (4.2.1-1.2) ... #9 43.77 Setting up libmpfr6:amd64 (4.0.2-1) ... #9 43.79 Setting up gnupg-l10n (2.2.19-3ubuntu2.1) ... #9 43.80 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... #9 43.81 Setting up libidn11:amd64 (1.33-2.2ubuntu2) ... #9 43.84 Setting up strace (5.5-3ubuntu1) ... #9 43.87 Setting up libsigsegv2:amd64 (2.12-2) ... #9 43.89 Setting up xz-utils (5.2.4-1ubuntu1) ... #9 43.90 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode #9 43.90 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 #9 43.90 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 #9 43.90 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 #9 43.90 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 #9 43.90 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 #9 43.90 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 #9 43.90 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 #9 43.90 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 #9 43.90 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 #9 43.90 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 #9 43.91 Setting up t1utils (1.41-3) ... #9 43.92 Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... #9 43.93 Setting up diffstat (1.63-1) ... #9 43.95 Setting up libmpc3:amd64 (1.1.0-1) ... #9 43.96 Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... #9 43.98 Setting up patch (2.7.6-6) ... #9 44.00 Setting up autopoint (0.19.8.1-10build1) ... #9 44.02 Setting up libfl2:amd64 (2.6.4-6.2) ... #9 44.03 Setting up ucf (3.0038+nmu1) ... #9 44.27 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ... #9 44.37 Setting up libltdl7:amd64 (2.4.6-14) ... #9 44.42 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2) ... #9 44.44 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... #9 44.46 Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... #9 44.50 Setting up python-apt-common (2.0.0ubuntu0.20.04.6) ... #9 44.52 Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ... #9 44.54 Setting up libuchardet0:amd64 (0.0.6-3build1) ... #9 44.55 Setting up libre2-5:amd64 (20200101+dfsg-1build1) ... #9 44.56 Setting up git-man (1:2.25.1-1ubuntu3.2) ... #9 44.58 Setting up libisl22:amd64 (0.22.1-1) ... #9 44.59 Setting up netbase (6.1) ... #9 44.62 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ... #9 44.64 Setting up libmpdec2:amd64 (2.4.2-3) ... #9 44.65 Setting up libbinutils:amd64 (2.34-6ubuntu1.1) ... #9 44.66 Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ... #9 44.67 Setting up libc-dev-bin (2.31-0ubuntu9.2) ... #9 44.69 Setting up openssl (1.1.1f-1ubuntu2.8) ... #9 44.71 Setting up libbsd0:amd64 (0.10.0-1) ... #9 44.73 Setting up libelf1:amd64 (0.176-1.1build1) ... #9 44.74 Setting up readline-common (8.0-4) ... #9 44.76 Setting up publicsuffix (20200303.0012-1) ... #9 44.78 Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... #9 44.79 Setting up iso-codes (4.4-1) ... #9 44.81 Setting up liblocale-gettext-perl (1.07-4) ... #9 44.82 Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... #9 44.83 Setting up dctrl-tools (2.24-3) ... #9 44.85 Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... #9 44.87 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... #9 44.88 Setting up libgdbm6:amd64 (1.18.1-5) ... #9 44.89 Setting up gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) ... #9 44.90 Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... #9 44.92 Setting up libctf0:amd64 (2.34-6ubuntu1.1) ... #9 44.93 Setting up pinentry-curses (1.1.0-3build1) ... #9 44.95 Setting up manpages-dev (5.05-1) ... #9 44.96 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ... #9 44.98 Setting up libxcb1:amd64 (1.14-2) ... #9 44.99 Setting up at (3.1.23-1ubuntu1) ... #9 45.13 invoke-rc.d: could not determine current runlevel #9 45.13 invoke-rc.d: policy-rc.d denied execution of start. #9 45.14 Setting up libicu66:amd64 (66.1-2ubuntu2) ... #9 45.15 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... #9 45.16 Setting up libedit2:amd64 (3.1-20191231-1) ... #9 45.17 Setting up libreadline8:amd64 (8.0-4) ... #9 45.19 Setting up m4 (1.4.18-4) ... #9 45.20 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... #9 45.22 Setting up ca-certificates (20210119~20.04.1) ... #9 45.57 Updating certificates in /etc/ssl/certs... #9 46.00 129 added, 0 removed; done. #9 46.03 Setting up libasan5:amd64 (9.3.0-17ubuntu1~20.04) ... #9 46.04 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... #9 46.05 Setting up bsdmainutils (11.1.2ubuntu3) ... #9 46.08 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode #9 46.08 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 #9 46.08 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode #9 46.08 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 #9 46.09 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... #9 46.11 Setting up libgdbm-compat4:amd64 (1.18.1-5) ... #9 46.12 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ... #9 46.13 Setting up dwz (0.13-5) ... #9 46.15 Setting up groff-base (1.22.4-4build1) ... #9 46.17 Setting up gpgconf (2.2.19-3ubuntu2.1) ... #9 46.19 Setting up cpp-9 (9.3.0-17ubuntu1~20.04) ... #9 46.20 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... #9 46.21 Setting up libc6-dev:amd64 (2.31-0ubuntu9.2) ... #9 46.22 Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ... #9 46.24 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04) ... #9 46.26 Setting up python3.8 (3.8.10-0ubuntu1~20.04) ... #9 46.87 Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ... #9 46.89 Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ... #9 46.90 Setting up gpg (2.2.19-3ubuntu2.1) ... #9 46.92 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... #9 46.94 Setting up gnupg-utils (2.2.19-3ubuntu2.1) ... #9 46.96 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.1) ... #9 46.97 Setting up gpg-agent (2.2.19-3ubuntu2.1) ... #9 47.43 Setting up openssh-client (1:8.2p1-4ubuntu0.3) ... #9 47.52 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... #9 47.54 Setting up gpgsm (2.2.19-3ubuntu2.1) ... #9 47.55 Setting up libxext6:amd64 (2:1.3.4-0ubuntu1) ... #9 47.56 Setting up python3 (3.8.2-0ubuntu2) ... #9 47.87 Setting up binutils (2.34-6ubuntu1.1) ... #9 47.94 Setting up python3-xdg (0.26-1ubuntu1) ... #9 48.13 Setting up man-db (2.9.1-1) ... #9 48.24 Building database of manual pages ... #9 48.50 Setting up libgpgme11:amd64 (1.13.1-7ubuntu2) ... #9 48.52 Setting up python3-six (1.14.0-2) ... #9 48.66 Setting up libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... #9 48.67 Setting up perl (5.30.0-9ubuntu0.2) ... #9 48.69 Setting up libpackage-stash-xs-perl (0.29-1build1) ... #9 48.70 Setting up python3-gpg (1.13.1-7ubuntu2) ... #9 48.88 Setting up libdata-dump-perl (1.23-1) ... #9 48.89 Setting up python3-certifi (2019.11.28-1) ... #9 49.02 Setting up libdigest-hmac-perl (1.03+dfsg-2) ... #9 49.03 Setting up libref-util-perl (0.204-1) ... #9 49.09 Setting up libipc-system-simple-perl (1.26-1) ... #9 49.15 Setting up libnet-domain-tld-perl (1.75-1) ... #9 49.18 Setting up libxml-writer-perl (0.625-1) ... #9 49.20 Setting up libhash-fieldhash-perl (0.15-1build2) ... #9 49.22 Setting up libnet-libidn-perl (0.12.ds-3build2) ... #9 49.24 Setting up shared-mime-info (1.15-1) ... #9 52.83 Setting up liblinux-epoll-perl (0.017-1) ... #9 52.84 Setting up libvariable-magic-perl (0.62-1build2) ... #9 52.86 Setting up python3-idna (2.8-1) ... #9 53.06 Setting up libio-html-perl (1.001-1) ... #9 53.07 Setting up libcroco3:amd64 (0.6.13-1) ... #9 53.08 Setting up libb-hooks-op-check-perl (0.22-1build2) ... #9 53.14 Setting up libtest-refcount-perl (0.10-1) ... #9 53.15 Setting up libparams-util-perl (1.07-3build5) ... #9 53.16 Setting up libdpkg-perl (1.19.7ubuntu3) ... #9 53.17 Setting up autoconf (2.69-11.1) ... #9 53.19 Setting up python3-urllib3 (1.25.8-2ubuntu0.1) ... #9 53.35 Setting up libsub-exporter-progressive-perl (0.001013-1) ... #9 53.36 Setting up libarray-intspan-perl (2.003-1) ... #9 53.38 Setting up libcapture-tiny-perl (0.48-1) ... #9 53.39 Setting up libtimedate-perl (2.3200-1) ... #9 53.41 Setting up gpg-wks-server (2.2.19-3ubuntu2.1) ... #9 53.42 Setting up libsub-name-perl (0.26-1) ... #9 53.43 Setting up libtype-tiny-xs-perl (0.016-1) ... #9 53.45 Setting up libfile-chdir-perl (0.1008-1) ... #9 53.46 Setting up xauth (1:1.1-0ubuntu1) ... #9 53.48 Setting up cpp (4:9.3.0-1ubuntu2) ... #9 53.50 Setting up libpath-tiny-perl (0.108-1) ... #9 53.51 Setting up libarchive-cpio-perl (0.10-1) ... #9 53.52 Setting up libjson-perl (4.02000-2) ... #9 53.53 Setting up libsub-override-perl (0.09-2) ... #9 53.54 Setting up python3-unidiff (0.5.5-2) ... #9 53.68 Setting up libstrictures-perl (2.000006-1) ... #9 53.69 Setting up libsub-quote-perl (2.006006-1) ... #9 53.71 Setting up libclass-xsaccessor-perl (1.19-3build3) ... #9 53.72 Setting up libsort-versions-perl (1.62-1) ... #9 53.74 Setting up libexporter-tiny-perl (1.002001-1) ... #9 53.75 Setting up libre-engine-re2-perl (0.13-5) ... #9 53.76 Setting up libterm-readkey-perl (2.38-1build1) ... #9 53.78 Setting up lsb-release (11.1.0ubuntu2) ... #9 53.80 Setting up libnet-ip-perl (1.26-2) ... #9 53.81 Setting up python3-magic (2:0.4.15-3) ... #9 53.94 Setting up libperlio-gzip-perl (0.19-1build5) ... #9 53.96 Setting up libsys-hostname-long-perl (1.5-1) ... #9 53.97 Setting up libsereal-decoder-perl (4.011+ds-1build1) ... #9 53.99 Setting up liburi-perl (1.76-2) ... #9 54.00 Setting up libdigest-bubblebabble-perl (0.02-2) ... #9 54.02 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... #9 54.03 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ... #9 54.04 Setting up python3-pkg-resources (45.2.0-1) ... #9 54.24 Setting up automake (1:1.16.1-4ubuntu6) ... #9 54.25 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode #9 54.25 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 #9 54.25 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 #9 54.26 Setting up libasync-mergepoint-perl (0.04-2) ... #9 54.27 Setting up libstring-escape-perl (2010.002-2) ... #9 54.28 Setting up gcc-9 (9.3.0-17ubuntu1~20.04) ... #9 54.29 Setting up libhttp-date-perl (6.05-1) ... #9 54.30 Setting up libfile-which-perl (1.23-1) ... #9 54.32 Setting up libfile-basedir-perl (0.08-1) ... #9 54.33 Setting up gettext (0.19.8.1-10build1) ... #9 54.35 Setting up libnumber-range-perl (0.12-1) ... #9 54.36 Setting up libunicode-utf8-perl (0.62-1build1) ... #9 54.37 Setting up libstruct-dumb-perl (0.09-1) ... #9 54.39 Setting up libfile-listing-perl (6.04-1) ... #9 54.40 Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... #9 54.42 Setting up libregexp-pattern-perl (0.2.12-1) ... #9 54.44 Setting up libfont-afm-perl (1.20-2) ... #9 54.45 Setting up libwant-perl (0.29-1build4) ... #9 54.47 Setting up libdynaloader-functions-perl (0.003-1) ... #9 54.48 Setting up libtext-glob-perl (0.10-1) ... #9 54.49 Setting up libclass-method-modifiers-perl (2.13-1) ... #9 54.51 Setting up liblist-compare-perl (0.53-1) ... #9 54.52 Setting up libref-util-xs-perl (0.117-1build2) ... #9 54.53 Setting up libio-pty-perl (1:1.12-1) ... #9 54.55 Setting up libtool (2.4.6-14) ... #9 54.56 Setting up libfile-fcntllock-perl (0.22-3build4) ... #9 54.57 Setting up libsort-key-perl (1.33-2build2) ... #9 54.59 Setting up libclone-perl (0.43-2) ... #9 54.60 Setting up libalgorithm-diff-perl (1.19.03-2) ... #9 54.62 Setting up libarchive-zip-perl (1.67-2) ... #9 54.63 Setting up libsub-identify-perl (0.14-1build2) ... #9 54.65 Setting up libdistro-info-perl (0.23ubuntu1) ... #9 54.66 Setting up libcpanel-json-xs-perl (4.19-1build1) ... #9 54.68 Setting up python3-apt (2.0.0ubuntu0.20.04.6) ... #9 54.84 Setting up libobject-id-perl (0.1.2-2ubuntu1) ... #9 54.86 Setting up libio-stringy-perl (2.111-3) ... #9 54.87 Setting up liblist-moreutils-perl (0.416-1build5) ... #9 54.88 Setting up libhtml-tagset-perl (3.20-4) ... #9 54.90 Setting up liblog-any-perl (1.708-1) ... #9 54.91 Setting up libauthen-sasl-perl (2.1600-1) ... #9 54.92 Setting up libdevel-size-perl (0.83-1build1) ... #9 54.94 Setting up libdebhelper-perl (12.10ubuntu1) ... #9 54.95 Setting up libpod-constants-perl (0.19-1) ... #9 54.96 Setting up libregexp-pattern-license-perl (3.2.0-1) ... #9 54.98 Setting up libperl4-corelibs-perl (0.004-2) ... #9 54.99 Setting up libfuture-perl (0.43-1) ... #9 55.01 Setting up liblwp-mediatypes-perl (6.04-1) ... #9 55.06 Setting up libyaml-libyaml-perl (0.81+repack-1) ... #9 55.07 Setting up libtry-tiny-perl (0.30-1) ... #9 55.09 Setting up libtype-tiny-perl (1.008001-2) ... #9 55.10 Setting up libtest-fatal-perl (0.014-1) ... #9 55.12 Setting up libcommon-sense-perl (3.74-2build6) ... #9 55.13 Setting up libxml-namespacesupport-perl (1.12-1) ... #9 55.14 Setting up libnet-http-perl (6.19-1) ... #9 55.15 Setting up libhttp-tiny-multipart-perl (0.08-1) ... #9 55.17 Setting up libencode-locale-perl (1.05-1) ... #9 55.18 Setting up libtext-levenshtein-perl (0.13-1) ... #9 55.20 Setting up libnet-dns-perl (1.22-1) ... #9 55.21 Setting up libsereal-encoder-perl (4.011+ds-1build1) ... #9 55.22 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ... #9 55.23 Setting up libstring-shellquote-perl (1.04-1) ... #9 55.25 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... #9 55.26 Setting up libsub-install-perl (0.928-1) ... #9 55.27 Setting up gcc (4:9.3.0-1ubuntu2) ... #9 55.29 Setting up dpkg-dev (1.19.7ubuntu3) ... #9 55.31 Setting up libnumber-compare-perl (0.03-1) ... #9 55.33 Setting up intltool-debian (0.35.0+20060710.5) ... #9 55.34 Setting up libio-async-perl (0.75-1) ... #9 55.35 Setting up liberror-perl (0.17029-1) ... #9 55.36 Setting up patchutils (0.3.4-2) ... #9 55.37 Setting up libmail-sendmail-perl (0.80-1) ... #9 55.38 Setting up libltdl-dev:amd64 (2.4.6-14) ... #9 55.40 Setting up libjson-maybexs-perl (1.004000-1) ... #9 55.41 Setting up libxml-sax-base-perl (1.09-1) ... #9 55.42 Setting up libio-string-perl (1.08-3) ... #9 55.43 Setting up libreadonly-perl (2.050-2) ... #9 55.44 Setting up python3-chardet (3.0.4-4build1) ... #9 55.68 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... #9 55.70 Setting up libfile-find-rule-perl (0.34-1) ... #9 55.71 Setting up libstring-copyright-perl (0.003006-1) ... #9 55.72 Setting up python3-debian (0.1.36ubuntu1) ... #9 55.87 Setting up python3-requests (2.22.0-2ubuntu1) ... #9 56.02 Setting up libdata-optlist-perl (0.110-1) ... #9 56.04 Setting up libipc-run-perl (20180523.0-2) ... #9 56.05 Setting up g++-9 (9.3.0-17ubuntu1~20.04) ... #9 56.06 Setting up libcontextual-return-perl (0.004014-2) ... #9 56.07 Setting up libwww-robotrules-perl (6.02-1) ... #9 56.08 Setting up libtypes-serialiser-perl (1.0-1) ... #9 56.10 Setting up g++ (4:9.3.0-1ubuntu2) ... #9 56.14 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode #9 56.14 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 #9 56.15 Setting up libhtml-parser-perl (3.72-5) ... #9 56.17 Setting up liblog-any-adapter-screen-perl (0.140-1) ... #9 56.19 Setting up librole-tiny-perl (2.001004-1) ... #9 56.20 Setting up build-essential (12.8ubuntu1.1) ... #9 56.24 Setting up libfont-ttf-perl (1.06-1) ... #9 56.28 Setting up libfile-homedir-perl (1.004-1) ... #9 56.30 Setting up libalgorithm-diff-xs-perl (0.04-6) ... #9 56.32 Setting up libio-socket-ssl-perl (2.067-1) ... #9 56.33 Setting up libsub-exporter-perl (0.987-1) ... #9 56.34 Setting up libalgorithm-merge-perl (0.08-3) ... #9 56.36 Setting up libhttp-message-perl (6.22-1) ... #9 56.38 Setting up libhtml-form-perl (6.07-1) ... #9 56.41 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ... #9 56.42 Setting up libjson-xs-perl (4.020-1build1) ... #9 56.44 Setting up libhttp-negotiate-perl (6.01-1) ... #9 56.45 Setting up libio-prompter-perl (0.004015-1) ... #9 56.48 Setting up libhttp-cookies-perl (6.08-1) ... #9 56.49 Setting up po-debconf (1.0.21) ... #9 56.51 Setting up libhtml-tree-perl (5.07-2) ... #9 56.53 Setting up libparams-classify-perl (0.015-1build2) ... #9 56.54 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... #9 56.55 Setting up libpath-iterator-rule-perl (1.014-1) ... #9 56.56 Setting up libnet-dns-sec-perl (1.15-1) ... #9 56.58 Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... #9 56.59 Setting up libsereal-perl (4.011-1) ... #9 56.61 Setting up libhtml-format-perl (2.12-1) ... #9 56.62 Setting up libxml-sax-perl (1.02+dfsg-1) ... #9 56.68 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... #9 56.74 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #9 56.86 #9 56.86 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version #9 56.92 Setting up dput (1.0.3ubuntu1) ... #9 57.13 Setting up libio-async-loop-epoll-perl (0.20-1) ... #9 57.53 Setting up dirmngr (2.2.19-3ubuntu2.1) ... #9 57.66 Setting up libnet-smtp-ssl-perl (1.04-1) ... #9 57.68 Setting up libmodule-runtime-perl (0.016-1) ... #9 57.69 Setting up libmailtools-perl (2.21-1) ... #9 57.70 Setting up git (1:2.25.1-1ubuntu3.2) ... #9 57.74 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ... #9 57.78 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... #9 57.85 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... #9 57.92 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #9 58.05 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #9 58.11 Setting up dh-strip-nondeterminism (1.7.0-1) ... #9 58.12 Setting up libconst-fast-perl (0.014-1) ... #9 58.14 Setting up libhttp-daemon-perl (6.06-1) ... #9 58.15 Setting up libgit-wrapper-perl (0.048-1) ... #9 58.16 Setting up libcurl4:amd64 (7.68.0-1ubuntu2.7) ... #9 58.19 Setting up curl (7.68.0-1ubuntu2.7) ... #9 58.20 Setting up gpg-wks-client (2.2.19-3ubuntu2.1) ... #9 58.21 Setting up libmodule-implementation-perl (0.09-1) ... #9 58.23 Setting up libemail-valid-perl (1.202-1) ... #9 58.24 Setting up libpackage-stash-perl (0.38-1) ... #9 58.25 Setting up libimport-into-perl (1.002005-1) ... #9 58.27 Setting up libmoo-perl (2.003006-1) ... #9 58.28 Setting up liblist-someutils-perl (0.58-1) ... #9 58.30 Setting up liblist-someutils-xs-perl (0.58-2) ... #9 58.32 Setting up gnupg (2.2.19-3ubuntu2.1) ... #9 58.33 Setting up libmoox-aliases-perl (0.001006-1) ... #9 58.35 Setting up libparams-validate-perl (1.29-3) ... #9 58.37 Setting up libb-hooks-endofscope-perl (0.24-1) ... #9 58.38 Setting up libnamespace-clean-perl (0.27-1) ... #9 58.40 Setting up libgetopt-long-descriptive-perl (0.104-1) ... #9 58.42 Setting up libgitlab-api-v4-perl (0.25-1) ... #9 58.44 Setting up libmoox-struct-perl (0.017-1) ... #9 58.45 Setting up lintian (2.62.0ubuntu1) ... #9 58.47 Setting up licensecheck (3.0.45-1) ... #9 58.49 Setting up dh-autoreconf (19) ... #9 58.51 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ... #9 58.52 Setting up libwww-perl (6.43-1) ... #9 58.54 Setting up debhelper (12.10ubuntu1) ... #9 58.56 Setting up devscripts (2.20.2ubuntu2) ... #9 58.72 Setting up equivs (2.2.0) ... #9 58.74 Setting up libxml-parser-perl (2.46-1) ... #9 58.76 Setting up libxml-sax-expat-perl (0.51-1) ... #9 58.80 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50... #9 58.85 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... #9 58.98 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version #9 59.05 Processing triggers for libc-bin (2.31-0ubuntu9.2) ... #9 59.08 Processing triggers for ca-certificates (20210119~20.04.1) ... #9 59.08 Updating certificates in /etc/ssl/certs... #9 59.44 0 added, 0 removed; done. #9 59.44 Running hooks in /etc/ca-certificates/update.d... #9 59.44 done. #9 DONE 60.4s #11 [stage-1 4/9] COPY common /root/build-deb/debian #11 sha256:76c363f976f4fa9d01800c82108bd8065c474f5ff092f23d7b733c5e36406051 #11 DONE 0.0s #12 [stage-1 5/9] RUN mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control #12 sha256:be933fba5b3b8fee1f01d68df79843b4200c7991850bf691e294abe8faf6d92e #12 1.184 dh_testdir #12 1.203 dh_testroot #12 1.222 dh_prep #12 1.244 dh_testdir #12 1.263 dh_testroot #12 1.281 dh_install #12 1.308 dh_installdocs #12 1.339 dh_installchangelogs #12 1.410 dh_compress #12 1.443 dh_fixperms #12 1.485 dh_installdeb #12 1.512 dh_gencontrol #12 1.625 dh_md5sums #12 1.654 dh_builddeb #12 1.674 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'. #12 1.694 #12 1.694 The package has been created. #12 1.694 Attention, the package has been created in the current directory, #12 1.694 not in ".." as indicated by the message above! #12 1.716 Selecting previously unselected package docker-ce-build-deps. #12 1.731 (Reading database ... 26307 files and directories currently installed.) #12 1.731 Preparing to unpack docker-ce-build-deps_1.0_all.deb ... #12 1.735 Unpacking docker-ce-build-deps (1.0) ... #12 1.805 Reading package lists... #12 2.521 Building dependency tree... #12 2.674 Reading state information... #12 2.691 Correcting dependencies...Starting pkgProblemResolver with broken count: 0 #12 2.724 Starting 2 pkgProblemResolver with broken count: 0 #12 2.726 Done #12 2.743 Done #12 2.749 Starting pkgProblemResolver with broken count: 0 #12 2.769 Starting 2 pkgProblemResolver with broken count: 0 #12 2.771 Done #12 2.850 The following additional packages will be installed: #12 2.850 bash-completion cmake cmake-data dh-apparmor dh-systemd libarchive13 #12 2.850 libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 #12 2.850 libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev #12 2.850 libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev #12 2.851 libsystemd-dev libsystemd0 libudev-dev libudev1 libuv1 pkg-config #12 2.852 Suggested packages: #12 2.852 cmake-doc ninja-build apparmor-easyprof lrzip seccomp #12 2.852 Recommended packages: #12 2.852 dmsetup #12 2.889 The following NEW packages will be installed: #12 2.890 bash-completion cmake cmake-data dh-apparmor dh-systemd libarchive13 #12 2.890 libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 #12 2.890 libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev #12 2.890 libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev #12 2.891 libsystemd-dev libudev-dev libuv1 pkg-config #12 2.892 The following packages will be upgraded: #12 2.892 libsystemd0 libudev1 #12 3.311 2 upgraded, 24 newly installed, 0 to remove and 1 not upgraded. #12 3.311 1 not fully installed or removed. #12 3.311 Need to get 8889 kB of archives. #12 3.311 After this operation, 41.3 MB of additional disk space will be used. #12 3.311 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 bash-completion all 1:2.10-1ubuntu1 [178 kB] #12 3.666 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtrfs0 amd64 5.4.1-2 [175 kB] #12 3.725 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtrfs-dev amd64 5.4.1-2 [227 kB] #12 3.806 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake-data all 3.16.3-1ubuntu1 [1612 kB] #12 3.958 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive13 amd64 3.4.0-2ubuntu1 [327 kB] #12 3.973 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libjsoncpp1 amd64 1.7.4-3.1ubuntu2 [75.6 kB] #12 3.975 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 librhash0 amd64 1.3.9-1 [113 kB] #12 3.980 Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libuv1 amd64 1.34.2-1ubuntu1.3 [80.8 kB] #12 3.983 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake amd64 3.16.3-1ubuntu1 [3669 kB] #12 4.160 Get:10 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B] #12 4.160 Get:11 http://archive.ubuntu.com/ubuntu focal/universe amd64 dh-systemd all 12.10ubuntu1 [2680 B] #12 4.161 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev1 amd64 245.4-4ubuntu3.13 [77.6 kB] #12 4.162 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB] #12 4.165 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.167-1ubuntu1 [11.9 kB] #12 4.165 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev-dev amd64 245.4-4ubuntu3.13 [19.7 kB] #12 4.167 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libsepol1-dev amd64 3.0-1 [325 kB] #12 4.189 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-16-0 amd64 10.34-7 [181 kB] #12 4.195 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-32-0 amd64 10.34-7 [169 kB] #12 4.235 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-posix2 amd64 10.34-7 [5992 B] #12 4.236 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-dev amd64 10.34-7 [670 kB] #12 4.246 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libselinux1-dev amd64 3.0-1build2 [151 kB] #12 4.309 Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-dev amd64 2:1.02.167-1ubuntu1 [35.8 kB] #12 4.310 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1~20.04.1 [83.6 kB] #12 4.311 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.13 [270 kB] #12 4.315 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.13 [246 kB] #12 4.319 Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] #12 4.463 debconf: delaying package configuration, since apt-utils is not installed #12 4.504 Fetched 8889 kB in 1s (6248 kB/s) #12 4.541 Selecting previously unselected package bash-completion. #12 4.541 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 26311 files and directories currently installed.) #12 4.556 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ... #12 5.150 Unpacking bash-completion (1:2.10-1ubuntu1) ... #12 5.261 Selecting previously unselected package libbtrfs0:amd64. #12 5.264 Preparing to unpack .../01-libbtrfs0_5.4.1-2_amd64.deb ... #12 5.272 Unpacking libbtrfs0:amd64 (5.4.1-2) ... #12 5.317 Selecting previously unselected package libbtrfs-dev:amd64. #12 5.319 Preparing to unpack .../02-libbtrfs-dev_5.4.1-2_amd64.deb ... #12 5.323 Unpacking libbtrfs-dev:amd64 (5.4.1-2) ... #12 5.388 Selecting previously unselected package cmake-data. #12 5.391 Preparing to unpack .../03-cmake-data_3.16.3-1ubuntu1_all.deb ... #12 5.396 Unpacking cmake-data (3.16.3-1ubuntu1) ... #12 5.736 Selecting previously unselected package libarchive13:amd64. #12 5.740 Preparing to unpack .../04-libarchive13_3.4.0-2ubuntu1_amd64.deb ... #12 5.743 Unpacking libarchive13:amd64 (3.4.0-2ubuntu1) ... #12 5.803 Selecting previously unselected package libjsoncpp1:amd64. #12 5.806 Preparing to unpack .../05-libjsoncpp1_1.7.4-3.1ubuntu2_amd64.deb ... #12 5.810 Unpacking libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ... #12 5.850 Selecting previously unselected package librhash0:amd64. #12 5.852 Preparing to unpack .../06-librhash0_1.3.9-1_amd64.deb ... #12 5.856 Unpacking librhash0:amd64 (1.3.9-1) ... #12 5.898 Selecting previously unselected package libuv1:amd64. #12 5.901 Preparing to unpack .../07-libuv1_1.34.2-1ubuntu1.3_amd64.deb ... #12 5.905 Unpacking libuv1:amd64 (1.34.2-1ubuntu1.3) ... #12 5.938 Selecting previously unselected package cmake. #12 5.941 Preparing to unpack .../08-cmake_3.16.3-1ubuntu1_amd64.deb ... #12 5.944 Unpacking cmake (3.16.3-1ubuntu1) ... #12 6.326 Selecting previously unselected package dh-apparmor. #12 6.329 Preparing to unpack .../09-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ... #12 6.333 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ... #12 6.362 Selecting previously unselected package dh-systemd. #12 6.365 Preparing to unpack .../10-dh-systemd_12.10ubuntu1_all.deb ... #12 6.368 Unpacking dh-systemd (12.10ubuntu1) ... #12 6.401 Preparing to unpack .../11-libudev1_245.4-4ubuntu3.13_amd64.deb ... #12 6.412 Unpacking libudev1:amd64 (245.4-4ubuntu3.13) over (245.4-4ubuntu3.11) ... #12 6.468 Setting up libudev1:amd64 (245.4-4ubuntu3.13) ... #12 6.512 Selecting previously unselected package libdevmapper1.02.1:amd64. #12 6.512 (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 ... 29900 files and directories currently installed.) #12 6.528 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ... #12 6.533 Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ... #12 6.578 Selecting previously unselected package libdevmapper-event1.02.1:amd64. #12 6.581 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ... #12 6.584 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ... #12 6.614 Selecting previously unselected package libudev-dev:amd64. #12 6.617 Preparing to unpack .../02-libudev-dev_245.4-4ubuntu3.13_amd64.deb ... #12 6.627 Unpacking libudev-dev:amd64 (245.4-4ubuntu3.13) ... #12 6.661 Selecting previously unselected package libsepol1-dev:amd64. #12 6.664 Preparing to unpack .../03-libsepol1-dev_3.0-1_amd64.deb ... #12 6.668 Unpacking libsepol1-dev:amd64 (3.0-1) ... #12 6.733 Selecting previously unselected package libpcre2-16-0:amd64. #12 6.736 Preparing to unpack .../04-libpcre2-16-0_10.34-7_amd64.deb ... #12 6.739 Unpacking libpcre2-16-0:amd64 (10.34-7) ... #12 6.794 Selecting previously unselected package libpcre2-32-0:amd64. #12 6.797 Preparing to unpack .../05-libpcre2-32-0_10.34-7_amd64.deb ... #12 6.801 Unpacking libpcre2-32-0:amd64 (10.34-7) ... #12 6.845 Selecting previously unselected package libpcre2-posix2:amd64. #12 6.849 Preparing to unpack .../06-libpcre2-posix2_10.34-7_amd64.deb ... #12 6.852 Unpacking libpcre2-posix2:amd64 (10.34-7) ... #12 6.880 Selecting previously unselected package libpcre2-dev:amd64. #12 6.883 Preparing to unpack .../07-libpcre2-dev_10.34-7_amd64.deb ... #12 6.886 Unpacking libpcre2-dev:amd64 (10.34-7) ... #12 6.974 Selecting previously unselected package libselinux1-dev:amd64. #12 6.976 Preparing to unpack .../08-libselinux1-dev_3.0-1build2_amd64.deb ... #12 6.980 Unpacking libselinux1-dev:amd64 (3.0-1build2) ... #12 7.022 Selecting previously unselected package libdevmapper-dev:amd64. #12 7.025 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.167-1ubuntu1_amd64.deb ... #12 7.030 Unpacking libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ... #12 7.057 Selecting previously unselected package libseccomp-dev:amd64. #12 7.060 Preparing to unpack .../10-libseccomp-dev_2.5.1-1ubuntu1~20.04.1_amd64.deb ... #12 7.064 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.1) ... #12 7.106 Preparing to unpack .../11-libsystemd0_245.4-4ubuntu3.13_amd64.deb ... #12 7.116 Unpacking libsystemd0:amd64 (245.4-4ubuntu3.13) over (245.4-4ubuntu3.11) ... #12 7.189 Setting up libsystemd0:amd64 (245.4-4ubuntu3.13) ... #12 7.226 Selecting previously unselected package libsystemd-dev:amd64. #12 7.226 (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 ... 30433 files and directories currently installed.) #12 7.243 Preparing to unpack .../libsystemd-dev_245.4-4ubuntu3.13_amd64.deb ... #12 7.247 Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.13) ... #12 7.313 Selecting previously unselected package pkg-config. #12 7.316 Preparing to unpack .../pkg-config_0.29.1-0ubuntu4_amd64.deb ... #12 7.320 Unpacking pkg-config (0.29.1-0ubuntu4) ... #12 7.362 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.1) ... #12 7.375 Setting up libarchive13:amd64 (3.4.0-2ubuntu1) ... #12 7.388 Setting up libsepol1-dev:amd64 (3.0-1) ... #12 7.399 Setting up libpcre2-16-0:amd64 (10.34-7) ... #12 7.408 Setting up libbtrfs0:amd64 (5.4.1-2) ... #12 7.417 Setting up libpcre2-32-0:amd64 (10.34-7) ... #12 7.428 Setting up libuv1:amd64 (1.34.2-1ubuntu1.3) ... #12 7.441 Setting up bash-completion (1:2.10-1ubuntu1) ... #12 8.072 Setting up pkg-config (0.29.1-0ubuntu4) ... #12 8.118 Setting up libudev-dev:amd64 (245.4-4ubuntu3.13) ... #12 8.128 Setting up libpcre2-posix2:amd64 (10.34-7) ... #12 8.139 Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ... #12 8.150 Setting up libbtrfs-dev:amd64 (5.4.1-2) ... #12 8.161 Setting up librhash0:amd64 (1.3.9-1) ... #12 8.173 Setting up cmake-data (3.16.3-1ubuntu1) ... #12 8.187 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ... #12 8.198 Setting up dh-systemd (12.10ubuntu1) ... #12 8.210 Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.13) ... #12 8.221 Setting up libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ... #12 8.232 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ... #12 8.242 Setting up libpcre2-dev:amd64 (10.34-7) ... #12 8.253 Setting up libselinux1-dev:amd64 (3.0-1build2) ... #12 8.264 Setting up libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ... #12 8.276 Setting up cmake (3.16.3-1ubuntu1) ... #12 8.288 Setting up docker-ce-build-deps (1.0) ... #12 8.300 Processing triggers for man-db (2.9.1-1) ... #12 8.322 Processing triggers for libc-bin (2.31-0ubuntu9.2) ... #12 DONE 8.5s #13 [stage-1 6/9] COPY sources/ /sources #13 sha256:bf7f2c57dffc4135f318ac127864c141e5e0685e11f73a7bf0736b3bce33495f #13 DONE 0.1s #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go #15 sha256:fc8c5a7af4fc52dd849a6a8ed4f1f937b60484813f9fa96c0d101ac2269f1b20 #15 DONE 2.2s #16 [stage-1 8/9] WORKDIR /root/build-deb #16 sha256:5fecee6814e51e47e7650a5b10835b0e7fafec6e50cf5828a651d1db500800a8 #16 DONE 0.0s #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb #17 sha256:dc93f27ac73d3ff9f13f3cea0b2b8f99bb898b159d99113ec1d3a31bf6ce36b6 #17 DONE 0.0s #18 exporting to image #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 #18 exporting layers #18 exporting layers 5.4s done #18 writing image sha256:b8467c61333699c548098d3fc7c5218c69c57b6ccbf8c2d0837c0991699478a4 done #18 naming to docker.io/debbuild-ubuntu-focal/x86_64 done #18 DONE 5.4s docker run --rm -i -e EPOCH='5' -e DEB_VERSION=0.0.0-20210129131206-eeec7e566a -e VERSION=0.0.0-20210129131206-eeec7e566a -e DOCKER_GITCOMMIT=eeec7e566a -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/deb/debbuild/ubuntu-focal:/build debbuild-ubuntu-focal/x86_64 + set -e + mkdir -p /root/build-deb/engine + tar -C /root/build-deb -xzf /sources/engine.tgz + mkdir -p /root/build-deb/cli + tar -C /root/build-deb -xzf /sources/cli.tgz + mkdir -p /go/src/github.com/docker + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli + EPOCH=5 + EPOCH_SEP= + [[ ! -z 5 ]] + EPOCH_SEP=: + [[ -z 0.0.0-20210129131206-eeec7e566a ]] + echo VERSION AAA 0.0.0-20210129131206-eeec7e566a VERSION AAA 0.0.0-20210129131206-eeec7e566a + VERSION=0.0.0-20210129131206-eeec7e566a + echo VERSION bbb 0.0.0-20210129131206-eeec7e566a VERSION bbb 0.0.0-20210129131206-eeec7e566a ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control + debSource=docker-ce ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control + debMaintainer='Docker ' ++ date --rfc-2822 + debDate='Thu, 16 Sep 2021 16:47:27 +0000' + cat + export DOCKER_GITCOMMIT=eeec7e566a + DOCKER_GITCOMMIT=eeec7e566a VERSION BBB 0.0.0-20210129131206-eeec7e566a + echo VERSION BBB 0.0.0-20210129131206-eeec7e566a + dpkg-buildpackage -uc -us -I.git dpkg-buildpackage: info: source package docker-ce dpkg-buildpackage: info: source version 5:0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal dpkg-buildpackage: info: source distribution focal dpkg-buildpackage: info: source changed by Docker dpkg-buildpackage: info: host architecture amd64 dpkg-source -I.git --before-build . debian/rules clean dh clean --with=bash-completion --with=systemd dh_clean dpkg-source -I.git -b . dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field dpkg-source: warning: source directory 'build-deb' is not - 'docker-ce-0.0.0-20210129131206-eeec7e566a-0~ubuntu' dpkg-source: info: using source format '1.0' dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal.tar.gz dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal.dsc debian/rules build dh build --with=bash-completion --with=systemd dh_update_autotools_config debian/rules override_dh_auto_build make[1]: Entering directory '/root/build-deb' # Build the daemon and dependencies cd engine && PRODUCT=docker ./hack/make.sh dynbinary Removing bundles/ ---> Making bundle: dynbinary (in bundles/dynbinary) Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210129131206-eeec7e566a GOOS="" GOARCH="" GOARM="" Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20210129131206-eeec7e566a cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=tini + shift + '[' '!' -f hack/dockerfile/install/tini.installer ']' + . hack/dockerfile/install/tini.installer ++ : fec3683b971d9c3ef73f284f176672c44b448662 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 + install_tini + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' + git clone https://github.com/krallin/tini.git /go/tini Cloning into '/go/tini'... + cd /go/tini + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 + cmake . -- The C compiler identification is GNU 9.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Performing Test HAS_BUILTIN_FORTIFY -- Performing Test HAS_BUILTIN_FORTIFY - Success -- Configuring done -- Generating done -- Build files have been written to: /go/tini + make tini-static make[2]: Entering directory '/go/tini' make[3]: Entering directory '/go/tini' make[4]: Entering directory '/go/tini' make[5]: Entering directory '/go/tini' Scanning dependencies of target tini-static make[5]: Leaving directory '/go/tini' make[5]: Entering directory '/go/tini' [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [100%] Linking C executable tini-static make[5]: Leaving directory '/go/tini' [100%] Built target tini-static make[4]: Leaving directory '/go/tini' make[3]: Leaving directory '/go/tini' make[2]: Leaving directory '/go/tini' + mkdir -p /usr/local/bin + cp tini-static /usr/local/bin/docker-init cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic + RM_GOPATH=0 + TMP_GOPATH=/go + : /usr/local/bin + '[' -z /go ']' + export GOPATH=/go + GOPATH=/go ++ dirname hack/dockerfile/install/install.sh + dir=hack/dockerfile/install + bin=proxy + shift + '[' '!' -f hack/dockerfile/install/proxy.installer ']' + . hack/dockerfile/install/proxy.installer ++ : 55e924b8a84231a065879156c0de95aefc5f5435 + install_proxy dynamic + case "$1" in + install_proxy_dynamic + export PROXY_LDFLAGS=-linkmode=external install_proxy + PROXY_LDFLAGS=-linkmode=external + export BUILD_MODE=-buildmode=pie + BUILD_MODE=-buildmode=pie + _install_proxy + echo 'Install docker-proxy version 55e924b8a84231a065879156c0de95aefc5f5435' + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork Install docker-proxy version 55e924b8a84231a065879156c0de95aefc5f5435 Cloning into '/go/src/github.com/docker/libnetwork'... + cd /go/src/github.com/docker/libnetwork + git checkout -q 55e924b8a84231a065879156c0de95aefc5f5435 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy + return # Build the CLI cd /go/src/github.com/docker/cli && \ LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20210129131206-eeec7e566a GITCOMMIT=eeec7e566a dynbinary manpages make[2]: Entering directory '/root/build-deb/cli' ./scripts/build/dynbinary Building dynamically linked build/docker-linux-amd64 scripts/docs/generate-man.sh Project root: /go/src/github.com/docker/cli Generating man pages into /go/src/github.com/docker/cli/man/man1 2021/09/16 16:51:12 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping 2021/09/16 16:51:12 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping 2021/09/16 16:51:12 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping 2021/09/16 16:51:12 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping 2021/09/16 16:51:12 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping 2021/09/16 16:51:12 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping 2021/09/16 16:51:12 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping 2021/09/16 16:51:12 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping 2021/09/16 16:51:12 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping 2021/09/16 16:51:12 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping 2021/09/16 16:51:12 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping 2021/09/16 16:51:12 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping 2021/09/16 16:51:12 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping 2021/09/16 16:51:12 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping 2021/09/16 16:51:12 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/deploy.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/engine/activate.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/engine/check.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/engine/update.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/engine.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping 2021/09/16 16:51:13 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping make[2]: Leaving directory '/root/build-deb/cli' # Build the CLI plugins # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values set -e;cd /sources && \ tar xzf plugin-installers.tgz; \ for installer in plugins/*.installer; do \ LDFLAGS='' bash ${installer} build; \ done Cloning into '/go/src/github.com/docker/app'... Fetching origin make[2]: Entering directory '/go/src/github.com/docker/app' go build -tags="" -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=7eea32b7 -X github.com/docker/app/internal.Version=v0.8.0 -X github.com/docker/app/internal.Experimental=off -X github.com/docker/app/internal.BuildTime=2021-09-16T16:51:16Z" -o bin/docker-app ./cmd/docker-app make[2]: Leaving directory '/go/src/github.com/docker/app' Cloning into '/go/src/github.com/docker/buildx'... Fetching origin + GOFLAGS=-mod=vendor + go build -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.4.2-tp-docker -X github.com/docker/buildx/version.Revision=fb7b670b764764dc4716df3eba07ffdae4cc47b2 -X github.com/docker/buildx/version.Package=github.com/docker/buildx -X main.experimental=1' ./cmd/buildx make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_auto_test make[1]: Entering directory '/root/build-deb' ./engine/bundles/dynbinary-daemon/dockerd -v Docker version 0.0.0-20210129131206-eeec7e566a, build eeec7e566a ./cli/build/docker -v Docker version 0.0.0-20210129131206-eeec7e566a, build eeec7e566a make[1]: Leaving directory '/root/build-deb' debian/rules binary dh binary --with=bash-completion --with=systemd dh_testroot dh_prep debian/rules override_dh_auto_install make[1]: Entering directory '/root/build-deb' # docker-ce-cli install 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 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker set -e;cd /sources && \ tar xzf plugin-installers.tgz; \ for installer in plugins/*.installer; do \ DESTDIR=/root/build-deb/debian/docker-ce-cli \ PREFIX=/usr/libexec/docker/cli-plugins \ bash ${installer} install_plugin; \ done # docker-ce install install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20210129131206-eeec7e566a debian/docker-ce/usr/bin/dockerd install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init make[1]: Leaving directory '/root/build-deb' debian/rules override_dh_install make[1]: Entering directory '/root/build-deb' dh_install # TODO Can we do this from within our container? dh_apparmor --profile-name=docker-ce -pdocker-ce make[1]: Leaving directory '/root/build-deb' dh_installdocs dh_installchangelogs dh_installman dh_bash-completion dh_systemd_enable debian/rules override_dh_installinit make[1]: Entering directory '/root/build-deb' # use "docker" as our service name, not "docker-ce" dh_installinit --name=docker make[1]: Leaving directory '/root/build-deb' dh_systemd_start dh_perl dh_link dh_strip_nondeterminism dh_compress dh_fixperms dh_missing debian/rules override_dh_strip make[1]: Entering directory '/root/build-deb' # Go has lots of problems with stripping, so just don't make[1]: Leaving directory '/root/build-deb' dh_makeshlibs debian/rules override_dh_shlibdeps make[1]: Entering directory '/root/build-deb' dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info make[1]: Leaving directory '/root/build-deb' dh_installdeb debian/rules override_dh_gencontrol make[1]: Entering directory '/root/build-deb' # if we're on Ubuntu, we need to Recommends: apparmor echo 'apparmor:Recommends=apparmor' >> debian/docker-ce.substvars dh_gencontrol make[1]: Leaving directory '/root/build-deb' dh_md5sums dh_builddeb dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal_amd64.deb'. dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal_amd64.deb'. dpkg-genbuildinfo dpkg-genchanges >../docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal_amd64.changes dpkg-genchanges: info: including full source code in upload dpkg-source -I.git --after-build . dpkg-buildpackage: info: full upload; Debian-native package (full source is included) + destination=/build + mkdir -p /build + mv -v /root/docker-ce-cli_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal_amd64.deb /root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal.dsc /root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal.tar.gz /root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal_amd64.buildinfo /root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal_amd64.changes /root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal_amd64.deb /build copied '/root/docker-ce-cli_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal_amd64.deb' removed '/root/docker-ce-cli_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal_amd64.deb' copied '/root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal.dsc' -> '/build/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal.dsc' removed '/root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal.dsc' copied '/root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal.tar.gz' -> '/build/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal.tar.gz' removed '/root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal.tar.gz' copied '/root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal_amd64.buildinfo' removed '/root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal_amd64.buildinfo' copied '/root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal_amd64.changes' -> '/build/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal_amd64.changes' removed '/root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal_amd64.changes' copied '/root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal_amd64.deb' removed '/root/docker-ce_0.0.0-20210129131206-eeec7e566a-0~ubuntu-focal_amd64.deb' docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/deb:/v -w /v alpine chown -R 1000:1000 debbuild/ubuntu-focal make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-486/deb' [Pipeline] sh + pwd + make ENGINE_DIR=/home/ubuntu/workspace/docker-ce-packaging_PR-486/engine clean-engine [ ! -d /home/ubuntu/workspace/docker-ce-packaging_PR-486/engine ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-486/engine:/v -w /v alpine chown -R 1000:1000 /v rm -rf /home/ubuntu/workspace/docker-ce-packaging_PR-486/engine [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